@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--bg:#020403;--panel:#080c0a;--panel2:#0d1310;--text:#eff7f1;--muted:#8d9c92;--line:#1e2a23;--green:#63ff9b;--danger:#ff6377;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.7 Inter,sans-serif;overflow-x:hidden;background-image:radial-gradient(circle at 15% 0,rgba(99,255,155,.08),transparent 32%),linear-gradient(rgba(99,255,155,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(99,255,155,.025) 1px,transparent 1px);background-size:auto,32px 32px,32px 32px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:0 max(22px,calc((100vw - var(--max))/2));position:sticky;top:0;z-index:20;background:rgba(2,4,3,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:40px;height:40px;background:var(--green);color:#001508;font:800 19px IBM Plex Mono;box-shadow:5px 5px 0 #163d25}.brand b{display:block;font:700 13px IBM Plex Mono;letter-spacing:.8px}.brand small{display:block;color:var(--green);font:500 7px IBM Plex Mono;letter-spacing:1px}.topbar nav{display:flex;align-items:center;gap:28px}.topbar nav a{color:#aebbb2;font-size:13px;transition:.2s}.topbar nav a:hover{color:var(--green)}.menu-button{display:none;background:transparent;color:var(--green);border:1px solid var(--line);padding:9px 11px;font:600 9px IBM Plex Mono}
main{min-height:calc(100vh - 150px)}.hero{max-width:var(--max);margin:auto;padding:110px 22px 85px;display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}.kicker{color:var(--green);font:600 10px IBM Plex Mono;letter-spacing:1.5px}.hero h1,.form-intro h1,.detail-head h1,.admin-page h1{font-size:clamp(40px,6vw,76px);line-height:1.04;letter-spacing:-3px;margin:20px 0}.hero h1 em{font-style:normal;color:var(--green)}.hero p,.form-intro p{max-width:700px;color:#aab7ae;font-size:17px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#001508;border:1px solid var(--green);padding:13px 18px;font:700 11px IBM Plex Mono;cursor:pointer;transition:.2s;box-shadow:5px 5px 0 #164126}.button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #164126}.button.secondary{background:transparent;color:var(--text);border-color:var(--line);box-shadow:none}.hero-panel{padding:28px;background:linear-gradient(145deg,#0d1310,#060907);border:1px solid var(--line);box-shadow:12px 12px 0 rgba(99,255,155,.08)}.hero-panel>span{font:500 9px IBM Plex Mono;color:var(--muted)}.hero-panel>strong{display:block;color:var(--green);font:700 35px IBM Plex Mono;margin:8px 0 22px}.hero-panel ul{list-style:none;padding:0;margin:0}.hero-panel li{padding:11px 0;border-top:1px solid var(--line);color:#aebbb2}.hero-panel li:before{content:"[+]";color:var(--green);font-family:IBM Plex Mono;margin-right:10px}
.stats{max-width:var(--max);margin:0 auto 90px;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats article{padding:22px;background:var(--panel);border:1px solid var(--line)}.stats strong{display:block;color:var(--green);font:700 27px IBM Plex Mono}.stats span{color:var(--muted);font-size:12px}.archive-section,.form-page,.detail-page,.admin-page{max-width:var(--max);margin:auto;padding:40px 22px 100px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-head h2{font-size:34px;margin:7px 0}.search{display:flex;min-width:min(100%,430px)}input,select,textarea{width:100%;background:#050806;color:var(--text);border:1px solid var(--line);padding:13px 14px;outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(99,255,155,.08)}.search button{background:var(--green);border:0;color:#001508;font:700 10px IBM Plex Mono;padding:0 18px}.archive-card{border:1px solid var(--line);background:rgba(8,12,10,.85);overflow:hidden}.archive-row{display:grid;grid-template-columns:130px 1.2fr 1fr 140px 70px;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);transition:.2s}.archive-row:not(.archive-header):hover{background:#0e1711;transform:translateX(3px)}.archive-header{color:var(--muted);font:500 9px IBM Plex Mono}.archive-row time,.archive-row>span{color:#9dac9f;font-size:12px}.archive-row strong{font-family:IBM Plex Mono}.type{color:var(--green)!important;text-transform:uppercase;font:500 9px IBM Plex Mono!important}.empty{padding:45px;text-align:center;color:var(--muted)}.pagination{display:flex;gap:8px;margin-top:25px}.pagination a{border:1px solid var(--line);padding:8px 11px;font:500 10px IBM Plex Mono}.pagination a.active{background:var(--green);color:#001508}
.form-page{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-top:85px}.form-intro h1{font-size:clamp(36px,5vw,64px)}.report-form,.auth-card,.detail-card,.moderation-card{background:linear-gradient(145deg,#0d1310,#060907);border:1px solid var(--line);padding:28px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-grid label,.auth-card label{display:grid;gap:7px;color:#aab7ae;font-size:12px}.field-grid .full{grid-column:1/-1}textarea{min-height:130px;resize:vertical}.check{display:flex;gap:12px;margin:20px 0;color:#aab7ae;font-size:12px}.check input{width:18px;height:18px}.honeypot{position:absolute!important;left:-9999px!important}.notice{border:1px solid var(--danger);background:#260b11;color:#ffdbe0;padding:13px;margin-bottom:18px}.notice p{margin:3px}.notice.success{border-color:var(--green);background:#082412;color:var(--green)}
.back{display:inline-block;color:var(--muted);font:500 9px IBM Plex Mono;margin-bottom:25px}.detail-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}.detail-head h1{font-size:clamp(34px,5vw,65px);margin:12px 0}.detail-head p{font-family:IBM Plex Mono;color:var(--muted)}.verified,.detail-type{display:inline-block;border:1px solid var(--green);color:var(--green);padding:8px 10px;font:600 8px IBM Plex Mono}.detail-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}.detail-card h2{margin-top:0}.evidence-image{width:100%;max-height:580px;object-fit:contain;background:#020302;border:1px solid var(--line);margin:12px 0 20px}.facts dl{margin:0}.facts dt{color:var(--muted);font:500 9px IBM Plex Mono;margin-top:20px}.facts dd{margin:5px 0;overflow-wrap:anywhere}.facts a{color:var(--green)}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:25px}.auth-page>.brand{position:absolute;top:25px;left:25px}.auth-card{width:min(100%,480px);display:grid;gap:17px}.auth-card h1{margin:4px 0 10px}.auth-card>a{color:var(--green);font-size:12px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs a{padding:9px 11px;border:1px solid var(--line);font:500 8px IBM Plex Mono}.tabs a.active{background:var(--green);color:#001508}.moderation-list{display:grid;gap:18px}.moderation-card{padding:24px}.mod-head{display:flex;justify-content:space-between;gap:20px}.mod-head h2{margin:8px 0}.mod-head small{color:var(--muted)}.mod-head>a,.mod-links a{color:var(--green);font:500 10px IBM Plex Mono}.mod-links{display:flex;gap:18px;margin:15px 0}.moderation-card form{display:grid;gap:12px}.moderation-card textarea{min-height:80px}.mod-actions{display:flex;gap:10px;flex-wrap:wrap}.danger-button{background:#2b0c12;color:#ff93a1;border:1px solid #5b202a;padding:12px 16px;cursor:pointer;font:600 10px IBM Plex Mono}
footer{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:35px 22px;display:flex;justify-content:space-between;color:var(--muted);font:500 9px IBM Plex Mono}
@media(max-width:900px){.menu-button{display:block}.topbar nav{display:flex;position:absolute;left:12px;right:12px;top:82px;flex-direction:column;align-items:stretch;background:#070b08;border:1px solid var(--line);padding:17px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.topbar nav.open{opacity:1;visibility:visible;transform:none}.hero{grid-template-columns:1fr;padding-top:70px;gap:35px}.stats{grid-template-columns:1fr 1fr}.archive-header{display:none}.archive-row{grid-template-columns:1fr auto;gap:8px}.archive-row time,.archive-row>span:nth-child(3),.archive-row>span:nth-child(4){grid-column:1}.archive-row>span:last-child{grid-column:2;grid-row:1/4}.form-page,.detail-grid{grid-template-columns:1fr}.detail-head{align-items:start;flex-direction:column}.field-grid{grid-template-columns:1fr}.field-grid .full{grid-column:auto}.section-head{align-items:stretch;flex-direction:column}.search{min-width:0}.moderation-card,.report-form,.detail-card{padding:20px}}
@media(max-width:520px){.topbar{height:68px;padding:0 14px}.brand-mark{width:35px;height:35px}.brand small{font-size:6px}.hero{padding:55px 16px 60px}.hero h1{font-size:38px;letter-spacing:-2px}.hero p{font-size:14px}.hero-actions{display:grid}.button{width:100%}.stats{grid-template-columns:1fr;padding:0 16px}.archive-section,.form-page,.detail-page,.admin-page{padding:35px 16px 75px}.archive-row{padding:16px}.detail-type{font-size:7px}footer{margin:0 16px;padding:28px 0;flex-direction:column;gap:8px}.mod-head{flex-direction:column}.mod-actions{display:grid}.mod-actions>*{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* V12: real country flags, independent from the visitor's emoji font */
.flag{font-size:0!important}
.country-flag{position:relative;display:inline-flex;width:26px;height:20px;align-items:center;justify-content:center;vertical-align:middle;border-radius:3px;background:#10162c;border:1px solid #3a466d;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.28);transition:border-color .18s ease,transform .18s ease}
.country-flag img{display:block;width:24px;height:18px;object-fit:cover}
.country-flag:hover{border-color:#7dffb2;transform:translateY(-1px)}
.country-flag-unknown i{display:block;width:14px;height:14px;border:2px solid #6f7fa9;border-radius:50%;position:relative}
.country-flag-unknown i:before{content:'';position:absolute;inset:2px 4px;border-left:1px solid #6f7fa9;border-right:1px solid #6f7fa9;border-radius:50%}
.country-flag-unknown i:after{content:'';position:absolute;left:1px;right:1px;top:5px;border-top:1px solid #6f7fa9}

/* V3 archive UI */
:root{--bg:#101428;--panel:#171d37;--panel2:#1b2240;--text:#edf1ff;--muted:#94a0c2;--line:#2b3557;--green:#7dffb2;--max:1470px}body{background-color:var(--bg);background-image:radial-gradient(circle at 15% 0,rgba(118,87,232,.18),transparent 34%),linear-gradient(rgba(125,255,178,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(125,255,178,.018) 1px,transparent 1px)}.topbar{height:auto;min-height:76px;padding-top:10px;padding-bottom:10px;background:rgba(20,25,48,.9)}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.main-nav a{padding:10px 12px;border-radius:12px;color:#aeb8d7;text-decoration:none}.main-nav a:hover,.main-nav a.active{background:#1a2040;color:#fff}.page{width:min(1470px,calc(100% - 40px));margin:0 auto;padding:58px 0 90px}.page-title{margin-bottom:30px}.page-title h1{font-size:clamp(2.1rem,5vw,4.6rem);line-height:1;margin:10px 0 16px}.page-title p{max-width:760px;color:#9aa6c7;line-height:1.75}.panel{background:#171d37;border:1px solid #293253;border-radius:18px;overflow:hidden;margin-top:26px;box-shadow:0 20px 60px #0004}.panel-head{padding:22px 28px;border-bottom:1px solid #2a3455}.panel-head h2{margin:0}.table-wrap{overflow-x:auto}.report-table{width:100%;border-collapse:collapse;min-width:980px}.report-table th,.report-table td{text-align:left;padding:18px 20px;border-bottom:1px solid #303958}.report-table th{text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;color:#7f8caf}.report-table tr:hover td{background:#1c2342}.report-table a{color:#82aaff;text-decoration:none}.host{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flag{font-size:1.35rem}.badge{font-size:.7rem;padding:5px 7px;border-radius:6px;background:#263768;color:#8db4ff}.mirror-link{font-size:1.25rem}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.metric{background:linear-gradient(145deg,#1b2242,#141a33);border:1px solid #2d375d;border-radius:18px;padding:28px}.metric small{display:block;color:#94a0c2;text-transform:uppercase;letter-spacing:.08em}.metric strong{display:block;font-size:3rem;color:#fff;margin-top:12px}.rank-grid{display:grid;gap:12px}.rank-card{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:18px;background:#171d37;border:1px solid #293253;border-radius:14px;padding:18px 22px}.rank-card>b{color:#7787b6}.rank-card h2{margin:0 0 4px;font-size:1.05rem}.rank-card small{color:#8592b5}.rank-card>strong{font-size:1.8rem;color:#7dffb2}.bars{padding:28px}.bars div{margin-bottom:22px}.bars span{display:flex;justify-content:space-between;margin-bottom:8px;color:#c7d0e9}.bars i{display:block;height:10px;border-radius:99px;background:linear-gradient(90deg,#7657e8 var(--w),#282f4c var(--w))}.prose{padding:30px;line-height:1.8}.prose h2{margin-top:0}.prose p,.prose li{color:#aab4d1}.search{display:flex;max-width:680px;gap:10px;margin-top:24px}.search input{flex:1}.site-footer{display:flex;justify-content:space-between;gap:20px;width:min(1470px,calc(100% - 40px));margin:auto;padding:28px 0 45px;border-top:1px solid #252d4a;color:#7783a6}.error-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.error-code{font-size:clamp(6rem,20vw,14rem);font-weight:900;line-height:.8;color:#7657e8;text-shadow:8px 8px 0 #20294d}.error-page p{color:#9ba8c7}.error-page .button{margin-top:18px}
@media(max-width:1100px){.topbar{align-items:flex-start}.main-nav{display:none;width:100%}.main-nav.open{display:flex}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.page{width:min(100% - 24px,1470px);padding-top:32px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:18px}.metric strong{font-size:2rem}.rank-card{grid-template-columns:44px 1fr auto;padding:15px}.site-footer{width:calc(100% - 24px);flex-direction:column}.search{flex-direction:column}.page-title h1{font-size:2.5rem}}
.form-page{max-width:1400px;grid-template-columns:minmax(280px,.65fr) minmax(580px,1.35fr);align-items:start}.form-intro{position:sticky;top:120px}.report-form{border-radius:20px;background:linear-gradient(145deg,#171d37,#11162c);border-color:#303a62;box-shadow:0 30px 90px #0006;padding:34px}.field-grid{gap:22px}.field-grid label{font-weight:600;color:#bac4e1}.field-grid label em{font-style:normal;color:#ff5277}.report-form input,.report-form select,.report-form textarea{border-radius:10px;background:#11162b;border-color:#354064;padding:14px 15px}.report-form select{cursor:pointer}.report-form input:focus,.report-form select:focus,.report-form textarea:focus{border-color:#7657e8;box-shadow:0 0 0 4px rgba(118,87,232,.16)}.safe-callout{display:grid;gap:8px;margin-top:28px;padding:18px;border-left:3px solid #7dffb2;background:#151d34;color:#96a3c5}.safe-callout b{font:700 10px IBM Plex Mono;color:#7dffb2;letter-spacing:.08em}.safe-callout span{font-size:13px;line-height:1.65}.report-form>.button{margin-top:6px;border-radius:9px;background:linear-gradient(135deg,#7dffb2,#50d9b0);box-shadow:0 10px 30px rgba(80,217,176,.18)}
@media(max-width:900px){.form-page{grid-template-columns:1fr}.form-intro{position:static}.report-form{padding:22px}}
.submit-shell{width:min(1440px,calc(100% - 36px));margin:0 auto;padding:68px 0 100px}.submit-heading{display:flex;align-items:end;gap:26px;margin-bottom:32px}.submit-heading .kicker{writing-mode:vertical-rl;transform:rotate(180deg)}.submit-heading h1{font-size:clamp(2.4rem,5vw,5.3rem);line-height:.95;letter-spacing:-.055em;margin:0;max-width:700px}.submit-heading p{max-width:480px;margin:0 0 4px;color:#95a1c3}.quick-report{padding:30px;background:linear-gradient(145deg,rgba(28,35,67,.96),rgba(15,20,40,.98));border:1px solid #313c64;border-radius:20px;box-shadow:0 34px 90px rgba(0,0,0,.4)}.quick-row{display:grid;gap:18px;margin-bottom:20px}.identity-row,.select-row{grid-template-columns:1fr 1fr}.url-row{grid-template-columns:minmax(0,1fr) auto;align-items:end}.quick-report label{display:grid;gap:9px;color:#c3cbea;font-size:.84rem;font-weight:700}.quick-report label em{font-style:normal;color:#ff4f79}.quick-report input,.quick-report select{height:54px;border-radius:12px;background:#10152b;border:1px solid #384367;color:#eef2ff;padding:0 16px}.quick-report select{cursor:pointer}.quick-report input:focus,.quick-report select:focus{border-color:#7a60e8;box-shadow:0 0 0 4px rgba(122,96,232,.18)}.url-row .button{height:54px;min-width:210px;border-radius:12px;box-shadow:none}.url-row .button span{font-size:1.2rem;margin-left:12px}.form-footnote{margin:8px 0 0;padding-top:18px;border-top:1px solid #2d3758;color:#7f8bab;font-size:.76rem}.notice{width:min(1440px,calc(100% - 36px));margin:0 auto 20px;border-radius:12px}.submit-shell>.notice{width:100%}
@media(max-width:800px){.submit-shell{padding-top:38px}.submit-heading{display:block}.submit-heading .kicker{writing-mode:initial;transform:none}.submit-heading h1{margin:12px 0 18px}.identity-row,.select-row,.url-row{grid-template-columns:1fr}.url-row .button{width:100%}.quick-report{padding:20px}.quick-report select{font-size:16px}}
.main-nav a{display:flex!important;align-items:center;gap:8px}.main-nav a i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#252d50;color:#c9d2ef;font-style:normal;font-size:15px}.main-nav a.active i,.main-nav a:hover i{background:#7657e8;color:#fff}.quick-report{padding:34px 30px}.form-line,.submit-line{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:center;margin-bottom:20px}.line-label{font-weight:700;color:#98a6ce}.line-label em{font-style:normal;color:#ff416d}.form-line input,.form-line select{height:50px;border-radius:7px;background:#1c2341;border:1px solid #394465;color:#eef2ff;padding:0 16px}.submit-line .button{justify-self:start;min-width:104px;border-radius:6px;box-shadow:none}.notice.success{display:flex;gap:12px;align-items:center;background:#102b24;border-color:#3cd69a}.notice.success span{color:#b9d9ce}.home-page{width:min(1470px,calc(100% - 40px));margin:auto;padding:52px 0 100px}.home-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;min-height:450px;border-bottom:1px solid #273151}.home-hero h1{font-size:clamp(3rem,7vw,6.6rem);line-height:.9;letter-spacing:-.07em;margin:16px 0 24px}.home-hero h1 em{color:#7dffb2;font-style:normal}.home-hero p{max-width:720px;color:#9aa6c7;font-size:1.05rem}.system-card{position:relative;padding:34px;border-radius:20px;background:linear-gradient(145deg,#1c2445,#11162c);border:1px solid #303b61}.system-card small{color:#8592b8}.system-card strong{display:block;color:#7dffb2;font-size:2.8rem;margin:8px 0 20px}.system-card ul{padding:0;list-style:none}.system-card li{padding:10px 0;border-top:1px solid #2c3657;color:#aab5d4}.system-card li:before{content:'✓';color:#7dffb2;margin-right:10px}.pulse{position:absolute;right:26px;top:26px;width:12px;height:12px;border-radius:50%;background:#7dffb2;box-shadow:0 0 0 8px rgba(125,255,178,.08)}.home-metrics{margin:30px 0}.home-metrics .metric{position:relative}.home-metrics .metric>i{position:absolute;right:22px;top:20px;color:#7657e8;font-style:normal;font-size:2rem}.home-panel{margin-top:30px}.home-panel .panel-head{display:flex;align-items:center;justify-content:space-between}.home-panel .panel-head h2{display:flex;align-items:center;gap:10px}.home-panel .panel-head h2 i{color:#7657e8;font-style:normal}.home-panel .panel-head h2 span{font-size:.7rem;color:#7f8bad;background:#222a4c;padding:5px 8px;border-radius:6px}.home-panel .panel-head>a{color:#8fb2ff;font-size:.8rem}.status-hold{display:inline-block;padding:5px 8px;border-radius:6px;background:#443558;color:#dc9dff;font-size:.7rem;font-weight:700}
@media(max-width:950px){.home-hero{grid-template-columns:1fr;gap:25px;padding:45px 0}.system-card{max-width:none}.form-line,.submit-line{grid-template-columns:160px minmax(0,1fr)}}
@media(max-width:650px){.home-page{width:calc(100% - 24px)}.home-hero{min-height:0}.home-hero h1{font-size:3.2rem}.form-line,.submit-line{grid-template-columns:1fr;gap:8px}.form-line{margin-bottom:16px}.submit-line span{display:none}.submit-line .button{width:100%}.main-nav a i{width:28px;height:28px}.main-nav a{width:100%}}
.form-panel-head{display:flex;align-items:center;justify-content:space-between;margin:-34px -30px 28px;padding:20px 30px;border-bottom:1px solid #303a5d}.form-panel-head h2{margin:0;font-size:1.05rem}.form-panel-head h2 i{color:#7657e8;font-style:normal;margin-right:8px}.form-panel-head>div{display:flex}.form-panel-head span,.form-panel-head a{padding:7px 11px;border:1px solid #343f63;color:#aeb8d7;font-size:.78rem}.form-panel-head .active{background:#7657e8;color:#fff;border-color:#7657e8}
/* V7 compact Haxor-style layout */
:root{--max:1240px}.topbar{padding-left:max(18px,calc((100vw - 1240px)/2));padding-right:max(18px,calc((100vw - 1240px)/2));gap:18px}.brand{flex:0 0 auto}.main-nav{flex-wrap:nowrap!important;gap:3px!important}.main-nav a{gap:7px!important;padding:7px 9px!important;white-space:nowrap;font-size:12px!important;border-radius:12px}.main-nav a i{width:30px!important;height:30px!important;flex:0 0 30px;border:1px solid #394464;background:#252d4a!important;color:#c7d0e9!important;font-size:13px!important}.main-nav a.active{background:#1a203d!important}.main-nav a.active i{background:#7657e8!important;border-color:#8a72ed;color:white!important}.home-page,.page,.submit-shell,.site-footer{width:min(1240px,calc(100% - 36px))!important}.home-hero{min-height:370px;grid-template-columns:1.3fr .7fr;gap:40px}.home-hero h1{font-size:clamp(2.8rem,5.5vw,5.2rem)}.system-card{padding:27px}.metric-grid{gap:14px}.metric{padding:22px;border-radius:14px}.metric strong{font-size:2.45rem}.panel{border-radius:14px}.report-table th,.report-table td{padding:15px 16px}.submit-shell{padding-top:42px}.submit-heading{display:none}.quick-report{max-width:1240px;padding:28px 26px;border-radius:13px}.form-panel-head{margin:-28px -26px 26px;padding:17px 26px}.form-line,.submit-line{grid-template-columns:190px minmax(0,1fr);gap:18px;margin-bottom:16px}.form-line input,.form-line select{height:47px}.site-footer{max-width:1240px}
@media(max-width:1180px){.main-nav a span{display:none}.main-nav a{padding:7px!important}.main-nav a i{width:34px!important;height:34px!important;flex-basis:34px}.topbar{justify-content:space-between}}
@media(max-width:720px){.home-page,.page,.submit-shell,.site-footer{width:calc(100% - 24px)!important}.form-line,.submit-line{grid-template-columns:1fr}.quick-report{padding:20px 16px}.form-panel-head{margin:-20px -16px 22px;padding:15px 16px}.home-hero{grid-template-columns:1fr;min-height:0}}

/* V13 compact public archive and private control center */
.archive-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:34px 0 14px;border-bottom:1px solid #283253}.archive-toolbar h1{font-size:clamp(2.2rem,5vw,4.2rem);margin:8px 0}.archive-toolbar p{margin:0;color:#929fc1}.archive-toolbar .hero-actions{margin:0;flex:0 0 auto}.admin-body{background:#0c1020}.control-center{width:min(1320px,calc(100% - 36px));margin:auto;padding:42px 0 90px}.admin-nav{display:flex;gap:10px}.admin-nav a{padding:10px 14px;border:1px solid #344064;border-radius:9px;color:#cbd4ef}.admin-title{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:26px}.admin-title h1{font-size:clamp(2rem,4vw,4rem);margin:7px 0}.admin-title p{color:#8f9abd;margin:0}.admin-online{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid #315c50;border-radius:99px;color:#7dffb2;font:700 9px IBM Plex Mono}.admin-online i{width:8px;height:8px;border-radius:50%;background:#7dffb2;box-shadow:0 0 12px #7dffb2}.admin-flash{padding:14px 17px;margin-bottom:20px;border:1px solid #39bd8b;border-radius:10px;background:#102b24;color:#9bffd4}.admin-flash.is-error{border-color:#b83e58;background:#30121b;color:#ffc2cd}.admin-metrics{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:18px}.admin-metrics article{position:relative;padding:18px;border:1px solid #2d385c;border-radius:12px;background:linear-gradient(145deg,#181f3d,#12172e)}.admin-metrics i{position:absolute;right:14px;top:12px;color:#775de5;font-style:normal}.admin-metrics small{display:block;color:#8490b5;font-size:.65rem}.admin-metrics strong{display:block;font-size:1.8rem;margin-top:8px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.admin-panel{background:#151b35;border:1px solid #2d375a;border-radius:14px;overflow:hidden}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #2b3555}.admin-panel-head h2{font-size:1rem;margin:0}.admin-panel-head span{color:#7f8bad;font:600 8px IBM Plex Mono}.control-form{padding:8px 20px 20px}.control-form label{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #283150}.control-form label span{display:grid;gap:4px}.control-form label small{color:#7582a8}.control-form input[type=checkbox]{width:42px;height:22px;accent-color:#7dffb2}.control-form .button{margin-top:18px}.duplicate-list{padding:8px 20px}.duplicate-list a{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #283150;color:#ccd5ed}.duplicate-list b{color:#ffbd35}.report-manager{margin-top:0}.admin-search{display:flex;gap:8px;min-width:min(100%,570px)}.admin-search input,.admin-search select,.admin-search button{height:40px;border:1px solid #384468;background:#10152b;color:#e9edff;border-radius:7px;padding:0 12px}.admin-search input{flex:1}.admin-search button{background:#7657e8;cursor:pointer}.admin-tabs{display:flex;gap:8px;padding:14px 20px;border-bottom:1px solid #283251;overflow:auto}.admin-tabs a{padding:8px 11px;border-radius:7px;background:#202746;color:#9da8c8;font-size:.7rem}.admin-tabs a.active{background:#7657e8;color:#fff}.report-manager .moderation-list{padding:18px}.report-manager .moderation-card{border-radius:11px;background:#11162c;border-color:#303b61}.status-pill{display:inline-block;margin-right:8px;padding:5px 7px;border-radius:5px;font:700 7px IBM Plex Mono}.status-approved{background:#13382c;color:#7dffb2}.status-pending{background:#3b3051;color:#dda8ff}.status-rejected{background:#3d1d29;color:#ff849b}.preview-links{display:flex;gap:12px;flex-wrap:wrap}.admin-edit-grid{display:grid;grid-template-columns:130px 1fr 130px;gap:12px;align-items:end}.admin-edit-grid label,.note-field{display:grid;gap:7px;color:#8995b7;font-size:.72rem}.admin-edit-grid input,.note-field textarea{background:#0d1225;border:1px solid #354064;border-radius:7px;color:#edf1ff;padding:10px}.note-field{margin-top:12px}.note-field textarea{min-height:74px}.special-check{display:flex!important;align-items:center;padding-bottom:11px}.special-check input{width:18px;height:18px}.compact{padding:10px 13px!important;font-size:8px!important}.report-manager .mod-actions{margin-top:14px}.report-manager .danger-button{border-radius:7px}.country-flag{font-size:0}
@media(max-width:1050px){.admin-metrics{grid-template-columns:repeat(4,1fr)}.admin-grid{grid-template-columns:1fr}.admin-panel-head{align-items:flex-start;flex-direction:column}.admin-search{width:100%;min-width:0}}
@media(max-width:720px){.archive-toolbar,.admin-title{align-items:flex-start;flex-direction:column}.archive-toolbar .hero-actions{width:100%}.archive-toolbar .button{width:100%}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-edit-grid{grid-template-columns:1fr}.admin-search{display:grid}.admin-search input,.admin-search select,.admin-search button{width:100%}.mod-head{flex-direction:column}.preview-links{margin-top:10px}}

/* V14 smooth left drawer and keyword controls */
.drawer-head{display:none}.home-page{padding-top:20px}.home-metrics{margin-top:0}.keyword-control{display:grid;gap:8px;padding-top:16px}.keyword-control small{color:#7f8bad;line-height:1.6}.keyword-control textarea{min-height:165px;resize:vertical;border:1px solid #354064;border-radius:8px;background:#0d1225;color:#eef2ff;padding:13px;font:12px/1.65 IBM Plex Mono}.keyword-control textarea:focus{border-color:#7657e8;box-shadow:0 0 0 4px rgba(118,87,232,.15);outline:0}
@media(max-width:1100px){body.menu-open{overflow:hidden}body.menu-open:after{content:'';position:fixed;inset:0;background:rgba(2,4,10,.72);backdrop-filter:blur(3px);z-index:89}.topbar .main-nav{display:flex!important;position:fixed!important;left:0!important;right:auto!important;top:0!important;bottom:0!important;width:min(84vw,330px)!important;height:100dvh!important;padding:18px!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;background:linear-gradient(180deg,#121832,#090d1d)!important;border:0!important;border-right:1px solid #354166!important;box-shadow:24px 0 70px rgba(0,0,0,.55)!important;overflow-y:auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-105%)!important;transition:transform .28s cubic-bezier(.22,.8,.25,1)!important;z-index:100!important}.topbar .main-nav.open{transform:translateX(0)!important}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 17px;margin-bottom:5px;border-bottom:1px solid #2c3658;color:#7dffb2;font:700 9px IBM Plex Mono}.drawer-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #3b466b;border-radius:9px;background:#1b2342;color:#fff;font-size:24px;cursor:pointer}.main-nav a{display:grid!important;grid-template-columns:42px 1fr!important;width:100%!important;padding:8px!important;border:1px solid transparent!important;border-radius:10px!important}.main-nav a i{width:38px!important;height:38px!important}.main-nav a span{display:block!important;align-self:center!important}.main-nav a.active{border-color:#38446b!important}.menu-button{position:relative;z-index:88}.topbar .admin-nav{display:flex!important;position:static!important;width:auto!important;height:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;flex-direction:row!important;background:transparent!important;border:0!important;padding:0!important}}
@media(max-width:600px){.topbar{min-height:70px}.home-page{padding-top:8px}.home-metrics{grid-template-columns:1fr 1fr}.home-panel{margin-top:18px}.panel-head{padding:17px}.panel-head h2{font-size:1rem}.metric{padding:15px}.metric small{font-size:.62rem}.metric strong{font-size:1.7rem}.control-center{width:calc(100% - 20px);padding-top:25px}.admin-metrics{gap:8px}.admin-metrics article{padding:14px}.admin-metrics strong{font-size:1.5rem}.moderation-card{padding:16px}.report-manager .moderation-list{padding:10px}}

/* V15 archive profiles, ranks, and non-blurred drawer overlay */
body.menu-open:after{z-index:15!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none!important}.topbar{z-index:20}.identity-link{font-weight:600;color:#a9c5ff!important}.identity-link:hover{color:#7dffb2!important;text-decoration:underline}.no-team{color:#707c9f}.rank-card{color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.rank-card:hover{transform:translateX(5px);border-color:#7657e8;background:#1b2343}.profile-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.profile-head h1{font-size:clamp(2.2rem,6vw,5rem);margin:8px 0;overflow-wrap:anywhere}.profile-head p{margin:0;color:#93a0c1}.profile-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.profile-metrics article{padding:20px;border:1px solid #2d385c;border-radius:12px;background:linear-gradient(145deg,#191f3d,#12172e)}.profile-metrics small{display:block;color:#8390b5;font-size:.7rem}.profile-metrics strong{display:block;margin-top:7px;color:#7dffb2;font-size:2rem}.profile-page>.panel{margin-top:20px}
@media(max-width:650px){.profile-head{align-items:flex-start;flex-direction:column}.profile-metrics{grid-template-columns:1fr 1fr}.profile-metrics article{padding:15px}.profile-metrics strong{font-size:1.6rem}}

/* V16 compact scale for desktop and mobile */
body{font-size:13px;line-height:1.55}.topbar{min-height:62px!important;padding-top:5px!important;padding-bottom:5px!important}.brand-mark{width:34px;height:34px;font-size:16px;box-shadow:3px 3px 0 #163d25}.brand b{font-size:11px}.brand small{font-size:6px}.main-nav a{font-size:10px!important;padding:5px 7px!important}.main-nav a i{width:27px!important;height:27px!important;flex-basis:27px!important;font-size:12px!important}.home-page,.page,.submit-shell,.site-footer{width:min(1120px,calc(100% - 28px))!important}.home-page,.page{padding-top:28px;padding-bottom:60px}.metric-grid{gap:10px}.metric{padding:15px!important;border-radius:10px}.metric small{font-size:.62rem}.metric strong{font-size:1.75rem!important;margin-top:6px}.home-metrics{margin-bottom:16px}.home-metrics .metric>i{right:14px;top:12px;font-size:1.35rem}.panel{margin-top:16px;border-radius:10px}.panel-head{padding:15px 18px}.panel-head h2{font-size:1rem}.report-table th,.report-table td,.haxor-table th,.haxor-table td{height:46px;padding:8px 10px;font-size:12px}.report-table th{font-size:.65rem}.haxor-table{min-width:980px}.haxor-table th:nth-child(1){width:78px}.haxor-table th:nth-child(2){width:125px}.haxor-table th:nth-child(3){width:155px}.haxor-table th:nth-child(9){width:240px}.mini{min-width:21px;height:21px}.page-title{margin-bottom:20px}.page-title h1{font-size:clamp(1.9rem,4vw,3.4rem);margin:7px 0 10px}.page-title p{line-height:1.55;margin:0}.button{padding:10px 14px;font-size:9px;box-shadow:3px 3px 0 #164126}.rank-grid{gap:8px}.rank-card{grid-template-columns:54px 1fr auto;gap:12px;padding:12px 16px;border-radius:9px}.rank-card h2{font-size:.9rem;margin-bottom:2px}.rank-card>strong{font-size:1.35rem}.rank-card small{font-size:.7rem}.rank-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.rank-search{width:min(100%,390px)}.rank-search label{display:block;margin-bottom:6px;color:#8794b7;font-size:.7rem;font-weight:600}.rank-search>div{display:flex}.rank-search input{height:40px;padding:0 12px;border-radius:7px 0 0 7px;background:#11162b}.rank-search button{height:40px;padding:0 14px;border:0;border-radius:0 7px 7px 0;background:#7657e8;color:#fff;font-weight:700;cursor:pointer}.profile-head{margin-bottom:16px}.profile-head h1{font-size:clamp(2rem,5vw,3.7rem)}.profile-metrics{gap:8px}.profile-metrics article{padding:14px}.profile-metrics strong{font-size:1.55rem}.submit-shell{padding-top:28px}.quick-report{padding:20px;border-radius:10px}.form-panel-head{margin:-20px -20px 20px;padding:13px 20px}.form-line,.submit-line{grid-template-columns:160px minmax(0,1fr);gap:14px;margin-bottom:12px}.form-line input,.form-line select{height:42px}.control-center{width:min(1180px,calc(100% - 28px));padding-top:28px}.admin-title{margin-bottom:18px}.admin-title h1{font-size:clamp(1.9rem,4vw,3rem)}.admin-metrics{gap:7px}.admin-metrics article{padding:13px}.admin-metrics strong{font-size:1.45rem}.admin-panel-head{padding:14px 16px}.control-form,.duplicate-list{padding-left:16px;padding-right:16px}.control-form label{padding:11px 0}.report-manager .moderation-list{padding:12px}.moderation-card{padding:17px}.auth-card{max-width:420px;padding:22px}.auth-card h1{font-size:1.8rem}
@media(max-width:720px){body{font-size:12px}.topbar{min-height:58px!important;height:58px!important;padding:4px 11px!important}.brand-mark{width:31px;height:31px}.brand b{font-size:10px}.menu-button{padding:7px 9px}.topbar .main-nav{width:min(78vw,280px)!important;padding:12px!important}.drawer-head{padding-bottom:11px}.drawer-close{width:33px;height:33px}.main-nav a{grid-template-columns:35px 1fr!important;padding:6px!important}.main-nav a i{width:31px!important;height:31px!important}.home-page,.page,.submit-shell,.site-footer{width:calc(100% - 18px)!important}.home-page,.page{padding-top:14px;padding-bottom:45px}.metric-grid,.home-metrics{grid-template-columns:1fr 1fr!important;gap:7px}.metric{padding:12px!important}.metric strong{font-size:1.45rem!important}.metric small{font-size:.56rem}.home-panel{margin-top:12px}.panel-head{padding:12px 13px}.panel-head h2{font-size:.86rem}.report-table th,.report-table td,.haxor-table th,.haxor-table td{height:42px;padding:7px 9px;font-size:11px}.rank-title{align-items:stretch;flex-direction:column;gap:14px}.rank-search{width:100%}.rank-card{grid-template-columns:38px 1fr auto;padding:10px 12px}.rank-card h2{font-size:.78rem}.rank-card>strong{font-size:1.15rem}.page-title h1{font-size:1.9rem}.profile-metrics article{padding:11px}.profile-metrics strong{font-size:1.3rem}.quick-report{padding:14px}.form-panel-head{margin:-14px -14px 16px;padding:11px 14px}.form-line,.submit-line{grid-template-columns:1fr;gap:6px;margin-bottom:11px}.form-line input,.form-line select{height:40px}.control-center{width:calc(100% - 14px);padding-top:16px}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-panel-head{padding:12px}.report-manager .moderation-list{padding:7px}.moderation-card{padding:13px}}
/* V8 report tables */
.haxor-table{min-width:1120px;table-layout:fixed}.haxor-table th,.haxor-table td{height:58px;padding:12px 14px;vertical-align:middle}.haxor-table th:nth-child(1){width:92px}.haxor-table th:nth-child(2){width:140px}.haxor-table th:nth-child(3){width:190px}.haxor-table th:nth-child(4),.haxor-table th:nth-child(5),.haxor-table th:nth-child(6),.haxor-table th:nth-child(8){width:45px;text-align:center}.haxor-table th:nth-child(7){width:62px;text-align:center}.haxor-table th:nth-child(9){width:270px}.haxor-table th:nth-child(10){width:95px}.haxor-table th:nth-child(11){width:78px;text-align:center}.haxor-table td:nth-child(4),.haxor-table td:nth-child(5),.haxor-table td:nth-child(6),.haxor-table td:nth-child(7),.haxor-table td:nth-child(8),.haxor-table td:nth-child(11){text-align:center}.time-cell{font-weight:700;color:#f2f5ff}.url-cell{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#dce4ff!important}.mini{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:5px;font-size:.7rem;font-weight:800}.mini.h{background:#42a9e8;color:#fff}.mini.m{background:#4d3151;color:#ff5578}.mini.r{background:#543f29;color:#ffbd35}.mini.s{background:#efb900;color:white}.redacted-url{color:#7885aa;font-style:italic}.pending-table td{color:#9ca8c8}.home-panel .empty{height:90px!important}.monitor-icon{display:inline-block;width:17px;height:12px;border:2px solid #9db8ff;border-radius:2px;position:relative}.monitor-icon:after{content:'';position:absolute;width:8px;height:2px;background:#9db8ff;left:50%;bottom:-5px;transform:translateX(-50%)}.flag{font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif!important;font-size:1.45rem!important}
/* V16 final table override */
.home-search{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;padding:12px 14px;border:1px solid #293455;border-radius:10px;background:#151b35}.home-search label{font-weight:700;color:#b9c3df;white-space:nowrap}.home-search>div{display:flex;width:min(100%,470px)}.home-search input{height:38px;padding:0 12px;border-radius:7px 0 0 7px;background:#0f1429}.home-search button{height:38px;padding:0 14px;border:0;border-radius:0 7px 7px 0;background:#7657e8;color:#fff;font-weight:700;cursor:pointer}
.haxor-table{min-width:980px}.haxor-table th,.haxor-table td{height:46px;padding:8px 10px;font-size:12px}.haxor-table th:nth-child(1){width:78px}.haxor-table th:nth-child(2){width:125px}.haxor-table th:nth-child(3){width:155px}.haxor-table th:nth-child(9){width:240px}.mini{min-width:21px;height:21px}.flag{font-size:0!important}
@media(max-width:720px){.home-search{align-items:stretch;flex-direction:column;gap:7px;padding:10px}.home-search>div{width:100%}.haxor-table th,.haxor-table td{height:42px;padding:7px 9px;font-size:11px}}

/* V17 unified SVG icon system and denser responsive scale */
.ui-icon{display:block;width:14px;height:14px;flex:0 0 auto}.brand-logo{display:block;width:29px;height:29px;object-fit:contain;border-radius:5px;background:#11172c}.brand{gap:9px}.topbar{height:54px!important;min-height:54px!important}.brand b{font-size:10px}.brand small{font-size:5.5px}.main-nav a{gap:5px!important;padding:4px 6px!important;font-size:9px!important}.main-nav a i{display:grid;place-items:center;width:24px!important;height:24px!important;flex-basis:24px!important}.main-nav a i .ui-icon{width:12px;height:12px}.drawer-close .ui-icon{width:15px;height:15px}.admin-nav a{display:flex;align-items:center;gap:6px;padding:7px 9px;font-size:10px}.admin-nav .ui-icon{width:12px;height:12px}.home-page,.page,.submit-shell,.site-footer{width:min(1280px,calc(100% - 22px))!important}.home-page,.page{padding-top:20px;padding-bottom:45px}.metric-grid{gap:7px}.metric{padding:11px!important;border-radius:8px}.metric small{font-size:.54rem}.metric strong{font-size:1.35rem!important;margin-top:3px}.home-metrics .metric>i{right:10px;top:9px}.home-metrics .metric>i .ui-icon{width:16px;height:16px}.panel{margin-top:11px;border-radius:8px}.panel-head{padding:10px 13px}.panel-head h2{font-size:.85rem}.panel-head h2 i .ui-icon{width:13px;height:13px}.panel-head h2 span{padding:3px 6px}.home-search{margin-bottom:8px;padding:8px 10px}.home-search input,.home-search button{height:33px}.haxor-table{min-width:900px}.haxor-table th,.haxor-table td,.report-table th,.report-table td{height:38px;padding:5px 8px;font-size:10px}.haxor-table th:nth-child(1){width:67px}.haxor-table th:nth-child(2){width:108px}.haxor-table th:nth-child(3){width:132px}.haxor-table th:nth-child(4),.haxor-table th:nth-child(5),.haxor-table th:nth-child(6),.haxor-table th:nth-child(8){width:35px}.haxor-table th:nth-child(7){width:48px}.haxor-table th:nth-child(9){width:215px}.haxor-table th:nth-child(10){width:76px}.haxor-table th:nth-child(11){width:58px}.mini{min-width:18px;height:18px;border-radius:4px;font-size:.58rem}.mini .ui-icon{width:10px;height:10px}.mirror-link{display:inline-grid;place-items:center}.mirror-link .ui-icon{width:15px;height:15px;color:#9db8ff}.country-flag img{width:20px;height:15px}.page-title{margin-bottom:14px}.page-title h1{font-size:clamp(1.65rem,3.6vw,2.8rem);margin:5px 0 7px}.rank-grid{gap:6px}.rank-card{grid-template-columns:44px 1fr auto;gap:9px;padding:9px 12px}.rank-card h2{font-size:.78rem}.rank-card>strong{font-size:1.1rem}.rank-search{width:min(100%,340px)}.rank-search input,.rank-search button{height:34px}.profile-head{margin-bottom:11px}.profile-head h1{font-size:clamp(1.7rem,4vw,3rem)}.profile-metrics{gap:6px}.profile-metrics article{padding:10px}.profile-metrics strong{font-size:1.2rem}.submit-shell{padding-top:20px}.quick-report{padding:15px}.form-panel-head{margin:-15px -15px 15px;padding:10px 15px}.form-panel-head h2{display:flex;align-items:center;gap:6px;font-size:.86rem}.form-panel-head h2 i .ui-icon{width:13px;height:13px}.form-line,.submit-line{grid-template-columns:135px minmax(0,1fr);gap:10px;margin-bottom:9px}.form-line input,.form-line select{height:36px;font-size:11px}.button{padding:8px 11px}.control-center{width:min(1280px,calc(100% - 22px));padding-top:20px}.admin-title{margin-bottom:12px}.admin-title h1{font-size:clamp(1.6rem,3.3vw,2.5rem)}.admin-metrics{gap:5px;margin-bottom:12px}.admin-metrics article{padding:10px}.admin-metrics article>i .ui-icon{width:14px;height:14px}.admin-metrics small{font-size:.55rem}.admin-metrics strong{font-size:1.15rem}.admin-grid{gap:12px;margin-bottom:12px}.admin-panel-head{padding:10px 12px}.control-form,.duplicate-list{padding-left:12px;padding-right:12px}.control-form label{padding:8px 0}.report-manager .moderation-list{padding:8px}.moderation-card{padding:12px}.auth-card{max-width:380px;padding:18px}.auth-card h1{font-size:1.5rem}
@media(max-width:720px){body{font-size:11px}.topbar{height:50px!important;min-height:50px!important;padding:3px 8px!important}.brand-logo{width:26px;height:26px}.brand b{font-size:9px}.brand small{font-size:5px}.menu-button{padding:5px 7px;font-size:8px}.topbar .main-nav{width:min(76vw,250px)!important;padding:9px!important}.drawer-head{padding-bottom:8px}.drawer-close{width:29px;height:29px}.main-nav a{grid-template-columns:30px 1fr!important;padding:4px!important}.main-nav a i{width:27px!important;height:27px!important}.home-page,.page,.submit-shell,.site-footer{width:calc(100% - 12px)!important}.home-page,.page{padding-top:9px;padding-bottom:34px}.metric-grid,.home-metrics{gap:5px}.metric{padding:9px!important}.metric strong{font-size:1.18rem!important}.panel{margin-top:8px}.panel-head{padding:9px 10px}.panel-head h2{font-size:.76rem}.haxor-table th,.haxor-table td,.report-table th,.report-table td{height:35px;padding:4px 7px;font-size:9.5px}.home-search{gap:5px;padding:7px}.home-search input,.home-search button{height:31px}.rank-title{gap:9px}.rank-card{grid-template-columns:32px 1fr auto;padding:8px 9px}.rank-card h2{font-size:.7rem}.rank-card>strong{font-size:1rem}.page-title h1{font-size:1.55rem}.profile-metrics article{padding:8px}.profile-metrics strong{font-size:1.1rem}.quick-report{padding:10px}.form-panel-head{margin:-10px -10px 12px;padding:9px 10px}.form-line,.submit-line{grid-template-columns:1fr;gap:4px;margin-bottom:8px}.form-line input,.form-line select{height:34px}.control-center{width:calc(100% - 10px);padding-top:10px}.admin-metrics{gap:4px}.admin-metrics article{padding:8px}.admin-metrics strong{font-size:1.05rem}.admin-panel-head{padding:9px}.report-manager .moderation-list{padding:5px}.moderation-card{padding:10px}}

/* V19 balanced desktop sizing and single-column mobile statistics */
@media(min-width:721px){body{font-size:14px;line-height:1.6}.topbar{height:62px!important;min-height:62px!important}.brand-logo{width:34px;height:34px}.brand b{font-size:11px}.brand small{font-size:6px}.main-nav a{font-size:10.5px!important;padding:5px 7px!important}.main-nav a i{width:27px!important;height:27px!important;flex-basis:27px!important}.home-page,.page,.submit-shell,.site-footer{width:min(1240px,calc(100% - 32px))!important}.home-page,.page{padding-top:28px}.metric-grid{gap:10px}.metric{min-height:96px;padding:16px!important}.metric small{font-size:.64rem}.metric strong{font-size:1.8rem!important;margin-top:8px}.home-metrics .metric>i{right:15px;top:15px}.home-metrics .metric>i .ui-icon{width:20px;height:20px}.panel{margin-top:17px}.panel-head{padding:15px 18px}.panel-head h2{font-size:1rem}.haxor-table th,.haxor-table td,.report-table th,.report-table td{height:46px;padding:8px 10px;font-size:12px}.home-search{padding:12px 14px}.home-search input,.home-search button{height:38px}}
@media(max-width:720px){body{font-size:13px;line-height:1.55}.topbar{height:62px!important;min-height:62px!important;padding:5px 12px!important}.brand-logo{width:34px;height:34px}.brand b{font-size:11px}.brand small{font-size:6px}.menu-button{padding:8px 10px;font-size:9px}.home-page,.page,.submit-shell,.site-footer{width:calc(100% - 20px)!important}.home-page,.page{padding-top:14px}.home-search{padding:11px 12px;gap:8px}.home-search label{font-size:13px}.home-search input,.home-search button{height:40px;font-size:13px}.metric-grid,.home-metrics{grid-template-columns:1fr!important;gap:9px!important}.metric{min-height:82px;padding:14px 16px!important}.metric small{font-size:.65rem}.metric strong{font-size:1.55rem!important;margin-top:5px}.home-metrics .metric>i{right:16px;top:14px}.home-metrics .metric>i .ui-icon{width:20px;height:20px}.panel{margin-top:14px}.panel-head{padding:13px 14px}.panel-head h2{font-size:.9rem}.haxor-table th,.haxor-table td,.report-table th,.report-table td{height:43px;padding:7px 9px;font-size:11px}}

/* V20 larger brand and navigation on every screen */
@media(min-width:1101px){.topbar{height:76px!important;min-height:76px!important}.brand{gap:12px}.brand-logo{width:46px;height:46px;border-radius:7px}.brand b{font-size:14px;letter-spacing:1px}.brand small{font-size:7px;letter-spacing:1.15px}.main-nav{gap:5px!important}.main-nav a{gap:7px!important;padding:7px 9px!important;font-size:12px!important}.main-nav a i{width:34px!important;height:34px!important;flex-basis:34px!important}.main-nav a i .ui-icon{width:17px;height:17px}}
@media(min-width:721px) and (max-width:1100px){.topbar{height:70px!important;min-height:70px!important}.brand-logo{width:42px;height:42px}.brand b{font-size:13px}.brand small{font-size:7px}.menu-button{padding:9px 12px;font-size:10px}.topbar .main-nav{width:min(84vw,340px)!important}.main-nav a{grid-template-columns:44px 1fr!important;padding:9px!important;font-size:13px!important}.main-nav a i{width:40px!important;height:40px!important}.main-nav a i .ui-icon{width:19px;height:19px}}
@media(max-width:720px){.topbar{height:76px!important;min-height:76px!important;padding:7px 14px!important}.brand{gap:11px}.brand-logo{width:44px;height:44px;border-radius:7px}.brand b{font-size:14px;letter-spacing:.9px}.brand small{font-size:7px;letter-spacing:1px}.menu-button{padding:10px 12px;font-size:10px}.topbar .main-nav{width:min(86vw,310px)!important;padding:14px!important}.drawer-head{font-size:10px}.drawer-close{width:38px;height:38px}.main-nav a{grid-template-columns:43px 1fr!important;gap:10px!important;padding:8px!important;font-size:14px!important}.main-nav a i{width:40px!important;height:40px!important}.main-nav a i .ui-icon{width:19px;height:19px}}

/* V21 aligned mobile controls, loading screen, and smooth motion */
.menu-button{width:48px;height:48px;padding:0!important;font-size:0!important;display:none;place-items:center;border-radius:10px;transition:opacity .18s ease,transform .18s ease,border-color .18s ease;background:#151b35!important}.menu-button:before{content:'';display:block;width:22px;height:16px;background:linear-gradient(var(--green),var(--green)) 0 0/22px 2px no-repeat,linear-gradient(var(--green),var(--green)) 0 7px/22px 2px no-repeat,linear-gradient(var(--green),var(--green)) 0 14px/22px 2px no-repeat}.menu-button:hover{border-color:var(--green);transform:translateY(-1px)}.drawer-close{padding:0!important;line-height:0!important;align-items:center!important;justify-content:center!important}.drawer-close .ui-icon{width:20px!important;height:20px!important;margin:0!important}.menu-open .menu-button{opacity:0;pointer-events:none;transform:scale(.85)}.page-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#090d1d;opacity:1;visibility:visible;transition:opacity .42s ease,visibility .42s ease}.loader-core{display:grid;justify-items:center;gap:9px;color:#eef2ff;font-family:IBM Plex Mono,monospace;letter-spacing:.12em}.loader-core b{font-size:14px}.loader-core small{font-size:7px;color:#7dffb2}.loader-mark{width:46px;height:46px;border:2px solid #334064;border-top-color:#7dffb2;border-radius:50%;animation:sam-spin .8s linear infinite;box-shadow:0 0 25px rgba(125,255,178,.15)}.page-ready .page-loader{opacity:0;visibility:hidden}.page-leaving{opacity:.72;transition:opacity .18s ease}.metric,.panel,.rank-card,.quick-report,.profile-head,.admin-panel{animation:sam-rise .48s cubic-bezier(.2,.7,.2,1) both}.panel:nth-of-type(2){animation-delay:.05s}.panel:nth-of-type(3){animation-delay:.1s}.main-nav a{transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.main-nav a:hover{transform:translateY(-2px)}.button,.menu-button,.drawer-close{will-change:transform}.button{transition:transform .18s ease,filter .18s ease}.button:hover{transform:translateY(-2px);filter:brightness(1.07)}@keyframes sam-spin{to{transform:rotate(360deg)}}@keyframes sam-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.menu-button{display:grid!important}.topbar{align-items:center!important}.drawer-head{min-height:58px}.topbar .main-nav{top:0!important}.topbar .main-nav.open{transform:translate3d(0,0,0)!important}}
@media(max-width:720px){.menu-button{width:46px;height:46px}.menu-button:before{width:21px;background-size:21px 2px,21px 2px,21px 2px}.topbar .main-nav{width:100vw!important;max-width:none!important;padding:16px!important}.drawer-head{padding:4px 2px 15px!important}.drawer-close{width:46px!important;height:46px!important;border-radius:12px!important}.main-nav a:hover{transform:none}}

/* V25 — straight animated mobile menu controls */
.menu-button:before{display:none!important}
.menu-button{position:relative;overflow:hidden;align-content:center;justify-items:center;gap:5px;transform:none!important}
.menu-button>span{display:block;width:22px;height:2px;border-radius:99px;background:var(--green);transform-origin:center;transition:transform .3s cubic-bezier(.22,.8,.25,1),opacity .2s ease,width .25s ease}
.menu-button:hover>span:nth-child(2){width:16px}
.drawer-close{position:relative;overflow:hidden}
.drawer-close>span{position:absolute;left:50%;top:50%;width:22px;height:2px;border-radius:99px;background:#fff;transform-origin:center}
.drawer-close>span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.drawer-close>span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
.drawer-close:hover>span:first-child{animation:sam-close-a .38s ease}
.drawer-close:hover>span:last-child{animation:sam-close-b .38s ease}
@keyframes sam-close-a{50%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(45deg)}}
@keyframes sam-close-b{50%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-45deg)}}
@media(max-width:1100px){
  .menu-button{display:grid!important;flex:0 0 48px}
  .topbar{isolation:isolate}
  .topbar .brand{min-width:0;transform:none!important}
  .brand-logo{transform:none!important}
  .menu-open .menu-button{opacity:0;transform:scale(.9)!important}
}
@media(max-width:720px){
  .topbar{padding-inline:14px!important}
  .menu-button{width:46px;height:46px;flex-basis:46px;border-radius:11px}
  .menu-button>span{width:21px}
  .drawer-close>span{width:21px}
}

/* V27 — animated reporter levels */
.reporter-identity{display:inline-flex;align-items:center;gap:6px;max-width:100%;white-space:nowrap}
.reporter-badge{--badge:#9ba8bc;--badge-rgb:155,168,188;position:relative;display:inline-flex;align-items:center;gap:6px;width:max-content;min-height:23px;padding:4px 8px;border:1px solid rgba(var(--badge-rgb),.58);border-radius:6px;background:linear-gradient(135deg,rgba(var(--badge-rgb),.16),rgba(var(--badge-rgb),.04));color:var(--badge);font:700 8px/1 IBM Plex Mono,monospace;letter-spacing:.9px;isolation:isolate;overflow:hidden;box-shadow:inset 0 0 12px rgba(var(--badge-rgb),.08)}
.reporter-badge i{position:relative;width:7px;height:7px;flex:0 0 7px;border:1px solid currentColor;transform:rotate(45deg)}.reporter-badge b{position:relative;z-index:1;font:inherit;color:inherit}.reporter-badge:after{content:'';position:absolute;z-index:-1;inset:-2px;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.32) 48%,transparent 70%);transform:translateX(-130%)}
.reporter-badge.is-compact{min-height:18px;padding:3px 5px;gap:4px;font-size:6px;letter-spacing:.5px;border-radius:4px}.reporter-badge.is-compact i{width:5px;height:5px;flex-basis:5px}
.level-rookie{--badge:#9ba8bc;--badge-rgb:155,168,188}.level-rookie i{animation:rookie-pulse 2.4s ease-in-out infinite}
.level-hunter{--badge:#63ff9b;--badge-rgb:99,255,155}.level-hunter:after{animation:badge-scan 3.2s ease-in-out infinite}.level-hunter i{border-radius:50%;box-shadow:0 0 8px rgba(99,255,155,.45)}
.level-elite{--badge:#51c7ff;--badge-rgb:81,199,255}.level-elite{animation:elite-float 2.8s ease-in-out infinite}.level-elite i{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:currentColor;border:0}
.level-master{--badge:#bd78ff;--badge-rgb:189,120,255}.level-master{box-shadow:inset 0 0 13px rgba(189,120,255,.16),0 0 10px rgba(189,120,255,.12);animation:master-glow 2s ease-in-out infinite}.level-master:after{animation:badge-scan 2.4s ease-in-out infinite}
.reporter-badge.level-legend{--badge:#ffd45a;--badge-rgb:255,212,90;border-color:#ffd45a;background:linear-gradient(110deg,rgba(255,212,90,.2),rgba(255,117,65,.1),rgba(255,212,90,.2));background-size:220% 100%;animation:legend-fire 2s linear infinite;box-shadow:0 0 13px rgba(255,212,90,.18)}.reporter-badge.level-legend i{clip-path:polygon(50% 0,62% 35%,100% 38%,70% 60%,80% 100%,50% 76%,20% 100%,30% 60%,0 38%,38% 35%);border:0;background:currentColor;animation:legend-star 1.7s ease-in-out infinite}
.level-legend:not(.reporter-badge){display:flex;flex-wrap:wrap;gap:8px;margin:0 0 15px;padding:11px;border:1px solid #273252;border-radius:10px;background-color:#11172d}
@keyframes rookie-pulse{50%{opacity:.45;transform:rotate(45deg) scale(.72)}}@keyframes badge-scan{0%,55%{transform:translateX(-130%)}85%,100%{transform:translateX(130%)}}@keyframes elite-float{50%{transform:translateY(-2px)}}@keyframes master-glow{50%{filter:brightness(1.22);box-shadow:inset 0 0 16px rgba(189,120,255,.24),0 0 14px rgba(189,120,255,.2)}}@keyframes legend-fire{to{background-position:-220% 0}}@keyframes legend-star{50%{transform:rotate(180deg) scale(1.2)}}
@media(max-width:720px){.reporter-identity{gap:4px}.reporter-badge:not(.is-compact){font-size:7px;padding:4px 7px}.level-legend:not(.reporter-badge){gap:6px;padding:9px}.rank-card .reporter-badge{margin-top:5px}}
@media(prefers-reduced-motion:reduce){.reporter-badge,.reporter-badge:after,.reporter-badge i{animation:none!important}}

/* V28 — copyright footer */
.site-footer{justify-content:center!important;text-align:center}.site-footer p{margin:0;color:#7f8d84;font:500 11px/1.7 IBM Plex Mono,monospace}.site-footer a{color:var(--green);font-weight:700;transition:color .2s ease,text-shadow .2s ease}.site-footer a:hover{color:#fff;text-shadow:0 0 12px rgba(99,255,155,.55)}
@media(max-width:720px){.site-footer p{font-size:9px;line-height:1.8;padding-inline:8px}}

/* V29 — refined glass navigation */
@media(min-width:1101px){
  .topbar{height:72px!important;min-height:72px!important;padding:0 max(22px,calc((100vw - 1340px)/2))!important;gap:20px;background:linear-gradient(180deg,rgba(17,22,43,.96),rgba(10,14,29,.93))!important;border-bottom:1px solid rgba(123,101,255,.25)!important;box-shadow:0 12px 35px rgba(0,0,0,.25);isolation:isolate}
  .topbar:after{content:'';position:absolute;left:50%;bottom:-1px;width:min(420px,35vw);height:1px;background:linear-gradient(90deg,transparent,#775cff,transparent);transform:translateX(-50%);opacity:.85;animation:nav-line 4.5s ease-in-out infinite}
  .topbar .brand{flex:0 0 auto;min-width:205px;padding:7px 11px;border:1px solid transparent;border-radius:11px;transition:background .25s ease,border-color .25s ease,transform .25s ease}.topbar .brand:hover{background:rgba(119,92,255,.08);border-color:rgba(119,92,255,.2);transform:translateY(-1px)}
  .topbar .brand-logo{width:36px;height:36px;border-radius:8px;box-shadow:0 0 0 1px rgba(125,255,178,.16),0 5px 16px rgba(0,0,0,.28)}.topbar .brand b{font-size:11px;letter-spacing:1.1px}.topbar .brand small{font-size:5.5px;letter-spacing:1.15px}
  .topbar .main-nav{flex:1;justify-content:center;gap:3px!important;padding:5px!important;border:1px solid rgba(72,84,132,.42);border-radius:14px;background:rgba(18,24,49,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 8px 24px rgba(0,0,0,.13);backdrop-filter:blur(14px)}
  .topbar .main-nav>a{position:relative;display:flex!important;align-items:center!important;gap:7px!important;min-height:42px;padding:7px 10px!important;border:1px solid transparent!important;border-radius:10px!important;color:#aab4cc!important;font-size:10px!important;font-weight:600;white-space:nowrap;overflow:hidden;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease!important}
  .topbar .main-nav>a i{display:grid!important;place-items:center;width:27px!important;height:27px!important;flex:0 0 27px!important;border:1px solid #303a60;border-radius:9px;background:linear-gradient(145deg,#222b4c,#151c35);color:#cbd4e9;transition:color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.topbar .main-nav>a i .ui-icon{width:13px;height:13px}
  .topbar .main-nav>a:hover{color:#fff!important;background:rgba(119,92,255,.09)!important;border-color:rgba(119,92,255,.22)!important;transform:translateY(-1px)!important}.topbar .main-nav>a:hover i{color:#7dffb2;border-color:rgba(125,255,178,.45);box-shadow:0 0 13px rgba(125,255,178,.12);transform:scale(1.04)}
  .topbar .main-nav>a.active{color:#fff!important;background:linear-gradient(135deg,rgba(119,92,255,.34),rgba(87,65,190,.2))!important;border-color:rgba(143,121,255,.42)!important;box-shadow:0 5px 15px rgba(71,49,167,.18),inset 0 1px 0 rgba(255,255,255,.06)}.topbar .main-nav>a.active:after{content:'';position:absolute;left:13px;right:13px;bottom:2px;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,#7dffb2,transparent);animation:active-line 2.2s ease-in-out infinite}.topbar .main-nav>a.active i{color:#fff;border-color:#886cff;background:linear-gradient(145deg,#795cff,#5a3fc5);box-shadow:0 0 18px rgba(119,92,255,.34)}
  .drawer-head{display:none!important}
}
@keyframes nav-line{0%,100%{opacity:.35;transform:translateX(-50%) scaleX(.55)}50%{opacity:1;transform:translateX(-50%) scaleX(1)}}@keyframes active-line{0%,100%{opacity:.45;transform:scaleX(.55)}50%{opacity:1;transform:scaleX(1)}}
@media(min-width:1101px) and (max-width:1250px){.topbar .main-nav>a{padding-inline:7px!important;font-size:9px!important;gap:5px!important}.topbar .brand{min-width:180px}.topbar .main-nav>a i{width:25px!important;height:25px!important;flex-basis:25px!important}}
@media(prefers-reduced-motion:reduce){.topbar:after,.topbar .main-nav>a.active:after{animation:none!important}}

/* V30 — clean editorial navbar (replaces V29 desktop treatment) */
@media(min-width:1101px){
  .topbar{height:78px!important;min-height:78px!important;padding:0 max(28px,calc((100vw - 1420px)/2))!important;gap:34px!important;background:#11162d!important;border:0!important;border-bottom:1px solid #252d4c!important;border-radius:0!important;box-shadow:0 9px 24px rgba(0,0,0,.18)!important;backdrop-filter:none!important}
  .topbar:after{display:none!important}
  .topbar .brand{min-width:220px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;transform:none!important}.topbar .brand:hover{background:transparent!important;border:0!important;transform:none!important}
  .topbar .brand-logo{width:42px!important;height:42px!important;border-radius:8px!important;box-shadow:0 0 0 1px #30395e!important}.topbar .brand b{font-size:12px!important;letter-spacing:1.2px!important}.topbar .brand small{font-size:6px!important;letter-spacing:1.15px!important;margin-top:2px}
  .topbar .main-nav{flex:1!important;justify-content:flex-end!important;gap:7px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .topbar .main-nav>a{display:flex!important;align-items:center!important;gap:7px!important;min-height:44px!important;padding:5px 9px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#aab3ca!important;font-size:10px!important;font-weight:600!important;overflow:visible!important;transform:none!important;box-shadow:none!important}.topbar .main-nav>a:after{display:none!important}
  .topbar .main-nav>a i{width:34px!important;height:34px!important;flex:0 0 34px!important;border:1px solid #343d62!important;border-radius:50%!important;background:#1b2240!important;color:#b8c1d8!important;box-shadow:none!important;transform:none!important}.topbar .main-nav>a i .ui-icon{width:15px!important;height:15px!important}
  .topbar .main-nav>a:hover{color:#fff!important;background:#181f3c!important;border:0!important;transform:none!important}.topbar .main-nav>a:hover i{color:#7dffb2!important;border-color:#465176!important;background:#20294b!important;box-shadow:none!important;transform:none!important}
  .topbar .main-nav>a.active{color:#fff!important;background:#1a2141!important;border:0!important;box-shadow:none!important}.topbar .main-nav>a.active i{color:#fff!important;border-color:#795cff!important;background:#7054e8!important;box-shadow:0 5px 14px rgba(112,84,232,.28)!important}
}
@media(min-width:1101px) and (max-width:1300px){.topbar{gap:18px!important;padding-inline:22px!important}.topbar .brand{min-width:185px!important}.topbar .main-nav{gap:2px!important}.topbar .main-nav>a{padding-inline:6px!important;font-size:9px!important;gap:5px!important}.topbar .main-nav>a i{width:30px!important;height:30px!important;flex-basis:30px!important}}

/* V31 — two-row reference header */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1101px){
  .topbar{height:148px!important;min-height:148px!important;display:grid!important;grid-template-columns:190px minmax(320px,750px) 1fr!important;grid-template-rows:82px 66px!important;align-items:center!important;column-gap:24px!important;row-gap:0!important;padding:0 max(34px,calc((100vw - 1460px)/2))!important;background:#272f4d!important;border-bottom:0!important;box-shadow:none!important}
  .topbar .brand{grid-column:1;grid-row:1;min-width:0!important;gap:12px!important}.topbar .brand-logo{width:46px!important;height:46px!important;border-radius:9px!important;border:2px solid #465073!important;box-shadow:0 0 0 3px rgba(13,17,35,.28)!important}.topbar .brand b{font-size:12px!important}.topbar .brand small{font-size:5.5px!important}
  .header-search{grid-column:2;grid-row:1;position:relative;display:flex;width:100%;height:46px;border:1px solid #414b6d;border-radius:6px;background:#252d49;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.header-search:focus-within{border-color:#6f7da9;box-shadow:0 0 0 3px rgba(112,92,232,.11)}.header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#f0f3ff;padding:0 18px;font:14px/1.2 Inter,sans-serif}.header-search input::placeholder{color:#919ab2}.header-search button{width:52px;border:0;background:transparent;color:#c7cee0;display:grid;place-items:center;cursor:pointer}.header-search button:hover{color:#7dffb2}.header-search .ui-icon{width:19px;height:19px}
  .header-tools{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:14px}.screen-button,.header-avatar{width:44px;height:44px;display:grid;place-items:center;border:1px solid #3c4668;border-radius:50%;background:#303956;color:#c2cada;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.screen-button:hover,.header-avatar:hover{transform:translateY(-2px);border-color:#7657e8;background:#374161}.screen-button .ui-icon{width:17px;height:17px}.header-avatar{padding:3px;border:2px solid #7964e8;background:#242b46}.header-avatar img{display:block;width:34px;height:34px;border-radius:50%;object-fit:cover}
  .topbar .main-nav{grid-column:1/-1;grid-row:2;align-self:stretch;justify-content:flex-start!important;gap:11px!important;border-top:1px solid rgba(255,255,255,.025)!important;background:transparent!important;padding:10px 0!important}.topbar .main-nav>a{min-height:46px!important;padding:5px 10px!important;border-radius:10px!important;font-size:13px!important;font-weight:500!important;color:#e3e7f2!important;gap:10px!important}.topbar .main-nav>a i{width:40px!important;height:40px!important;flex-basis:40px!important;border-color:#465071!important;background:#333d5c!important}.topbar .main-nav>a i .ui-icon{width:17px!important;height:17px!important}.topbar .main-nav>a:hover{background:#212944!important}.topbar .main-nav>a.active{background:#1f2744!important}.topbar .main-nav>a.active i{background:#7055e5!important;border-color:#806af1!important}
  .menu-button{display:none!important}
}
@media(min-width:1101px) and (max-width:1300px){.topbar{grid-template-columns:170px minmax(260px,1fr) auto!important;padding-inline:22px!important}.topbar .main-nav{gap:3px!important}.topbar .main-nav>a{font-size:11px!important;padding-inline:7px!important;gap:6px!important}.topbar .main-nav>a i{width:34px!important;height:34px!important;flex-basis:34px!important}}
@media(max-width:1100px){.header-search,.header-tools{display:none!important}.topbar{display:flex!important}.topbar .brand{flex:1 1 auto}.topbar .main-nav{display:flex!important}}

/* V32 — exact desktop navigation alignment */
@media(min-width:1101px){
  .topbar{grid-template-rows:86px 70px!important;height:156px!important;min-height:156px!important}
  .topbar .main-nav{display:grid!important;grid-template-columns:repeat(9,max-content)!important;align-items:center!important;align-content:center!important;justify-content:space-between!important;width:100%!important;height:70px!important;min-height:70px!important;margin:0!important;padding:7px 0!important;gap:8px!important}
  .topbar .main-nav>a{display:grid!important;grid-template-columns:42px max-content!important;align-items:center!important;align-content:center!important;justify-content:start!important;gap:10px!important;height:56px!important;min-height:56px!important;margin:0!important;padding:7px 11px!important;border:1px solid transparent!important;border-radius:11px!important;line-height:1!important}
  .topbar .main-nav>a>i{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex:0 0 42px!important;margin:0!important;border-radius:50%!important}
  .topbar .main-nav>a>span{display:block!important;margin:0!important;padding:0!important;line-height:1.15!important;white-space:nowrap!important}.topbar .main-nav>a.active{border-color:rgba(112,84,232,.08)!important}
}
@media(min-width:1101px) and (max-width:1350px){.topbar .main-nav{gap:3px!important}.topbar .main-nav>a{grid-template-columns:36px max-content!important;height:52px!important;min-height:52px!important;padding-inline:7px!important;gap:6px!important;font-size:10px!important}.topbar .main-nav>a>i{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;flex-basis:36px!important}}

/* V33 — content-aligned SAM dark theme */
:root{--bg:#050608;--panel:#0d0f14;--panel2:#11141a;--text:#f1f4f2;--muted:#858d89;--line:#242a28;--green:#62f59a}
body{background-color:#050608!important;background-image:radial-gradient(circle at 15% 0,rgba(98,245,154,.055),transparent 28%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;color:var(--text)}
.panel,.metric,.rank-card,.quick-report,.detail-card,.admin-panel{background:#0d1015!important;border-color:#242b28!important;box-shadow:0 16px 45px rgba(0,0,0,.28)!important}.home-search{background:#0b0e12!important;border-color:#242b28!important}.home-search input,.header-search,.form-line input,.form-line select{background:#07090c!important;border-color:#29302d!important}.report-table tr:hover td{background:#111712!important}.panel-head,.report-table th,.report-table td{border-color:#242b28!important}.home-metrics .metric>i,.panel-head h2 i{color:#62f59a!important}
@media(min-width:1101px){
  .topbar{grid-template-columns:220px minmax(300px,1fr) auto!important;width:100%!important;padding-left:max(18px,calc((100vw - 1240px)/2))!important;padding-right:max(18px,calc((100vw - 1240px)/2))!important;background:#090b10!important;border-bottom:1px solid #222724!important}
  .topbar .brand,.topbar .header-search,.topbar .header-tools,.topbar .main-nav{max-width:100%}
  .topbar .brand-logo{border-color:#303832!important;background:#050608!important;box-shadow:0 0 0 3px rgba(98,245,154,.06)!important}
  .header-search{border-color:#29302d!important;background:#0d1015!important}.header-search:focus-within{border-color:#466653!important;box-shadow:0 0 0 3px rgba(98,245,154,.07)!important}
  .header-tools{min-width:154px;justify-content:flex-end!important}.header-tools:before{content:none!important;display:none!important}.header-tools .site-version{display:inline-flex!important;align-items:center;height:34px;padding:0 12px;border:1px solid #2b332f;border-radius:7px;background:#0d1110;color:#62f59a;font:700 8px/1 IBM Plex Mono,monospace;letter-spacing:.7px;white-space:nowrap}
  .topbar .main-nav{grid-template-columns:repeat(9,max-content)!important;width:100%!important;justify-content:space-between!important;border-top:1px solid #171b19!important}
  .topbar .main-nav>a{color:#b7beba!important}.topbar .main-nav>a i{border-color:#303733!important;background:#12161a!important;color:#b8c0bc!important}.topbar .main-nav>a:hover{background:#111614!important;color:#fff!important}.topbar .main-nav>a:hover i{color:#62f59a!important;border-color:#3c5546!important;background:#151c18!important}
  .topbar .main-nav>a.active{background:#121814!important;border-color:#24352b!important}.topbar .main-nav>a.active i{background:#62f59a!important;border-color:#7affab!important;color:#031008!important;box-shadow:0 5px 16px rgba(98,245,154,.16)!important}
}
@media(min-width:1101px) and (max-width:1280px){.topbar{padding-inline:18px!important}.topbar .main-nav>a{font-size:9px!important;gap:5px!important;padding-inline:5px!important}.topbar .main-nav>a>i{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}}

/* V34 — live feed, suggestions, and command center */
.live-state{position:relative;color:#62f59a!important;background:#102219!important}.live-state:before{content:'';display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#62f59a;box-shadow:0 0 9px #62f59a;animation:live-pulse 1.7s ease-in-out infinite}.feed-flash{animation:feed-flash .75s ease}.live-report-slot{min-width:0}
.header-search,.home-search{position:relative}.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:80;display:none;max-height:310px;overflow:auto;padding:6px;border:1px solid #2d3732;border-radius:9px;background:#090c0e;box-shadow:0 18px 45px rgba(0,0,0,.55)}.search-suggestions.open{display:grid}.suggestion-item{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:10px;width:100%;padding:10px 11px;border:0;border-radius:6px;background:transparent;color:#e8edea;text-align:left;cursor:pointer}.suggestion-item:hover{background:#111a15}.suggestion-item small{text-transform:uppercase;color:#62f59a;font:700 7px IBM Plex Mono}.suggestion-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-item b{color:#7e8a83;font-size:11px}
.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px}.health-card{display:flex;align-items:flex-start;gap:11px;min-height:92px;padding:14px;border:1px solid #26302a;border-radius:9px;background:#0d1110}.health-card>i{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#62f59a;box-shadow:0 0 10px rgba(98,245,154,.55)}.health-card div{display:grid;gap:2px}.health-card small{color:#89948e;font-size:9px}.health-card strong{color:#62f59a;font:700 10px IBM Plex Mono}.health-card span{color:#727d77;font-size:10px}.health-card.is-paused>i,.health-card.is-warning>i{background:#f1bc52;box-shadow:0 0 10px #f1bc5266}.health-card.is-paused strong,.health-card.is-warning strong{color:#f1bc52}.health-card.is-error>i{background:#ff6377}.health-card.is-error strong{color:#ff6377}
.command-chart{margin:0 0 12px}.chart-bars{height:190px;display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:14px;padding:24px 28px 18px}.chart-bars>div{height:100%;display:grid;grid-template-rows:1fr auto;align-items:end;gap:8px;text-align:center}.chart-bars i{position:relative;display:block;width:min(100%,54px);height:var(--h);min-height:5px;margin:auto;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#62f59a,#1b6c3e);box-shadow:0 0 18px rgba(98,245,154,.08)}.chart-bars i b{position:absolute;left:50%;top:-20px;transform:translateX(-50%);color:#b7c2bc;font:700 9px IBM Plex Mono}.chart-bars small{color:#77837c;font:700 8px IBM Plex Mono}
.watch-form{display:grid;grid-template-columns:1fr 1fr auto;gap:7px;padding:12px}.watch-form input{height:38px;border-radius:6px}.watch-list,.audit-list{padding:0 12px 12px}.watch-list>div,.audit-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 4px;border-bottom:1px solid #202722}.watch-list span,.audit-list span{display:grid;min-width:0}.watch-list small,.audit-list small{color:#77827c;overflow-wrap:anywhere}.watch-list form button{width:28px;height:28px;border:1px solid #4d2930;border-radius:5px;background:#211014;color:#ff7b8c;cursor:pointer}.audit-list time{flex:0 0 76px;color:#65716b;font:600 8px IBM Plex Mono}.audit-list b{color:#b8c2bd;font-size:10px}
.bulk-bar{display:flex;align-items:center;gap:8px;padding:10px 18px;border-bottom:1px solid #242b28;background:#0a0d0f}.bulk-bar>b{font-size:11px}.bulk-bar>span{margin-right:auto;color:#717b76;font-size:10px}.bulk-bar button{padding:7px 10px;border:1px solid #304039;border-radius:5px;background:#121a16;color:#9de9bb;cursor:pointer;font-size:9px}.bulk-bar button.is-danger{border-color:#512b34;background:#211116;color:#ff8b9a}.bulk-select{position:absolute;right:12px;top:10px;display:flex;align-items:center;gap:5px;color:#7e8983;font-size:9px}.bulk-select input{width:15px;height:15px;accent-color:#62f59a}.moderation-card{position:relative}
@keyframes live-pulse{50%{opacity:.45;transform:scale(.72)}}@keyframes feed-flash{0%{box-shadow:0 0 0 rgba(98,245,154,0)}35%{box-shadow:0 0 0 3px rgba(98,245,154,.22)}100%{box-shadow:0 0 0 rgba(98,245,154,0)}}
@media(max-width:900px){.health-grid{grid-template-columns:1fr 1fr}.watch-form{grid-template-columns:1fr}.bulk-bar{flex-wrap:wrap}.bulk-bar>span{width:100%;order:2}.suggestion-item{grid-template-columns:58px 1fr auto}}
@media(max-width:560px){.health-grid{grid-template-columns:1fr}.chart-bars{gap:6px;padding-inline:12px}.bulk-bar button{flex:1}.search-suggestions{position:fixed;left:10px;right:10px;top:76px}}

/* V35 — one search field per viewport */
@media(min-width:1101px){.home-page>.home-search{display:none!important}.home-page{padding-top:24px!important}}
@media(max-width:1100px){.header-search{display:none!important}.home-page>.home-search{display:flex!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.page-loader{display:none!important}}

/* V36 — Incident Archive uses only the global search */
.archive-page .page-title{padding-bottom:22px}
.admin-nav form{display:inline-flex;margin:0}.admin-nav button{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #344064;border-radius:9px;background:transparent;color:#cbd4ef;font:inherit;cursor:pointer}.admin-nav button .ui-icon{width:15px;height:15px}.admin-nav button:hover{border-color:#62f59a;color:#62f59a}

/* V37 — remove the empty mobile bar and keep search inside the drawer */
.home-page>.home-search{display:none!important}.drawer-search{display:none}
@media(max-width:1100px){.drawer-search{position:relative;display:flex;width:100%;height:42px;margin:2px 0 8px;border:1px solid #303a37;border-radius:9px;background:#070a0c;overflow:visible}.drawer-search input{min-width:0;flex:1;padding:0 12px;border:0;outline:0;background:transparent;color:#eef4f0;font-size:12px}.drawer-search input::placeholder{color:#707a75}.drawer-search>button{display:grid;place-items:center;width:42px;padding:0;border:0;background:transparent;color:#62f59a;cursor:pointer}.drawer-search>button .ui-icon{width:16px;height:16px}.drawer-search .search-suggestions{top:calc(100% + 5px)}}

/* V38 — clean report headings and comfortable ranking rhythm */
.compact-rank .rank-title h1{letter-spacing:0!important;word-spacing:.18em;margin:9px 0 12px!important}.compact-rank .rank-title p{margin:0!important}.compact-rank .rank-search{margin:0}.compact-rank .level-legend{margin-bottom:20px}.compact-rank .rank-grid{gap:10px}
@media(max-width:720px){.compact-rank{padding-top:22px!important}.compact-rank .rank-title{gap:20px!important;margin-bottom:18px!important}.compact-rank .rank-title h1{font-size:1.8rem!important;line-height:1.15!important;margin:10px 0 10px!important}.compact-rank .rank-title p{line-height:1.65!important}.compact-rank .rank-search label{margin-bottom:8px}.compact-rank .rank-search>div{gap:0}.compact-rank .level-legend{gap:8px!important;margin-bottom:18px!important;padding:11px!important}.compact-rank .rank-grid{gap:10px!important}.compact-rank .rank-card{min-height:62px;padding:11px 12px!important}}

/* V42 — compact admin, accessible mobile search, backup and AI assistant */
.admin-body .topbar{height:76px!important;min-height:76px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:0 max(18px,calc((100vw - 1240px)/2))!important;background:#080b0f!important;border-bottom:1px solid #202824!important}.admin-body .topbar .brand{min-width:0!important}.admin-body .admin-nav{display:flex!important;align-items:center!important;gap:10px!important}.admin-body .control-center{width:min(1240px,calc(100% - 28px))!important}.admin-tools-grid{align-items:stretch}.ai-control .keyword-control input,.restore-form input[type=file]{width:100%;min-height:42px;margin-top:8px;padding:9px 11px;border:1px solid #303a36;border-radius:7px;background:#080b0e;color:#eef4f0}.backup-tools{display:grid;gap:14px;padding:16px}.backup-tools p{margin:0;color:#8d9892;line-height:1.6}.backup-tools form{margin:0}.restore-form{display:grid;gap:10px;padding-top:13px;border-top:1px solid #242b28}.restore-form label{display:grid;gap:5px;color:#b8c2bd}.report-manager{max-width:100%;overflow:hidden}.report-manager .moderation-list{display:grid;gap:9px}.report-manager .moderation-card{padding:13px 15px!important}.report-manager .mod-head h2{margin:8px 0 4px;font-size:clamp(.95rem,2vw,1.22rem);overflow-wrap:anywhere}.report-manager .mod-head small{display:block;max-width:900px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-editor{margin-top:10px;border-top:1px solid #27302c}.report-editor summary{width:max-content;padding:9px 0;color:#72efa0;font-size:11px;font-weight:700;cursor:pointer}.report-editor form{padding-top:5px}.report-editor .note-field textarea{min-height:56px;max-height:110px}.admin-search{flex:1 1 560px;min-width:0!important}.admin-search input{min-width:220px}.mirror-ai{position:fixed;right:max(14px,calc((100vw - 1320px)/2));bottom:16px;z-index:210}.mirror-ai-launch{position:relative;width:82px;height:82px;padding:0;border:0;background:transparent;cursor:pointer;filter:drop-shadow(0 12px 22px rgba(0,0,0,.55));transition:transform .28s cubic-bezier(.2,.8,.2,1),filter .28s ease}.mirror-ai-launch:before{content:'';position:absolute;inset:13px;border-radius:50%;background:rgba(98,245,154,.16);box-shadow:0 0 0 8px rgba(98,245,154,.05);animation:ai-bloom 2.5s ease-in-out infinite}.mirror-ai-launch img{position:relative;display:block;width:100%;height:100%;object-fit:contain}.mirror-ai-launch:hover{transform:translateY(-4px) scale(1.04);filter:drop-shadow(0 15px 26px rgba(98,245,154,.22))}.mirror-ai-card{position:absolute;right:8px;bottom:82px;display:flex;flex-direction:column;width:min(380px,calc(100vw - 24px));height:min(530px,calc(100dvh - 120px));overflow:hidden;border:1px solid #2d3933;border-radius:16px;background:#090c0e;box-shadow:0 25px 75px rgba(0,0,0,.7);opacity:0;visibility:hidden;transform:translateY(18px) scale(.96);transform-origin:bottom right;transition:opacity .24s ease,visibility .24s ease,transform .24s ease}.mirror-ai.is-open .mirror-ai-card{opacity:1;visibility:visible;transform:none}.mirror-ai.is-open .mirror-ai-launch{transform:scale(.86)}.mirror-ai-card>header{display:flex;align-items:center;justify-content:space-between;padding:14px 15px;border-bottom:1px solid #25302b;background:#0d1210}.mirror-ai-card header span{display:grid;gap:3px}.mirror-ai-card header b{font-size:14px}.mirror-ai-card header small{color:#79a98b;font:700 7px IBM Plex Mono;letter-spacing:.12em}.mirror-ai-card header small i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#62f59a;box-shadow:0 0 10px #62f59a}.mirror-ai-close{display:grid;place-items:center;width:34px;height:34px;border:1px solid #303b36;border-radius:8px;background:#111713;color:#dfe8e3;cursor:pointer}.mirror-ai-close .ui-icon{width:16px;height:16px}.mirror-ai-messages{flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:14px}.ai-message{max-width:88%;margin:0;padding:10px 12px;border-radius:11px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.ai-bot,.ai-loading{align-self:flex-start;background:#131a16;color:#dae5df;border:1px solid #26342d}.ai-user{align-self:flex-end;background:#6548d5;color:#fff}.ai-loading{color:#92a29a;animation:ai-pulse 1.1s ease-in-out infinite}.mirror-ai-form{display:flex;padding:11px;border-top:1px solid #25302b;background:#0c100e}.mirror-ai-form input{flex:1;min-width:0;height:46px;padding:0 13px;border:1px solid #303c36;border-radius:10px 0 0 10px;background:#070a08;color:#f0f5f2;font-size:16px;outline:0}.mirror-ai-form input:focus{border-color:#62f59a}.mirror-ai-form button{display:grid;place-items:center;width:48px;border:0;border-radius:0 10px 10px 0;background:#62f59a;color:#061109;cursor:pointer}.mirror-ai-form button .ui-icon{width:18px;height:18px}@keyframes ai-bloom{50%{transform:scale(1.12);opacity:.65}}@keyframes ai-pulse{50%{opacity:.55}}
@media(max-width:1100px){.drawer-search{height:48px!important}.drawer-search input{font-size:16px!important;padding-inline:14px!important}.drawer-search>button{width:48px!important}.admin-search input,.admin-search select,.admin-search button,.watch-form input,.ai-control input,.ai-control textarea,.restore-form input{font-size:16px!important}.admin-search input{min-width:0}.admin-body .topbar{height:68px!important;min-height:68px!important;padding-inline:12px!important}.admin-body .admin-nav a,.admin-body .admin-nav form{display:none!important}.mirror-ai{right:6px;bottom:8px}.mirror-ai-launch{width:72px;height:72px}.mirror-ai-card{right:5px;bottom:70px}}
@media(max-width:720px){.admin-body .control-center{width:calc(100% - 16px)!important}.admin-title{gap:10px}.admin-title h1{font-size:1.55rem!important}.admin-panel-head{gap:10px}.admin-search{display:grid!important;grid-template-columns:1fr!important;width:100%}.admin-search input,.admin-search select,.admin-search button{width:100%!important;height:46px!important}.report-manager .moderation-card{padding:12px!important}.report-manager .mod-head small{white-space:normal}.preview-links{gap:8px}.report-editor .admin-edit-grid{gap:9px}.report-editor summary{font-size:12px}.mirror-ai-card{position:fixed;left:8px;right:8px;bottom:78px;width:auto;height:min(520px,calc(100dvh - 100px));transform-origin:bottom center}.mirror-ai-launch{width:68px;height:68px}}
@media(prefers-reduced-motion:reduce){.mirror-ai-launch:before,.ai-loading{animation:none}.mirror-ai-card,.mirror-ai-launch{transition:none}}

/* V39 — separate reporter metadata from its level badge */
.compact-rank .rank-title h1{letter-spacing:normal!important;word-spacing:normal!important}.attacker-rank .rank-card>div>small{display:block;margin:2px 0 8px}.attacker-rank .rank-card .reporter-badge{display:inline-flex;margin:0}
@media(max-width:720px){.attacker-rank .rank-card{min-height:72px!important}.attacker-rank .rank-card>div>small{margin:3px 0 9px!important}.attacker-rank .rank-card .reporter-badge{margin:0!important}}

/* V40 — equal-size level badges, using Legend as the visual reference */
.attacker-rank>.level-legend{display:flex!important;flex-wrap:nowrap!important;width:min(100%,480px);align-items:stretch}.attacker-rank>.level-legend>.reporter-badge{display:inline-flex!important;flex:1 1 0!important;width:auto!important;min-width:0!important;min-height:30px!important;justify-content:center!important;padding:5px 7px!important;margin:0!important}.attacker-rank>.level-legend>.reporter-badge b{overflow:hidden;text-overflow:clip;white-space:nowrap}
@media(max-width:720px){.attacker-rank>.level-legend{width:100%;gap:6px!important;padding:9px!important}.attacker-rank>.level-legend>.reporter-badge{min-height:32px!important;padding:5px 4px!important;font-size:6px!important;letter-spacing:.35px!important;gap:4px!important}.attacker-rank>.level-legend>.reporter-badge i{width:5px;height:5px;flex-basis:5px}}

/* V23 mass notify */
.mass-url-line{align-items:start}.mass-url-line .line-label{padding-top:10px}.mass-url-line .line-label small{display:block;margin-top:4px;color:#7582a8;font-size:.65rem;font-weight:400}.mass-url-line textarea{width:100%;min-height:220px;resize:vertical;border:1px solid #394465;border-radius:7px;background:#1c2341;color:#eef2ff;padding:13px 16px;font:12px/1.65 IBM Plex Mono}.mass-url-line textarea:focus{outline:0;border-color:#7657e8;box-shadow:0 0 0 4px rgba(118,87,232,.14)}.mass-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.mass-summary article{padding:14px 16px;border:1px solid #2d385c;border-radius:10px;background:#151b35}.mass-summary strong{display:block;color:#7dffb2;font-size:1.5rem}.mass-summary span{color:#8c99bc;font-size:.7rem}.mass-results{display:grid;gap:6px;margin-bottom:14px}.mass-result{display:flex;justify-content:space-between;gap:14px;padding:10px 13px;border:1px solid #303b60;border-radius:8px;background:#12182f}.mass-result span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b8c4e2}.mass-result b{white-space:nowrap;font-size:.72rem}.mass-result.is-approved b{color:#7dffb2}.mass-result.is-duplicate b{color:#ffbd35}.mass-result.is-failed b{color:#ff849b}@media(max-width:720px){.mass-summary{grid-template-columns:1fr}.mass-result{align-items:flex-start;flex-direction:column;gap:4px}.mass-result span{width:100%}.mass-url-line textarea{min-height:190px;font-size:11px}}


/* V44 — iPhone search stability + compact Mirror AI chat */
@media(max-width:1100px){
  .drawer-search{display:flex!important;align-items:center!important;width:100%!important;height:52px!important;margin:8px 0 14px!important;border:1px solid #2d3933!important;border-radius:14px!important;background:#080c0a!important;box-shadow:inset 0 0 0 1px rgba(98,245,154,.03)!important;overflow:visible!important;transform:none!important;zoom:1!important}
  .drawer-search:focus-within{border-color:#62f59a!important;box-shadow:0 0 0 3px rgba(98,245,154,.09)!important}
  .drawer-search input{width:100%!important;min-width:0!important;height:50px!important;padding:0 14px!important;border:0!important;border-radius:14px 0 0 14px!important;background:transparent!important;color:#eef4f0!important;font-size:16px!important;line-height:1!important;letter-spacing:0!important;-webkit-appearance:none!important;appearance:none!important;transform:none!important}
  .drawer-search input::placeholder{color:#7f8a84!important;opacity:1}
  .drawer-search>button{width:52px!important;height:50px!important;min-width:52px!important;flex:0 0 52px!important;border-radius:0 14px 14px 0!important;color:#62f59a!important;background:transparent!important}
  .drawer-search>button .ui-icon{width:20px!important;height:20px!important}
  .drawer-search .search-suggestions{left:0!important;right:0!important;top:calc(100% + 7px)!important}
}
@supports (-webkit-touch-callout:none){
  @media(max-width:1100px){input,select,textarea{font-size:16px!important}}
}

.mirror-ai{right:max(12px,calc((100vw - 1240px)/2))!important;bottom:14px!important}
.mirror-ai-launch{width:70px!important;height:70px!important;filter:drop-shadow(0 14px 24px rgba(0,0,0,.62))!important}
.mirror-ai-launch:before{inset:12px!important;background:rgba(98,245,154,.12)!important;box-shadow:0 0 0 7px rgba(98,245,154,.035)!important}
.mirror-ai-card{right:4px!important;bottom:72px!important;width:min(390px,calc(100vw - 20px))!important;height:min(500px,calc(100dvh - 105px))!important;border:1px solid #2b3530!important;border-radius:18px!important;background:#090c0a!important;box-shadow:0 28px 80px rgba(0,0,0,.72),0 0 0 1px rgba(98,245,154,.025)!important}
.mirror-ai-card>header{min-height:70px!important;padding:12px 14px!important;background:linear-gradient(135deg,#101712,#0b100d)!important;border-bottom:1px solid #25302b!important}
.mirror-ai-identity{display:flex!important;align-items:center!important;gap:10px!important;min-width:0}
.mirror-ai-avatar{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;border:1px solid #34453c!important;border-radius:50%!important;background:#0c120e!important;overflow:hidden!important;box-shadow:0 0 0 3px rgba(98,245,154,.06)!important}
.mirror-ai-avatar img{width:34px!important;height:34px!important;object-fit:contain!important}
.mirror-ai-card header span span{display:grid!important;gap:2px!important;min-width:0}
.mirror-ai-card header b{font-size:13px!important;letter-spacing:.01em!important}
.mirror-ai-card header small{color:#7fb28f!important;font-size:6.7px!important;letter-spacing:.11em!important;white-space:nowrap!important}
.mirror-ai-close{width:36px!important;height:36px!important;border-radius:10px!important;background:#121814!important;border-color:#303b36!important}
.mirror-ai-messages{padding:16px!important;gap:11px!important;background:radial-gradient(circle at 100% 0,rgba(98,245,154,.035),transparent 35%),#090c0a!important}
.ai-message{max-width:86%!important;padding:10px 12px!important;border-radius:13px!important;font-size:12.5px!important;line-height:1.55!important;box-shadow:none!important}
.ai-bot,.ai-loading{background:#121814!important;border:1px solid #27322c!important;color:#dde8e1!important;border-bottom-left-radius:5px!important}
.ai-user{background:#1b2a21!important;border:1px solid #395447!important;color:#f2fff6!important;border-bottom-right-radius:5px!important}
.mirror-ai-form{gap:8px!important;padding:11px!important;background:#0d120f!important;border-top:1px solid #25302b!important}
.mirror-ai-form input{height:46px!important;padding:0 14px!important;border:1px solid #303c36!important;border-radius:12px!important;background:#070a08!important;color:#f0f5f2!important;font-size:16px!important;box-shadow:none!important}
.mirror-ai-form input:focus{border-color:#62f59a!important;box-shadow:0 0 0 3px rgba(98,245,154,.08)!important}
.mirror-ai-form button{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:12px!important;background:#62f59a!important;color:#061109!important;box-shadow:0 7px 18px rgba(98,245,154,.12)!important}
@media(max-width:720px){
  .mirror-ai{right:6px!important;bottom:8px!important}
  .mirror-ai-launch{width:62px!important;height:62px!important}
  .mirror-ai-card{position:fixed!important;left:8px!important;right:8px!important;bottom:76px!important;width:auto!important;height:min(480px,calc(100dvh - 96px))!important;border-radius:16px!important}
  .mirror-ai-card>header{min-height:64px!important;padding:10px 12px!important}
  .mirror-ai-messages{padding:12px!important}
  .ai-message{font-size:12px!important}
  .mirror-ai-form{padding:9px!important}
}

/* V45 — iPhone drawer search: no Safari focus zoom + larger touch target */
@media (max-width:1100px){
  .main-nav .drawer-search{box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,1fr) 54px!important;align-items:center!important;width:100%!important;min-height:54px!important;height:54px!important;margin:10px 0 16px!important;padding:0!important;overflow:hidden!important;border:1px solid #33413a!important;border-radius:14px!important;background:#080c0a!important;transform:none!important;-webkit-transform:none!important}
  .main-nav .drawer-search input{box-sizing:border-box!important;display:block!important;width:100%!important;min-width:0!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 15px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#edf5f0!important;font-size:16px!important;line-height:52px!important;outline:none!important;-webkit-appearance:none!important;appearance:none!important;-webkit-text-size-adjust:100%!important;transform:none!important;-webkit-transform:none!important}
  .main-nav .drawer-search button{box-sizing:border-box!important;display:grid!important;place-items:center!important;width:54px!important;min-width:54px!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #26332d!important;border-radius:0!important;background:#0b100d!important;color:#62f59a!important}
}

/* V46 — frameless compact AI flower launcher, tighter corner placement */
#sam-mirror-ai{right:5px!important;bottom:5px!important;pointer-events:none!important;z-index:2147483000!important}
#sam-mirror-ai .mirror-ai-launch{width:48px!important;height:48px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;overflow:visible!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}
#sam-mirror-ai .mirror-ai-launch:before,#sam-mirror-ai .mirror-ai-launch:after{content:none!important;display:none!important}
#sam-mirror-ai .mirror-ai-launch img{width:48px!important;height:48px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;pointer-events:none!important}
#sam-mirror-ai .mirror-ai-card{right:3px!important;bottom:57px!important;pointer-events:none!important;z-index:2!important}
#sam-mirror-ai.is-open .mirror-ai-card{pointer-events:auto!important}
@media(max-width:720px){#sam-mirror-ai{right:4px!important;bottom:max(4px,env(safe-area-inset-bottom))!important}#sam-mirror-ai .mirror-ai-launch,#sam-mirror-ai .mirror-ai-launch img{width:44px!important;height:44px!important}#sam-mirror-ai .mirror-ai-card{bottom:calc(58px + env(safe-area-inset-bottom))!important}}


/* V53 — compact mobile AI + readable input + lighter large archives */
#sam-mirror-ai .mirror-ai-form input,
#sam-mirror-ai .mirror-ai-form input:focus,
#sam-mirror-ai .mirror-ai-form input:active{
  color:#f4fff8!important;
  -webkit-text-fill-color:#f4fff8!important;
  caret-color:#62f59a!important;
  opacity:1!important;
  text-shadow:none!important;
}
#sam-mirror-ai .mirror-ai-form input::placeholder{
  color:#7f8b84!important;
  -webkit-text-fill-color:#7f8b84!important;
  opacity:1!important;
}
#sam-mirror-ai .mirror-ai-form input:-webkit-autofill,
#sam-mirror-ai .mirror-ai-form input:-webkit-autofill:hover,
#sam-mirror-ai .mirror-ai-form input:-webkit-autofill:focus{
  -webkit-text-fill-color:#f4fff8!important;
  caret-color:#62f59a!important;
  box-shadow:0 0 0 1000px #070a08 inset!important;
  transition:background-color 9999s ease-out 0s!important;
}
.archive-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;border-top:1px solid #242b28;background:#090d0b}.archive-pagination a,.archive-pagination span{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid #2d3933;border-radius:8px;color:#aab8b0;font:700 10px "IBM Plex Mono",monospace}.archive-pagination a{color:#62f59a;background:#0e1511}.archive-pagination a:hover{border-color:#62f59a}
@media(max-width:720px){
  #sam-mirror-ai{right:7px!important;bottom:max(5px,env(safe-area-inset-bottom))!important}
  #sam-mirror-ai .mirror-ai-launch,#sam-mirror-ai .mirror-ai-launch img{width:40px!important;height:40px!important}
  #sam-mirror-ai .mirror-ai-card{
    position:fixed!important;
    left:auto!important;
    right:10px!important;
    bottom:calc(52px + env(safe-area-inset-bottom))!important;
    width:min(340px,calc(100vw - 24px))!important;
    height:min(405px,calc(100dvh - 150px))!important;
    max-height:405px!important;
    border-radius:14px!important;
    box-shadow:0 18px 48px rgba(0,0,0,.62)!important;
    transform-origin:bottom right!important;
  }
  #sam-mirror-ai .mirror-ai-card>header{min-height:54px!important;padding:8px 10px!important}
  #sam-mirror-ai .mirror-ai-avatar{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:8px!important}
  #sam-mirror-ai .mirror-ai-avatar img{width:29px!important;height:29px!important}
  #sam-mirror-ai .mirror-ai-title b{font-size:12px!important}
  #sam-mirror-ai .mirror-ai-title small{font-size:6px!important}
  #sam-mirror-ai .mirror-ai-close{width:32px!important;height:32px!important;flex-basis:32px!important}
  #sam-mirror-ai .mirror-ai-messages{padding:10px!important;gap:8px!important;overscroll-behavior:contain!important}
  #sam-mirror-ai .ai-message{max-width:88%!important;padding:8px 10px!important;border-radius:11px!important;font-size:11.5px!important;line-height:1.45!important}
  #sam-mirror-ai .mirror-ai-form{gap:7px!important;padding:8px!important}
  #sam-mirror-ai .mirror-ai-form input{height:42px!important;line-height:42px!important;padding:0 12px!important;font-size:16px!important;border-radius:10px!important}
  #sam-mirror-ai .mirror-ai-form button{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:10px!important}
  .panel{box-shadow:none!important}
  .report-table tr:hover td{background:transparent!important}
  .page-loader{display:none!important}
  body{background-image:linear-gradient(rgba(99,255,155,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(99,255,155,.018) 1px,transparent 1px)!important;background-size:36px 36px!important}
  .archive-pagination{position:sticky;left:0;justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}

/* V55 header logo: raw image only, no frame */
.brand-logo,.brand img.brand-logo{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;filter:none!important;}

/* SAM Mirror vNext: richer ranks/stats */
.rank-card-stats{align-items:center;gap:14px}
.rank-card-stats .rank-main{min-width:0;flex:1}
.rank-card-stats .rank-main h2{margin:0 0 10px}
.rank-breakdown{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px}
.rank-breakdown span{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border:1px solid var(--line,#202833);border-radius:10px;background:rgba(255,255,255,.02)}
.rank-breakdown small{font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.62}
.rank-breakdown strong{font-size:16px;line-height:1.15}
.metric .metric-note{display:block;margin-top:6px;font-size:11px;opacity:.58;font-weight:500}
.stats-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.stats-panels .panel{min-width:0}
.stats-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.onhold-page .pending-table td{white-space:nowrap}
@media (max-width:780px){
  .rank-breakdown{grid-template-columns:1fr 1fr 1fr;gap:6px}
  .rank-breakdown span{padding:7px 8px}
  .rank-breakdown small{font-size:8px}
  .rank-breakdown strong{font-size:14px}
  .stats-panels{grid-template-columns:1fr}
  .stats-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:520px){
  .rank-card-stats{align-items:flex-start}
  .rank-breakdown{grid-template-columns:1fr}
  .rank-breakdown span{flex-direction:row;align-items:center;justify-content:space-between}
}

/* V56 rank layout: labels stay above values on desktop and mobile */
.rank-breakdown{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.rank-breakdown span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-align:center!important;min-width:0!important;padding:10px 8px!important}
.rank-breakdown small{display:block!important;width:100%!important;line-height:1.25!important;white-space:normal!important}
.rank-breakdown strong{display:block!important;width:100%!important;font-size:18px!important;line-height:1!important}
@media(max-width:520px){
  .rank-breakdown{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  .rank-breakdown span{flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:8px 4px!important;gap:5px!important}
  .rank-breakdown small{font-size:7px!important;letter-spacing:.045em!important}
  .rank-breakdown strong{font-size:15px!important}
}

/* V56 raw country flags: no frame, no card, no shadow */
.country-flag,.country-flag:hover{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;transform:none!important;padding:0!important}
.country-flag img{display:block!important;width:24px!important;height:18px!important;object-fit:cover!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.country-flag-unknown i{border-color:#6f7fa9!important;background:transparent!important}

/* V56 inert incident evidence source */
.evidence-card{min-width:0!important;overflow:hidden!important}
.evidence-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.evidence-head h2{margin:0 0 5px!important}
.evidence-head p{margin:0;color:#829087;font-size:11px;line-height:1.5;max-width:650px}
.evidence-lock{flex:0 0 auto;padding:6px 8px;border:1px solid #315c45;border-radius:7px;color:#62f59a;font:700 7px IBM Plex Mono,monospace;letter-spacing:.08em}
.evidence-source{display:block;width:100%;max-width:100%;height:min(560px,58vh);margin:0;padding:14px;border:1px solid #25302b;border-radius:9px;background:#060907;color:#cfe0d5;font:11px/1.55 IBM Plex Mono,ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre;overflow:auto;overscroll-behavior:contain;tab-size:2;box-sizing:border-box}
.evidence-source:focus{outline:1px solid #62f59a;outline-offset:2px}
@media(max-width:720px){.evidence-head{display:block}.evidence-lock{display:inline-flex;margin-top:9px}.evidence-source{height:min(470px,54vh);padding:10px;font-size:9.5px}}
@media(max-width:520px){
  .attacker-rank .rank-card-stats{grid-template-columns:30px minmax(0,1fr)!important;gap:8px!important}
  .attacker-rank .rank-card-stats>.reporter-badge{grid-column:2!important;justify-self:start!important;margin-top:2px!important}
  .team-rank .rank-card-stats{grid-template-columns:30px minmax(0,1fr)!important;gap:8px!important}
  .rank-card-stats .rank-main h2{margin-bottom:8px!important;overflow-wrap:anywhere!important}
}

/* V58.1 safe visual evidence preview */
.evidence-preview-wrap{position:relative;width:100%;height:min(620px,62vh);border:1px solid #25302b;border-radius:10px;overflow:hidden;background:#050806}
.evidence-preview{display:block;width:100%;height:100%;border:0;background:#050806;pointer-events:none;user-select:none}
.evidence-shield{position:absolute;inset:0;z-index:2;background:transparent;cursor:default;pointer-events:auto;touch-action:pan-y}
.evidence-source-clean{white-space:pre-wrap!important;overflow-wrap:anywhere!important}
@media(max-width:720px){.evidence-preview-wrap{height:min(500px,56vh)}}


/* V59 rank name/title placement + clean mobile layout */
.rank-name-row{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;margin:0 0 10px!important;flex-wrap:wrap!important}
.rank-name-row h2{margin:0!important;min-width:0!important;overflow-wrap:anywhere!important}
.rank-name-row .reporter-badge{margin:0!important;flex:0 0 auto!important}
@media(max-width:520px){
  .attacker-rank .rank-card-stats,.team-rank .rank-card-stats{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:start!important;gap:8px!important}
  .rank-name-row{grid-column:auto!important;display:flex!important;align-items:center!important;gap:6px!important;margin-bottom:8px!important;flex-wrap:wrap!important}
  .rank-name-row h2{font-size:13px!important;line-height:1.2!important}
  .rank-name-row .reporter-badge{min-height:18px!important;padding:3px 5px!important;font-size:6px!important}
  .rank-breakdown{width:100%!important}
}

/* V59 evidence: safe iframe can scroll, captured content remains inert */
.evidence-preview-wrap{overflow:hidden!important;overscroll-behavior:contain!important}
.evidence-preview{pointer-events:auto!important;user-select:none!important;-webkit-user-select:none!important;touch-action:pan-x pan-y!important;overscroll-behavior:contain!important}
.evidence-shield{display:none!important;pointer-events:none!important}
@media(max-width:720px){.evidence-preview-wrap{height:min(520px,58vh)!important}}

/* V60 — mobile push drawer + long report names */
@media (max-width:1100px){
  :root{--sam-drawer-w:min(78vw,260px)}
  body{overflow-x:hidden!important}
  body.menu-open:after{display:none!important;content:none!important}
  main,.site-footer{transition:transform .32s cubic-bezier(.22,.8,.24,1),filter .32s ease!important;will-change:transform}
  body.menu-open main,body.menu-open .site-footer{transform:translate3d(var(--sam-drawer-w),0,0)!important;filter:brightness(.84)}
  .topbar .main-nav{width:var(--sam-drawer-w)!important;max-width:260px!important;padding:14px 12px 18px!important;gap:4px!important;background:#121411!important;border-right:1px solid #252b22!important;box-shadow:18px 0 50px rgba(0,0,0,.48)!important;transform:translate3d(-101%,0,0)!important;transition:transform .32s cubic-bezier(.22,.8,.24,1)!important}
  .topbar .main-nav.open{transform:translate3d(0,0,0)!important}
  .drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:52px!important;padding:4px 4px 10px!important;margin:0 0 8px!important;border-bottom:0!important;color:#d9dfd9!important;font:600 10px/1 Inter,sans-serif!important;letter-spacing:.04em!important}
  .drawer-close{width:33px!important;height:33px!important;flex:0 0 33px!important;border:1px solid #292e28!important;border-radius:9px!important;background:#171a16!important;color:#b9c0ba!important}
  .main-nav>a{display:grid!important;grid-template-columns:31px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:6px 9px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#8d958d!important;font-size:12px!important;font-weight:500!important;box-shadow:none!important;transition:background .2s ease,color .2s ease,transform .2s ease!important}
  .main-nav>a i{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;min-width:27px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#848d84!important;box-shadow:none!important}
  .main-nav>a i .ui-icon{width:16px!important;height:16px!important}
  .main-nav>a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .main-nav>a:hover{background:#191d17!important;color:#dbe3db!important;transform:translateX(2px)!important}
  .main-nav>a.active{background:#2c351c!important;color:#d7f462!important;border:0!important;box-shadow:none!important}
  .main-nav>a.active i{background:transparent!important;color:#d7f462!important;border:0!important;box-shadow:none!important}
  .main-nav>a.active:after{display:none!important}
  .drawer-search{order:20!important;margin-top:auto!important;margin-bottom:0!important;height:42px!important;min-height:42px!important;border:1px solid #292e28!important;border-radius:8px!important;background:#0d0f0c!important}
  .drawer-search input{height:40px!important;min-height:40px!important;line-height:40px!important;padding-inline:11px!important;color:#e8eee8!important;font-size:16px!important}
  .drawer-search button{width:42px!important;min-width:42px!important;height:40px!important;min-height:40px!important;border-left:1px solid #242923!important;background:transparent!important;color:#d7f462!important}
}
@media (max-width:720px){
  .table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  .haxor-table{min-width:800px!important;table-layout:fixed!important}
  .haxor-table th,.haxor-table td{height:auto!important;min-height:44px!important;padding:9px 8px!important;vertical-align:middle!important;line-height:1.28!important}
  .haxor-table th:nth-child(1){width:82px!important}.haxor-table th:nth-child(2){width:190px!important}.haxor-table th:nth-child(3){width:205px!important}
  .haxor-table th:nth-child(4),.haxor-table th:nth-child(5),.haxor-table th:nth-child(6),.haxor-table th:nth-child(7),.haxor-table th:nth-child(8){width:42px!important;text-align:center!important}
  .haxor-table th:nth-child(9){width:220px!important}.haxor-table th:nth-child(10){width:80px!important}.haxor-table th:nth-child(11){width:62px!important}
  .haxor-table td:nth-child(2),.haxor-table td:nth-child(3){white-space:normal!important;overflow:visible!important;word-break:normal!important;overflow-wrap:anywhere!important}
  .haxor-table td:nth-child(4),.haxor-table td:nth-child(5),.haxor-table td:nth-child(6),.haxor-table td:nth-child(7),.haxor-table td:nth-child(8){text-align:center!important}
  .haxor-table .identity-link{display:inline!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;line-height:1.28!important}
  .haxor-table .reporter-identity{display:flex!important;align-items:center!important;align-content:center!important;gap:5px!important;flex-wrap:wrap!important;min-width:0!important;max-width:100%!important}
  .haxor-table .reporter-badge{flex:0 0 auto!important;margin:0!important}.haxor-table .no-team{white-space:normal!important}.haxor-table tbody tr{height:auto!important}
}
@media (max-width:420px){:root{--sam-drawer-w:min(80vw,245px)}.topbar .main-nav{max-width:245px!important}.main-nav>a{min-height:40px!important;padding:5px 8px!important}}


/* SAM Mirror v1.0.3 — light-first visual system + mobile search above Home */
:root{
  --bg:#f4f7f5;
  --panel:#ffffff;
  --panel2:#eef3f0;
  --text:#101614;
  --muted:#6f7b75;
  --line:#d9e1dd;
  --green:#16d978;
  --danger:#d9435b;
}
html{background:#f4f7f5!important;color-scheme:light!important}
body{
  background-color:var(--bg)!important;
  color:var(--text)!important;
  background-image:
    radial-gradient(circle at 15% 0,rgba(22,217,120,.08),transparent 30%),
    linear-gradient(rgba(16,22,20,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,22,20,.025) 1px,transparent 1px)!important;
}
.topbar{
  background:rgba(255,255,255,.92)!important;
  border-bottom-color:#dce4e0!important;
  box-shadow:0 8px 30px rgba(18,34,26,.055)!important;
}
.brand b{color:#111815!important}.brand small{color:#00a95b!important}
.header-search{background:#fff!important;border-color:#d9e1dd!important;box-shadow:0 7px 20px rgba(18,34,26,.045)!important}
.header-search input{background:#fff!important;color:#111815!important;-webkit-text-fill-color:#111815!important}
.header-search input::placeholder{color:#8a9590!important;-webkit-text-fill-color:#8a9590!important}
.header-search button{color:#0ab965!important}
.header-tools .site-version{display:inline-flex;align-items:center;padding:6px 9px;border:1px solid #d9e1dd;border-radius:999px;background:#f8faf9;color:#64706a;font:600 8px/1 IBM Plex Mono,monospace;letter-spacing:.05em}
.menu-button{background:#fff!important;border-color:#d8e0dc!important;box-shadow:0 7px 20px rgba(18,34,26,.06)!important}
.menu-button span{background:#11c96e!important}
.hero-panel,.report-form,.auth-card,.detail-card,.moderation-card,.archive-card,.stats article,.rank-card,.stat-card,.panel,.card{
  background:#fff!important;
  border-color:#d9e1dd!important;
  box-shadow:0 12px 30px rgba(20,40,30,.045)!important;
}
.hero-panel{background:linear-gradient(145deg,#fff,#f7faf8)!important}
.hero p,.form-intro p,.archive-row time,.archive-row>span,.field-grid label,.auth-card label,.check,.detail-head p,.mod-head small{color:#6f7b75!important}
input,select,textarea{background:#fff!important;color:#111815!important;-webkit-text-fill-color:#111815!important;border-color:#d6dfda!important}
input::placeholder,textarea::placeholder{color:#8d9893!important;-webkit-text-fill-color:#8d9893!important}
input:focus,select:focus,textarea:focus{border-color:#17c970!important;box-shadow:0 0 0 3px rgba(23,201,112,.10)!important}
.button{background:#19d77a!important;color:#07120c!important;border-color:#19d77a!important;box-shadow:4px 4px 0 #b9efd1!important}
.button.secondary{background:#fff!important;color:#18201c!important;border-color:#d6dfda!important;box-shadow:none!important}
.archive-row:not(.archive-header):hover{background:#f5faf7!important}
.archive-header{background:#f7f9f8!important;color:#76827c!important}
.pagination a{background:#fff!important;border-color:#d9e1dd!important}.pagination a.active{background:#19d77a!important;color:#07120c!important}
footer{border-top-color:#d9e1dd!important;color:#6f7b75!important}

@media (max-width:1100px){
  main,.site-footer{transition:transform .32s cubic-bezier(.22,.8,.24,1),filter .32s ease!important}
  body.menu-open main,body.menu-open .site-footer{filter:brightness(.97)!important}
  .topbar .main-nav{
    background:#fbfdfc!important;
    border-right:1px solid #dce4e0!important;
    box-shadow:18px 0 55px rgba(15,28,22,.13)!important;
  }
  .drawer-head{color:#19201d!important;border-bottom:1px solid #edf1ef!important;padding-bottom:12px!important}
  .drawer-close{background:#fff!important;border-color:#d8e0dc!important;color:#37423c!important;box-shadow:0 5px 14px rgba(18,34,26,.05)!important}
  .drawer-search{
    order:0!important;
    margin:0 0 11px!important;
    height:44px!important;
    min-height:44px!important;
    border:1px solid #d6dfda!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(18,34,26,.045)!important;
  }
  .drawer-search input{height:42px!important;min-height:42px!important;background:#fff!important;color:#151c18!important;-webkit-text-fill-color:#151c18!important}
  .drawer-search input::placeholder{color:#8d9893!important;-webkit-text-fill-color:#8d9893!important}
  .drawer-search button{height:42px!important;min-height:42px!important;background:#fff!important;color:#0ab965!important;border-left:1px solid #e1e7e4!important}
  .main-nav>a{color:#66716b!important;background:transparent!important}
  .main-nav>a i{color:#75817b!important}
  .main-nav>a:hover{background:#f1f6f3!important;color:#131a16!important}
  .main-nav>a.active{background:#e7f8ee!important;color:#079b52!important;box-shadow:inset 3px 0 0 #16d978!important}
  .main-nav>a.active i{color:#09ad5c!important}
}

/* keep the AI as the deliberate dark accent on the light website */
#sam-mirror-ai .mirror-ai-launch{filter:drop-shadow(0 7px 16px rgba(0,0,0,.16))}

/* v1.0.3 visibility + mobile layout hotfix — 2026-09-06 */
:root{
  --light-bg:#f4f7f5;
  --light-card:#ffffff;
  --light-soft:#f6f9f7;
  --light-line:#d9e2dd;
  --light-text:#111815;
  --light-muted:#65736c;
  --light-link:#2462a8;
  --light-green:#0ebf69;
}

/* Light-first system: keep text/icon contrast strong everywhere */
body{color:var(--light-text)!important}
main,.home-page,.page,.submit-shell{color:var(--light-text)!important}
.panel,.metric,.rank-card,.quick-report,.profile-head,.profile-metrics article,.detail-card,.report-form,.moderation-card,.auth-card,.admin-panel,.stat-card,.card{
  background:var(--light-card)!important;
  color:var(--light-text)!important;
  border-color:var(--light-line)!important;
  box-shadow:0 10px 28px rgba(19,38,29,.055)!important;
}
.metric small,.metric-note,.page-title p,.prose p,.prose li,.profile-head p,.rank-card small,.panel small,.empty,.no-team,.redacted-url{
  color:var(--light-muted)!important;
}
.metric strong,.panel h1,.panel h2,.panel h3,.page-title h1,.rank-card h2,.profile-head h1,.detail-card h1,.detail-card h2{
  color:var(--light-text)!important;
}
.home-metrics .metric>i,.panel-head h2 i,.admin-metrics article>i,.form-panel-head h2 i{
  color:var(--light-green)!important;
}
.ui-icon{color:inherit;stroke:currentColor;opacity:1!important}
.home-metrics .metric>i .ui-icon,.panel-head h2 i .ui-icon{stroke-width:2.2}

/* Panels / table: previous pale-blue-on-white values were too low contrast */
.panel-head{
  background:#fff!important;
  border-bottom-color:var(--light-line)!important;
  color:var(--light-text)!important;
}
.panel-head h2{color:#121815!important}
.panel-head>a{color:#2964a4!important;font-weight:600!important}
.table-wrap{background:#fff!important}
.report-table,.haxor-table{background:#fff!important;color:#17201c!important}
.report-table thead,.haxor-table thead{background:#f3f6f4!important}
.report-table th,.haxor-table th{
  color:#52635a!important;
  background:#f3f6f4!important;
  border-color:var(--light-line)!important;
  font-weight:800!important;
}
.report-table td,.haxor-table td{
  color:#25312b!important;
  background:#fff!important;
  border-color:var(--light-line)!important;
}
.report-table tbody tr:hover td,.haxor-table tbody tr:hover td{background:#f6faf8!important}
.report-table a,.haxor-table a,.identity-link,.url-cell{color:#2d67a8!important;font-weight:700!important}
.time-cell{color:#55645d!important;font-weight:700!important}
.mirror-link{
  width:30px!important;height:30px!important;
  display:inline-grid!important;place-items:center!important;
  border-radius:8px!important;background:#e9faf1!important;color:#069d55!important;
  border:1px solid #cceedd!important;
}
.mirror-link .ui-icon{width:16px!important;height:16px!important;color:#069d55!important;stroke-width:2.1!important}
.mini{border:1px solid #ccd9d2!important;background:#f2f6f4!important;color:#45574e!important}
.mini.h,.mini.s{color:#078d4d!important;background:#eaf8f1!important;border-color:#c6ead7!important}
.mini.m{color:#8b5900!important;background:#fff5df!important;border-color:#efd69f!important}
.mini.r{color:#a62d45!important;background:#fff0f3!important;border-color:#f0c8d1!important}
.reporter-badge{filter:none!important;opacity:1!important}
.reporter-badge.level-rookie{color:#56645d!important;border-color:#bcc9c2!important;background:#f3f6f4!important}
.reporter-badge.level-elite{color:#007e96!important;border-color:#5bc9dd!important;background:#eafaff!important}
.reporter-badge.level-hunter{color:#886100!important;border-color:#e2c36e!important;background:#fff8df!important}
.reporter-badge.level-master{color:#7e43b7!important;border-color:#c49ae7!important;background:#f8efff!important}
.reporter-badge.level-legend{color:#a72d47!important;border-color:#e491a4!important;background:#fff0f3!important}

/* Forms/searches: always readable on iPhone and Android */
input,select,textarea,.home-search input,.header-search input,.drawer-search input{
  color:#111815!important;
  -webkit-text-fill-color:#111815!important;
  caret-color:#0bbd68!important;
}
input::placeholder,textarea::placeholder,.home-search input::placeholder,.header-search input::placeholder,.drawer-search input::placeholder{
  color:#7c8982!important;
  -webkit-text-fill-color:#7c8982!important;
  opacity:1!important;
}
.header-search,.home-search,.drawer-search{background:#fff!important;border-color:#d3ddd7!important}
.header-search button,.home-search button,.drawer-search button{color:#08a95b!important}

/* Mobile drawer: visible close X and icons */
@media(max-width:1100px){
  .topbar .main-nav{background:#fbfdfc!important;color:#18201c!important}
  .drawer-head{color:#18201c!important}
  .drawer-close{
    position:relative!important;
    background:#18201c!important;
    border-color:#18201c!important;
    color:#fff!important;
  }
  .drawer-close>span{background:#fff!important;opacity:1!important}
  .main-nav>a{color:#5c6962!important}
  .main-nav>a i{color:#526159!important}
  .main-nav>a .ui-icon{stroke-width:2.15!important}
  .main-nav>a.active{background:#e5f8ee!important;color:#078c4b!important;box-shadow:inset 3px 0 0 #12c96f!important}
  .main-nav>a.active i{color:#078c4b!important}
  .drawer-search{background:#fff!important;border-color:#ced9d3!important}
  .drawer-search button{background:#f8fbf9!important;border-left-color:#dce5e0!important;color:#079d55!important}
}

/* Mobile report tables: no clipped attacker/team names, no huge horizontal canvas */
@media(max-width:720px){
  .home-page{width:calc(100% - 24px)!important}
  .metric-grid,.home-metrics{gap:10px!important}
  .metric{min-height:92px!important;padding:16px 18px!important}
  .metric small{font-size:.68rem!important;color:#5f6d66!important}
  .metric strong{font-size:1.8rem!important;color:#111815!important}
  .home-metrics .metric>i{right:17px!important;top:16px!important;color:#0ebf69!important}
  .home-metrics .metric>i .ui-icon{width:23px!important;height:23px!important}

  .home-panel{overflow:hidden!important}
  .home-panel .table-wrap{overflow:hidden!important}
  .home-panel .haxor-table{
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }
  .home-panel .haxor-table th,.home-panel .haxor-table td{
    padding:10px 7px!important;
    height:auto!important;
    min-height:48px!important;
    font-size:11px!important;
    line-height:1.3!important;
    vertical-align:middle!important;
  }
  /* On home cards show the useful columns only: time, attacker, team, mirror/status */
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8),
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9),
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){display:none!important}
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:20%!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:34%!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:34%!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:12%!important;text-align:center!important}
  .home-panel .haxor-table td:nth-child(2),.home-panel .haxor-table td:nth-child(3){
    white-space:normal!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .home-panel .identity-link{display:inline!important;white-space:normal!important;overflow-wrap:anywhere!important;color:#285f9e!important}
  .home-panel .reporter-identity{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;min-width:0!important}
  .home-panel .reporter-badge{max-width:100%!important}

  /* Archive and ranking screens keep horizontal scroll where all technical columns are needed */
  .archive-page .table-wrap,.page:not(.home-page) .table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}

  .panel-head{padding:13px 14px!important}
  .panel-head h2{font-size:1rem!important;color:#111815!important}
  .panel-head h2 i .ui-icon{width:16px!important;height:16px!important}
  .panel-head>a{font-size:.8rem!important;color:#28629f!important}

  /* Prevent browser text scaling from washing out labels */
  html{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
}

/* Other public pages: make remaining legacy dark-theme text readable */
.page-title p,.prose p,.prose li,.facts dt,.facts dd,.detail-head p,.rank-card small,.bars span,.profile-meta,.profile-metrics small{color:#627069!important}
.rank-card>b,.rank-card>strong{color:#0a9f56!important}
.bars i{background:linear-gradient(90deg,#15c96f var(--w),#dfe8e3 var(--w))!important}
.status-hold{background:#fff3d9!important;color:#8a5a00!important;border:1px solid #edd18e!important}
.notice.success{background:#ecfbf3!important;border-color:#98e2bb!important;color:#087a45!important}
.notice.success span{color:#2e5d47!important}

/* AI intentionally stays dark, but its input/text must remain readable */
#sam-mirror-ai .mirror-ai-card,#sam-mirror-ai .mirror-ai-card header,#sam-mirror-ai .mirror-ai-form{color:#eef5f1!important}
#sam-mirror-ai .mirror-ai-form input{background:#070a08!important;color:#f2f7f4!important;-webkit-text-fill-color:#f2f7f4!important}
#sam-mirror-ai .mirror-ai-form input::placeholder{color:#88958e!important;-webkit-text-fill-color:#88958e!important}


/* v1.0.3 FIX3 — complete mobile report links + homepage Top 10 */
.home-top-ranks{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}
.home-rank-panel{margin-top:0!important}
.home-rank-list{display:grid}
.home-rank-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:13px 18px;border-bottom:1px solid #dce5e0;color:#17201c;text-decoration:none;background:#fff}
.home-rank-row:last-child{border-bottom:0}
.home-rank-row:hover{background:#f4faf6}
.home-rank-row>b{font-size:12px;color:#00a963}
.home-rank-row>span{min-width:0;font-weight:750;overflow-wrap:anywhere;color:#1f5f91}
.home-rank-row>strong{font-size:13px;color:#17201c;background:#e9f8ef;border:1px solid #c7ebd5;border-radius:999px;padding:5px 9px;white-space:nowrap}

@media(max-width:760px){
  .home-top-ranks{grid-template-columns:1fr;gap:16px;margin-top:18px}
  .home-rank-row{grid-template-columns:32px minmax(0,1fr) auto;gap:8px;min-height:52px;padding:11px 14px}
  .home-rank-row>span{font-size:13px;line-height:1.25}
  .home-rank-row>strong{font-size:11px;padding:4px 7px}

  /* Keep URL visible on homepage mobile. Only technical H/M/R/L/S and OS are hidden. */
  .home-panel .table-wrap{overflow-x:hidden!important}
  .home-panel .haxor-table{width:100%!important;min-width:0!important;table-layout:fixed!important}
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8),
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){display:none!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){display:table-cell!important}
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:15%!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:22%!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:22%!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){width:31%!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:10%!important;text-align:center!important}
  .home-panel .haxor-table th,.home-panel .haxor-table td{padding:11px 7px!important;font-size:10px!important;vertical-align:middle!important}
  .home-panel .url-cell{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:9px!important;line-height:1.25!important;color:#1b66a0!important;text-decoration:underline!important;text-underline-offset:2px}
  .home-panel .mirror-link{width:34px!important;height:34px!important;min-width:34px!important;margin:auto!important}
  .home-panel .mirror-link svg{width:17px!important;height:17px!important}
}

@media(max-width:430px){
  .home-panel .haxor-table th,.home-panel .haxor-table td{padding:10px 5px!important;font-size:9px!important}
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:14%!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:22%!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:21%!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){width:33%!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:10%!important}
}

/* v1.0.3 FIX4 — restore full swipeable report tables + polished Top 10 above reports */
.home-top-ranks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:24px 0 0;
}
.home-rank-panel{
  margin:0!important;
  border:1px solid #d6e0db!important;
  border-radius:18px!important;
  box-shadow:0 12px 35px rgba(20,42,31,.06)!important;
  background:#fff!important;
  overflow:hidden;
}
.home-rank-panel .panel-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 20px!important;
  background:linear-gradient(180deg,#fff,#f8fbf9)!important;
  border-bottom:1px solid #dfe7e3!important;
}
.home-rank-panel .panel-head h2{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#111915!important;
  font-size:17px!important;
  line-height:1.2!important;
  margin:0!important;
}
.home-rank-panel .panel-head h2 i{
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  border-radius:9px!important;
  color:#00b96b!important;
  background:#eafaf1!important;
}
.home-rank-panel .panel-head h2 i svg{width:16px!important;height:16px!important}
.home-rank-panel .panel-head>a{
  color:#1769a4!important;
  font-weight:750!important;
  font-size:12px!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.home-rank-list{display:grid!important;background:#fff!important}
.home-rank-row{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:58px!important;
  padding:12px 18px!important;
  border-bottom:1px solid #e2e9e5!important;
  color:#18221d!important;
  text-decoration:none!important;
  background:#fff!important;
}
.home-rank-row:last-child{border-bottom:0!important}
.home-rank-row:hover{background:#f4faf6!important}
.home-rank-row>b{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  color:#00a962!important;
  background:#edf9f2!important;
  font-size:11px!important;
  font-weight:850!important;
}
.home-rank-row>span{
  min-width:0!important;
  color:#175f93!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
}
.home-rank-row>strong{
  min-width:36px!important;
  text-align:center!important;
  color:#132019!important;
  background:#eaf8f0!important;
  border:1px solid #c8e9d6!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  font-size:11px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

@media(max-width:760px){
  .home-top-ranks{
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin-top:18px!important;
    margin-bottom:18px!important;
  }
  .home-rank-panel .panel-head{padding:14px 15px!important}
  .home-rank-panel .panel-head h2{font-size:15px!important}
  .home-rank-row{
    grid-template-columns:34px minmax(0,1fr) auto!important;
    gap:9px!important;
    min-height:50px!important;
    padding:10px 14px!important;
  }
  .home-rank-row>b{width:25px!important;height:25px!important;font-size:10px!important}
  .home-rank-row>span{font-size:12px!important}
  .home-rank-row>strong{font-size:10px!important;padding:4px 7px!important}

  /* Restore the original complete report table behavior: every column stays available and swipes horizontally. */
  .home-panel .table-wrap{
    display:block!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:thin!important;
    touch-action:pan-x pan-y!important;
  }
  .home-panel .haxor-table{
    width:max-content!important;
    min-width:1040px!important;
    table-layout:auto!important;
  }
  .home-panel .haxor-table th,
  .home-panel .haxor-table td{
    display:table-cell!important;
    width:auto!important;
    min-width:0!important;
    padding:13px 14px!important;
    font-size:11px!important;
    vertical-align:middle!important;
    white-space:nowrap!important;
  }
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){min-width:88px!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){min-width:190px!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){min-width:185px!important}
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8){min-width:48px!important;text-align:center!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){min-width:270px!important}
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){min-width:110px!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){min-width:78px!important;text-align:center!important}
  .home-panel .url-cell{
    display:block!important;
    width:245px!important;
    max-width:245px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    color:#17679d!important;
    font-size:11px!important;
    text-decoration:underline!important;
    text-underline-offset:2px!important;
  }
  .home-panel .reporter-identity{display:flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important}
  .home-panel .identity-link{white-space:nowrap!important}
  .home-panel .mirror-link{width:34px!important;height:34px!important;min-width:34px!important}
}

@media(max-width:430px){
  .home-panel .haxor-table{min-width:1000px!important}
  .home-panel .haxor-table th,.home-panel .haxor-table td{padding:11px 12px!important;font-size:10px!important}
}

/* v1.0.3 FIX6 — complete mobile HMRLS, cleaner navigation/icons, notify form and pushed header */

/* Desktop navigation: light-theme icon treatment instead of black circles */
@media (min-width:1101px){
  .topbar .main-nav>a{
    color:#59655f!important;
    background:transparent!important;
  }
  .topbar .main-nav>a i{
    background:#f1f7f4!important;
    border:1px solid #d7e3dd!important;
    color:#23865a!important;
    box-shadow:none!important;
  }
  .topbar .main-nav>a:hover{
    color:#111915!important;
    background:#f6faf8!important;
  }
  .topbar .main-nav>a:hover i{
    background:#e8f8ef!important;
    border-color:#bfe9d2!important;
    color:#00a95f!important;
  }
  .topbar .main-nav>a.active{
    background:#eef9f3!important;
    color:#0b6f43!important;
  }
  .topbar .main-nav>a.active i{
    background:#1bd879!important;
    border-color:#1bd879!important;
    color:#06120b!important;
    box-shadow:0 5px 14px rgba(27,216,121,.18)!important;
  }
}

/* Public section icons stay consistent with the light theme */
.panel-head h2 i,.form-panel-head h2 i,.home-rank-panel .panel-head h2 i{
  color:#08a95e!important;
  background:#e9f8ef!important;
  border:1px solid #ccebd9!important;
}
.metric>i,.home-metrics .metric>i{color:#08ad61!important}
.mirror-link{
  background:#eaf9f1!important;
  border-color:#c6ecd7!important;
  color:#079d57!important;
}
.mirror-link:hover{background:#dff5e9!important;border-color:#aee4c6!important;color:#067a45!important}

/* Notify / submit: remove leftover dark controls and purple tabs from the old theme */
.quick-report,.report-form{
  background:#fff!important;
  color:#121916!important;
  border-color:#d7e1dc!important;
}
.quick-report .form-panel-head,.report-form .form-panel-head{
  background:linear-gradient(180deg,#fff,#f8fbf9)!important;
  border-bottom-color:#dce5e0!important;
}
.quick-report .form-panel-head h2,.report-form .form-panel-head h2{color:#121916!important}
.quick-report .form-panel-head>div,.report-form .form-panel-head>div{display:flex!important;align-items:center!important;gap:0!important}
.quick-report .form-panel-head a,.quick-report .form-panel-head span,
.report-form .form-panel-head a,.report-form .form-panel-head span{
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 15px!important;
  color:#66726c!important;
  background:#fff!important;
  border:1px solid #cfd9d4!important;
  box-shadow:none!important;
}
.quick-report .form-panel-head .active,.report-form .form-panel-head .active{
  background:#19d77a!important;
  border-color:#19d77a!important;
  color:#07140d!important;
  font-weight:800!important;
}
.quick-report .form-line,.report-form .form-line{border-bottom-color:#edf1ef!important}
.quick-report .line-label,.report-form .line-label{color:#39443e!important;font-weight:750!important}
.quick-report .line-label em,.report-form .line-label em{color:#e14358!important}
.quick-report input,.quick-report select,.quick-report textarea,
.report-form input,.report-form select,.report-form textarea{
  width:100%!important;
  min-height:46px!important;
  background:#fff!important;
  color:#121916!important;
  -webkit-text-fill-color:#121916!important;
  border:1px solid #cfdad4!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
.quick-report select,.report-form select{color-scheme:light!important}
.quick-report input::placeholder,.quick-report textarea::placeholder,
.report-form input::placeholder,.report-form textarea::placeholder{
  color:#89958f!important;
  -webkit-text-fill-color:#89958f!important;
}
.quick-report input:focus,.quick-report select:focus,.quick-report textarea:focus,
.report-form input:focus,.report-form select:focus,.report-form textarea:focus{
  border-color:#18c970!important;
  box-shadow:0 0 0 3px rgba(24,201,112,.10)!important;
  outline:0!important;
}
.quick-report button[type=submit],.report-form button[type=submit]{
  min-height:42px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:9px!important;
  background:#19d77a!important;
  color:#06140c!important;
  font-weight:850!important;
  box-shadow:0 5px 14px rgba(25,215,122,.16)!important;
}
.form-page .form-note,.quick-report+.form-note{color:#64716a!important;border-top-color:#dbe4df!important}

@media(max-width:720px){
  /* H/M/R/L/S are intentionally preserved on mobile. The full report table swipes horizontally. */
  .home-panel{overflow:hidden!important}
  .home-panel .table-wrap,
  .home-panel .live-report-slot>.table-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:thin!important;
    touch-action:pan-x!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:none!important;
  }
  .home-panel .haxor-table{
    width:1180px!important;
    min-width:1180px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  .home-panel .haxor-table th,
  .home-panel .haxor-table td{
    display:table-cell!important;
    visibility:visible!important;
    opacity:1!important;
    white-space:nowrap!important;
    padding:12px 12px!important;
    font-size:10px!important;
    line-height:1.3!important;
  }
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:88px!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:190px!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:190px!important}
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8){width:52px!important;text-align:center!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){width:260px!important}
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){width:105px!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:83px!important;text-align:center!important}
  .home-panel .reporter-identity{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;white-space:normal!important}
  .home-panel .identity-link{white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.25!important}
  .home-panel .url-cell{display:block!important;width:235px!important;max-width:235px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

  /* subtle swipe affordance without adding a permanent extra control */
  .home-panel .panel-head:after{
    content:'SWIPE →';
    margin-left:auto;
    color:#84918b;
    font:700 7px/1 IBM Plex Mono,monospace;
    letter-spacing:.08em;
  }
  .home-panel .panel-head>a{margin-left:8px!important}

  /* The mobile header is part of the pushed page, not hidden while the drawer is open. */
  .topbar{overflow:visible!important}
  .topbar>.brand,.topbar>.menu-button{
    transition:transform .32s cubic-bezier(.22,.8,.24,1),opacity .2s ease!important;
    will-change:transform!important;
  }
  body.menu-open .topbar>.brand,
  body.menu-open .topbar>.menu-button{
    transform:translate3d(var(--sam-drawer-w),0,0)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  body.menu-open .topbar>.menu-button{pointer-events:none!important}
  .topbar .main-nav{z-index:45!important}

  /* mobile notify layout */
  .form-page{padding-inline:12px!important}
  .quick-report .form-panel-head,.report-form .form-panel-head{align-items:flex-start!important;gap:10px!important;padding:13px!important}
  .quick-report .form-panel-head>div,.report-form .form-panel-head>div{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .quick-report .form-panel-head a,.quick-report .form-panel-head span,
  .report-form .form-panel-head a,.report-form .form-panel-head span{flex:0 0 auto!important;min-width:74px!important;padding-inline:12px!important}
  .quick-report .form-line,.report-form .form-line{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;padding:10px 0!important}
  .quick-report .line-label,.report-form .line-label{font-size:12px!important}
  .quick-report input,.quick-report select,.quick-report textarea,
  .report-form input,.report-form select,.report-form textarea{font-size:16px!important;min-height:48px!important}
  .quick-report button[type=submit],.report-form button[type=submit]{width:100%!important;min-height:46px!important}
}

@media(max-width:430px){
  .home-panel .haxor-table{width:1140px!important;min-width:1140px!important}
  .home-panel .panel-head:after{font-size:6px!important}
}


/* v1.0.3 FIX7 — H/M/R reliability + sharper country flags */
.haxor-table .hmrls-cell{text-align:center!important;vertical-align:middle!important}
.haxor-table .hmrls-empty{display:inline-grid;place-items:center;width:22px;height:22px;color:#b8c4be;font-weight:900;font-size:14px;line-height:1}
.haxor-table .mini.h,.haxor-table .mini.m,.haxor-table .mini.r,.haxor-table .mini.s{
  display:inline-grid!important;place-items:center!important;min-width:24px!important;width:24px!important;height:24px!important;padding:0!important;border-radius:7px!important;font:900 10px/1 IBM Plex Mono,monospace!important;letter-spacing:0!important;box-shadow:none!important
}
.haxor-table .mini.h{color:#0668a6!important;background:#e8f5ff!important;border:1px solid #b9def5!important}
.haxor-table .mini.m{color:#8a5800!important;background:#fff5dc!important;border:1px solid #efd699!important}
.haxor-table .mini.r{color:#a72d47!important;background:#fff0f3!important;border:1px solid #efc2cd!important}
.haxor-table .mini.s{color:#08794a!important;background:#e8f8ef!important;border:1px solid #bce8cf!important}
.country-flag,.country-flag:hover{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:30px!important;height:22px!important;padding:1px!important;border:1px solid #d2ddd7!important;border-radius:6px!important;
  background:#fff!important;box-shadow:0 2px 7px rgba(18,42,30,.08)!important;overflow:hidden!important;transform:none!important
}
.country-flag img{display:block!important;width:28px!important;height:20px!important;object-fit:cover!important;border:0!important;border-radius:5px!important;box-shadow:none!important;background:#f5f8f6!important}
.country-flag-unknown{background:#f5f8f6!important;border-color:#d7e0db!important}
.country-flag-unknown i{width:14px!important;height:14px!important;border:1.7px solid #829089!important;border-radius:50%!important}
@media(max-width:720px){
  .haxor-table .mini.h,.haxor-table .mini.m,.haxor-table .mini.r,.haxor-table .mini.s{min-width:22px!important;width:22px!important;height:22px!important;border-radius:6px!important;font-size:9px!important}
  .haxor-table .hmrls-empty{width:22px!important;height:22px!important;font-size:13px!important}
  .country-flag,.country-flag:hover{width:28px!important;height:21px!important;border-radius:6px!important}
  .country-flag img{width:26px!important;height:19px!important;border-radius:5px!important}
}

/* v1.0.3 FIX9 — clean report table, reliable HMRLS, smooth mobile swipe */
.mobile-hmrls{display:none!important}
.haxor-table{table-layout:auto!important}
.haxor-table th,.haxor-table td{vertical-align:middle!important}
.haxor-table .team-cell,.haxor-table .reporter-identity{min-width:0}
.haxor-table .identity-link{line-height:1.25}
.haxor-table .hmrls-cell{white-space:nowrap!important;text-align:center!important}
.haxor-table .url-cell{display:block;max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

@media(min-width:721px){
  .home-panel .table-wrap,.home-panel .live-report-slot>.table-wrap{overflow-x:auto!important;overflow-y:hidden!important}
  .home-panel .haxor-table{width:100%!important;min-width:1180px!important;table-layout:auto!important}
  .home-panel .haxor-table th,.home-panel .haxor-table td{padding:14px 12px!important;font-size:12px!important;white-space:nowrap!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){min-width:170px!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){min-width:190px!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){min-width:300px!important}
}

@media(max-width:720px){
  .home-panel{overflow:hidden!important}
  .home-panel .table-wrap,.home-panel .live-report-slot>.table-wrap{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:thin!important;
    scrollbar-color:#19c875 #e6efe9!important;
    padding-bottom:8px!important;
  }
  .home-panel .table-wrap::-webkit-scrollbar,.home-panel .live-report-slot>.table-wrap::-webkit-scrollbar{height:5px!important}
  .home-panel .table-wrap::-webkit-scrollbar-track,.home-panel .live-report-slot>.table-wrap::-webkit-scrollbar-track{background:#e6efe9!important;border-radius:99px!important}
  .home-panel .table-wrap::-webkit-scrollbar-thumb,.home-panel .live-report-slot>.table-wrap::-webkit-scrollbar-thumb{background:#19c875!important;border-radius:99px!important}

  .home-panel .haxor-table{
    width:1120px!important;
    min-width:1120px!important;
    max-width:none!important;
    table-layout:fixed!important;
    border-collapse:separate!important;
    border-spacing:0!important;
  }
  .home-panel .haxor-table th,.home-panel .haxor-table td{
    display:table-cell!important;
    visibility:visible!important;
    opacity:1!important;
    padding:11px 10px!important;
    font-size:10px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    vertical-align:middle!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .home-panel .haxor-table th{font-size:9px!important;letter-spacing:.06em!important}
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:82px!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:190px!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:205px!important}
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8){width:48px!important;min-width:48px!important;text-align:center!important;overflow:visible!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){width:255px!important}
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){width:95px!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:75px!important;text-align:center!important;overflow:visible!important}

  .home-panel .reporter-identity{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:nowrap!important;min-width:0!important}
  .home-panel .reporter-identity .identity-link{display:block!important;min-width:0!important;max-width:128px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .home-panel .team-cell .identity-link{display:block!important;max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .home-panel .url-cell{display:block!important;width:235px!important;max-width:235px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .home-panel .country-flag{vertical-align:middle!important}
  .home-panel .panel-head:after{content:'GESER TABEL ↔'!important;margin-left:auto!important;color:#168b58!important;font:800 7px/1 IBM Plex Mono,monospace!important;letter-spacing:.08em!important;white-space:nowrap!important}
  .home-panel .panel-head>a{margin-left:8px!important}
}

@media(max-width:430px){
  .home-panel .haxor-table{width:1080px!important;min-width:1080px!important}
  .home-panel .haxor-table th,.home-panel .haxor-table td{padding:10px 9px!important}
  .home-panel .panel-head:after{font-size:6px!important}
}

/* v1.0.3 FIX11 — force HMRLS visible on mobile and keep native horizontal swipe */
@media (max-width:720px){
  /* Older mobile rules hid H/M/R/L/S with display:none!important.
     Override them with equal/higher specificity after every legacy rule. */
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8),
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9),
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10),
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){
    display:table-cell!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .home-panel .table-wrap,.home-panel .live-report-slot>.table-wrap{
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:auto!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:none!important;
  }

  /* Compact first columns so HMRLS are reached quickly with one short swipe. */
  .home-panel .haxor-table{
    width:980px!important;
    min-width:980px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  .home-panel .haxor-table th:nth-child(1),.home-panel .haxor-table td:nth-child(1){width:72px!important;min-width:72px!important}
  .home-panel .haxor-table th:nth-child(2),.home-panel .haxor-table td:nth-child(2){width:145px!important;min-width:145px!important}
  .home-panel .haxor-table th:nth-child(3),.home-panel .haxor-table td:nth-child(3){width:155px!important;min-width:155px!important}
  .home-panel .haxor-table th:nth-child(4),.home-panel .haxor-table td:nth-child(4),
  .home-panel .haxor-table th:nth-child(5),.home-panel .haxor-table td:nth-child(5),
  .home-panel .haxor-table th:nth-child(6),.home-panel .haxor-table td:nth-child(6),
  .home-panel .haxor-table th:nth-child(7),.home-panel .haxor-table td:nth-child(7),
  .home-panel .haxor-table th:nth-child(8),.home-panel .haxor-table td:nth-child(8){width:42px!important;min-width:42px!important;text-align:center!important;overflow:visible!important}
  .home-panel .haxor-table th:nth-child(9),.home-panel .haxor-table td:nth-child(9){width:220px!important;min-width:220px!important}
  .home-panel .haxor-table th:nth-child(10),.home-panel .haxor-table td:nth-child(10){width:78px!important;min-width:78px!important}
  .home-panel .haxor-table th:nth-child(11),.home-panel .haxor-table td:nth-child(11){width:70px!important;min-width:70px!important;text-align:center!important;overflow:visible!important}

  .home-panel .hmrls-cell{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}
  .home-panel .hmrls-empty{display:inline-block!important;color:#a9bcb2!important;font-weight:800!important;line-height:1!important}
  .home-panel .mini{display:inline-grid!important;visibility:visible!important;opacity:1!important;place-items:center!important}
  .home-panel .country-flag{display:inline-flex!important;visibility:visible!important;opacity:1!important}
  .home-panel .panel-head:after{content:'GESER ↔  H M R L S  URL  OS  MIRROR'!important}
}

/* v1.0.3 FIX11 — remove mobile swipe helper text */
@media (max-width: 760px){
  .home-panel .panel-head:after{
    content:none !important;
    display:none !important;
  }
}

/* v1.0.3 FIX12 — iOS/mobile repaint stability + refreshed attacker/team profiles */
@media (max-width:720px){
  html{scroll-behavior:auto!important}
  body{background-attachment:scroll!important}
  .topbar{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .metric,.panel,.rank-card,.quick-report,.profile-head,.profile-metrics article,.detail-card,.report-form,.moderation-card,.auth-card,.admin-panel,.stat-card,.card{
    animation:none!important;opacity:1!important;transform:none!important;will-change:auto!important
  }
  .rank-card:hover,.archive-row:not(.archive-header):hover,.button:hover,.main-nav a:hover{transform:none!important}
  .home-panel,.rank-home-grid,.home-metrics,.panel,.rank-card{contain:none!important;content-visibility:visible!important}
  .home-panel .table-wrap,.home-panel .live-report-slot>.table-wrap{
    -webkit-overflow-scrolling:auto!important;
    overscroll-behavior:auto!important;
    touch-action:auto!important;
    transform:none!important;
    will-change:auto!important;
  }
  body:not(.menu-open) main,body:not(.menu-open) .site-footer,body:not(.menu-open) .topbar>.brand,body:not(.menu-open) .topbar>.menu-button{
    transform:none!important;filter:none!important;will-change:auto!important
  }
}

.profile-hero-card{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;
  padding:24px;border:1px solid #d8e2dc;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f7fbf8 100%);
  box-shadow:0 16px 46px rgba(18,42,30,.07);margin-bottom:14px
}
.profile-avatar{
  display:grid;place-items:center;width:78px;height:78px;border-radius:18px;
  background:#0e1511;color:#55e995;border:1px solid #26352d;
  font:800 27px/1 IBM Plex Mono,monospace;letter-spacing:-.04em
}
.profile-main{min-width:0}.profile-eyebrow{display:flex;align-items:center;gap:8px;color:#079d55;font:800 9px/1.2 IBM Plex Mono,monospace;letter-spacing:.12em;text-transform:uppercase}
.profile-main h1{margin:9px 0 7px!important;font-size:clamp(2rem,5vw,4.2rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;color:#151c18!important;overflow-wrap:anywhere}
.profile-main p{margin:0!important;color:#647169!important;max-width:680px}
.profile-tags{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:12px}.profile-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;border:1px solid #d4dfd9;background:#fff;color:#47534c;font:700 9px/1 IBM Plex Mono,monospace;letter-spacing:.04em}.profile-chip.is-green{border-color:#b9e8ce;background:#ebfaf2;color:#087b48}
.profile-status{align-self:start;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:999px;border:1px solid #bce7cf;background:#ebfaf2;color:#087b48;font:800 9px/1 IBM Plex Mono,monospace;white-space:nowrap}.profile-status:before{content:'';width:7px;height:7px;border-radius:50%;background:#10c86d;box-shadow:0 0 0 4px rgba(16,200,109,.10)}
.profile-metrics.profile-metrics-modern{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.profile-metrics-modern article{position:relative;overflow:hidden;padding:17px 18px!important;border:1px solid #d9e3dd!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.profile-metrics-modern small{font:800 8px/1.2 IBM Plex Mono,monospace!important;letter-spacing:.09em;color:#748179!important}.profile-metrics-modern strong{margin-top:8px!important;color:#121916!important;font-size:1.8rem!important;line-height:1!important}.profile-metrics-modern article:after{content:'';position:absolute;right:-18px;bottom:-24px;width:70px;height:70px;border-radius:50%;background:rgba(16,200,109,.06)}
.profile-archive-panel{margin-top:0!important}.profile-archive-panel .panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-archive-panel .panel-head small{color:#718078!important;font-weight:600}

@media(max-width:720px){
  .profile-page{padding-top:12px!important}.profile-page>.back{margin:0 0 10px!important}
  .profile-hero-card{grid-template-columns:58px minmax(0,1fr);gap:12px;padding:14px;border-radius:14px}
  .profile-avatar{width:58px;height:58px;border-radius:14px;font-size:20px}
  .profile-status{grid-column:1/-1;justify-self:start;margin-top:1px;padding:7px 9px;font-size:8px}
  .profile-main h1{font-size:1.55rem!important;margin:6px 0 5px!important;letter-spacing:-.02em!important}
  .profile-main p{font-size:11px!important;line-height:1.5!important}.profile-tags{margin-top:8px;gap:5px}.profile-chip{min-height:24px;padding:4px 7px;font-size:7px}
  .profile-metrics.profile-metrics-modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.profile-metrics-modern article{padding:11px 12px!important}.profile-metrics-modern strong{font-size:1.3rem!important}.profile-metrics-modern small{font-size:7px!important}
  .profile-archive-panel .panel-head{padding:11px 12px!important}.profile-archive-panel .panel-head h2{font-size:.82rem!important}.profile-archive-panel .panel-head small{font-size:8px!important}
}


/* v1.0.3 FIX13 — clean profile header + stable mobile profile archive */
.profile-hero-card{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:start!important;
}
.profile-avatar{display:none!important}
.profile-main h1{max-width:100%!important}

.profile-archive-panel{overflow:hidden!important}
.profile-archive-panel .table-wrap{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:auto!important;
  overscroll-behavior-x:contain!important;
}
.profile-archive-panel .haxor-table{
  width:1120px!important;
  min-width:1120px!important;
  max-width:none!important;
  table-layout:fixed!important;
}
.profile-archive-panel .haxor-table th,
.profile-archive-panel .haxor-table td{
  display:table-cell!important;
  visibility:visible!important;
  opacity:1!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.profile-archive-panel .haxor-table th:nth-child(1),.profile-archive-panel .haxor-table td:nth-child(1){width:82px!important}
.profile-archive-panel .haxor-table th:nth-child(2),.profile-archive-panel .haxor-table td:nth-child(2){width:175px!important}
.profile-archive-panel .haxor-table th:nth-child(3),.profile-archive-panel .haxor-table td:nth-child(3){width:190px!important}
.profile-archive-panel .haxor-table th:nth-child(4),.profile-archive-panel .haxor-table td:nth-child(4),
.profile-archive-panel .haxor-table th:nth-child(5),.profile-archive-panel .haxor-table td:nth-child(5),
.profile-archive-panel .haxor-table th:nth-child(6),.profile-archive-panel .haxor-table td:nth-child(6),
.profile-archive-panel .haxor-table th:nth-child(7),.profile-archive-panel .haxor-table td:nth-child(7),
.profile-archive-panel .haxor-table th:nth-child(8),.profile-archive-panel .haxor-table td:nth-child(8){width:48px!important;text-align:center!important;overflow:visible!important}
.profile-archive-panel .haxor-table th:nth-child(9),.profile-archive-panel .haxor-table td:nth-child(9){width:270px!important}
.profile-archive-panel .haxor-table th:nth-child(10),.profile-archive-panel .haxor-table td:nth-child(10){width:92px!important}
.profile-archive-panel .haxor-table th:nth-child(11),.profile-archive-panel .haxor-table td:nth-child(11){width:72px!important;text-align:center!important;overflow:visible!important}
.profile-archive-panel .reporter-identity{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;min-width:0!important}
.profile-archive-panel .reporter-identity .identity-link,
.profile-archive-panel .team-cell .identity-link{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.profile-archive-panel .reporter-identity .identity-link{max-width:112px!important}
.profile-archive-panel .team-cell .identity-link{max-width:165px!important}
.profile-archive-panel .url-cell{display:block!important;max-width:245px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

@media(max-width:720px){
  .profile-hero-card{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:15px!important;
  }
  .profile-main h1{font-size:1.65rem!important;line-height:1.12!important;overflow-wrap:anywhere!important}
  .profile-main p{max-width:100%!important}
  .profile-status{grid-column:auto!important;justify-self:start!important;margin:0!important}
  .profile-tags{gap:6px!important}
  .profile-archive-panel .panel-head{position:relative!important;z-index:2!important;background:#fff!important}
  .profile-archive-panel .table-wrap{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:auto!important;
    scrollbar-width:thin!important;
    scrollbar-color:#19c875 #e8efeb!important;
    padding-bottom:5px!important;
  }
  .profile-archive-panel .table-wrap::-webkit-scrollbar{height:4px!important}
  .profile-archive-panel .table-wrap::-webkit-scrollbar-track{background:#e8efeb!important}
  .profile-archive-panel .table-wrap::-webkit-scrollbar-thumb{background:#19c875!important;border-radius:99px!important}
  .profile-archive-panel .haxor-table{
    width:1000px!important;
    min-width:1000px!important;
    max-width:none!important;
    table-layout:fixed!important;
  }
  .profile-archive-panel .haxor-table th,.profile-archive-panel .haxor-table td{
    height:44px!important;
    padding:8px 9px!important;
    font-size:10px!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .profile-archive-panel .haxor-table th{font-size:8px!important;letter-spacing:.05em!important}
  .profile-archive-panel .haxor-table th:nth-child(1),.profile-archive-panel .haxor-table td:nth-child(1){width:72px!important}
  .profile-archive-panel .haxor-table th:nth-child(2),.profile-archive-panel .haxor-table td:nth-child(2){width:145px!important}
  .profile-archive-panel .haxor-table th:nth-child(3),.profile-archive-panel .haxor-table td:nth-child(3){width:155px!important}
  .profile-archive-panel .haxor-table th:nth-child(4),.profile-archive-panel .haxor-table td:nth-child(4),
  .profile-archive-panel .haxor-table th:nth-child(5),.profile-archive-panel .haxor-table td:nth-child(5),
  .profile-archive-panel .haxor-table th:nth-child(6),.profile-archive-panel .haxor-table td:nth-child(6),
  .profile-archive-panel .haxor-table th:nth-child(7),.profile-archive-panel .haxor-table td:nth-child(7),
  .profile-archive-panel .haxor-table th:nth-child(8),.profile-archive-panel .haxor-table td:nth-child(8){width:42px!important;min-width:42px!important}
  .profile-archive-panel .haxor-table th:nth-child(9),.profile-archive-panel .haxor-table td:nth-child(9){width:225px!important}
  .profile-archive-panel .haxor-table th:nth-child(10),.profile-archive-panel .haxor-table td:nth-child(10){width:80px!important}
  .profile-archive-panel .haxor-table th:nth-child(11),.profile-archive-panel .haxor-table td:nth-child(11){width:70px!important}
  .profile-archive-panel .reporter-identity{flex-wrap:nowrap!important;white-space:nowrap!important}
  .profile-archive-panel .reporter-identity .identity-link{max-width:95px!important}
  .profile-archive-panel .team-cell .identity-link{max-width:135px!important}
  .profile-archive-panel .url-cell{max-width:205px!important}
}


/* v1.0.3 FIX14 — cleaner Archive + Special Reports */
.section-kicker{display:block;margin-bottom:4px;color:#10b981;font-size:10px;font-weight:800;letter-spacing:.16em;line-height:1;text-transform:uppercase}
.archive-section-modern{overflow:hidden!important;border:1px solid #d8e2dd!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(26,55,43,.07)!important}
.archive-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:18px 22px!important;background:linear-gradient(180deg,#fff,#fbfdfc)!important;border-bottom:1px solid #dbe5e0!important}
.archive-section-head h2{margin:0!important;color:#151c19!important;font-size:19px!important;line-height:1.15!important;letter-spacing:-.02em!important}
.archive-section-head small{flex:0 0 auto;display:inline-flex;align-items:center;height:30px;padding:0 11px;border:1px solid #cce7d9;border-radius:999px;background:#effaf4;color:#178a59!important;font-size:11px!important;font-weight:800;white-space:nowrap}
.special-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 18px;padding:24px 26px;border:1px solid #d8e2dd;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(26,55,43,.06)}
.special-hero h1{margin:4px 0 8px;color:#111916;font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:-.035em}
.special-hero p{max-width:650px;margin:0;color:#60706a;font-size:13px;line-height:1.6}
.special-count{flex:0 0 auto;display:inline-flex;align-items:center;height:36px;padding:0 14px;border-radius:999px;background:#0d1712;color:#58ef9d;font-size:11px;font-weight:900;letter-spacing:.08em}
.profile-archive-panel .table-wrap,.special-report-panel .table-wrap{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;touch-action:pan-x pan-y!important;background:#fff!important}
.profile-archive-panel .haxor-table,.special-report-panel .haxor-table{min-width:1180px!important;table-layout:fixed!important}
.profile-archive-panel .haxor-table th:nth-child(1),.special-report-panel .haxor-table th:nth-child(1){width:90px!important}
.profile-archive-panel .haxor-table th:nth-child(2),.special-report-panel .haxor-table th:nth-child(2){width:180px!important}
.profile-archive-panel .haxor-table th:nth-child(3),.special-report-panel .haxor-table th:nth-child(3){width:190px!important}
.profile-archive-panel .haxor-table th:nth-child(4),.profile-archive-panel .haxor-table th:nth-child(5),.profile-archive-panel .haxor-table th:nth-child(6),.profile-archive-panel .haxor-table th:nth-child(7),.profile-archive-panel .haxor-table th:nth-child(8),.special-report-panel .haxor-table th:nth-child(4),.special-report-panel .haxor-table th:nth-child(5),.special-report-panel .haxor-table th:nth-child(6),.special-report-panel .haxor-table th:nth-child(7),.special-report-panel .haxor-table th:nth-child(8){width:48px!important;text-align:center!important}
.profile-archive-panel .haxor-table th:nth-child(9),.special-report-panel .haxor-table th:nth-child(9){width:300px!important}
.profile-archive-panel .haxor-table th:nth-child(10),.special-report-panel .haxor-table th:nth-child(10){width:90px!important}
.profile-archive-panel .haxor-table th:nth-child(11),.special-report-panel .haxor-table th:nth-child(11){width:72px!important;text-align:center!important}
.profile-archive-panel .haxor-table td,.special-report-panel .haxor-table td{vertical-align:middle!important;white-space:nowrap!important}
.profile-archive-panel .reporter-identity,.special-report-panel .reporter-identity{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}
.profile-archive-panel .identity-link,.special-report-panel .identity-link{display:block!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.profile-archive-panel .team-cell .identity-link,.special-report-panel .team-cell .identity-link{max-width:165px!important}
.profile-archive-panel .url-cell,.special-report-panel .url-cell{display:block!important;max-width:270px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

@media(max-width:720px){
  .archive-section-modern{border-radius:14px!important}
  .archive-section-head{padding:13px 14px!important;gap:10px!important}
  .archive-section-head h2{font-size:16px!important}
  .archive-section-head small{height:26px;padding:0 9px;font-size:9px!important}
  .section-kicker{font-size:8px}
  .special-hero{align-items:flex-start;flex-direction:column;padding:17px 16px;margin-bottom:12px;border-radius:14px}
  .special-hero h1{font-size:27px}
  .special-hero p{font-size:12px;line-height:1.55}
  .special-count{height:30px;padding:0 11px;font-size:9px}
  .profile-archive-panel .haxor-table,.special-report-panel .haxor-table{min-width:1120px!important}
  .profile-archive-panel .haxor-table th,.profile-archive-panel .haxor-table td,.special-report-panel .haxor-table th,.special-report-panel .haxor-table td{height:46px!important;padding:8px 10px!important;font-size:11px!important}
  .profile-archive-panel .haxor-table th:nth-child(1),.special-report-panel .haxor-table th:nth-child(1){width:82px!important}
  .profile-archive-panel .haxor-table th:nth-child(2),.special-report-panel .haxor-table th:nth-child(2){width:170px!important}
  .profile-archive-panel .haxor-table th:nth-child(3),.special-report-panel .haxor-table th:nth-child(3){width:180px!important}
  .profile-archive-panel .identity-link,.special-report-panel .identity-link{max-width:142px!important}
  .profile-archive-panel .team-cell .identity-link,.special-report-panel .team-cell .identity-link{max-width:150px!important}
  .profile-archive-panel .url-cell,.special-report-panel .url-cell{max-width:250px!important}
}

/* v1.0.3 FIX15 — compact long attacker/team names on every mobile report table */
@media (max-width:720px){
  .table-wrap .haxor-table{
    table-layout:fixed!important;
  }
  .table-wrap .haxor-table th:nth-child(2),
  .table-wrap .haxor-table td:nth-child(2){width:150px!important;min-width:150px!important;max-width:150px!important}
  .table-wrap .haxor-table th:nth-child(3),
  .table-wrap .haxor-table td:nth-child(3){width:165px!important;min-width:165px!important;max-width:165px!important}
  .table-wrap .haxor-table td:nth-child(2),
  .table-wrap .haxor-table td:nth-child(3){overflow:hidden!important}
  .table-wrap .reporter-identity,
  .table-wrap .team-cell{min-width:0!important;max-width:100%!important;overflow:hidden!important;flex-wrap:nowrap!important}
  .table-wrap .reporter-identity .identity-link,
  .table-wrap .team-cell .identity-link,
  .table-wrap td:nth-child(2)>a,
  .table-wrap td:nth-child(3)>a{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .table-wrap .rank-badge{flex:0 0 auto!important;white-space:nowrap!important}
}

/* v1.0.3 FIX16 — report detail mobile overflow/render fix */
html,body{max-width:100%;overflow-x:hidden}
.detail-page,.detail-head,.detail-grid,.detail-card,.facts,.evidence-card{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
.detail-head>div{min-width:0!important;max-width:100%!important}
.detail-head h1{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;hyphens:auto!important}
.detail-grid>*{min-width:0!important}
.facts dd,.facts a{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.evidence-preview-wrap,.evidence-source{max-width:100%!important;box-sizing:border-box!important}

@media(max-width:720px){
  .detail-page{width:100%!important;padding:22px 14px 64px!important;overflow:hidden!important}
  .detail-page>.back{margin-bottom:16px!important}
  .detail-head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important;margin-bottom:18px!important;width:100%!important}
  .detail-head h1{font-size:clamp(24px,8.2vw,34px)!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:10px 0 8px!important;white-space:normal!important}
  .detail-head p{font-size:11px!important;line-height:1.45!important;overflow-wrap:anywhere!important}
  .verified,.detail-type{font-size:7px!important;padding:7px 9px!important}
  .detail-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;width:100%!important}
  .detail-card{width:100%!important;padding:16px!important;border-radius:14px!important;overflow:hidden!important}
  .evidence-head{margin-bottom:12px!important}
  .evidence-head h2{font-size:21px!important;line-height:1.15!important}
  .evidence-preview-wrap{height:min(360px,46vh)!important;border-radius:10px!important}
  .evidence-source{height:min(360px,46vh)!important;min-height:220px!important;padding:11px!important;font-size:10px!important;line-height:1.5!important;white-space:pre-wrap!important;overflow:auto!important;word-break:break-word!important}
  .facts dl{width:100%!important}
  .facts dt{margin-top:15px!important;font-size:8px!important}
  .facts dd{margin-top:6px!important;font-size:13px!important;line-height:1.5!important}
  .facts a{display:inline!important;white-space:normal!important}
}


/* v1.0.3 FIX17 — detail evidence scroll + cleaner labels */
.evidence-lock,.detail-head .verified{display:none!important}
.evidence-card{min-width:0!important;overflow:hidden!important}
.evidence-preview-wrap{
  position:relative!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  touch-action:pan-x pan-y!important;
}
.evidence-preview{
  pointer-events:auto!important;
  touch-action:pan-x pan-y!important;
  overscroll-behavior:contain!important;
}
.evidence-source{
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
  overscroll-behavior:contain!important;
}
@media(max-width:720px){
  .evidence-preview-wrap,.evidence-source{
    height:48vh!important;
    min-height:280px!important;
    max-height:440px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
  }
  .evidence-preview{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    pointer-events:auto!important;
  }
}


/* FIX20 — reliable Incident Evidence scrolling on iPhone/Android.
   The outer wrapper owns the gesture; the sandboxed preview is expanded to its
   document height by JS, avoiding unreliable nested iframe scrolling on iOS. */
.evidence-preview-wrap{
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  touch-action:pan-x pan-y!important;
  scrollbar-gutter:stable both-edges;
}
.evidence-preview{
  width:100%!important;
  min-width:100%!important;
  height:900px;
  min-height:100%!important;
  border:0!important;
  pointer-events:none!important;
  touch-action:auto!important;
  overflow:hidden!important;
}
.evidence-source{
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
  overscroll-behavior:contain!important;
}
@media(max-width:720px){
  .evidence-preview-wrap,.evidence-source{
    height:52vh!important;
    max-height:520px!important;
    min-height:300px!important;
  }
}


/* v1.0.3 FIX21 — deterministic mobile evidence scrolling.
   A transparent touch layer owns the gesture on mobile so iOS Safari never
   hands it to the sandboxed iframe. JS scrolls the outer viewport directly. */
.evidence-preview-wrap{position:relative!important}
.evidence-touch-layer{display:none}
@media(max-width:720px){
  .evidence-preview-wrap{
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:auto!important;
    touch-action:none!important;
    height:52vh!important;
    min-height:300px!important;
    max-height:520px!important;
  }
  .evidence-preview{
    pointer-events:none!important;
    touch-action:none!important;
  }
  .evidence-touch-layer{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:5!important;
    background:transparent!important;
    touch-action:none!important;
    cursor:grab;
  }
  .evidence-touch-layer:active{cursor:grabbing}
}


/* v1.0.3 FIX23 — native evidence viewport; no iframe/nested touch scrolling. */
.evidence-inline{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:min(560px,58vh)!important;
  min-height:280px!important;
  margin:0!important;
  padding:14px!important;
  box-sizing:border-box!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  touch-action:pan-x pan-y!important;
  background:#050806!important;
  color:#e8f2ec!important;
  border:1px solid #25302b!important;
  border-radius:10px!important;
  font:12px/1.45 Arial,Helvetica,sans-serif!important;
  scrollbar-width:thin;
}
.evidence-inline *{max-width:100%!important;box-sizing:border-box!important;color:inherit!important}
.evidence-inline h1,.evidence-inline h2,.evidence-inline h3,.evidence-inline h4,.evidence-inline h5,.evidence-inline h6{margin:.45em 0!important;line-height:1.2!important;font-size:1.05em!important}
.evidence-inline p{margin:.35em 0!important}
.evidence-inline ul,.evidence-inline ol{margin:.3em 0 .3em 1.25em!important;padding:0!important}
.evidence-inline li{margin:.12em 0!important}
.evidence-inline pre,.evidence-inline code{white-space:pre-wrap!important;overflow-wrap:anywhere!important;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Consolas,monospace!important}
.evidence-inline table{border-collapse:collapse!important;width:max-content!important;min-width:100%!important}
.evidence-inline th,.evidence-inline td{padding:5px 7px!important;border:1px solid #25302b!important;white-space:nowrap!important}
.evidence-inline a{text-decoration:none!important;pointer-events:none!important}
@media(max-width:720px){
  .evidence-inline{
    height:46vh!important;
    min-height:260px!important;
    max-height:430px!important;
    padding:10px!important;
    font-size:11px!important;
    touch-action:pan-x pan-y!important;
  }
}

/* FIX24: safe PHP/source viewer. PHP code is escaped server-side and never executed. */
.evidence-php-safe{
  font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Consolas,monospace!important;
  tab-size:2;
  white-space:pre!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
}
@media(max-width:760px){
  .evidence-php-safe{max-height:52vh!important;min-height:260px!important;font-size:12px!important;line-height:1.45!important}
}


/* v1.0.3 FIX25 — safe visual evidence without iframe; native mobile scroll. */
.evidence-visual-host{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:min(560px,58vh)!important;
  min-height:260px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
  background:#050806!important;
  color:#e8f2ec!important;
  border:1px solid #25302b!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
  position:relative!important;
}
.evidence-visual-host:focus{outline:1px solid #62f59a;outline-offset:2px}
.evidence-visual-fallback{padding:14px;color:#9eb0a5;font:12px/1.5 IBM Plex Mono,ui-monospace,monospace}
@media(max-width:720px){
  .evidence-visual-host{
    height:52vh!important;
    min-height:300px!important;
    max-height:520px!important;
    border-radius:10px!important;
    overflow:auto!important;
    touch-action:pan-x pan-y!important;
  }
}

/* v1.0.3 FIX26 — evidence fidelity + mobile rank/badge containment */
.evidence-visual-host{contain:layout paint!important;isolation:isolate!important}
@media(max-width:720px){
  .attacker-rank,.rank-grid,.rank-card,.rank-main,.rank-name-row{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
  .attacker-rank .rank-card{width:100%!important;overflow:hidden!important;grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;padding:14px 12px!important}
  .attacker-rank .rank-main{overflow:hidden!important}
  .attacker-rank .rank-name-row{display:flex!important;align-items:center!important;gap:7px!important;overflow:hidden!important;flex-wrap:nowrap!important}
  .attacker-rank .rank-name-row h2{min-width:0!important;max-width:calc(100% - 72px)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .attacker-rank .rank-name-row .reporter-badge{flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:64px!important;min-height:22px!important;padding:3px 6px!important;font-size:6px!important;letter-spacing:.45px!important;transform:none!important;animation:none!important}
  .attacker-rank .rank-name-row .reporter-badge i{width:5px!important;height:5px!important;flex:0 0 5px!important}
  .attacker-rank .rank-breakdown{min-width:0!important;max-width:100%!important;overflow:hidden!important}
  .table-wrap .reporter-badge.is-compact{width:auto!important;max-width:54px!important;min-height:18px!important;padding:2px 5px!important;font-size:5.5px!important;letter-spacing:.35px!important;transform:none!important;animation:none!important}
}


/* FIX27 — Admin asset/load safety. Keep admin icons and layout sane even after merges. */
.admin-body svg.ui-icon,.auth-page svg.ui-icon{width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important}
.admin-body .admin-metrics article>i{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;overflow:hidden!important}
.admin-body .admin-metrics article>i svg{width:16px!important;height:16px!important}
.admin-body .topbar .brand-logo,.auth-page .brand-logo{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;object-fit:contain!important}
.admin-body .admin-page,.admin-body .control-center{min-width:0!important;overflow-x:clip!important}
.admin-body .admin-panel,.admin-body .moderation-card,.admin-body .admin-grid>*{min-width:0!important}
@media(max-width:720px){.admin-body .admin-nav{min-width:0!important}.admin-body .admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-body .admin-panel{border-radius:10px!important}}

/* FIX29 — On Hold diagnostics: make the real verification reason visible on mobile/desktop. */
.pending-table .pending-url{max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:11px}
.pending-table .hold-reason{min-width:260px;max-width:390px;white-space:normal;line-height:1.45;font-size:11px;color:#55645d}
@media(max-width:720px){
  .pending-table .pending-url{min-width:220px;max-width:220px}
  .pending-table .hold-reason{min-width:260px;max-width:260px}
}

/* v1.0.3 FIX31 — mobile navigation drawer width/search containment */
@media (max-width:1100px){
  :root{--sam-drawer-w:min(86vw,320px)!important}

  .topbar .main-nav{
    box-sizing:border-box!important;
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:var(--sam-drawer-w)!important;
    max-width:320px!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:14px 14px 20px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    background:#fbfdfc!important;
    border-right:1px solid #dbe4df!important;
  }

  .drawer-head{
    box-sizing:border-box!important;
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    margin:0 0 12px!important;
    padding:2px 0 10px!important;
    border-bottom:1px solid #edf1ef!important;
  }
  .drawer-head b{
    min-width:0!important;
    margin:0!important;
    color:#1b2420!important;
    font:800 9px/1.2 IBM Plex Mono,ui-monospace,monospace!important;
    letter-spacing:.04em!important;
    white-space:nowrap!important;
  }
  .drawer-close{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 36px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:10px!important;
    background:#17211c!important;
    box-shadow:none!important;
  }
  .drawer-close>span{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    display:block!important;
    width:17px!important;
    height:2px!important;
    margin:0!important;
    border-radius:2px!important;
    background:#fff!important;
    transform-origin:center!important;
  }
  .drawer-close>span:first-child{transform:translate(-50%,-50%) rotate(45deg)!important}
  .drawer-close>span:last-child{transform:translate(-50%,-50%) rotate(-45deg)!important}

  .main-nav .drawer-search{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:46px!important;
    min-height:46px!important;
    margin:0 0 12px!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #1d2a23!important;
    border-radius:12px!important;
    background:#07100b!important;
    box-shadow:none!important;
  }
  .main-nav .drawer-search input{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 12px!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    background:transparent!important;
    color:#f1f7f3!important;
    -webkit-text-fill-color:#f1f7f3!important;
    caret-color:#35e889!important;
    font-size:16px!important;
    line-height:44px!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }
  .main-nav .drawer-search input::placeholder{
    color:#98a59e!important;
    -webkit-text-fill-color:#98a59e!important;
    opacity:1!important;
  }
  .main-nav .drawer-search button{
    box-sizing:border-box!important;
    display:grid!important;
    place-items:center!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-left:1px solid #1d2a23!important;
    border-radius:0!important;
    background:#07100b!important;
    color:#37e98b!important;
  }
  .main-nav .drawer-search button .ui-icon{width:17px!important;height:17px!important}

  .topbar .main-nav>a{
    box-sizing:border-box!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}

@media (max-width:430px){
  :root{--sam-drawer-w:min(89vw,310px)!important}
  .topbar .main-nav{max-width:310px!important;padding:12px 12px 18px!important}
  .drawer-head{margin-bottom:10px!important}
  .main-nav .drawer-search{margin-bottom:10px!important}
}

/* v1.0.4 — native mobile evidence scrolling + staff titles. */
.detail-page{
  overflow-x:hidden!important;
  overflow-y:visible!important;
}
.evidence-card{
  overflow:visible!important;
}
.evidence-visual-host{
  width:100%!important;
  max-width:100%!important;
  min-height:300px!important;
  height:min(620px,60dvh)!important;
  max-height:620px!important;
  overflow:auto!important;
  overflow-x:auto!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
  overscroll-behavior:contain!important;
  scroll-behavior:smooth!important;
  contain:layout paint!important;
  isolation:isolate!important;
  scrollbar-gutter:stable;
}
.evidence-visual-host::-webkit-scrollbar{width:8px;height:8px}
.evidence-visual-host::-webkit-scrollbar-thumb{background:rgba(98,245,154,.34);border-radius:999px}
.evidence-visual-host::-webkit-scrollbar-track{background:rgba(255,255,255,.035)}
.evidence-jso-unavailable,.evidence-image-unavailable{
  display:inline-block!important;
  max-width:100%!important;
  margin:8px!important;
  padding:8px 10px!important;
  border:1px dashed currentColor!important;
  border-radius:7px!important;
  opacity:.78!important;
  font:11px/1.45 "IBM Plex Mono",ui-monospace,monospace!important;
  overflow-wrap:anywhere!important;
}
.fact-attacker{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  min-width:0;
}

/* Staff titles are visual labels only; permissions still come from admin auth. */
.staff-title{
  --staff-rgb:99,255,155;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  overflow:hidden;
  border:1px solid rgba(var(--staff-rgb),.62);
  border-radius:6px;
  background:linear-gradient(120deg,rgba(var(--staff-rgb),.13),rgba(var(--staff-rgb),.035),rgba(var(--staff-rgb),.13));
  background-size:220% 100%;
  color:rgb(var(--staff-rgb));
  box-shadow:inset 0 0 14px rgba(var(--staff-rgb),.08),0 0 13px rgba(var(--staff-rgb),.07);
  font:800 7px/1 "IBM Plex Mono",ui-monospace,monospace;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
  isolation:isolate;
  animation:staff-title-breathe 3.2s ease-in-out infinite;
}
.staff-title::before{
  content:"";
  position:absolute;
  inset:-40% -65%;
  z-index:-1;
  background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.42) 50%,transparent 62%);
  transform:translateX(-70%);
  animation:staff-title-sheen 4.5s ease-in-out infinite;
}
.staff-title-admin{
  --staff-rgb:255,92,116;
  border-color:rgba(255,104,126,.72);
  color:#ff758b;
  background:linear-gradient(120deg,rgba(255,69,96,.16),rgba(118,15,35,.06),rgba(255,180,82,.12));
}
.staff-title-moderator{
  --staff-rgb:77,215,255;
  border-color:rgba(77,215,255,.68);
  color:#55d9ff;
  background:linear-gradient(120deg,rgba(77,215,255,.14),rgba(38,123,255,.05),rgba(98,245,154,.10));
}
.staff-title.is-compact{min-height:18px;padding:3px 6px;border-radius:5px;font-size:6px;letter-spacing:.08em}
@keyframes staff-title-sheen{0%,62%{transform:translateX(-72%)}82%,100%{transform:translateX(72%)}}
@keyframes staff-title-breathe{0%,100%{filter:brightness(.96)}50%{filter:brightness(1.13)}}

.staff-title-manager .staff-title-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(130px,180px) auto!important;
  gap:9px!important;
  align-items:stretch!important;
}
.staff-title-admin-list{display:grid;gap:7px;margin-top:14px}
.staff-title-admin-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
  padding:9px 10px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.018);
}
.staff-title-admin-list>div>span{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}
.staff-title-admin-list>div>span>b{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.staff-title-admin-list form{margin:0}
.staff-title-admin-list button{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  padding:0;
  border:1px solid var(--line);
  background:transparent;
  color:var(--muted);
  cursor:pointer;
}
.staff-title-admin-list button:hover{border-color:#ff758b;color:#ff758b}

@media(max-width:720px){
  .detail-page{
    overflow-x:hidden!important;
    overflow-y:visible!important;
  }
  .detail-card.evidence-card{
    overflow:visible!important;
  }
  .evidence-visual-host{
    min-height:320px!important;
    height:58dvh!important;
    max-height:560px!important;
    overflow:auto!important;
    overflow-x:auto!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    overscroll-behavior:contain!important;
  }
  .fact-attacker{gap:6px}
  .staff-title-manager .staff-title-form{grid-template-columns:1fr!important}
  .staff-title-manager .staff-title-form>*{width:100%!important;min-width:0!important}
  .staff-title-admin-list>div>span>b{max-width:160px}
}
@media(max-width:430px){
  .evidence-visual-host{height:56dvh!important;min-height:300px!important;max-height:500px!important}
}
@media(prefers-reduced-motion:reduce){
  .staff-title,.staff-title::before{animation:none!important}
  .evidence-visual-host{scroll-behavior:auto!important}
}

/* v1.0.4 staff-title containment in report tables/rank cards. */
.reporter-identity .staff-title,.rank-name-row .staff-title{flex:0 0 auto}
@media(max-width:720px){
  .table-wrap .reporter-identity .staff-title.is-compact,
  .rank-name-row .staff-title.is-compact{
    max-width:66px!important;
    min-height:18px!important;
    padding:3px 5px!important;
    font-size:5.5px!important;
    letter-spacing:.06em!important;
    animation:none!important;
  }
  .table-wrap .reporter-identity .staff-title::before,
  .rank-name-row .staff-title::before{animation:none!important}
}


/* v1.0.5 — premium automatic reporter-level effects.
   ADMIN / MODERATOR styles are intentionally unchanged. */
.reporter-badge{
  --role-glow:rgba(var(--badge-rgb),.20);
  transform:translateZ(0);
  transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,border-color .24s ease,background .24s ease;
  will-change:transform;
}
.reporter-badge::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.55;
  background:radial-gradient(circle at 18% 50%,rgba(var(--badge-rgb),.20),transparent 34%);
  transform:translateX(-24%);
}
.reporter-badge:hover{
  transform:translateY(-1px) scale(1.025);
  border-color:rgba(var(--badge-rgb),.86)!important;
  box-shadow:0 5px 16px var(--role-glow),inset 0 0 13px rgba(var(--badge-rgb),.12)!important;
}
.reporter-badge.is-compact:hover{transform:translateY(-1px) scale(1.02)}

/* ROOKIE — clean steel pulse */
.reporter-badge.level-rookie{
  --badge:86,100,93;
  --badge-rgb:105,122,113;
  --role-glow:rgba(105,122,113,.15);
  background:linear-gradient(125deg,#f6f8f7 0%,#eaf0ed 48%,#f7f9f8 100%)!important;
  border-color:#b8c7bf!important;
  color:#506159!important;
  background-size:190% 100%!important;
  animation:role-rookie-shell 4.8s ease-in-out infinite!important;
}
.reporter-badge.level-rookie i{
  border-radius:2px;
  animation:role-rookie-core 2.8s ease-in-out infinite!important;
}
.reporter-badge.level-rookie::after{animation:role-sheen 5.8s ease-in-out infinite!important}

/* HUNTER — amber scan / target feel */
.reporter-badge.level-hunter{
  --badge-rgb:218,160,29;
  --role-glow:rgba(218,160,29,.20);
  color:#8a6200!important;
  border-color:#dfbf62!important;
  background:linear-gradient(120deg,#fff9e6,#fff1bd 52%,#fffaf0)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 0 0 rgba(0,0,0,0)!important;
}
.reporter-badge.level-hunter i{
  border-radius:50%!important;
  border:1.5px solid currentColor!important;
  background:radial-gradient(circle,currentColor 0 28%,transparent 31%)!important;
  box-shadow:0 0 0 2px rgba(218,160,29,.11),0 0 8px rgba(218,160,29,.26)!important;
  animation:role-hunter-target 2.4s ease-in-out infinite!important;
}
.reporter-badge.level-hunter::after{animation:role-scan 3.4s cubic-bezier(.4,0,.2,1) infinite!important}

/* ELITE — cyan crystal / floating light */
.reporter-badge.level-elite{
  --badge-rgb:32,174,204;
  --role-glow:rgba(32,174,204,.20);
  color:#007d96!important;
  border-color:#61cadc!important;
  background:linear-gradient(125deg,#eefcff,#dff8fd 50%,#f3fdff)!important;
  animation:role-elite-shell 3.2s ease-in-out infinite!important;
}
.reporter-badge.level-elite i{
  clip-path:polygon(50% 0,92% 26%,92% 74%,50% 100%,8% 74%,8% 26%)!important;
  border:0!important;
  background:linear-gradient(145deg,#baf4ff,currentColor)!important;
  filter:drop-shadow(0 0 4px rgba(32,174,204,.42));
  animation:role-elite-crystal 3s ease-in-out infinite!important;
}
.reporter-badge.level-elite::after{animation:role-sheen 4.4s ease-in-out infinite!important}

/* MASTER — violet aura / energy breathing */
.reporter-badge.level-master{
  --badge-rgb:145,80,204;
  --role-glow:rgba(145,80,204,.23);
  color:#7840ac!important;
  border-color:#c39be4!important;
  background:linear-gradient(125deg,#fbf4ff,#f0e3fb 48%,#fbf5ff)!important;
  animation:role-master-aura 2.9s ease-in-out infinite!important;
}
.reporter-badge.level-master i{
  border:0!important;
  border-radius:50%!important;
  background:conic-gradient(from 0deg,transparent 0 14%,currentColor 15% 35%,transparent 36% 54%,currentColor 55% 76%,transparent 77%)!important;
  box-shadow:inset 0 0 0 1px currentColor,0 0 7px rgba(145,80,204,.32)!important;
  animation:role-master-orbit 4.2s linear infinite!important;
}
.reporter-badge.level-master::after{animation:role-scan 3.8s ease-in-out infinite!important}

/* LEGEND — restrained crimson/gold legendary glow */
.reporter-badge.level-legend{
  --badge-rgb:205,61,84;
  --role-glow:rgba(205,61,84,.24);
  color:#a42843!important;
  border-color:#dd8296!important;
  background:linear-gradient(115deg,#fff1f4 0%,#ffe5ea 28%,#fff5df 52%,#ffe8ed 72%,#fff1f4 100%)!important;
  background-size:260% 100%!important;
  animation:role-legend-flow 4.2s linear infinite!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.52),0 3px 13px rgba(205,61,84,.09)!important;
}
.reporter-badge.level-legend i{
  clip-path:polygon(50% 0,61% 34%,97% 38%,69% 59%,79% 96%,50% 75%,21% 96%,31% 59%,3% 38%,39% 34%)!important;
  border:0!important;
  background:linear-gradient(145deg,#ffd86c,#c62f4d 70%)!important;
  filter:drop-shadow(0 0 4px rgba(210,71,92,.38));
  animation:role-legend-star 2.6s ease-in-out infinite!important;
}
.reporter-badge.level-legend::after{animation:role-legend-sheen 4.5s ease-in-out infinite!important}

@keyframes role-rookie-shell{
  0%,100%{background-position:0 0;box-shadow:inset 0 0 10px rgba(105,122,113,.04)}
  50%{background-position:100% 0;box-shadow:inset 0 0 13px rgba(105,122,113,.10)}
}
@keyframes role-rookie-core{0%,100%{transform:rotate(45deg) scale(.92);opacity:.72}50%{transform:rotate(45deg) scale(1.08);opacity:1}}
@keyframes role-hunter-target{0%,100%{transform:rotate(45deg) scale(.9)}50%{transform:rotate(225deg) scale(1.08)}}
@keyframes role-elite-shell{0%,100%{box-shadow:0 2px 8px rgba(32,174,204,.04),inset 0 0 10px rgba(32,174,204,.07)}50%{box-shadow:0 5px 15px rgba(32,174,204,.14),inset 0 0 15px rgba(32,174,204,.12)}}
@keyframes role-elite-crystal{0%,100%{transform:translateY(0) rotate(0) scale(.94)}50%{transform:translateY(-1px) rotate(180deg) scale(1.08)}}
@keyframes role-master-aura{0%,100%{box-shadow:0 2px 8px rgba(145,80,204,.05),inset 0 0 11px rgba(145,80,204,.08)}50%{box-shadow:0 5px 17px rgba(145,80,204,.17),inset 0 0 16px rgba(145,80,204,.13)}}
@keyframes role-master-orbit{to{transform:rotate(405deg)}}
@keyframes role-legend-flow{to{background-position:-260% 0}}
@keyframes role-legend-star{0%,100%{transform:rotate(0) scale(.92)}50%{transform:rotate(180deg) scale(1.12)}}
@keyframes role-sheen{0%,66%{transform:translateX(-135%)}84%,100%{transform:translateX(135%)}}
@keyframes role-scan{0%,58%{transform:translateX(-135%);opacity:.15}80%{opacity:.65}100%{transform:translateX(135%);opacity:.15}}
@keyframes role-legend-sheen{0%,64%{transform:translateX(-140%);opacity:.14}80%{opacity:.58}100%{transform:translateX(140%);opacity:.12}}

/* Keep compact role badges smooth on phones without excessive motion. */
@media(max-width:720px){
  .reporter-badge.is-compact{will-change:auto}
  .reporter-badge.is-compact.level-rookie,
  .reporter-badge.is-compact.level-elite,
  .reporter-badge.is-compact.level-master,
  .reporter-badge.is-compact.level-legend{animation-duration:5.2s!important}
  .reporter-badge.is-compact::after{animation-duration:6s!important}
}
@media(prefers-reduced-motion:reduce){
  .reporter-badge,.reporter-badge::after,.reporter-badge::before,.reporter-badge i{animation:none!important;transition:none!important}
}
