@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap");:root{--background:#f8fafc;--foreground:#0f172a;--card:#ffffff;--card-foreground:#0f172a;--popover:#ffffff;--popover-foreground:#0f172a;--primary:#0f172a;--primary-hover:#1e293b;--primary-active:#020617;--primary-foreground:#ffffff;--accent-brand:#2563eb;--accent-brand-hover:#1d4ed8;--accent-brand-foreground:#ffffff;--secondary:#f1f5f9;--secondary-hover:#e2e8f0;--secondary-foreground:#1e293b;--muted:#f8fafc;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--success:#16a34a;--success-hover:#15803d;--success-foreground:#ffffff;--success-surface:#f0fdf4;--success-border:#bbf7d0;--info:#2563eb;--info-hover:#1d4ed8;--info-foreground:#ffffff;--info-surface:#eff6ff;--info-border:#bfdbfe;--warning:#d97706;--warning-surface:#fffbeb;--warning-border:#fde68a;--destructive:#dc2626;--destructive-surface:#fef2f2;--destructive-border:#fecaca;--border:#e2e8f0;--border-subtle:#f1f5f9;--border-strong:#cbd5e1;--sunken:#f8fafc;--sidebar-bg:#0f172a;--sidebar-border:#1e293b;--sidebar-text:#94a3b8;--sidebar-text-hover:#ffffff;--sidebar-active-bg:#1e293b;--sidebar-accent:#2563eb;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--shadow-sm:0 1px 3px 0 rgba(15,23,42,0.05);--shadow-md:0 4px 6px -1px rgba(15,23,42,0.07),0 2px 4px -2px rgba(15,23,42,0.04)}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Hanken Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;height:100vh;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,Hanken Grotesk,-apple-system,sans-serif;color:var(--foreground)}.tabular-nums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.portal-app-shell{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:var(--background)}.portal-sidebar{width:270px;min-width:270px;max-width:270px;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;height:100vh;z-index:40}.portal-sidebar-header{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center;gap:.75rem}.portal-sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem .85rem;display:flex;flex-direction:column;gap:.35rem}.sidebar-nav-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border-radius:8px;color:var(--sidebar-text);font-size:.84375rem;font-weight:500;cursor:pointer;border:1px solid transparent;background:transparent;width:100%;text-align:left;transition:all .12s ease;position:relative}.sidebar-nav-item:hover{color:var(--sidebar-text-hover);background:rgba(255,255,255,.05)}.sidebar-nav-item.active{color:#ffffff;background:var(--sidebar-active-bg);border:1px solid rgba(255,255,255,.08);font-weight:600}.sidebar-nav-item.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--sidebar-accent,#2563eb);border-radius:0 4px 4px 0}.sidebar-section-header{font-size:.65625rem;font-weight:700;letter-spacing:.06em;color:#64748b;text-transform:uppercase;padding:.85rem .85rem .35rem;display:flex;align-items:center;gap:.4rem}.portal-main-area{flex:1 1;display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:var(--background)}.portal-topbar{height:58px;min-height:58px;background:#ffffff;border-bottom:1px solid var(--border);display:flex;align-items:center;justifycontent:space-between;padding:0 1.75rem;z-index:30}.portal-scroll-body{flex:1 1;overflow-y:auto;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;max-width:1300px;width:100%;margin:0 auto}.portal-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.btn-portal-primary{background:var(--primary);color:var(--primary-foreground);border:1px solid var(--primary);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.84375rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:all .12s ease;text-decoration:none}.btn-portal-primary:hover{background:#1e293b;border-color:#1e293b}.btn-portal-secondary{background:var(--secondary);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .95rem;font-size:.84375rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:all .12s ease;text-decoration:none}.btn-portal-secondary:hover{background:#e2e8f0}.badge-verified{display:inline-flex;align-items:center;gap:.35rem;background:var(--success-surface);color:var(--success);border:1px solid var(--success-border);padding:.2rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}