:root{color-scheme:dark;--primary:263 90% 63%;--bg:#0f1117;--surface:#0d1117;--card:#161b2a;--border:#1e2a3a;--text:#e2e8f0;--muted:#64748b;--radius:0.5rem;--purple:hsl(263,90%,63%);--purple-dim:hsla(263,90%,63%,.12);--purple-border:hsla(263,90%,63%,.28);--danger:#ef4444;--success:#22c55e;--warning:#f59e0b;--shadow-lg:0 20px 60px rgba(0,0,0,.4);--transition:all .2s cubic-bezier(.4,0,.2,1)}[data-theme="light"]{color-scheme:light;--bg:#f4f5f9;--surface:#eef0f6;--card:#ffffff;--border:#dde1ec;--text:#0f172a;--muted:#64748b;--shadow-lg:0 20px 60px rgba(0,0,0,.12);--purple-dim:hsla(263,90%,63%,.1);--purple-border:hsla(263,90%,63%,.3)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--purple);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:480px;margin:0 auto;padding:0 1.5rem}.container-md{max-width:780px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;z-index:200;background:rgba(10,11,18,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);padding:0}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;height:60px}.navbar-brand{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.05rem;color:#f1f5f9;text-decoration:none;letter-spacing:-.02em;flex-shrink:0}.navbar-brand:hover{text-decoration:none;color:#fff}[data-theme="light"] .navbar-brand{color:#0f172a}[data-theme="light"] .navbar-brand:hover{color:#1e293b}.brand-icon{width:32px;height:32px;background:var(--purple);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 10px hsla(263,90%,63%,.4)}.brand-icon svg{width:16px;height:16px;color:#fff;fill:none;stroke:currentColor;stroke-width:2.5}.navbar-nav{display:flex;align-items:center;gap:.125rem}.nav-link{padding:.4rem .8rem;border-radius:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;transition:all .15s;line-height:1}.nav-link:hover{color:#f1f5f9;background:rgba(255,255,255,.07);text-decoration:none}.nav-link.active{color:#f1f5f9}.nav-cta{margin-left:.375rem;box-shadow:0 2px 12px hsla(263,90%,63%,.3)}.nav-pill-cta{display:inline-flex;align-items:center;gap:.35rem;margin-left:.5rem;padding:.38rem 1rem;font-size:.8rem;font-weight:600;border-radius:100px;text-decoration:none;background:transparent;color:#e2e8f0;border:1.5px solid rgba(139,92,246,.5);position:relative;transition:all .2s;letter-spacing:.01em;white-space:nowrap}.nav-pill-cta::before{content:'';position:absolute;inset:0;border-radius:100px;background:linear-gradient(135deg,hsla(263,90%,63%,.12),hsla(280,80%,60%,.06));opacity:0;transition:opacity .2s}.nav-pill-cta:hover{color:#fff;border-color:rgba(139,92,246,.8);text-decoration:none;box-shadow:0 0 16px hsla(263,90%,63%,.25)}.nav-pill-cta:hover::before{opacity:1}.nav-pill-outline{display:inline-flex;align-items:center;margin-left:.5rem;padding:.38rem 1rem;font-size:.8rem;font-weight:600;border-radius:100px;text-decoration:none;color:#94a3b8;border:1.5px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);transition:all .2s;white-space:nowrap}.nav-pill-outline:hover{color:#e2e8f0;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.07);text-decoration:none}.nav-drawer-cta{display:flex;align-items:center;justify-content:center;margin-top:.625rem;padding:.7rem 1rem;font-size:.9rem;font-weight:600;border-radius:.625rem;text-decoration:none;background:hsla(263,90%,63%,.12);color:var(--purple);border:1.5px solid hsla(263,90%,63%,.25);transition:all .2s}.nav-drawer-cta:hover{background:hsla(263,90%,63%,.2);color:var(--purple);text-decoration:none}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.5rem;transition:background .15s}.nav-hamburger:hover{background:rgba(255,255,255,.07)}.nav-hamburger span{display:block;width:20px;height:2px;background:#94a3b8;border-radius:2px;transition:all .25s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none;flex-direction:column;gap:.25rem;padding:.75rem 1.5rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);background:rgba(10,11,18,.97)}.nav-drawer.open{display:flex}.nav-drawer-link{padding:.65rem .75rem;color:#94a3b8;font-size:.9rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .15s}.nav-drawer-link:hover{color:#f1f5f9;background:rgba(255,255,255,.06);text-decoration:none}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;text-decoration:none;line-height:1}.btn:hover{text-decoration:none}.btn-primary{background:var(--purple);color:#fff;box-shadow:0 2px 12px hsla(263,90%,63%,.25)}.btn-primary:hover{background:hsl(263,90%,68%);box-shadow:0 4px 20px hsla(263,90%,63%,.4);transform:translateY(-1px);color:#fff}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{background:rgba(255,255,255,.05);color:var(--text)}.btn-ghost{background:transparent;color:var(--muted);border:none}.btn-ghost:hover{background:rgba(255,255,255,.05);color:var(--text)}.btn-danger{background:#ef444420;color:var(--danger);border:1px solid #ef444440}.btn-danger:hover{background:#ef444430}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-icon{padding:.45rem;width:2rem;height:2rem;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--card);border:1px solid var(--border);border-radius:.875rem;transition:border-color .2s}.card:hover{border-color:rgba(255,255,255,.08)}.card-body{padding:1.25rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8rem;font-weight:500;color:var(--muted);margin-bottom:.4rem}.form-control{width:100%;padding:.6rem .9rem;background:#0d1117;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.875rem;font-family:inherit;transition:border-color .2s}.form-control:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-dim)}.form-control::placeholder{color:var(--muted)}.form-error{font-size:.78rem;color:var(--danger);margin-top:.3rem}.input-group{display:flex;gap:.5rem}.ad-container{margin:2rem auto;text-align:center;overflow:hidden;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,0.02);border-radius:var(--radius);border:1px dashed var(--border)}.ad-horizontal{min-height:90px;width:100%;max-width:728px}.ad-square{min-height:250px;width:100%;max-width:300px}.input-group .form-control{flex:1}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:20px;font-size:.7rem;font-weight:600}.badge-active{background:#22c55e20;color:#22c55e;border:1px solid #22c55e40}.badge-inactive{background:#64748b20;color:#64748b;border:1px solid #64748b40}.badge-flagged{background:#ef444420;color:#ef4444;border:1px solid #ef444440}.badge-purple{background:var(--purple-dim);color:var(--purple);border:1px solid var(--purple-border)}.hero{padding:3rem 0 4rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--purple-dim);color:var(--purple);border:1px solid var(--purple-border);border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem}.hero h1 span{color:var(--purple)}.hero-sub{font-size:1rem;color:var(--muted);max-width:520px;margin:0 auto 2.5rem}.shorten-box{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:680px;margin:0 auto}.result-box{margin-top:1rem;padding:1rem;background:var(--purple-dim);border:1px solid var(--purple-border);border-radius:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.result-url{font-family:'JetBrains Mono',monospace;font-size:.85rem;color:var(--purple);font-weight:500}.features{padding:4rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0d1117}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem;max-width:860px;margin-left:auto;margin-right:auto}.feature-card{padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:.75rem;transition:border-color .2s}.feature-card:hover{border-color:var(--purple-border)}.feature-icon{width:36px;height:36px;background:var(--purple-dim);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.feature-icon svg{width:18px;height:18px;color:var(--purple);stroke:currentColor;fill:none;stroke-width:2}.feature-card h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:#e2e8f0}.feature-card p{font-size:.85rem;color:var(--muted);line-height:1.7}.cta-section{padding:4rem 0;text-align:center}.cta-section h2{font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.875rem}.cta-section p{color:var(--muted);margin-bottom:2rem}.btn-group{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.footer-v2{background:#0a0b12;border-top:1px solid rgba(255,255,255,.06);padding:3.5rem 0 0}.footer-top{display:grid;grid-template-columns:300px 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand-col{}.footer-logo{margin-bottom:1rem;display:inline-flex}.footer-tagline{font-size:.85rem;color:#475569;line-height:1.75;margin-bottom:1.25rem;max-width:260px}.footer-badges{display:flex;flex-wrap:wrap;gap:.5rem}.footer-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;padding:.3rem .7rem;border-radius:100px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#94a3b8}.footer-links-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-col{}.footer-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0;margin-bottom:1rem}.footer-link{display:block;font-size:.82rem;color:#475569;margin-bottom:.625rem;text-decoration:none;transition:color .15s}.footer-link:hover{color:#94a3b8;text-decoration:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:1.25rem 0}.footer-copy{font-size:.8rem;color:#334155}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-links a{font-size:.8rem;color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--text);text-decoration:none}.app-layout{display:flex;min-height:100vh}.sidebar{width:252px;flex-shrink:0;background:#07090f;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-header{padding:1.125rem 1rem 1.125rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar-brand{display:inline-flex;align-items:center;gap:.5rem}.sidebar-nav{flex:1;padding:.875rem .75rem;overflow-y:auto}.sidebar-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#1e2a3a;padding:.5rem .75rem .3rem;margin-top:.125rem}.sidebar-item{display:flex;align-items:center;gap:.625rem;padding:.55rem .75rem;border-radius:.5rem;color:#3d5166;font-size:.84rem;font-weight:500;transition:all .18s;text-decoration:none;margin-bottom:.15rem;position:relative}.sidebar-item:hover{background:rgba(255,255,255,.04);color:#7a96b0;text-decoration:none}.sidebar-item.active{background:rgba(124,58,237,.12);color:var(--purple)}.sidebar-item.active::before{content:'';position:absolute;left:0;top:25%;bottom:25%;width:2.5px;background:var(--purple);border-radius:0 2px 2px 0;opacity:.9}.sidebar-item.active svg{color:var(--purple)}.sidebar-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.sidebar-footer{padding:.875rem 1rem;border-top:1px solid rgba(255,255,255,.05)}.sidebar-user-card{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.625rem;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.05);transition:border-color .2s}.sidebar-user-card:hover{border-color:rgba(255,255,255,.09)}.sidebar-logout-btn{color:#2d3748 !important;transition:color .15s !important}.sidebar-logout-btn:hover{color:#64748b !important}.sidebar-avatar{width:30px;height:30px;border-radius:.5rem;background:linear-gradient(135deg,hsla(263,90%,63%,.25),hsla(263,90%,50%,.15));border:1px solid var(--purple-border);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:var(--purple);flex-shrink:0;text-transform:uppercase}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.8rem;font-weight:600;color:#7a96b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-user-email{font-size:.68rem;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.1rem}.app-main{flex:1;overflow-x:hidden;min-width:0;position:relative}.app-main::before{content:'';position:fixed;top:0;left:252px;right:0;height:1px;background:linear-gradient(90deg,var(--purple-border),transparent 60%);z-index:10;pointer-events:none}.page-content{max-width:980px;margin:0 auto;padding:2rem 1.75rem}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.dash-page-title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin-bottom:.2rem}.dash-page-subtitle{font-size:.84rem;color:#3d5166}.dash-header-action{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem}.quick-create-card{background:var(--card);border:1px solid var(--border);border-radius:.875rem;padding:1rem 1.25rem;margin-bottom:1.5rem;transition:border-color .2s}.quick-create-card:focus-within{border-color:var(--purple-border)}.quick-create-row{display:flex;align-items:center;gap:.75rem}.quick-create-icon{width:32px;height:32px;background:var(--purple-dim);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-create-icon svg{width:15px;height:15px;stroke:var(--purple);fill:none;stroke-width:2}.quick-create-input{flex:1;background:transparent;border:none;color:var(--text);font-size:.9rem;font-family:inherit;padding:.35rem 0;outline:none}.quick-create-input::placeholder{color:#334155}.quick-adv-wrap{padding-left:2.75rem;margin-top:.5rem}.quick-adv-toggle{display:inline-flex;align-items:center;gap:.3rem;font-size:.74rem;color:#334155;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .15s}.quick-adv-toggle:hover{color:var(--muted)}.quick-adv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.input-prefix{display:inline-flex;align-items:center;padding:.5rem .75rem;background:rgba(255,255,255,.03);border:1px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-size:.825rem;color:var(--muted);flex-shrink:0;height:40px;white-space:nowrap}.input-prefix-field{border-left:none;border-radius:0 var(--radius) var(--radius) 0;height:40px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card-v2{background:var(--card);border:1px solid var(--border);border-radius:.875rem;padding:1.25rem 1.25rem 1.25rem 1rem;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.stat-card-v2::before{content:'';position:absolute;left:0;top:16%;bottom:16%;width:3px;border-radius:0 2px 2px 0;opacity:0;transition:opacity .2s}.stat-card-v2:hover::before{opacity:1}.stat-card-v2:nth-child(1)::before{background:var(--purple)}.stat-card-v2:nth-child(2)::before{background:hsl(215,90%,65%)}.stat-card-v2:nth-child(3)::before{background:hsl(142,71%,50%)}.stat-card-v2:nth-child(4)::before{background:hsl(43,96%,60%)}.stat-card-v2:hover{border-color:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.25)}.stat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.stat-label{font-size:.72rem;font-weight:600;color:#3d5166;text-transform:uppercase;letter-spacing:.07em}.stat-icon-wrap{width:30px;height:30px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-wrap svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.stat-purple{background:hsla(263,90%,63%,.13);color:var(--purple)}.stat-blue{background:hsla(215,90%,62%,.13);color:hsl(215,90%,65%)}.stat-green{background:hsla(142,71%,45%,.13);color:hsl(142,71%,50%)}.stat-yellow{background:hsla(43,96%,56%,.13);color:hsl(43,96%,60%)}.stat-value-v2{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:#f1f5f9;line-height:1;margin-bottom:.3rem}.stat-trend{font-size:.7rem;color:#2d3748}.stat-card{padding:1.1rem;display:flex;flex-direction:column;gap:.75rem}.stat-value{font-size:1.75rem;font-weight:700;line-height:1}.stat-icon{color:var(--purple)}.stat-row{display:flex;align-items:center;justify-content:space-between}.url-list{border-radius:.875rem;border:1px solid var(--border);overflow:hidden;position:relative}.url-row{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s;position:relative}.url-row:last-child{border-bottom:none}.url-row:hover{background:rgba(255,255,255,.025)}.url-info{flex:1;min-width:0}.url-code{font-family:'JetBrains Mono',monospace;font-size:.85rem;font-weight:600;color:var(--purple)}.url-original{font-size:.78rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.url-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted);white-space:nowrap}.url-actions{display:flex;align-items:center;gap:.25rem}.quick-create{padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.quick-create svg{color:var(--muted);flex-shrink:0}.quick-create .form-control{border:none;background:transparent;padding:.4rem 0;font-size:.9rem}.quick-create .form-control:focus{box-shadow:none}.search-wrapper{position:relative}.search-wrapper svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--muted);width:14px;height:14px;pointer-events:none}.search-wrapper .form-control{padding-left:2.25rem}.toolbar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.toolbar form{flex:1;display:flex;gap:.5rem;min-width:200px}.toolbar form .form-control{flex:1}.pagination{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid var(--border)}.page-info{font-size:.78rem;color:var(--muted);flex:1}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:200;align-items:center;justify-content:center}.modal-overlay.open{display:flex}.modal{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;width:100%;max-width:360px;position:relative}.modal-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.modal-desc{font-size:.8rem;color:var(--muted);margin-bottom:1.25rem}.modal-close{position:absolute;top:1rem;right:1rem}.dropdown{position:static}.dropdown-trigger-wrap{position:relative}.dropdown-menu{display:none;position:fixed;background:var(--card);border:1px solid var(--border);border-radius:.625rem;padding:.35rem;min-width:168px;z-index:9999;box-shadow:0 8px 32px rgba(0,0,0,.7)}.dropdown.open .dropdown-menu{display:block}.dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:calc(var(--radius) - 2px);font-size:.82rem;color:var(--text);cursor:pointer;transition:background .15s;border:none;background:none;width:100%;text-align:left}.dropdown-item:hover{background:rgba(255,255,255,.06)}.dropdown-item.danger{color:var(--danger)}.dropdown-item svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.dropdown-sep{height:1px;background:var(--border);margin:.3rem 0}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:500;display:flex;flex-direction:column;gap:.5rem}.toast{padding:.75rem 1.1rem;border-radius:.625rem;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.5);min-width:220px}.toast-success{background:#16232d;border:1px solid #22c55e50;color:var(--success)}.toast-error{background:#1f1218;border:1px solid #ef444450;color:var(--danger)}.toast-info{background:#0f1827;border:1px solid var(--purple-border);color:var(--purple)}@keyframes slideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.topbar{display:none;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--border);background:#0a0d14}.chart-box{padding:1.25rem;margin-bottom:1.25rem}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.chart-title{font-size:.875rem;font-weight:700;color:#e2e8f0;margin-bottom:0}.chart-period{font-size:.72rem;color:var(--muted);background:rgba(255,255,255,.04);border:1px solid var(--border);padding:.2rem .625rem;border-radius:100px}.chart-empty{height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#2d3748}.chart-empty svg{width:28px;height:28px;stroke:#2d3748}.chart-empty p{font-size:.82rem;color:#334155}#clicksChart{width:100%;height:220px}.referer-list{display:flex;flex-direction:column;gap:.5rem}.referer-row{display:flex;align-items:center;gap:.625rem;padding:.35rem 0}.referer-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.referer-label{font-size:.82rem;color:var(--text);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referer-bar-wrap{flex:1;height:4px;background:rgba(255,255,255,.05);border-radius:100px;overflow:hidden}.referer-bar{height:100%;border-radius:100px;opacity:.7}.referer-count{font-size:.78rem;font-weight:600;color:var(--muted);min-width:2rem;text-align:right}.analytics-back-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted);margin-bottom:1rem;text-decoration:none;transition:color .15s}.analytics-back-btn:hover{color:var(--text);text-decoration:none}.analytics-page-header{margin-bottom:1.5rem}.analytics-title-row{display:flex;align-items:center;gap:.875rem;margin-bottom:.35rem}.analytics-open-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--muted);background:rgba(255,255,255,.04);border:1px solid var(--border);padding:.3rem .75rem;border-radius:100px;transition:all .15s;text-decoration:none}.analytics-open-btn:hover{color:var(--text);border-color:rgba(255,255,255,.2);text-decoration:none}.analytics-hero-card{background:linear-gradient(135deg,#12103a 0%,#0d0f1a 100%);border:1px solid var(--purple-border);border-radius:.875rem;padding:1.5rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:1.25rem;position:relative;overflow:hidden}[data-theme="light"] .analytics-hero-card{background:linear-gradient(135deg,hsla(263,90%,63%,.1) 0%,hsla(263,70%,55%,.05) 100%);border-color:var(--purple-border)}.analytics-hero-glow{position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,hsla(263,90%,63%,.15) 0%,transparent 70%);pointer-events:none}.analytics-hero-icon{width:48px;height:48px;background:var(--purple-dim);border:1px solid var(--purple-border);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-hero-icon svg{width:22px;height:22px;stroke:var(--purple);fill:none;stroke-width:2}.analytics-hero-label{font-size:.78rem;color:var(--muted);margin-bottom:.35rem}.analytics-hero-value{font-size:2.5rem;font-weight:800;letter-spacing:-.05em;color:#f1f5f9;line-height:1}[data-theme="light"] .analytics-hero-value{color:#0f172a}[data-theme="light"] .analytics-hero-label{color:#64748b}.create-panel{background:var(--card);border:1px solid var(--border);border-radius:.875rem;margin-bottom:1.25rem;overflow:hidden}.create-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.create-panel-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#e2e8f0}.create-panel-title svg{stroke:var(--purple);fill:none;stroke-width:2.5}.create-panel form{padding:1.25rem}.create-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.875rem;margin-top:.875rem}.create-panel-actions{display:flex;gap:.75rem;margin-top:1.25rem}.form-label-optional{font-weight:400;color:var(--muted)}.required-star{color:var(--danger)}.url-row-favicon{width:30px;height:30px;background:var(--purple-dim);border:1px solid var(--purple-border);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.url-row:hover .url-row-favicon{background:rgba(124,58,237,.2)}.url-row-favicon svg{width:13px;height:13px;stroke:var(--purple);fill:none;stroke-width:1.5;opacity:.75}.url-row-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.2rem}.url-clicks-val{font-size:.875rem;font-weight:700;color:var(--text)}.url-clicks-label{font-size:.74rem;color:var(--muted)}.badge-expires{background:hsla(43,96%,56%,.1);color:hsl(43,96%,60%);border:1px solid hsla(43,96%,56%,.25);font-size:.68rem}.top-links-list{display:flex;flex-direction:column}.top-link-row{display:flex;align-items:center;gap:.75rem;padding:.625rem .5rem;border-radius:.5rem;transition:background .15s}.top-link-row:hover{background:rgba(255,255,255,.03)}.top-link-rank{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#2d3748;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:.375rem;flex-shrink:0}.top-link-info{flex:1;min-width:0}.top-link-meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.top-link-clicks{font-size:.85rem;font-weight:700;color:var(--text)}.top-link-label{font-size:.72rem;color:var(--muted)}.activity-list{display:flex;flex-direction:column}.activity-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .5rem;border-radius:.5rem;transition:background .15s}.activity-row:hover{background:rgba(255,255,255,.03)}.activity-avatar{width:30px;height:30px;background:var(--purple-dim);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-avatar svg{width:13px;height:13px;fill:none;stroke-width:2}.activity-info{flex:1;min-width:0}.activity-code{font-size:.82rem;font-weight:500}.activity-meta{font-size:.74rem;color:var(--muted)}.activity-country{font-size:.74rem;color:#334155;flex-shrink:0}.activity-live-dot{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;color:hsl(142,71%,50%)}.activity-live-dot span{display:inline-block;width:6px;height:6px;background:hsl(142,71%,50%);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}.empty-icon-wrap{width:56px;height:56px;background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .875rem;flex-shrink:0}.empty-icon-wrap .empty-icon{display:block;margin:0;width:20px;height:20px}.section-heading-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;color:#b6b9be;text-decoration:none;transition:color .15s}.section-heading-link:hover{color:var(--purple);text-decoration:none}.about-hero{padding:5rem 0 4rem;text-align:center;position:relative;background:var(--bg);overflow:hidden}.about-hero::before{content:'';position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:700px;height:500px;background:radial-gradient(ellipse at center,hsla(263,90%,63%,.1) 0%,transparent 70%);pointer-events:none}.about-hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.about-hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:#f1f5f9;margin:.75rem 0 1.25rem}[data-theme="light"] .about-hero-title{color:#0f172a}.about-hero-desc{font-size:1.05rem;color:#64748b;line-height:1.75;margin-bottom:2.25rem}.about-hero-btns{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.about-stats-bar{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.01);padding:2rem 0}[data-theme="light"] .about-stats-bar{border-top-color:#dde1ec;border-bottom-color:#dde1ec;background:rgba(0,0,0,.02)}.about-stats-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.about-stat{text-align:center}.about-stat-num{display:block;font-size:1.75rem;font-weight:800;color:#f1f5f9;letter-spacing:-.04em;line-height:1}[data-theme="light"] .about-stat-num{color:#0f172a}.about-stat-label{display:block;font-size:.72rem;color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-top:.3rem;font-weight:500}.about-stat-divider{width:1px;height:40px;background:rgba(255,255,255,.06)}.about-section{padding:5rem 0}.about-section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin:.75rem 0 1rem}.about-section-desc{font-size:.95rem;color:#64748b;line-height:1.8;margin-bottom:1rem}.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-mission-highlights{display:flex;flex-direction:column;gap:1rem}.about-highlight-card{padding:1.5rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;transition:border-color .2s}.about-highlight-card:hover{border-color:hsla(263,90%,63%,.3)}.about-highlight-icon{width:40px;height:40px;background:hsla(263,90%,63%,.1);border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.about-highlight-icon svg{width:18px;height:18px;color:var(--purple)}.about-highlight-card h3{font-size:.95rem;font-weight:700;color:#e2e8f0;margin-bottom:.35rem}.about-highlight-card p{font-size:.85rem;color:#64748b;line-height:1.65}.about-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.about-feature-card{padding:1.75rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;transition:all .25s}.about-feature-card:hover{border-color:hsla(263,90%,63%,.3);transform:translateY(-3px)}.about-feature-icon{width:42px;height:42px;background:hsla(263,90%,63%,.1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-feature-icon svg{width:20px;height:20px;color:var(--purple)}.about-feature-card h3{font-size:.95rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.about-feature-card p{font-size:.85rem;color:#64748b;line-height:1.65}.about-cta{padding:5rem 0;text-align:center}.about-cta-inner{max-width:540px;margin:0 auto}.about-cta-inner h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin-bottom:.625rem}.about-cta-inner p{color:#64748b;margin-bottom:2rem}@media (max-width:900px){.about-mission-grid{grid-template-columns:1fr}.about-features-grid{grid-template-columns:repeat(2,1fr)}.about-stats-inner{gap:1.5rem}.about-stat-divider{display:none}}@media (max-width:600px){.about-features-grid{grid-template-columns:1fr}.about-hero-btns{flex-direction:column;align-items:center}}.inner-page-hero{padding:4rem 0 3rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.06)}.inner-page-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin:.75rem 0 .875rem}.inner-page-desc{font-size:1rem;color:#64748b;line-height:1.75;max-width:520px;margin:0 auto}.inner-page-body{padding:4rem 0 5rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:0 auto}.contact-card{padding:2rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;transition:border-color .2s}.contact-card:hover{border-color:hsla(263,90%,63%,.3)}.contact-card-icon{width:44px;height:44px;background:hsla(263,90%,63%,.1);border:1px solid hsla(263,90%,63%,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.contact-card-icon svg{width:20px;height:20px;color:var(--purple)}.contact-card h3{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.contact-card p{font-size:.875rem;color:#64748b;line-height:1.65;margin-bottom:1rem}.contact-link{font-size:.875rem;font-weight:600;color:var(--purple);text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-badge{display:inline-block;font-size:.75rem;color:#64748b;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:.3rem .75rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.report-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;max-width:900px;margin:0 auto}.report-form-card{background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;padding:2rem}.report-success-banner{display:flex;align-items:center;gap:.75rem;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.2);border-radius:.75rem;color:#4ade80;padding:.875rem 1rem;font-size:.875rem;margin-bottom:1.5rem}.report-success-banner svg{width:18px;height:18px;flex-shrink:0}.report-sidebar{display:flex;flex-direction:column;gap:0}.report-info-card{padding:1.5rem;background:#161b2a;border:1px solid #1e2a3a;border-radius:1rem;margin-bottom:1rem}.report-info-icon{width:40px;height:40px;background:hsla(263,90%,63%,.1);border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.report-info-icon svg{width:18px;height:18px;color:var(--purple)}.report-info-card h3{font-size:.9rem;font-weight:700;color:#e2e8f0;margin-bottom:.875rem}.report-steps{list-style:none;display:flex;flex-direction:column;gap:.625rem}.report-steps li{display:flex;align-items:flex-start;gap:.625rem;font-size:.82rem;color:#64748b;line-height:1.5}.report-steps span{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:hsla(263,90%,63%,.15);color:var(--purple);border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0}.report-bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem}.report-bullets li{font-size:.82rem;color:#64748b;line-height:1.5}@media (max-width:768px){.report-layout{grid-template-columns:1fr}.report-sidebar{order:-1}}.error-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.error-code-wrap{position:relative;margin-bottom:1.5rem}.error-code{font-size:clamp(5rem,15vw,9rem);font-weight:900;letter-spacing:-.06em;background:linear-gradient(135deg,#a78bfa,#7c3aed 50%,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.error-glow{position:absolute;inset:0;background:radial-gradient(ellipse at center,hsla(263,90%,63%,.2) 0%,transparent 70%);pointer-events:none;filter:blur(20px)}.error-title{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin-bottom:.625rem;letter-spacing:-.02em}.error-desc{color:#64748b;font-size:.95rem;margin-bottom:2.5rem;max-width:400px}.error-actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.legal-page{max-width:720px;margin:4rem auto;padding:0 1.5rem}.legal-page h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem;color:#f1f5f9}.legal-page .lead{color:#64748b;font-size:.95rem;margin-bottom:2.5rem;line-height:1.75}.legal-page h2{font-size:1.05rem;font-weight:700;color:#e2e8f0;margin:2.25rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.legal-page p,.legal-page li{font-size:.9rem;color:#64748b;line-height:1.8;margin-bottom:.5rem}.legal-page ul{padding-left:1.5rem}.auth-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-left{background:linear-gradient(160deg,#0d0f1a 0%,#12103a 50%,#0d0f1a 100%);position:relative;overflow:hidden;display:flex;align-items:stretch}.auth-left::before{content:'';position:absolute;top:-20%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,hsla(263,90%,63%,.18) 0%,transparent 65%);pointer-events:none}.auth-left::after{content:'';position:absolute;bottom:-10%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,hsla(263,70%,50%,.1) 0%,transparent 65%);pointer-events:none}.auth-left-inner{position:relative;z-index:1;padding:2.5rem 3rem;display:flex;flex-direction:column;width:100%}.auth-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#f1f5f9;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;margin-bottom:auto}.auth-brand:hover{color:#fff;text-decoration:none}.auth-left-content{padding:2rem 0 1rem}.auth-left-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:#f1f5f9;margin-bottom:1rem}.auth-gradient{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 50%,#c084fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-left-desc{font-size:.9rem;color:#64748b;line-height:1.7;margin-bottom:2rem;max-width:320px}.auth-features{list-style:none;display:flex;flex-direction:column;gap:1.1rem;margin-bottom:2.5rem}.auth-feature-item{display:flex;align-items:flex-start;gap:.875rem}.auth-feature-icon{width:34px;height:34px;background:hsla(263,90%,63%,.12);border:1px solid hsla(263,90%,63%,.2);border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-feature-icon svg{width:16px;height:16px;color:var(--purple);stroke:currentColor;fill:none}.auth-feature-title{font-size:.875rem;font-weight:600;color:#e2e8f0;line-height:1.3}.auth-feature-desc{font-size:.78rem;color:#475569;margin-top:.2rem}.auth-social-proof{display:flex;align-items:center;gap:.875rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.auth-avatars{display:flex}.auth-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;border:2px solid #0d0f1a;margin-left:-6px}.auth-avatars .auth-avatar:first-child{margin-left:0}.auth-proof-text{font-size:.8rem;color:#475569;line-height:1.4}.auth-proof-text strong{color:#94a3b8}.auth-right{background:#0a0b12;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem}.auth-form-wrap{width:100%;max-width:400px}.auth-brand-mobile{display:none;margin-bottom:2rem}.auth-form-header{margin-bottom:2rem}.auth-form-title{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin-bottom:.35rem}.auth-form-sub{font-size:.875rem;color:#475569}.auth-alert-error{display:flex;align-items:center;gap:.625rem;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);border-radius:.625rem;color:#f87171;font-size:.85rem;padding:.75rem 1rem;margin-bottom:1.25rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.5rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.78rem;font-weight:600;color:#64748b;letter-spacing:.02em;text-transform:uppercase}.auth-input-wrap{position:relative}.auth-input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#64748b;pointer-events:none;stroke:currentColor;fill:none}.auth-input{width:100%;height:48px;padding:0 1rem 0 2.75rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:.75rem;color:#e2e8f0;font-size:.9rem;font-family:inherit;transition:all .2s}.auth-input:focus{outline:none;border-color:hsla(263,90%,63%,.5);background:rgba(139,92,246,.08);box-shadow:0 0 0 3px hsla(263,90%,63%,.1)}.auth-input::placeholder{color:#475569}.auth-submit-btn{width:100%;height:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;background:var(--purple);color:#fff;border:none;border-radius:.75rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 20px hsla(263,90%,63%,.35)}.auth-submit-btn:hover{background:hsl(263,90%,68%);transform:translateY(-1px);box-shadow:0 6px 24px hsla(263,90%,63%,.45)}.auth-submit-btn:active{transform:translateY(0)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-switch{text-align:center;font-size:.85rem;color:#475569;margin-bottom:1rem}.auth-switch a{color:var(--purple);font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-terms{text-align:center;font-size:.75rem;color:#334155;line-height:1.6}.auth-terms a{color:#475569}.auth-terms a:hover{color:#64748b}@media (max-width:768px){.auth-split{grid-template-columns:1fr}.auth-left{display:none}.auth-right{min-height:100vh;padding:2rem 1.25rem}.auth-brand-mobile{display:inline-flex}.auth-form-wrap{max-width:100%}}@media (max-width:480px){.auth-right{padding:1.5rem 1rem}.auth-form-title{font-size:1.4rem}}.page-header{margin-bottom:1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.page-subtitle{font-size:.8rem;color:var(--muted);margin-top:.125rem}.empty-state{text-align:center;padding:3rem 1rem}.empty-icon{width:22px;height:22px;color:var(--muted);opacity:.5;display:block;margin:0 auto 1rem;stroke:currentColor;fill:none;stroke-width:1.5;overflow:visible}.empty-state h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.empty-state p{font-size:.82rem;color:var(--muted)}.section-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.04)}.section-heading h2{font-size:.88rem;font-weight:700;color:#94a3b8;letter-spacing:-.01em}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.analytics-stat{display:flex;align-items:center;gap:1rem;padding:1.25rem}.analytics-stat-icon{width:48px;height:48px;background:var(--purple-dim);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.analytics-stat-icon svg{color:var(--purple);width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}.referer-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.referer-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.referer-label{flex:1;font-size:.8rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.referer-count{font-size:.8rem;font-weight:600}.qr-img{width:200px;height:200px;border-radius:.75rem;margin:0 auto;display:block;border:1px solid var(--border)}.legal-page{max-width:720px;margin:4rem auto;padding:0 1.5rem}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.legal-page .lead{color:var(--muted);margin-bottom:2rem}.legal-page h2{font-size:1.1rem;font-weight:700;margin:2rem 0 .75rem}.legal-page p,.legal-page li{font-size:.9rem;color:var(--muted);line-height:1.75;margin-bottom:.5rem}.legal-page ul{padding-left:1.5rem}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-links-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar-nav{display:none}.nav-hamburger{display:flex}.topbar{display:flex}.sidebar{display:none;position:fixed;left:0;top:0;height:100vh;z-index:150}.sidebar.open{display:flex}.app-main::before{left:0}.two-col{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.url-original{max-width:180px}.features-grid{grid-template-columns:1fr}.footer-links-cols{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.hero h1{font-size:2rem}.shorten-box{padding:1rem}.btn-group{flex-direction:column;align-items:center}.input-group{flex-direction:column}.input-group .btn{width:100%}.footer-links-cols{grid-template-columns:repeat(2,1fr);gap:1.25rem}.footer-bottom{flex-direction:column;text-align:center}}.text-primary{color:var(--purple)}.text-muted{color:var(--muted)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.mono{font-family:'JetBrains Mono',monospace}.fw-bold{font-weight:700}.fw-semibold{font-weight:600}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.hidden{display:none !important}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:.5rem;margin-left:1rem;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}.theme-toggle:hover{background:var(--purple-dim);color:var(--purple);border-color:var(--purple-border)}.theme-toggle svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.icon-sun{display:none}.icon-moon{display:block}[data-theme="light"] .icon-sun{display:block}[data-theme="light"] .icon-moon{display:none}.sidebar-theme-toggle{width:30px;height:30px}[data-theme="light"] .navbar{background:rgba(255,255,255,.95);border-bottom-color:#dde1ec}[data-theme="light"] .sidebar{background:#f8f9fc;border-right-color:#dde1ec}[data-theme="light"] .sidebar-header{border-bottom-color:#dde1ec}[data-theme="light"] .sidebar-footer{border-top-color:#dde1ec}[data-theme="light"] .sidebar-section-label{color:#c0c8d6}[data-theme="light"] .sidebar-item{color:#64748b}[data-theme="light"] .sidebar-item:hover{background:rgba(0,0,0,.04);color:#0f172a}[data-theme="light"] .sidebar-item.active{background:hsla(263,90%,63%,.1);color:var(--purple)}[data-theme="light"] .sidebar-user-card{background:rgba(0,0,0,.03);border-color:#dde1ec}[data-theme="light"] .sidebar-user-name{color:#334155}[data-theme="light"] .sidebar-user-email{color:#94a3b8}[data-theme="light"] .sidebar-logout-btn{color:#94a3b8 !important}[data-theme="light"] .sidebar-logout-btn:hover{color:#475569 !important}[data-theme="light"] .app-main::before{background:linear-gradient(90deg,var(--purple-border),transparent 60%)}[data-theme="light"] .dash-page-title{color:#0f172a}[data-theme="light"] .dash-page-subtitle{color:#64748b}[data-theme="light"] .stat-label{color:#94a3b8}[data-theme="light"] .stat-value-v2{color:#0f172a}[data-theme="light"] .stat-trend{color:#94a3b8}[data-theme="light"] .url-row{border-bottom-color:rgba(0,0,0,.06)}[data-theme="light"] .url-row:hover{background:rgba(0,0,0,.025)}[data-theme="light"] .section-heading{border-bottom-color:rgba(0,0,0,.07)}[data-theme="light"] .section-heading h2{color:#334155}[data-theme="light"] .top-link-row:hover{background:rgba(0,0,0,.03)}[data-theme="light"] .top-link-rank{color:#94a3b8;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08)}[data-theme="light"] .activity-row:hover{background:rgba(0,0,0,.03)}[data-theme="light"] .activity-avatar{background:hsla(263,90%,63%,.1);border-color:var(--purple-border)}[data-theme="light"] .empty-icon-wrap{background:rgba(0,0,0,.04);border-color:#dde1ec}[data-theme="light"] .quick-create-input::placeholder{color:#94a3b8}[data-theme="light"] .quick-create-input{color:#0f172a}[data-theme="light"] .topbar{background:#f8f9fc;border-bottom:1px solid #dde1ec}[data-theme="light"] .form-control{background:#fff;border-color:#dde1ec;color:#0f172a}[data-theme="light"] .form-control:focus{border-color:var(--purple);box-shadow:0 0 0 3px hsla(263,90%,63%,.12)}[data-theme="light"] .form-control::placeholder{color:#94a3b8}[data-theme="light"] .btn-outline{color:#334155;border-color:#dde1ec}[data-theme="light"] .btn-outline:hover{background:rgba(0,0,0,.04);color:#0f172a}[data-theme="light"] .btn-ghost{color:#94a3b8}[data-theme="light"] .btn-ghost:hover{background:rgba(0,0,0,.05);color:#0f172a}[data-theme="light"] .nav-link{color:#475569}[data-theme="light"] .nav-link:hover{color:#0f172a;background:rgba(0,0,0,.04)}[data-theme="light"] .card:hover{border-color:#c4c9d8}[data-theme="light"] .badge-active{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}[data-theme="light"] .badge-inactive{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}[data-theme="light"] .analytics-back-btn{color:#64748b}[data-theme="light"] .footer-v2{background:#eef0f6;border-top-color:#dde1ec}[data-theme="light"] .footer-top{border-bottom-color:#dde1ec}[data-theme="light"] .footer-brand-desc{color:#64748b}[data-theme="light"] .footer-heading{color:#0f172a}[data-theme="light"] .footer-link{color:#94a3b8}[data-theme="light"] .footer-link:hover{color:var(--purple)}[data-theme="light"] .footer-bottom{color:#94a3b8}[data-theme="light"] .toast{background:#ffffff;border-color:#dde1ec;color:#0f172a;box-shadow:0 4px 16px rgba(0,0,0,.12)}[data-theme="light"] .input-prefix{background:#f1f5f9;border-color:#dde1ec;color:#64748b}[data-theme="light"] .dropdown-menu{background:#ffffff;border-color:#dde1ec;box-shadow:0 8px 24px rgba(0,0,0,.1)}[data-theme="light"] .dropdown-item{color:#334155}[data-theme="light"] .dropdown-item:hover{background:#f4f5f9;color:#0f172a}[data-theme="light"] .referer-bar-wrap{background:rgba(0,0,0,.07)}[data-theme="light"] #clicksChart circle{stroke:#f4f5f9}[data-theme="light"] .section-heading-link{color:#94a3b8}[data-theme="light"] .quick-adv-toggle{color:#94a3b8}[data-theme="light"] .stat-card-v2{box-shadow:0 1px 3px rgba(0,0,0,.06)}[data-theme="light"] .stat-card-v2:hover{border-color:#c4c9d8;box-shadow:0 4px 16px rgba(0,0,0,.1)}[data-theme="light"] .nav-link:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .nav-link.active{color:var(--purple)}[data-theme="light"] .nav-drawer-link{color:#475569}[data-theme="light"] .nav-drawer-link:hover{color:#0f172a;background:rgba(0,0,0,.04)}[data-theme="light"] .nav-pill-cta{color:var(--purple);border-color:var(--purple-border)}[data-theme="light"] .nav-pill-cta:hover{color:var(--purple)}[data-theme="light"] .auth-left{background:linear-gradient(160deg,hsla(263,90%,50%,.9) 0%,hsla(263,80%,38%,.95) 100%)}[data-theme="light"] .auth-left-title{color:#fff}[data-theme="light"] .auth-left-subtitle{color:rgba(255,255,255,.8)}[data-theme="light"] .auth-feature-text strong{color:rgba(255,255,255,.9)}[data-theme="light"] .auth-feature-text p{color:rgba(255,255,255,.7)}[data-theme="light"] .auth-right{background:#f8f9fc}[data-theme="light"] .auth-form-title{color:#0f172a}[data-theme="light"] .auth-form-subtitle{color:#64748b}[data-theme="light"] .form-label{color:#334155}[data-theme="light"] .auth-switch{color:#64748b}[data-theme="light"] .auth-terms{color:#94a3b8}[data-theme="light"] .auth-brand-mobile{color:#0f172a}[data-theme="light"] .about-section-title{color:#0f172a}[data-theme="light"] .about-highlight-title{color:#0f172a}[data-theme="light"] .about-feature-title{color:#0f172a}[data-theme="light"] .about-section-desc{color:#475569}[data-theme="light"] .about-highlight-desc{color:#475569}[data-theme="light"] .about-feature-desc{color:#475569}[data-theme="light"] .about-stat-divider{background:#dde1ec}[data-theme="light"] .about-hero-desc{color:#475569}[data-theme="light"] .about-section-label{color:var(--purple)}[data-theme="light"] .inner-page-title{color:#0f172a}[data-theme="light"] .inner-page-subtitle{color:#475569}[data-theme="light"] .page-title{color:#0f172a}[data-theme="light"] .legal-page h2{color:#0f172a}[data-theme="light"] .legal-page p,[data-theme="light"] .legal-page li{color:#475569}[data-theme="light"] .contact-card-title{color:#0f172a}[data-theme="light"] .contact-card-desc{color:#475569}[data-theme="light"] .contact-label{color:#334155}[data-theme="light"] .contact-link{color:var(--purple)}[data-theme="light"] .report-info-title{color:#0f172a}[data-theme="light"] .report-info-desc{color:#475569}[data-theme="light"] .report-step-text{color:#475569}[data-theme="light"] .error-code{color:#0f172a}[data-theme="light"] .error-title{color:#0f172a}[data-theme="light"] .error-desc{color:#475569}[data-theme="light"] .url-code{color:var(--purple)}[data-theme="light"] .url-original{color:#64748b}[data-theme="light"] .url-clicks-count{color:#0f172a}[data-theme="light"] .analytics-title{color:#0f172a}[data-theme="light"] .analytics-url{color:#64748b}[data-theme="light"] .chart-heading{color:#334155}[data-theme="light"] .referer-name{color:#334155}[data-theme="light"] .referer-count{color:#64748b}[data-theme="light"] .dropdown-item.danger{color:#ef4444}[data-theme="light"] h1:not(.auth-left-title):not(.hero-v2 h1):not(.about-hero-title){color:inherit}[data-theme="light"] h2{color:inherit}[data-theme="light"] h3{color:inherit}[data-theme="light"] .footer-bottom a{color:#64748b}[data-theme="light"] .quick-create-card{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .quick-create-card:focus-within{border-color:var(--purple-border);box-shadow:0 0 0 3px hsla(263,90%,63%,.1)}[data-theme="light"] .create-panel{background:#fff;border-color:#dde1ec}[data-theme="light"] .pagination-btn{color:#475569;border-color:#dde1ec;background:#fff}[data-theme="light"] .pagination-btn:hover{background:#f4f5f9;color:#0f172a}[data-theme="light"] .pagination-btn.active{background:var(--purple);color:#fff;border-color:var(--purple)}[data-theme="light"] .url-row-favicon{background:hsla(263,90%,63%,.08);border-color:hsla(263,90%,63%,.2)}[data-theme="light"] .dash-header-action{color:#475569;border-color:#dde1ec}[data-theme="light"] .dash-header-action:hover{color:#0f172a;background:rgba(0,0,0,.04)}[data-theme="light"] .cta-v2 h2{color:#0f172a}[data-theme="light"] .cta-v2 p{color:#475569}[data-theme="light"] .toast-success{border-left-color:var(--success)}[data-theme="light"] .toast-error{border-left-color:var(--danger)}[data-theme="light"] .nav-drawer-cta{background:var(--purple);color:#fff}.about-section--alt{background:#0d1117}[data-theme="light"] .about-section--alt{background:#f4f5f9}[data-theme="light"] .about-highlight-card{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .about-highlight-card:hover{border-color:hsla(263,90%,63%,.35);box-shadow:0 6px 20px rgba(0,0,0,.08)}[data-theme="light"] .about-highlight-card h3{color:#0f172a}[data-theme="light"] .about-highlight-card p{color:#64748b}[data-theme="light"] .about-feature-card{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .about-feature-card:hover{border-color:hsla(263,90%,63%,.3);box-shadow:0 8px 24px rgba(0,0,0,.08)}[data-theme="light"] .about-feature-card h3{color:#0f172a}[data-theme="light"] .about-feature-card p{color:#64748b}[data-theme="light"] .about-cta-inner h2{color:#0f172a}[data-theme="light"] .about-cta-inner p{color:#64748b}[data-theme="light"] .auth-left{background:linear-gradient(160deg,hsl(263,85%,42%) 0%,hsl(263,90%,32%) 100%)}[data-theme="light"] .auth-left .auth-gradient{-webkit-text-fill-color:#e9d5ff;background:none;color:#e9d5ff}[data-theme="light"] .auth-brand{color:rgba(255,255,255,.9)}[data-theme="light"] .auth-brand:hover{color:#fff}[data-theme="light"] .auth-left-title{color:#fff}[data-theme="light"] .auth-left-desc{color:rgba(255,255,255,.75)}[data-theme="light"] .auth-feature-title{color:rgba(255,255,255,.95)}[data-theme="light"] .auth-feature-desc{color:rgba(255,255,255,.65)}[data-theme="light"] .auth-feature-icon{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.2)}[data-theme="light"] .auth-feature-icon svg{color:#e9d5ff}[data-theme="light"] .auth-social-proof{border-top-color:rgba(255,255,255,.15)}[data-theme="light"] .auth-proof-text{color:rgba(255,255,255,.7)}[data-theme="light"] .auth-proof-text strong{color:rgba(255,255,255,.9)}[data-theme="light"] .auth-avatar{border-color:hsl(263,90%,32%)}[data-theme="light"] .auth-right{background:#f8f9fc}[data-theme="light"] .auth-form-title{color:#0f172a}[data-theme="light"] .auth-form-subtitle{color:#64748b}[data-theme="light"] .auth-form-label,[data-theme="light"] .form-label{color:#334155}[data-theme="light"] .auth-switch{color:#64748b}[data-theme="light"] .auth-switch a{color:var(--purple)}[data-theme="light"] .auth-terms{color:#94a3b8}[data-theme="light"] .auth-terms a{color:var(--purple)}[data-theme="light"] .auth-divider-text{color:#94a3b8}[data-theme="light"] .auth-divider-line{background:#dde1ec}[data-theme="light"] .auth-right .form-control{background:#ffffff;border-color:#dde1ec;color:#0f172a}[data-theme="light"] .auth-right .form-control::placeholder{color:#94a3b8}[data-theme="light"] .auth-right .form-control:focus{border-color:var(--purple);box-shadow:0 0 0 3px hsla(263,90%,63%,.15)}[data-theme="light"] .input-icon{color:#94a3b8}[data-theme="light"] .pw-toggle{color:#94a3b8}[data-theme="light"] .pw-toggle:hover{color:#475569}[data-theme="light"] .forgot-link{color:var(--purple)}[data-theme="light"] .form-error{color:#ef4444}[data-theme="light"] .footer{background:#f4f5f9;border-top-color:#dde1ec}[data-theme="light"] .footer-desc{color:#64748b}[data-theme="light"] .footer-heading{color:#0f172a}[data-theme="light"] .footer-links a{color:#64748b}[data-theme="light"] .footer-links a:hover{color:#0f172a}[data-theme="light"] .footer-badge{color:#475569;background:rgba(0,0,0,.05)}[data-theme="light"] .footer-bottom{border-top-color:#dde1ec;color:#94a3b8}[data-theme="light"] .footer-bottom a{color:#64748b}[data-theme="light"] .footer-brand-name{color:#0f172a}[data-theme="light"] .search-input{background:#fff;border-color:#dde1ec;color:#0f172a}[data-theme="light"] .search-input::placeholder{color:#94a3b8}[data-theme="light"] .search-icon{color:#94a3b8}[data-theme="light"] .modal-content{background:#ffffff;border-color:#dde1ec}[data-theme="light"] .modal-title{color:#0f172a}[data-theme="light"] .modal-close{color:#64748b}[data-theme="light"] .modal-close:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .copy-btn{color:#64748b;border-color:#dde1ec;background:#fff}[data-theme="light"] .copy-btn:hover{color:var(--purple);border-color:var(--purple-border)}[data-theme="light"] .more-btn{color:#64748b}[data-theme="light"] .more-btn:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .url-row{background:#fff;border-color:#dde1ec}[data-theme="light"] .url-row:hover{border-color:#c4c9d8}[data-theme="light"] .url-short{color:var(--purple)}[data-theme="light"] .url-dest{color:#64748b}[data-theme="light"] .url-clicks{color:#0f172a}[data-theme="light"] .url-date{color:#94a3b8}[data-theme="light"] .badge-active{background:hsla(142,72%,40%,.12);color:hsl(142,72%,30%)}[data-theme="light"] .badge-inactive{background:hsla(0,0%,50%,.1);color:#64748b}[data-theme="light"] .dash-quick-input{color:#0f172a}[data-theme="light"] .dash-quick-input::placeholder{color:#94a3b8}[data-theme="light"] .sidebar-label{color:#94a3b8}[data-theme="light"] .sidebar-nav-link{color:#475569}[data-theme="light"] .sidebar-nav-link:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .sidebar-nav-link.active{color:var(--purple);background:hsla(263,90%,63%,.08)}[data-theme="light"] .sidebar-user-name{color:#0f172a}[data-theme="light"] .sidebar-user-email{color:#64748b}[data-theme="light"] .sidebar-logout{color:#64748b}[data-theme="light"] .sidebar-logout:hover{color:#ef4444}[data-theme="light"] .footer-v2{background:#f4f5f9;border-top-color:#dde1ec}[data-theme="light"] .footer-top{border-bottom-color:#dde1ec}[data-theme="light"] .footer-logo .navbar-brand,[data-theme="light"] .footer-logo{color:#0f172a}[data-theme="light"] .footer-tagline{color:#94a3b8}[data-theme="light"] .footer-badge{background:rgba(0,0,0,.05);border-color:#dde1ec;color:#475569}[data-theme="light"] .footer-col-title{color:#0f172a}[data-theme="light"] .footer-link{color:#475569}[data-theme="light"] .footer-link:hover{color:#0f172a}[data-theme="light"] .footer-bottom{border-top-color:#dde1ec}[data-theme="light"] .footer-copy{color:#94a3b8}[data-theme="light"] .nav-link:hover{color:#0f172a;background:rgba(0,0,0,.06)}[data-theme="light"] .nav-link.active{color:var(--purple);background:hsla(263,90%,63%,.08)}[data-theme="light"] .nav-pill-outline{color:#475569;border-color:#dde1ec;background:transparent}[data-theme="light"] .nav-pill-outline:hover{color:#0f172a;border-color:#94a3b8;background:rgba(0,0,0,.04)}[data-theme="light"] .nav-pill-cta:hover{color:#fff}[data-theme="light"] .nav-drawer-link:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .nav-hamburger:hover{background:rgba(0,0,0,.06)}[data-theme="light"] .sidebar-item:hover{background:rgba(0,0,0,.05);color:#0f172a}[data-theme="light"] .sidebar-user-card{background:rgba(0,0,0,.02);border-color:#dde1ec}[data-theme="light"] .sidebar-user-card:hover{border-color:#94a3b8}[data-theme="light"] .sidebar-logout-btn{color:#64748b !important}[data-theme="light"] .sidebar-logout-btn:hover{color:#ef4444 !important}[data-theme="light"] .sidebar-footer{border-top-color:#dde1ec}[data-theme="light"] .url-row:hover{background:rgba(0,0,0,.03);border-color:#c4c9d8}[data-theme="light"] .dropdown-menu{background:#ffffff;border-color:#dde1ec;box-shadow:0 8px 24px rgba(0,0,0,.12)}[data-theme="light"] .dropdown-item{color:#334155}[data-theme="light"] .dropdown-item:hover{background:rgba(0,0,0,.05);color:#0f172a}[data-theme="light"] .dropdown-sep{background:#dde1ec}[data-theme="light"] .top-link-row:hover{background:rgba(0,0,0,.04)}[data-theme="light"] .top-link-rank{color:#475569;background:rgba(0,0,0,.05)}[data-theme="light"] .activity-row:hover{background:rgba(0,0,0,.04)}[data-theme="light"] .quick-adv-toggle{color:#64748b}[data-theme="light"] .quick-adv-toggle:hover{color:#0f172a}[data-theme="light"] .analytics-back-btn{color:#475569;border-color:#dde1ec;background:#fff}[data-theme="light"] .analytics-back-btn:hover{color:#0f172a;background:rgba(0,0,0,.04)}[data-theme="light"] .analytics-open-btn{color:var(--purple);border-color:var(--purple-border);background:hsla(263,90%,63%,.06)}[data-theme="light"] .analytics-open-btn:hover{background:hsla(263,90%,63%,.12)}[data-theme="light"] .feature-card:hover{border-color:hsla(263,90%,63%,.3);box-shadow:0 8px 24px rgba(0,0,0,.08)}[data-theme="light"] .card:hover{border-color:#c4c9d8;box-shadow:0 4px 16px rgba(0,0,0,.08)}[data-theme="light"] .section-heading-link{color:var(--purple)}[data-theme="light"] .section-heading-link:hover{color:hsl(263,90%,45%)}[data-theme="light"] .theme-toggle:hover{background:rgba(0,0,0,.07);color:#0f172a}[data-theme="light"] .btn-ghost:hover{background:rgba(0,0,0,.06);color:#0f172a}[data-theme="light"] .contact-card:hover{border-color:hsla(263,90%,63%,.3);box-shadow:0 6px 20px rgba(0,0,0,.08)}[data-theme="light"] .auth-submit-btn:hover{box-shadow:0 4px 20px hsla(263,90%,50%,.35)}[data-theme="light"] .stat-card-v2:hover{border-color:#b8bfcc;box-shadow:0 6px 20px rgba(0,0,0,.1)}.nav-mobile-controls{display:none;align-items:center;gap:.375rem}@media (max-width:768px){.nav-mobile-controls{display:flex}.navbar-nav{display:none}}.mobile-theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent;border:none;cursor:pointer;color:inherit;transition:background .15s}.mobile-theme-toggle:hover{background:rgba(255,255,255,.08)}[data-theme="light"] .mobile-theme-toggle:hover{background:rgba(0,0,0,.06)}.nav-drawer{display:none;flex-direction:column;gap:.2rem;padding:.875rem 1rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);background:rgba(10,11,18,.98)}.nav-drawer.open{display:flex}.nav-drawer-link{padding:.75rem 1rem;color:#94a3b8;font-size:.925rem;font-weight:500;border-radius:.625rem;text-decoration:none;transition:all .15s;display:flex;align-items:center}.nav-drawer-link:hover{color:#f1f5f9;background:rgba(255,255,255,.07);text-decoration:none}.nav-drawer-divider{height:1px;background:rgba(255,255,255,.06);margin:.5rem 0}.nav-drawer-theme-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.nav-drawer-theme-label{font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.08em}.drawer-theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);cursor:pointer;color:inherit;transition:background .15s}.drawer-theme-toggle:hover{background:rgba(255,255,255,.12)}[data-theme="light"] .navbar{background:rgba(255,255,255,.98) !important;border-bottom-color:#dde1ec !important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}[data-theme="light"] .nav-link{color:#475569}[data-theme="light"] .nav-link span{color:#475569}[data-theme="light"] .nav-drawer{background:rgba(255,255,255,.99);border-top-color:#dde1ec}[data-theme="light"] .nav-drawer-link{color:#334155}[data-theme="light"] .nav-drawer-link:hover{color:#0f172a;background:rgba(0,0,0,.05)}[data-theme="light"] .nav-drawer-divider{background:#dde1ec}[data-theme="light"] .nav-drawer-theme-label{color:#94a3b8}[data-theme="light"] .drawer-theme-toggle{background:rgba(0,0,0,.04);border-color:#dde1ec;color:#334155}[data-theme="light"] .drawer-theme-toggle:hover{background:rgba(0,0,0,.08)}[data-theme="light"] .nav-hamburger span{background:#334155}[data-theme="light"] .auth-input{background:#ffffff;border:1.5px solid #dde1ec;color:#0f172a}[data-theme="light"] .auth-input::placeholder{color:#94a3b8}[data-theme="light"] .auth-input:focus{outline:none;background:#ffffff;border-color:var(--purple);box-shadow:0 0 0 3px hsla(263,90%,63%,.15)}[data-theme="light"] .auth-input-icon{color:#94a3b8}.auth-brand-mobile{color:#f1f5f9}.auth-brand-mobile span{color:#f1f5f9}[data-theme="light"] .auth-brand-mobile{color:#0f172a !important}[data-theme="light"] .auth-brand-mobile span{color:#0f172a !important}[data-theme="light"] .auth-right{background:#f4f6fb}[data-theme="light"] .auth-form-title{color:#0f172a}[data-theme="light"] .auth-form-sub,[data-theme="light"] .auth-form-subtitle{color:#64748b}[data-theme="light"] .auth-form-label,[data-theme="light"] .form-label{color:#334155}[data-theme="light"] .auth-switch{color:#64748b}[data-theme="light"] .auth-switch a{color:var(--purple)}[data-theme="light"] .auth-terms{color:#94a3b8}[data-theme="light"] .auth-terms a{color:var(--purple)}@media (max-width:768px){.auth-right{padding:2rem 1.5rem}.auth-brand-mobile{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.auth-form-title{font-size:1.5rem}}@media (max-width:480px){.auth-right{padding:1.5rem 1.25rem}}[data-theme="light"] .report-form-card,[data-theme="light"] .report-info-card{background:#ffffff;border-color:#dde1ec;box-shadow:0 8px 32px rgba(0,0,0,.08)}[data-theme="light"] .report-info-card h3{color:#0f172a}[data-theme="light"] .report-steps li,[data-theme="light"] .report-bullets li{color:#475569}[data-theme="light"] .report-steps span{background:hsla(263,90%,63%,.1);color:var(--purple)}[data-theme="light"] .features{background:#f4f5f9;border-top-color:#dde1ec;border-bottom-color:#dde1ec}[data-theme="light"] .feature-card h3{color:#0f172a}[data-theme="light"] .nav-pill-cta:hover{color:var(--purple);background:hsla(263,90%,63%,.1)}
[data-theme="light"] .contact-card{background:#ffffff;border-color:#dde1ec;box-shadow:0 8px 32px rgba(0,0,0,.08)}[data-theme="light"] .contact-card h3{color:#0f172a}[data-theme="light"] .contact-card p{color:#475569}[data-theme="light"] .contact-badge{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08);color:#475569}
