:root{--bg:#0e1720;--bg-2:#16212e;--panel:#1b2838;--panel-2:#223247;--border:rgba(255,255,255,0.08);--border-strong:rgba(255,255,255,0.16);--text:#c7d5e0;--text-dim:#8fa4b3;--heading:#ffffff;--accent:#66c0f4;--accent-2:#1a9fff;--danger:#ec6a5e;--danger-bg:rgba(236,106,94,0.12);--ok:#a4d007;--ok-bg:rgba(164,208,7,0.12);--shadow:0 8px 24px rgba(0,0,0,0.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);line-height:1.55;background:radial-gradient(1000px 600px at 80% -10%,#1d3350 0,transparent 60%),radial-gradient(900px 500px at -10% 10%,#16283b 0,transparent 55%),var(--bg);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:rgba(102,192,244,.3)}main{width:100%;max-width:860px;margin:0 auto;padding:2rem 1.25rem 3rem;flex:1 0 auto}h1{font-size:2rem;margin:0;letter-spacing:-.02em}h1,h2{color:var(--heading)}h2{font-size:1.15rem;margin:2rem 0 .75rem}p{margin:.75rem 0}.landing{max-width:680px;padding-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(180deg,var(--accent) 0,var(--accent-2) 100%);color:#05131f;font-weight:700;font-size:.95rem;padding:.7rem 1.3rem;border-radius:8px;border:none;cursor:pointer;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease}.btn,.btn:hover{text-decoration:none}.btn:hover{filter:brightness(1.08)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.65;cursor:default}.btn:disabled:hover{filter:none}.btn-lg{padding:.9rem 1.9rem;font-size:1.05rem;border-radius:10px;box-shadow:0 4px 18px rgba(26,159,255,.35)}.btn-lg:hover{box-shadow:0 6px 24px rgba(26,159,255,.5)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border);font-weight:600;box-shadow:none}.btn-ghost:hover{background:rgba(255,255,255,.05);filter:none}.spinner{width:1em;height:1em;flex:none;border-radius:50%;border:2px solid;border-top:2px solid transparent;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.card{background:linear-gradient(180deg,var(--panel) 0,var(--bg-2) 100%);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin:1rem 0}.hero{text-align:center;padding:1.25rem 0 .5rem}.hero h1{font-size:2.6rem;line-height:1.12}.hero h1 .accent{background:linear-gradient(90deg,var(--accent) 0,var(--accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero .sub{color:var(--text);font-size:1.05rem;max-width:34rem;margin:1rem auto 1.75rem}.hero .trust{color:var(--text-dim);font-size:.8rem;margin-top:1rem}.how{margin-top:2.5rem;max-width:34rem;margin-left:auto;margin-right:auto}.how h2{font-size:1.05rem;margin-bottom:1.5rem;text-align:center}.steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.steps li{position:relative;display:flex;gap:1rem;align-items:flex-start;padding:0 0 1.5rem}.steps li:last-child{padding-bottom:0}.steps li:before{content:"";position:absolute;left:.85rem;top:1.9rem;bottom:-.1rem;width:1px;background:linear-gradient(var(--border-strong),transparent)}.steps li:last-child:before{display:none}.steps li span:last-child{color:var(--text-dim);font-size:.95rem;padding-top:.1rem}.steps li strong{color:var(--text);font-weight:600}.step-n{flex:none;position:relative;z-index:1;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--bg);border:1px solid var(--border-strong);color:var(--text-dim);font-weight:600;font-size:.85rem;justify-content:center}.step-n,.topbar{display:flex;align-items:center}.topbar{gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.topbar .avatar{width:56px;height:56px;border-radius:10px;border:1px solid var(--border-strong);background:var(--panel-2);flex:none}.topbar .who{flex:1 1;min-width:0}.topbar .who .name{color:var(--heading);font-size:1.4rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .who .meta{color:var(--text-dim);font-size:.85rem}.topbar-actions{display:flex;gap:.5rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin:1rem 0 .5rem}.stat{background:linear-gradient(180deg,var(--panel) 0,var(--bg-2) 100%);border:1px solid var(--border);border-radius:12px;padding:1rem;text-align:center;font:inherit;color:inherit;cursor:pointer;width:100%;transition:border-color .12s ease,transform .06s ease,background .12s ease}.stat:hover{border-color:var(--border-strong)}.stat:active{transform:translateY(1px)}.stat.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px rgba(102,192,244,.12)}.stat .num{font-size:1.8rem;font-weight:800;color:var(--heading);line-height:1}.stat .lbl{font-size:.8rem;color:var(--text-dim);margin-top:.35rem}.stat.danger .num{color:var(--danger)}.stat.ok .num{color:var(--ok)}.list-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1.25rem 0 .25rem}.search{flex:1 1;max-width:340px;background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:.55rem .8rem;color:var(--text);font-size:.9rem;transition:border-color .15s ease}.search::placeholder{color:var(--text-dim)}.search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(102,192,244,.15)}.list{padding:.35rem .5rem}.row{display:flex;align-items:center;gap:.85rem;padding:.6rem .65rem;border-radius:8px;border-bottom:1px solid var(--border);transition:background .12s ease}.row:hover{background:rgba(255,255,255,.03)}.row:last-child{border-bottom:none}.row .avatar-fallback,.row img{width:40px;height:40px;border-radius:8px;background:var(--panel-2);flex:none}.row .avatar-fallback{display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-weight:700;font-size:1rem;border:1px solid var(--border);text-transform:uppercase}.row .info{flex:1 1;min-width:0}.row .info .n{color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row .info .s{color:var(--text-dim);font-size:.82rem}.row .info .s .gone{color:var(--danger)}.row .badge{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;flex:none}.badge-removed{color:var(--danger);background:var(--danger-bg)}.badge-added{color:var(--ok);background:var(--ok-bg)}.notice{background:var(--danger-bg);border:1px solid var(--danger);border-radius:12px;padding:1rem 1.25rem}.notice.info{background:rgba(102,192,244,.1);border-color:var(--accent)}.empty{color:var(--text-dim);text-align:center;padding:2.25rem 1rem}.empty .empty-icon{font-size:1.75rem;line-height:1;margin-bottom:.6rem;opacity:.7}.muted{color:var(--text-dim);font-size:.9rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin:2rem 0 .5rem}.section-head h2{margin:0}.section-head .count,.site-footer{color:var(--text-dim);font-size:.85rem}.site-footer{border-top:1px solid var(--border);flex:none;padding:1.5rem 1.25rem;text-align:center}.site-footer a{color:var(--text-dim)}.lang-switcher-wrap{display:block;margin-top:.6rem}.lang-switcher{font-size:.82rem}.lang-switcher a{color:var(--text-dim)}.lang-switcher strong{color:var(--accent);font-weight:600}.ad-slot{margin:1.5rem 0;min-height:90px;display:flex;align-items:center;justify-content:center;color:var(--text-dim);overflow:hidden}.ad-slot .adsbygoogle{width:100%}@media (max-width:560px){.stats{grid-template-columns:1fr 1fr}.stats .stat:last-child:nth-child(odd){grid-column:1/-1}.hero h1{font-size:2rem}.topbar .who{flex-basis:calc(100% - 56px - 1rem)}.topbar-actions{width:100%}.topbar-actions form{flex:1 1}.topbar-actions .btn{width:100%}.list-controls{flex-direction:column;align-items:stretch;gap:.5rem}.search{max-width:none}.list-controls .muted{text-align:right;font-size:.8rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}