:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#020617}a{color:inherit;text-decoration:none}code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}:root{scrollbar-gutter:stable both-edges}body{overflow-y:scroll}.app-shell{min-height:100vh;display:flex;background:linear-gradient(180deg,#0f172a,#060b1a 35%,#020510);color:#e2e8f0}.sidebar{width:240px;padding:24px 18px;background:#020617d9;border-right:1px solid rgba(148,163,184,.15);display:flex;flex-direction:column;gap:18px;transition:width .2s ease;overflow-y:auto}.sidebar.collapsed{width:78px;align-items:center}.logo-block{display:flex;align-items:center;justify-content:flex-start;min-height:78px}.logo-img{display:block;object-fit:contain;position:relative}.logo-img.wordmark{width:min(176px,100%);height:auto;filter:drop-shadow(0 18px 30px rgba(59,130,246,.25)) drop-shadow(0 0 18px rgba(59,130,246,.22))}.logo-img.icon{width:52px;height:52px;border-radius:18px;background:#0f172aeb;padding:6px;box-shadow:0 14px 28px -16px #3b82f699,0 0 12px #3b82f673}.logo-block:before{content:"";position:absolute;width:180px;height:88px;border-radius:28px;background:radial-gradient(rgba(96,165,250,.45),transparent 65%);transform:translate(-12px,-6px);filter:blur(.5px);pointer-events:none}.logo-block{position:relative}.app-shell.collapsed .logo-img.icon{width:48px;height:48px}.app-shell.collapsed .logo-block:before{width:60px;height:60px;border-radius:16px;transform:translate(-6px,-4px)}.logo-text{font-weight:700;font-size:1.2rem}.sidebar.collapsed .logo-text{display:none}.sidebar-section h4{margin:0 0 8px;color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.sidebar.collapsed .sidebar-section h4{display:none}.sidebar-section ul{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-direction:column;gap:2px}.sidebar-section li{padding:8px 10px;border-radius:10px;display:flex;align-items:center;gap:12px;color:#cbd5f5;transition:background .2s ease,border .2s ease,box-shadow .2s ease;position:relative}.sidebar-section li.active{background:linear-gradient(135deg,#2563eb40,#3b82f659);border:1px solid rgba(59,130,246,.6);box-shadow:0 18px 32px -24px #3b82f6b3}.sidebar-section li.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:999px;background:linear-gradient(180deg,#38bdf8,#2563eb)}.menu-icon{font-size:1.1rem;width:24px;text-align:center}.menu-text{flex:1}.sidebar.collapsed .menu-text,.sidebar.collapsed .sidebar-section li:before{display:none}.content-area{flex:1;display:flex;flex-direction:column;padding:32px 48px}.top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;gap:24px}.project-switcher{display:flex;flex-direction:column;gap:6px;color:#cbd5f5}.project-switcher-label label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8cc}.project-switcher-controls{display:flex;gap:12px;background:#0f172abf;padding:8px 12px;border-radius:12px;border:1px solid rgba(59,130,246,.2);box-shadow:inset 0 0 0 1px #0f172a99}.project-switcher-trigger{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#0f172a99;border:1px solid rgba(59,130,246,.35);border-radius:10px;padding:8px 12px;color:#e2e8f0;font-size:.95rem;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,background .2s ease}.project-switcher-trigger:hover:not(:disabled),.project-switcher-trigger[aria-expanded=true]{border-color:#60a5fae6;box-shadow:0 0 0 2px #3b82f640}.project-switcher-trigger:disabled{opacity:.6;cursor:not-allowed}.project-switcher-trigger-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-switcher-trigger-caret{font-size:.8rem}.project-switcher-dropdown{margin-top:8px;background:#0f172af2;border:1px solid rgba(59,130,246,.35);border-radius:12px;box-shadow:0 22px 48px -20px #0f172acc,0 12px 32px -18px #3b82f666;padding:12px;display:flex;flex-direction:column;gap:12px;max-height:320px;overflow:hidden}.project-switcher-dropdown input[type=search]{background:#020617cc;border:1px solid rgba(59,130,246,.35);border-radius:10px;padding:8px 10px;color:#f8fafc;outline:none}.project-switcher-dropdown input[type=search]:focus{border-color:#60a5fad9;box-shadow:0 0 0 2px #3b82f640}.project-switcher-dropdown ul{list-style:none;margin:0;padding:0;overflow-y:auto;max-height:220px;display:flex;flex-direction:column;gap:6px}.project-switcher-dropdown li button{width:100%;border:none;background:#0f172aa6;border-radius:10px;padding:10px;text-align:left;display:flex;flex-direction:column;gap:4px;color:#e2e8f0;cursor:pointer;transition:background .2s ease,transform .2s ease}.project-switcher-dropdown li button:hover{background:#3b82f640;transform:translateY(-1px)}.project-switcher-dropdown li button.active{background:#3b82f659;box-shadow:0 0 0 1px #60a5fa99}.project-switcher-dropdown .project-name{font-weight:600}.project-switcher-dropdown .project-url{font-size:.75rem;color:#94a3b8d9}.project-switcher-dropdown .empty{text-align:center;color:#94a3b8cc;padding:8px 0}.project-switcher button{border:none;background:linear-gradient(135deg,#3b82f6cc,#0ea5e9bf);color:#f8fafc;padding:8px 14px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.project-switcher button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px -10px #3b82f6b3}.project-switcher button:disabled{background:#3b82f666;cursor:not-allowed}.project-switcher-error{margin:0}.project-switcher-topbar{min-width:280px;position:relative}.project-switcher-topbar .project-switcher-controls{align-items:center;flex-direction:row}.project-switcher-sidebar{margin:8px 0 18px;width:100%}.project-switcher-sidebar .project-switcher-label label{color:#94a3b8e6}.project-switcher-sidebar .project-switcher-controls{flex-direction:column;background:#0f172ae6;border:1px solid rgba(59,130,246,.28)}.project-switcher-sidebar .project-switcher-trigger,.project-switcher-dropdown-sidebar{width:100%}.project-switcher-dropdown-topbar{position:absolute;right:0;margin-top:10px;width:320px;z-index:20}.project-modal-overlay{position:fixed;inset:0;background:#020617bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:40}.project-modal{width:min(420px,100%);background:#0f172af5;border:1px solid rgba(59,130,246,.35);border-radius:16px;padding:20px 20px 24px;box-shadow:0 24px 60px -30px #020617e6,0 18px 32px -20px #3b82f673;display:flex;flex-direction:column;gap:16px}.project-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-modal header h3{margin:0;color:#f8fafc}.project-modal form{display:flex;flex-direction:column;gap:14px}.project-modal label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#e2e8f0e6}.project-modal input[type=text]{background:#020617d9;border:1px solid rgba(59,130,246,.4);border-radius:10px;padding:10px 12px;color:#f8fafc;outline:none}.project-modal input[type=text]:focus{border-color:#60a5fad9;box-shadow:0 0 0 2px #3b82f640}.project-modal .error.inline{margin:0}.project-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.project-modal-actions button{min-width:120px}.top-bar-left{display:flex;align-items:center;gap:18px}.top-bar h1{margin:0;font-size:2rem}.content-area .top-bar,.content-area main{max-width:1200px;width:100%;margin:0 auto}.content-area main>:first-child{margin-top:16px}.subtitle{color:#93c5fd;margin:4px 0 0}.icon-button{border:none;background:#94a3b82e;color:inherit;padding:10px;border-radius:12px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.icon-button:hover{background:#94a3b84d;transform:translateY(-1px)}.top-bar-right{display:flex;align-items:center;gap:16px}.date-chip{padding:8px 12px;border-radius:999px;background:#3b82f633;border:1px solid rgba(59,130,246,.35);font-size:.85rem;color:#bfdbfe}.profile-menu{position:relative}.profile-trigger{display:inline-flex;align-items:center;gap:10px;border:none;background:#0f172a99;border-radius:999px;padding:6px 10px 6px 6px;cursor:pointer;color:inherit;transition:background .2s ease}.profile-trigger:hover{background:#3b82f62e}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ef4444);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.profile-info{display:flex;flex-direction:column;align-items:flex-start;font-size:.8rem}.profile-info strong{font-size:.85rem}.profile-info small{color:#94a3b8}.chevron{font-size:.75rem}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#0f172af5;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:10px;display:none;flex-direction:column;gap:6px;box-shadow:0 12px 28px -12px #02061799;z-index:10}.profile-menu.open .profile-dropdown{display:flex}.profile-dropdown button{background:none;border:none;color:inherit;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:.9rem}.profile-dropdown button:hover{background:#3b82f62e}.profile-dropdown hr{border:0;border-top:1px solid rgba(148,163,184,.2);margin:4px 0}main{flex:1;max-width:1200px;width:100%}.audit-form{background:#0f172ad9;border:1px solid rgba(148,163,184,.25);border-radius:16px;padding:24px;box-shadow:0 25px 50px -12px #0f172a73}.audit-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#cbd5f5}.audit-form input{padding:12px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem}.audit-form input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.section-card form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#cbd5f5}.section-card form input,.section-card form select{padding:12px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem}.section-card form input:focus,.section-card form select:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.section-card button,.modal button,.header-actions button{border:none;border-radius:10px;padding:12px 20px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.section-card button:hover:not(:disabled),.modal button:hover:not(:disabled),.header-actions button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px -12px #38bdf899}.section-card button:disabled,.modal button:disabled,.header-actions button:disabled{cursor:not-allowed;opacity:.6}.section-card button.secondary,.modal button.secondary,.header-actions button.secondary{background:#94a3b840;color:#e2e8f0}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px}.modal form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#cbd5f5}.modal form input,.modal form select{padding:12px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem}.modal form input:focus,.modal form select:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.auth-page{--auth-page-padding: clamp(14px, 2.4vw, 28px);position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--auth-page-padding);overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(65,206,255,.16),transparent 18%),radial-gradient(circle at 82% 10%,rgba(197,87,255,.2),transparent 24%),radial-gradient(circle at 50% 60%,rgba(82,78,255,.16),transparent 44%),linear-gradient(180deg,#080414,#0c0a24 46%,#090514);color:#f3efff;isolation:isolate}.auth-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 7% 18%,rgba(255,255,255,.88) 0,rgba(255,255,255,.88) 1px,transparent 1.8px),radial-gradient(circle at 13% 72%,rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 1px,transparent 1.8px),radial-gradient(circle at 21% 8%,rgba(255,255,255,.58) 0,rgba(255,255,255,.58) 1px,transparent 1.8px),radial-gradient(circle at 34% 28%,rgba(255,255,255,.45) 0,rgba(255,255,255,.45) 1px,transparent 1.8px),radial-gradient(circle at 44% 12%,rgba(255,255,255,.72) 0,rgba(255,255,255,.72) 1px,transparent 1.8px),radial-gradient(circle at 62% 19%,rgba(255,255,255,.45) 0,rgba(255,255,255,.45) 1px,transparent 1.8px),radial-gradient(circle at 73% 34%,rgba(255,255,255,.55) 0,rgba(255,255,255,.55) 1px,transparent 1.8px),radial-gradient(circle at 85% 14%,rgba(255,255,255,.68) 0,rgba(255,255,255,.68) 1px,transparent 1.8px),radial-gradient(circle at 91% 38%,rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 1px,transparent 1.8px),radial-gradient(circle at 58% 74%,rgba(255,255,255,.38) 0,rgba(255,255,255,.38) 1px,transparent 1.8px);opacity:.7;pointer-events:none}.auth-page:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-22%;height:46%;background:radial-gradient(55% 100% at 16% 100%,rgba(56,189,248,.56) 0,rgba(56,189,248,.16) 34%,transparent 60%),radial-gradient(48% 100% at 44% 100%,rgba(168,85,247,.55) 0,rgba(168,85,247,.14) 35%,transparent 60%),radial-gradient(50% 95% at 86% 100%,rgba(244,114,182,.5) 0,rgba(244,114,182,.14) 33%,transparent 60%);filter:blur(12px);opacity:.9;pointer-events:none}body:has(.auth-page){scrollbar-gutter:auto;overflow-y:hidden}.auth-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(380px,.92fr) minmax(500px,1.08fr);width:min(1240px,100%);min-height:min(760px,calc(100dvh - (var(--auth-page-padding) * 2)));max-height:calc(100dvh - (var(--auth-page-padding) * 2));border-radius:34px;overflow:hidden;background:linear-gradient(180deg,#0f0b28e6,#09081cf0);border:1px solid rgba(186,136,255,.44);box-shadow:0 0 0 1px #a074ff3d,0 0 42px #a76fff3d,0 0 96px #622db93d,0 36px 80px #03040cb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.auth-shell:before{content:"";position:absolute;inset:0;border-radius:34px;box-shadow:inset 0 1px #ffffff1f,inset 0 0 0 1px #7a8dff1f;pointer-events:none}.auth-card{position:relative;padding:clamp(28px,3vw,56px) clamp(22px,3vw,56px) 36px;display:flex;flex-direction:column;gap:22px;background:linear-gradient(180deg,#110f34d1,#0a0a21eb);border-right:1px solid rgba(165,138,255,.3)}.auth-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(96,165,250,.16),transparent 28%),radial-gradient(circle at 74% 24%,rgba(196,132,252,.14),transparent 18%),radial-gradient(circle at 42% 52%,rgba(255,255,255,.035),transparent 40%);pointer-events:none}.auth-card>*,.auth-side-panel>*{position:relative;z-index:1}.auth-header{display:flex;align-items:flex-start;gap:clamp(16px,1.8vw,28px);margin-bottom:2px}.auth-logo-frame{flex:0 0 auto;padding:8px 10px;border-radius:26px;background:linear-gradient(180deg,#0a0e28f2,#050819eb);border:1px solid rgba(99,214,255,.48);box-shadow:0 0 0 2px #4299ff24,0 0 24px #40aeff3d,0 0 48px #5f5bff2e}.auth-copy{display:flex;flex-direction:column;flex:1;min-width:0}.auth-logo{display:block;width:clamp(160px,13vw,210px);height:auto;object-fit:contain}.auth-copy h1{margin:0;max-width:none;font-size:clamp(2rem,3vw,3.35rem);line-height:1.06;letter-spacing:-.045em;color:#f6f3ff;text-wrap:pretty}.auth-copy--login h1{max-width:none}.auth-copy p{margin:16px 0 0;max-width:none;font-size:clamp(.94rem,1.05vw,1.06rem);line-height:1.5;color:#d8d7e9}.auth-subtitle{margin-top:10px;color:#f1ecff}.auth-form{display:flex;flex-direction:column;flex:1;min-height:0;gap:16px}.auth-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#f0ebff;font-size:.96rem}.auth-form input{min-height:50px;padding:13px 16px;border-radius:16px;border:1px solid rgba(140,126,255,.32);background:linear-gradient(180deg,#111236c7,#0a0b26e0);box-shadow:inset 0 1px #ffffff0a;color:#f8f5ff;font-size:.96rem}.auth-form input::placeholder{color:#8f8cab}.auth-form input:focus{outline:none;border-color:#6ac8ffd1;box-shadow:0 0 0 2px #38bdf82e,0 0 22px #6366f12e}.auth-form button{margin-top:auto;border:none;border-radius:16px;min-height:52px;padding:12px 20px;font-weight:600;font-size:.98rem;letter-spacing:.01em;background:linear-gradient(90deg,#46d0ff,#5b86ff 36%,#9b5cf7,#ef6cf9);color:#faf7ff;text-shadow:0 1px 2px rgba(10,6,35,.65);cursor:pointer;box-shadow:0 12px 32px #6366f140,0 0 24px #a953ff38;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px #6366f152,0 0 30px #e879f947;filter:brightness(1.04)}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.field-error{font-size:.76rem;color:#fecaca}.password-hint{font-size:.8rem;color:#b8b4d4}.password-hint.warning{color:#fda4af}.success-banner{background:#22c55e29;border:1px solid rgba(74,222,128,.32);padding:12px 14px;border-radius:14px;color:#dcfce7;font-size:.84rem}.error-banner{background:#6d214f57;border:1px solid rgba(244,114,182,.26);padding:12px 14px;border-radius:14px;color:#ffd1e2;font-size:.84rem}.auth-footer{margin-top:6px;padding-top:4px;font-size:.92rem;color:#cbc7e0}.auth-footer a{color:#55d2ff;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-side-panel{position:relative;padding:clamp(30px,3.2vw,52px);display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#321674b3,#120e3ed1)}.auth-side-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 14%,rgba(233,213,255,.2),transparent 18%),radial-gradient(circle at 26% 62%,rgba(59,130,246,.16),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 22%);pointer-events:none}.auth-side-panel-copy{width:min(100%,780px)}.auth-side-panel h2{margin:0 0 20px;font-size:clamp(1.85rem,2.35vw,3rem);line-height:1.1;letter-spacing:-.04em;color:#faf7ff}.auth-highlight-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.auth-highlight-card{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:18px 20px;border-radius:20px;background:linear-gradient(180deg,#341e7466,#1a144a85);border:1px solid rgba(139,92,246,.3);box-shadow:inset 0 1px #ffffff0d,0 14px 28px -24px #3b82f66b,0 0 22px #a855f71a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.auth-highlight-check{display:grid;place-items:center;width:28px;height:28px;margin-top:2px;border-radius:999px;background:radial-gradient(circle at 35% 35%,#90f7ff,#38bdf8 58%,#2563eb);color:#eefcff;font-size:.82rem;box-shadow:0 0 18px #38bdf86b}.auth-highlight-card strong{display:block;font-size:clamp(1rem,1.1vw,1.24rem);line-height:1.3;color:#fff}.auth-highlight-card p{margin:8px 0 0;font-size:clamp(.9rem,.98vw,1rem);line-height:1.5;color:#dedaf4}@media (max-width: 1120px){.auth-page{padding:20px;overflow:auto}body:has(.auth-page){overflow-y:auto}.auth-shell{grid-template-columns:1fr;min-height:0;max-height:none}.auth-card{border-right:none;border-bottom:1px solid rgba(144,119,255,.24)}.auth-side-panel{padding-top:44px}.auth-copy h1,.auth-copy--login h1{max-width:none}}@media (max-height: 860px) and (min-width: 1121px){.auth-page{--auth-page-padding: 12px}.auth-shell{min-height:calc(100dvh - (var(--auth-page-padding) * 2))}.auth-card{padding:22px;gap:16px}.auth-header{gap:14px;margin-bottom:0}.auth-logo-frame{padding:8px;border-radius:20px}.auth-logo{width:144px;height:auto}.auth-copy h1{font-size:clamp(1.75rem,2.35vw,2.7rem);line-height:1.04}.auth-copy p{margin-top:10px;font-size:.9rem;line-height:1.42}.auth-subtitle{margin-top:6px}.auth-form{gap:12px}.auth-form label{gap:6px;font-size:.88rem}.auth-form input{min-height:44px;padding:10px 14px;font-size:.92rem}.auth-form button{min-height:46px;margin-top:2px;padding:10px 18px;font-size:.92rem}.field-error,.password-hint,.error-banner,.success-banner,.auth-footer{font-size:.78rem}.error-banner,.success-banner{padding:10px 12px}.auth-side-panel{padding:22px 26px}.auth-side-panel h2{margin-bottom:14px;font-size:clamp(1.6rem,2vw,2.4rem)}.auth-highlight-list{gap:12px}.auth-highlight-card{grid-template-columns:28px 1fr;gap:10px;padding:14px 16px;border-radius:16px}.auth-highlight-check{width:24px;height:24px;font-size:.74rem}.auth-highlight-card strong{font-size:.96rem;line-height:1.24}.auth-highlight-card p{margin-top:5px;font-size:.82rem;line-height:1.34}}@media (max-width: 780px){.auth-page{padding:16px}.auth-shell{border-radius:26px}.auth-card,.auth-side-panel{padding:28px 20px 32px}.auth-header{flex-direction:column;gap:20px}.auth-logo-frame{padding:10px;border-radius:22px}.auth-logo{width:168px;height:auto}.auth-copy p{max-width:none}.auth-form input{min-height:52px}.form-grid.two{grid-template-columns:1fr}.auth-highlight-card{grid-template-columns:32px 1fr;padding:20px}.auth-highlight-check{width:32px;height:32px;margin-top:2px}}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-grid.two{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.form-actions{margin-top:20px;display:flex;gap:12px}.audit-form button{border:none;border-radius:10px;padding:12px 20px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;transition:transform .2s ease,box-shadow .2s ease}.audit-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px -12px #38bdf899}.audit-form button:disabled{cursor:not-allowed;opacity:.6}.audit-form button.secondary{background:#94a3b840}.error{margin-top:12px;color:#f87171;font-weight:500}.loading{margin:24px 0;text-align:center;color:#93c5fd;font-weight:500}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:32px}.section-card{background:#0f172ae6;border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:22px;box-shadow:0 18px 35px -15px #0f172a8c;display:flex;flex-direction:column;gap:16px}.section-card header h2{margin:0;font-size:1.25rem}.section-subtitle{margin:4px 0 0;color:#94a3b8}.score-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.score-badge{background:#38bdf833;color:#38bdf8;padding:6px 12px;border-radius:999px;font-weight:700}.score-badge.muted{background:#94a3b826;color:#94a3b8}.score-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.score-row{display:grid;grid-template-columns:minmax(0,1fr) 1fr auto;align-items:center;gap:12px;font-size:.95rem}.score-bar{background:#94a3b833;border-radius:999px;height:8px;overflow:hidden}.score-bar-fill{background:linear-gradient(135deg,#38bdf8,#2563eb);height:100%;border-radius:999px}.score-value{min-width:36px;text-align:right;font-weight:600}.finding-list{display:flex;flex-direction:column;gap:14px}.finding-list h4{margin-bottom:4px;font-size:1rem}.component-tag{display:inline-block;margin-top:6px;background:#93c5fd2e;color:#93c5fd;padding:4px 10px;border-radius:999px;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.pill-list{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}.pill-list li{padding:6px 12px;border-radius:999px;background:#334155a6;font-size:.85rem}.pill-list.warning li{background:#f871712e;color:#fca5a5}.heading-chip-row{display:flex;flex-wrap:wrap;gap:8px}.heading-chip{display:inline-flex;align-items:center;gap:6px;background:#3b82f62e;border:1px solid rgba(59,130,246,.25);border-radius:999px;padding:6px 10px;font-size:.85rem;color:#bfdbfe}.heading-chip strong{font-weight:700;color:#e0f2fe}.semantic-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.semantic-chip{padding:6px 10px;border-radius:999px;font-size:.8rem}.semantic-chip.ok{background:#22c55e2e;color:#4ade80}.semantic-chip.warn{background:#f871712e;color:#f87171}.link-button{background:none;border:none;padding:0;margin-top:6px;color:#93c5fd;cursor:pointer;font-size:.85rem;font-weight:600}.link-button:hover{text-decoration:underline}.long-url{word-break:break-word;overflow-wrap:anywhere}.detail-block{background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:12px 16px}.detail-block summary{cursor:pointer;font-weight:600;color:#93c5fd}.grid{display:grid;gap:16px}.grid.tight{gap:12px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid.two.tight{gap:12px}.grid.three{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.grid.three.tight{gap:12px}.stat{background:#1e293bcc;border-radius:12px;padding:14px;text-align:center}.stat span{color:#94a3b8;font-size:.85rem}.stat strong{display:block;margin-top:6px;font-size:1.4rem}.ai-insights{display:flex;flex-direction:column;gap:16px}.ai-summary{font-style:italic;color:#e0f2fe}.helper-text{margin:8px 0 16px;font-size:.85rem;color:#cbd5f5;line-height:1.4}.helper-text strong{color:#f8fafc}.helper-text em{color:#fbbf24;font-style:normal}.generative-presence .provider-card{background:#1e293bbf;border-radius:12px;padding:14px;border:1px solid rgba(148,163,184,.2)}.generative-presence .provider-card details{margin-top:8px}.generative-presence .provider-card details ul{margin-top:6px;padding-left:1.25rem}.generative-presence .provider-card a{display:inline-block;max-width:100%;overflow-wrap:anywhere}.generative-presence .provider-card .cited-flag{margin:6px 0 0;display:flex;flex-direction:column;gap:2px;font-size:.85rem}.generative-presence .cited-flag .label{color:#94a3b8;text-transform:uppercase;font-size:.75rem;letter-spacing:.06em}.generative-presence .cited-flag .value{font-weight:600}.generative-presence .cited-flag.yes .value{color:#4ade80}.generative-presence .cited-flag.no .value{color:#f87171}.generative-presence .cited-flag .message{color:#cbd5f5}.generative-presence .provider-card .summary-note{font-size:.75rem;color:#fbbf24;text-transform:uppercase;letter-spacing:.05em;margin-left:6px}.provider-card header{display:flex;justify-content:space-between;align-items:center}.status-badge{padding:4px 10px;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#94a3b833}.status-badge.success{background:#4ade8033;color:#4ade80}.status-badge.error{background:#f8717133;color:#f87171}.schema-templates pre{max-height:260px;overflow:auto;background:#020617e6;padding:16px;border-radius:10px;border:1px solid rgba(148,163,184,.15)}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.18);text-align:left;vertical-align:top}.table-actions{display:inline-flex;align-items:center;gap:.5rem;justify-content:flex-end}.table-actions .icon-button{padding:8px;font-size:.95rem}th{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#94a3b8}.meta{color:#a5b4fc;font-size:.8rem;margin-top:4px}.meta.warning{color:#fca5a5}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:12px}.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:12px}.policy-card{background:#1e293bb3;border:1px solid rgba(148,163,184,.18);border-radius:12px;padding:14px}.policy-card h4{margin:0 0 6px}.policy-hint{background:#0f172abf;border:1px dashed rgba(148,163,184,.35);border-radius:8px;padding:10px;font-size:.75rem;white-space:pre-wrap;margin-top:10px}.section-card.wide{grid-column:1 / -1}.section-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.history-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.history-controls input[type=search]{padding:10px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem;min-width:220px}.history-controls select{padding:10px 32px 10px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem}.control-inline{display:inline-flex;align-items:center}.control-inline select{padding:10px 32px 10px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a99;color:inherit;font-size:.95rem}.audit-detail-stack{display:flex;flex-direction:column;gap:22px}.detail-section{background:#0f172ab8;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.detail-section:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(59,130,246,.18);pointer-events:none;opacity:.45;transition:border-color .2s ease,opacity .2s ease}.detail-section:hover{border-color:#3b82f680;box-shadow:0 18px 32px -18px #3b82f699}.detail-section:hover:after{border-color:#3b82f6bf;opacity:1}.detail-section h3{margin:0 0 8px;font-size:1.1rem;color:#e2e8f0}.detail-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.detail-score-card{background:#3b82f61f;border:1px solid rgba(59,130,246,.28);border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.detail-score-meta{display:flex;align-items:baseline;gap:8px}.detail-score-label{font-size:.85rem;color:#bfdbfe;text-transform:uppercase;letter-spacing:.07em}.detail-score-value{font-size:1.4rem;font-weight:700;color:#e0f2fe}.detail-score-value.small{font-size:1rem}.score-strength{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em}.score-strength.strong{background:#22c55e33;color:#86efac}.score-strength.good{background:#38bdf833;color:#bae6fd}.score-strength.average{background:#fbbf2433;color:#fde68a}.score-strength.low{background:#f8717133;color:#fca5a5}.score-strength.muted{background:#94a3b833;color:#cbd5f5}.score-details-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:16px}.score-detail-card{background:#0f172ad9;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 20px 40px -30px #0f172abf}.score-detail-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.score-detail-card header h4{margin:0;font-size:1rem;color:#e0f2fe}.score-detail-card .pill{background:#3b82f633;border:1px solid rgba(59,130,246,.35);border-radius:999px;padding:4px 12px;font-size:.85rem;color:#bfdbfe}.accordion-summary{margin:0;font-size:.9rem;color:#cbd5f5}.score-detail-columns{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.score-detail-columns h4,.score-detail-columns h5{margin:0 0 6px;font-size:.85rem;color:#93c5fd;text-transform:uppercase;letter-spacing:.08em}.score-detail-columns ul{list-style:disc;margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#cbd5f5}.metrics-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.metric-card{background:#0f172ad1;border:1px solid rgba(148,163,184,.18);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 18px 36px -28px #0f172acc}.metric-card h5{margin:0;font-size:.95rem;color:#e2e8f0}.metric-card strong{font-size:1.4rem;color:#e0f2fe}.metric-card p,.metric-card li{word-break:break-word;overflow-wrap:anywhere}.tag-list,.status-list,.bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem}.bullet-list{flex-direction:column;gap:6px}.tag-list li{padding:4px 10px;border-radius:999px;background:#3b82f633;border:1px solid rgba(59,130,246,.35);color:#bfdbfe}.status-list li{padding:4px 10px;border-radius:8px;font-weight:600}.status-list li.ok{background:#22c55e2e;color:#4ade80}.status-list li.warn,.metric-card .warn{background:#f871712e;color:#fca5a5;border-radius:8px;padding:4px 10px}.metric-card .ok{background:#22c55e2e;color:#4ade80;border-radius:8px;padding:4px 10px;display:inline-flex;align-items:center;width:fit-content}.audit-detail-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pagination-bar{margin-top:16px;display:flex;align-items:center;gap:12px;justify-content:flex-end}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-pill.status-pending{background:#fbbf2433;color:#facc15}.status-pill.status-running{background:#3b82f633;color:#93c5fd}.status-pill.status-completed{background:#22c55e33;color:#86efac}.status-pill.status-failed{background:#f8717133;color:#fca5a5}.dashboard{display:flex;flex-direction:column;gap:28px}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:radial-gradient(circle at top left,rgba(59,130,246,.25),transparent 65%),#0f172aeb;border:1px solid rgba(59,130,246,.35);box-shadow:0 26px 48px -30px #3b82f673}.dashboard-hero-left{display:flex;align-items:center;gap:24px}.dashboard-score{display:flex;flex-direction:column;align-items:center;justify-content:center;width:118px;height:118px;border-radius:26px;background:#020617b3;border:1px solid rgba(59,130,246,.35);box-shadow:0 30px 60px -32px #0f172ad9}.dashboard-score-value{font-size:2.4rem;font-weight:700;color:#e0f2fe;line-height:1}.dashboard-score-value.muted{color:#475569}.dashboard-score-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-top:6px}.dashboard-hero-right{display:flex;align-items:center;gap:12px}.dashboard-hero-right button{padding:12px 20px;min-width:170px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.trend-chart{width:100%;max-width:280px;height:auto}.trend-chart-bg{fill:#0f172a99}.trend-chart-line{stroke:#38bdf8;stroke-linecap:round}.trend-chart-area{opacity:.65}.donut-chart{display:flex;align-items:center;gap:16px}.donut-chart svg{flex-shrink:0}.donut-chart-track{fill:none;stroke:#94a3b833;stroke-width:16}.donut-chart-segment{fill:none;stroke-width:16;stroke-linecap:round}.donut-chart-label{fill:#94a3b8;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.donut-chart-legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;color:#cbd5f5;font-size:.85rem}.donut-chart-legend .dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px}.segment-0{stroke:#38bdf8;background:#38bdf8}.segment-1{stroke:#6366f1;background:#6366f1}.segment-2{stroke:#f97316;background:#f97316}.segment-3{stroke:#22c55e;background:#22c55e}.segment-4{stroke:#ec4899;background:#ec4899}.segment-5{stroke:#a855f7;background:#a855f7}.gauge-chart{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.gauge-track{fill:none;stroke:#94a3b833;stroke-width:16}.gauge-value{fill:none;stroke:#38bdf8;stroke-width:16;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.gauge-value-text{fill:#f8fafc;font-size:1.6rem;font-weight:600}.gauge-label{fill:#94a3b8;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.multi-line-chart{display:flex;flex-direction:column;gap:12px}.multi-line-chart svg{width:100%;max-width:260px;height:auto}.multi-line-legend{display:flex;flex-wrap:wrap;gap:8px 14px;color:#cbd5f5;font-size:.85rem}.multi-line-legend .legend-item{display:inline-flex;align-items:center;gap:6px}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:999px}.legend-name{min-width:110px}.legend-value{font-weight:600;color:#f8fafc}.chart-axis-label{fill:#94a3b8;font-size:.7rem;transform:translateY(6px)}.provider-bars{display:flex;flex-direction:column;gap:14px}.provider-bars-row{background:#0f172a99;border:1px solid rgba(148,163,184,.18);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.provider-bars-header{display:flex;justify-content:space-between;align-items:center}.provider-bars-row .bar{height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden}.provider-bars-row .bar .fill{height:100%;border-radius:inherit;background:linear-gradient(135deg,#38bdf8,#2563eb)}.provider-bars-row .meta{font-size:.8rem;color:#cbd5f5}.metric-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.metric-list li{display:flex;justify-content:space-between;align-items:center;background:#0f172a99;border:1px solid rgba(148,163,184,.18);border-radius:10px;padding:10px 12px}.metric-list .label{color:#cbd5f5;font-size:.85rem}.metric-list strong{font-size:1.05rem;color:#f8fafc}.top-scores-card{margin-bottom:18px;padding:18px 20px;border-radius:16px;background:#0f172abf;border:1px solid rgba(148,163,184,.2);box-shadow:0 22px 40px -28px #0f172a99}.top-scores-card h3{margin:0 0 12px;font-size:1.2rem;color:#f8fafc}.table-wrapper.compact table{font-size:.85rem}.table-wrapper.compact th,.table-wrapper.compact td{padding:8px 10px}.highlight-url{font-weight:600;color:#f8fafc;margin:6px 0;word-break:break-word}.dashboard .metric-card h4{margin:10px 0 6px;color:#f8fafc}.dashboard .metric-card .bullet-list{margin-top:6px}.dashboard .metric-card .bullet-list li{line-height:1.45}.dashboard .status-list.column{flex-direction:column;gap:10px}.dashboard .status-list.column li{width:100%;padding:10px 12px;border-radius:12px;background:#1e293b99;display:flex;flex-direction:column;gap:4px}.dashboard .status-list.column li .meta{font-size:.8rem}.dashboard .section-card button{min-width:140px}.dashboard .section-card button.secondary{background:#94a3b83d;color:#e2e8f0}.dashboard .section-card button.secondary:hover{box-shadow:0 15px 34px -18px #94a3b873}.dashboard .section-card .meta.warning{color:#fca5a5}.dashboard .section-card .meta{color:#cbd5f5}.dashboard .section-card.wide .table-wrapper{margin-top:12px}.dashboard .table-wrapper table{min-width:100%}.dashboard .table-wrapper td:first-child,.dashboard .table-wrapper th:first-child{width:38%}.dashboard .table-wrapper td:nth-child(2),.dashboard .table-wrapper th:nth-child(2){width:12%}.dashboard .table-wrapper td:nth-child(3),.dashboard .table-wrapper th:nth-child(3){width:20%}.dashboard .table-wrapper td:last-child,.dashboard .table-wrapper th:last-child{width:12%}.dashboard-hero button.secondary{background:#94a3b83d}.modal-backdrop{position:fixed;inset:0;background:#020617bf;display:flex;align-items:center;justify-content:center;z-index:40;padding:24px}.modal{background:#0f172af2;border-radius:16px;border:1px solid rgba(148,163,184,.25);width:min(520px,100%);padding:24px;box-shadow:0 25px 50px -12px #0f172a99}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.icon-button.small{padding:4px 8px;font-size:.75rem;line-height:1;border-radius:50%}.modal-error{margin-top:12px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:12px}.empty-state{color:#94a3b8;font-style:italic}@media (max-width: 768px){.sidebar{position:fixed;z-index:20;height:100vh;transform:translate(0)}.app-shell.collapsed .sidebar{transform:translate(-110%)}.content-area{padding:24px}.top-bar{flex-direction:column;align-items:flex-start;gap:12px}.audit-form{padding:20px}.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-hero-left{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-hero-right{flex-wrap:wrap;justify-content:flex-start;width:100%}.dashboard-grid{grid-template-columns:1fr}}.website-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.website-hero-left h2{margin:0;font-size:1.8rem}.website-hero-actions{display:flex;gap:12px}.hero-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.insight-card{background:#0f172ad9;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:10px;box-shadow:0 20px 40px -28px #0f172ab3}.insight-card header{display:flex;justify-content:space-between;align-items:center;gap:12px}.insight-card h4{margin:0;font-size:1rem}.progress-bar{position:relative;background:#94a3b833;border-radius:999px;height:10px;overflow:hidden}.progress-bar span{margin-top:6px;display:inline-block;font-size:.85rem;color:#cbd5f5}.progress-fill{height:100%;border-radius:999px}.progress-fill.strong{background:linear-gradient(135deg,#22c55e,#16a34a)}.progress-fill.good{background:linear-gradient(135deg,#38bdf8,#2563eb)}.progress-fill.average{background:linear-gradient(135deg,#facc15,#eab308)}.progress-fill.low{background:linear-gradient(135deg,#f97316,#ef4444)}.progress-fill.muted{background:linear-gradient(135deg,#94a3b899,#94a3b866)}.pill{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:4px 10px}.pill.success{background:#22c55e38;color:#bbf7d0}.pill.muted{background:#94a3b838;color:#cbd5f5}.pill.warning{background:#f8717138;color:#fecaca}.backlink-status{margin-top:18px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172ab3;display:flex;flex-direction:column;gap:8px}.backlink-status .status-indicator{display:flex;align-items:center;gap:12px}.backlink-status .pill{padding:4px 12px;background:#3b82f638;color:#bfdbfe}.backlink-status.success{border-color:#22c55e59;background:#16653440;color:#bbf7d0}.backlink-status.info{border-color:#38bdf84d;background:#1e40af40}.backlink-status.warning{border-color:#f871714d;background:#7f1d1d33}.backlink-status.muted{border-color:#94a3b840;background:#0f172a8c;color:#cbd5f5}.backlink-status p{margin:0;font-size:.9rem;color:inherit}.backlink-alert{margin-top:14px;padding:12px 16px;border-radius:12px;border:1px solid rgba(253,224,71,.4);background:#78350f40;display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:#fde68a}.backlink-alert strong{font-weight:700;color:inherit}.backlink-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.backlink-card{background:#0f172ad1;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 32px -30px #0f172ae6}.backlink-card h3{margin:0;font-size:1.15rem;color:#f8fafc}.table-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.table-controls input,.table-controls select{padding:9px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:inherit;font-size:.9rem}.table-controls input{flex:1;min-width:180px}.anchor-card{display:flex;flex-direction:row;gap:24px;align-items:center}.anchor-pie{width:180px;height:180px;border-radius:50%;background-color:#94a3b840;background-size:cover;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 12px 24px -22px #0ea5e9cc}.anchor-pie span{position:absolute;width:110px;height:110px;border-radius:50%;background:#0f172adb;border:1px solid rgba(148,163,184,.2);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.8rem;color:#cbd5f5;padding:12px}.anchor-legend{list-style:none;margin:0;padding:0;display:grid;gap:12px}.anchor-legend li{display:flex;align-items:center;gap:12px}.anchor-legend strong{color:#f8fafc}.anchor-legend small{display:block;color:#cbd5f5;font-size:.75rem}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dofollow-card{position:relative}.dofollow-chart{width:140px;height:140px;border-radius:50%;margin-top:6px;background-size:cover;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 28px -26px #38bdf8b3}.dofollow-chart span{font-size:1.4rem;font-weight:700;color:#f8fafc}.dofollow-legend{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:.85rem}.dofollow-legend li{display:flex;align-items:center;gap:10px;color:#cbd5f5}.dofollow-legend .dot{width:10px;height:10px}.dofollow-legend .dot.dofollow{background:#38bdf8}.dofollow-legend .dot.nofollow{background:#f97316}.table-wrapper table a{color:#f8fafc;text-decoration:underline;text-decoration-style:dotted}.table-wrapper table a:hover{color:#bae6fd}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(148,163,184,.4);border-top-color:#38bdf8;animation:backlink-spin .8s linear infinite}@keyframes backlink-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.anchor-card{flex-direction:column}}.tabs-bar{display:flex;align-items:flex-end;gap:14px;margin-top:18px;padding:6px 0 0;border-bottom:none;background:transparent;border-radius:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;margin-bottom:12px}.tabs-bar::-webkit-scrollbar{display:none;height:0;width:0}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid rgba(148,163,184,.18)}.pagination .controls{display:flex;align-items:center;gap:10px}.pagination .page-indicator{color:#cbd5f5}.pagination .page-size-select{padding:6px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:inherit}.tabs-bar .tab{position:relative;display:inline-flex;align-items:center;gap:8px;appearance:none;background:#0f172ad1;border:1px solid rgba(148,163,184,.3);color:#cbd5f5;padding:10px 16px;border-top-left-radius:14px;border-top-right-radius:14px;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.tabs-bar .tab:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.22),transparent)}.tabs-bar .tab .tab-icon{margin-right:8px;opacity:.9}.tabs-bar .tab.active{background:linear-gradient(180deg,#0a162ef5,#040c1eeb);color:#f8fafc;border-color:#3b82f6a6;box-shadow:0 0 0 1px #38bdf859,0 10px 24px -18px #2563ebbf inset}.tabs-bar .tab.active:before{content:"";position:absolute;inset:-1px -1px auto;height:2px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.6),rgba(37,99,235,.6),transparent);border-top-left-radius:14px;border-top-right-radius:14px}.tabs-bar .tab:hover{border-color:#3b82f680;transform:translateY(-.5px)}.tabs-bar .tab:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.gmb-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:18px}.review-text{display:flex;flex-direction:column;gap:4px}.review-text a{color:#38bdf8;text-decoration:underline;font-size:.85rem}.section-card+.section-card{margin-top:18px}.text-center{text-align:center}.public-page{min-height:100vh;padding:64px clamp(12px,4vw,24px) 96px;background:radial-gradient(circle at top left,rgba(59,130,246,.15),transparent 55%),radial-gradient(circle at bottom right,rgba(14,165,233,.12),transparent 60%),#020617;color:#e2e8f0;display:flex;flex-direction:column;gap:40px;align-items:center}.public-hero{max-width:1080px;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;margin:0 auto;padding:0 clamp(12px,3vw,20px)}.public-logo{display:block;width:min(320px,88vw);height:auto;filter:drop-shadow(0 26px 54px rgba(59,130,246,.18)) drop-shadow(0 0 26px rgba(96,165,250,.2))}.hero-copy{display:flex;flex-direction:column;gap:12px}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#93c5fd}.hero-copy h1{margin:0;font-size:clamp(2.2rem,4vw,3rem);line-height:1.1}.hero-copy p{margin:0;max-width:760px;color:#e2e8f0d9;font-size:1.05rem}.public-card{width:100%;max-width:1080px;padding:36px clamp(20px,5vw,44px);border-radius:28px;background:#0f172aeb;border:1px solid rgba(148,163,184,.12);box-shadow:0 40px 80px -28px #0f172ab3;margin:0 auto}.public-card header{margin-bottom:24px}.public-card h2{margin:0 0 6px;font-size:1.8rem}.public-card p{margin:0;color:#e2e8f0b3}.public-form{display:flex;flex-direction:column;gap:24px}.field{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#e2e8f0e6}.field input,.field select{border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#0f172abf;color:inherit;padding:14px 16px;font-size:1rem;box-shadow:inset 0 1px #94a3b81a}.field input:focus,.field select:focus{outline:none;border-color:#3b82f6cc;box-shadow:0 0 0 2px #3b82f659}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.field-note{margin:-8px 0 0;font-size:.92rem;color:#e2e8f0b3}.field-error{font-size:.8rem;color:#fca5a5;font-weight:500}.field-hint{font-size:.8rem;color:#e2e8f09e;font-weight:400}.primary{align-self:flex-start;padding:14px 26px;border-radius:14px;border:none;font-weight:600;font-size:1rem;color:#0b1120;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#6366f1);box-shadow:0 18px 36px -18px #6366f1a6;transition:transform .2s ease,box-shadow .2s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 24px 46px -20px #6366f1bf}.primary:disabled{opacity:.7;cursor:not-allowed}.secondary{padding:12px 20px;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#0f172ab3;color:inherit;font-weight:600;cursor:pointer}.testimonial-band{width:100%;max-width:960px;background:#0f172ae0;border-radius:24px;border:1px solid rgba(59,130,246,.25);padding:28px 32px;box-shadow:0 32px 64px -28px #0f172abf;display:flex;flex-direction:column;gap:18px}.testimonial-band header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px}.testimonial-band header h3{margin:0;font-size:1.4rem}.testimonial-band header span{color:#e2e8f0b3;font-size:.95rem}.testimonial-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.testimonial-card{padding:18px;border-radius:18px;background:#020617a6;border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:12px}.testimonial-quote{font-size:1rem;line-height:1.5;color:#e2e8f0e6}.testimonial-author{display:flex;flex-direction:column;gap:2px;font-size:.9rem;color:#94a3b8e6}.testimonial-author strong{color:#f8fafc}.modal-backdrop{position:fixed;inset:0;background:#020617b3;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1400}.modal-card{width:min(440px,100%);background:#020617f0;border:1px solid rgba(148,163,184,.2);border-radius:20px;padding:28px;box-shadow:0 32px 60px -24px #0f172ad9}.modal-card header{margin-bottom:18px}.modal-card h3{margin:0 0 6px}.modal-card p{margin:0;color:#e2e8f0b8}.modal-form{display:flex;flex-direction:column;gap:18px}.modal-form .field input,.modal-form .field select{background:#0f172af5;border:1px solid rgba(148,163,184,.35)}.modal-hint{margin:-4px 0 4px;font-size:.85rem;color:#e2e8f0a6}.modal-hint a{color:#93c5fd;text-decoration:underline}.modal-hint a:hover{color:#bfdbfe}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.processing-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#020617cc;padding:24px;z-index:1500}.processing-card{width:min(500px,100%);padding:32px;border-radius:24px;background:#0f172af5;border:1px solid rgba(148,163,184,.18);box-shadow:0 36px 72px -28px #0f172ad9;text-align:center;display:flex;flex-direction:column;gap:16px;color:#e2e8f0}.processing-card h4{margin:0;font-size:1.4rem}.processing-card p{margin:0;color:#e2e8f0bf}.processing-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:#e2e8f0b3}.processing-card ul li:before{content:"•";margin-right:8px;color:#3b82f6cc}.processing-card ul li{display:flex;align-items:center;justify-content:center;gap:8px}.processing-spinner{width:48px;height:48px;border-radius:50%;border:4px solid rgba(59,130,246,.2);border-top-color:#3b82f6e6;margin:0 auto 4px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-viewport{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:1200}.toast{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;box-shadow:0 20px 40px -20px #0f172aa6;border:1px solid rgba(148,163,184,.2);background:#0f172af2;color:#e2e8f0;font-size:.95rem}.public-accordion{width:100%;max-width:1080px;display:flex;flex-direction:column;gap:16px;margin:0 auto;padding:0 clamp(12px,3vw,20px)}.public-accordion details{background:#0f172ae6;border-radius:18px;border:1px solid rgba(148,163,184,.18);padding:18px 20px;box-shadow:0 20px 40px -28px #0f172ab3}.public-accordion summary{cursor:pointer;font-weight:600;font-size:1.1rem;color:#f8fafc;list-style:none;position:relative}.public-accordion summary::marker,.public-accordion summary::-webkit-details-marker{display:none}.public-accordion summary:after{content:"+";position:absolute;right:0;font-size:1.25rem;transition:transform .2s ease}.public-accordion details[open] summary:after{transform:rotate(45deg)}.public-accordion p{margin:12px 0 0;color:#e2e8f0c7;line-height:1.6;font-size:.97rem}.toast-info{border-color:#60a5fa66;background:#0ea5e926}.toast-success{border-color:#22c55e73;background:#16a34a2e}.toast-error{border-color:#f8717173;background:#ef44442e}.toast-warning{border-color:#fbbf2473;background:#f59e0b2e}.toast button{border:none;background:transparent;color:inherit;font-size:1.1rem;cursor:pointer}.toast button:hover{opacity:.8}@media (max-width: 720px){.public-page{padding:48px 16px 72px;gap:32px}.public-hero{grid-template-columns:1fr;text-align:center}.public-logo{width:min(280px,84vw)}.public-card{padding:28px 24px}.primary{align-self:stretch}}
