
:root{--ubl-ink:#0b1220;--ubl-navy:#05090f;--ubl-blue:#2563eb;--ubl-cyan:#0ea5e9;--ubl-yellow:#f5c400;--ubl-paper:#f4f6f8;--ubl-muted:#687386;--ubl-line:#e3e7ec;--ubl-shadow:0 18px 42px rgba(2,8,23,.10)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--ubl-paper);color:var(--ubl-ink)}
.ubl-public-shell{max-width:1280px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 70px rgba(2,8,23,.12)}
.ubl-public-header{height:72px;background:var(--ubl-navy);color:#fff;display:flex;align-items:center;padding:0 28px;gap:28px;border-bottom:1px solid rgba(255,255,255,.08)}
.ubl-public-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:950}.ubl-public-brand img{width:52px;height:52px;border-radius:14px;background:#fff;object-fit:contain;padding:2px}.ubl-public-brand span{font-size:22px;letter-spacing:-.04em}.ubl-public-brand b{color:var(--ubl-yellow)}
.ubl-public-nav{display:flex;align-items:center;gap:20px;flex:1}.ubl-public-nav a{text-decoration:none;color:#d9dee7;font-weight:750;font-size:14px}.ubl-public-nav a:hover,.ubl-public-nav a.active{color:var(--ubl-yellow)}
.ubl-public-back{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:9px;color:#fff;text-decoration:none;font-weight:850;font-size:13px}
.ubl-page{padding:34px}.ubl-page-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:22px}.ubl-kicker{font-size:12px;color:var(--ubl-blue);font-weight:950;text-transform:uppercase;letter-spacing:.13em}.ubl-page-title{margin:4px 0 4px;font-size:38px;letter-spacing:-.04em}.ubl-page-sub{margin:0;color:var(--ubl-muted);font-size:16px}.ubl-actions{display:flex;gap:10px;flex-wrap:wrap}.ubl-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border-radius:9px;border:1px solid var(--ubl-line);background:#fff;color:var(--ubl-ink);text-decoration:none;font-weight:900;cursor:pointer}.ubl-btn.primary{background:var(--ubl-yellow);border-color:var(--ubl-yellow);color:#111}.ubl-btn.blue{background:linear-gradient(135deg,var(--ubl-blue),var(--ubl-cyan));border:0;color:#fff}.ubl-btn img{width:20px;height:20px}
.ubl-icon{width:21px;height:21px;display:block}.ubl-card{background:#fff;border:1px solid var(--ubl-line);border-radius:14px;box-shadow:var(--ubl-shadow)}
.ubl-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:850;font-size:13px}.ubl-pill img{width:17px;height:17px}.ubl-pill.status{background:#dcfce7;color:#15803d}.ubl-pill.pending{background:#fff7ed;color:#c2410c}.ubl-pill.locked{background:#eef2f7;color:#64748b}
@media(max-width:800px){.ubl-public-header{height:auto;min-height:84px;padding:14px 16px;flex-wrap:nowrap;gap:12px}.ubl-public-nav{display:none}.ubl-public-back{margin-left:auto;white-space:nowrap;padding:0 13px;font-size:12px}.ubl-public-brand span{font-size:18px}.ubl-public-brand img{width:44px;height:44px}.ubl-page{padding:22px 14px}.ubl-page-head{align-items:flex-start;flex-direction:column}.ubl-actions{width:100%}.ubl-actions .ubl-btn{flex:1}.ubl-page-title{font-size:31px}}
