:root{--parallax-x:0px;--parallax-y:0px;--bg:#020611;--panel:#030a18;--panel2:#061126;--line:#102445;--text:#f7faff;--muted:#8ea3c1;--blue:#1689ff;--cyan:#20d6ff;--green:#12d88f;--purple:#8b4dff;--pink:#ff315f;--nav-w:1130px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}.grid-bg{position:fixed;inset:-45px;background-image:linear-gradient(rgba(39,78,132,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(39,78,132,.12) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 70%);pointer-events:none;z-index:-2;transform:translate(calc(var(--parallax-x)*.45),calc(var(--parallax-y)*.45));will-change:transform}#stars{position:fixed;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none;will-change:transform}.hero-glow{will-change:transform}.navbar{position:fixed;top:0;left:50%;transform:translateX(-50%);width:min(var(--nav-w),calc(100% - 42px));height:74px;display:flex;align-items:center;justify-content:space-between;z-index:50;background:linear-gradient(180deg,rgba(2,6,17,.92),rgba(2,6,17,.45));backdrop-filter:blur(14px);border-bottom:1px solid rgba(39,83,141,.18)}.brand{display:inline-flex;align-items:center;gap:10px;color:#eef7ff;text-decoration:none;font-weight:800;letter-spacing:-.5px}.brand-accent{color:#27c6ff}.brand-mark{width:36px;height:36px;border-radius:10px;display:inline-grid;place-items:center;overflow:hidden;box-shadow:0 0 18px rgba(26,198,255,.32);background:transparent;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.brand-mark.tiny{width:23px;height:23px}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{font-size:12px;color:#7f96b3;text-decoration:none;font-weight:700;transition:.2s}.nav-links a:hover,.nav-links a.active{color:#eef7ff}.nav-links small{background:#0a3b6d;color:#4bc7ff;border:1px solid #155890;border-radius:5px;padding:2px 5px;font-size:8px}.nav-actions{display:flex;align-items:center;gap:13px}.icon-btn{border:0;background:transparent;color:#8196b1;font-size:17px;cursor:pointer}.btn{border:1px solid transparent;border-radius:12px;padding:13px 23px;font-weight:800;font-size:13px;color:white;text-decoration:none;cursor:pointer;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:9px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(90deg,#0977ff,#20ccff);box-shadow:0 8px 26px rgba(12,132,255,.25)}.btn-secondary{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.17)}.btn-small{padding:10px 21px;border-radius:22px;font-size:11px}.hero{min-height:100vh;padding:120px 20px 70px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.badge{display:inline-flex;padding:8px 15px;border:1px solid #17436e;background:#06162c;border-radius:999px;color:#61baff;font-size:11px;font-weight:800}.hero h1{font-size:48px;line-height:1.12;letter-spacing:-2.2px;margin:27px auto 14px;max-width:950px}.hero h1 span{background:linear-gradient(90deg,#35a7ff,#28d7ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero>p{max-width:760px;margin:0 auto;color:#a2afc1;font-size:16px;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:13px;margin-top:29px}.hero-glow{position:absolute;left:50%;top:50%;transform:translate(calc(-50% + var(--parallax-x)*-.22),calc(-38% + var(--parallax-y)*-.22));width:900px;height:460px;background:radial-gradient(ellipse,rgba(0,203,255,.22),rgba(0,94,255,.12) 38%,transparent 72%);filter:blur(28px);pointer-events:none;z-index:-1}.dashboard-frame{position:relative;margin:110px auto 0;width:min(1040px,94vw);aspect-ratio:1.82;border-radius:15px;padding:7px;background:linear-gradient(90deg,#0b6cff,#12d9ff,#0b6cff);box-shadow:0 0 34px rgba(0,180,255,.52),0 30px 90px rgba(0,0,0,.65);transform:perspective(1400px) rotateX(3deg);transform-origin:center top;transition:.2s}.dashboard{width:100%;height:100%;display:flex;background:#010611;border-radius:10px;overflow:hidden;border:1px solid #071a32;text-align:left}.sidebar{width:166px;background:#03111f;border-right:1px solid #0a2544;padding:13px 11px;color:#a8bdd4;font-size:9px;position:relative}.mini-brand{display:flex;gap:7px;align-items:center;margin-bottom:18px}.mini-brand div{display:flex;flex-direction:column}.mini-brand b{font-size:9px;color:#eef7ff}.mini-brand small{font-size:7px}.side-section{display:grid;gap:6px}.side-link,.server-sub,.server-name{padding:5px 8px;border-radius:5px}.side-link.active,.server-sub.active{background:#075db3;color:#fff}.side-link em{float:right;font-style:normal;background:#0c5a9a;border-radius:4px;padding:1px 4px;font-size:6px}.side-title{font-size:7px;color:#526a84;margin:16px 7px 7px;font-weight:800}.server-name{color:#e8f4ff;font-weight:700}.server-name span{float:right}.server-sub{margin-left:10px}.side-bottom{position:absolute;bottom:47px;line-height:2.15}.profile{position:absolute;left:10px;right:10px;bottom:8px;background:#071b31;border:1px solid #123356;border-radius:7px;padding:7px;display:flex;gap:7px}.profile div{display:flex;flex-direction:column}.profile b{font-size:8px;color:white}.profile small{font-size:6px}.dash-content{flex:1;padding:14px;background:radial-gradient(circle at 65% 0,rgba(8,54,109,.14),transparent 40%),#010611;overflow:hidden}.dash-top{display:flex;justify-content:space-between}.breadcrumb{background:#051327;border:1px solid #0b2748;border-radius:5px;padding:6px 10px;color:#72a9d7;font-size:8px}.breadcrumb span{margin:0 8px}.period{background:#051327;border-radius:5px;padding:2px}.period button{border:0;background:transparent;color:#607c9c;font-size:7px;padding:5px 8px}.period .selected{color:#fff}.status-row{display:flex;align-items:center;gap:8px;font-size:7px;margin:11px 0}.online{background:#0aba6a;color:#fff;padding:3px 7px;border-radius:4px}.update{border:1px solid #cf8500;color:#ffa806;padding:3px 7px;border-radius:4px}.cover-art{height:75px;border-radius:6px;background:linear-gradient(130deg,#07111f,#0e2648 55%,#091525);position:relative;overflow:hidden;margin-bottom:10px}.shield-art{position:absolute;left:50%;top:-72px;transform:translateX(-50%) rotate(12deg);font-size:150px;font-weight:900;color:rgba(129,194,255,.25);text-shadow:18px 10px 0 rgba(255,255,255,.05),0 0 25px rgba(52,149,255,.5)}.cover-line{position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,#1bc7ff,transparent)}.cards{display:grid;gap:7px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article,.chart-card,.donut-card{background:#020a19;border:1px solid #0b2445;border-radius:7px;padding:9px;min-width:0;position:relative}.cards article small{display:block;color:#66a4d2;font-size:6px;margin-bottom:8px}.cards article>b{font-size:9px}.cards .reset{position:absolute;right:8px;top:7px;border:0;border-radius:4px;background:#168cff;color:#001225;font-size:6px;padding:4px 6px}.pill{font-size:6px;color:#11e791;border:1px solid #0a8e59;border-radius:4px;padding:2px 4px;margin-left:6px}.stats{margin-top:7px}.stats article{border-left:2px solid}.stats article.cyan{border-left-color:#19cbe6}.stats article.purple{border-left-color:#8d52ff}.stats article.pink{border-left-color:#ff315f}.stats article.green{border-left-color:#13d795}.stats strong{display:block;font-size:18px}.stats .cyan strong{color:#19cbe6}.stats .purple strong{color:#8d52ff}.stats .pink strong{color:#ff315f}.stats .green strong{color:#13d795}.stats strong small{display:inline;color:#8199b4;font-size:8px}.analytics-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr;gap:7px;margin-top:7px;height:240px}.chart-card,.donut-card{padding:10px}.card-head{display:flex;justify-content:space-between;font-size:7px}.card-head div{display:flex;flex-direction:column}.card-head small,.donut-card>small{color:#5d7b9c;font-size:6px}.chart{width:100%;height:170px}.grid-line{stroke:#0c2341;stroke-width:1}.area{fill:url(#area)}.line{fill:none;stroke:#3c96ff;stroke-width:2}.ban-line{fill:none;stroke:#ff3558;stroke-width:2}.legend{text-align:center;font-size:6px;color:#91a6bf}.legend span{margin:0 5px}.dot{display:inline-block;width:5px;height:5px;border-radius:1px;margin-right:3px}.dot.blue{background:#3c96ff}.dot.red{background:#ff3558}.donut-card>b{font-size:8px;display:block}.donut{width:72px;height:72px;border-radius:50%;margin:22px auto 12px;display:grid;place-items:center}.donut-one{background:conic-gradient(#19c7dd 0 31%,#ff8a00 31% 43%,#8a4dff 43% 74%,#12d58c 74% 88%,#ff315f 88%)}.donut-two{background:conic-gradient(#19c7dd 0 31%,#8a4dff 31% 53%,#ff9b00 53% 67%,#13cf92 67% 83%,#ff4c87 83%)}.donut>div{width:48px;height:48px;border-radius:50%;background:#020a19;display:grid;place-content:center;text-align:center}.donut strong{font-size:14px}.donut small{font-size:6px;color:#7c91aa}.donut-card ul{list-style:none;padding:0;margin:0;display:grid;gap:5px;font-size:6px;color:#87a0bc}.donut-card li i{width:5px;height:5px;border-radius:50%;display:inline-block;background:#1dc7d8;margin-right:5px}.donut-card li:nth-child(2) i{background:#8b4dff}.donut-card li:nth-child(3) i{background:#ff9a00}.donut-card li:nth-child(4) i{background:#14d18e}.donut-card li b{float:right;color:#d8e5f2}.section{max-width:1120px;margin:0 auto;padding:120px 25px}.section-tag{color:#38b8ff;font-size:11px;font-weight:900;letter-spacing:2px}.section h2{font-size:40px;letter-spacing:-1.5px;margin:15px 0 45px}.features-section{max-width:1180px;padding-top:120px}.features-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:42px}.features-heading h2{font-size:46px;line-height:1.08;margin:14px 0 0}.features-heading h2 span{color:#6f85a3}.features-heading>p{max-width:430px;color:#8fa3bd;line-height:1.7;margin:0 0 5px}.interactive-features{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px;perspective:1200px}.feature-card{position:relative;min-height:390px;padding:26px;border:1px solid rgba(45,105,174,.45);border-radius:22px;background:linear-gradient(145deg,rgba(7,21,44,.96),rgba(2,8,21,.96));overflow:hidden;transform-style:preserve-3d;transition:transform .18s ease,border-color .25s ease,box-shadow .25s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.feature-card:hover{border-color:rgba(42,184,255,.72);box-shadow:0 24px 70px rgba(0,0,0,.38),0 0 35px rgba(0,143,255,.10)}.feature-card>*:not(.feature-card-glow){position:relative;z-index:2;transform:translateZ(18px)}.feature-card-glow{position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(0,164,255,.24),transparent 68%);left:var(--mx,50%);top:var(--my,50%);transform:translate(-50%,-50%);opacity:0;transition:opacity .25s;pointer-events:none}.feature-card:hover .feature-card-glow{opacity:1}.feature-card-wide{min-height:420px;background:radial-gradient(circle at 20% 0,rgba(0,145,255,.14),transparent 42%),linear-gradient(145deg,rgba(7,21,44,.98),rgba(2,8,21,.98))}.feature-topline{display:flex;align-items:center;justify-content:space-between;color:#526f91;font-size:11px;font-weight:900;letter-spacing:1.5px}.live-pill{display:inline-flex;align-items:center;gap:6px;color:#66e7b4;background:rgba(9,93,66,.18);border:1px solid rgba(21,190,125,.28);border-radius:999px;padding:6px 9px;font-size:8px}.live-pill i,.status-dot{width:6px;height:6px;border-radius:50%;background:#19df91;box-shadow:0 0 10px rgba(25,223,145,.8)}.status-dot.purple{background:#9d66ff;box-shadow:0 0 10px rgba(157,102,255,.8)}.feature-symbol{width:52px;height:52px;border-radius:16px;margin:34px 0 22px;display:grid;place-items:center;background:linear-gradient(145deg,#0b3767,#071a35);border:1px solid rgba(50,157,255,.35);color:#55c6ff;font-size:25px;box-shadow:0 10px 30px rgba(0,102,255,.16)}.feature-card h3{font-size:22px;margin:0 0 10px;letter-spacing:-.5px}.feature-card p{color:#8fa4bf;line-height:1.65;font-size:13px;margin:0 0 26px}.fake-control{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;margin-top:10px;border-radius:13px;background:rgba(1,7,18,.68);border:1px solid rgba(38,82,132,.45)}.fake-control div{display:flex;flex-direction:column;gap:2px}.fake-control b{font-size:12px}.fake-control small{font-size:9px;color:#617a98}.switch{width:37px;height:20px;border-radius:999px;background:#0d3158;padding:3px;display:flex;justify-content:flex-end}.switch i{width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 0 12px rgba(52,193,255,.8)}.switch.on{background:linear-gradient(90deg,#0879ff,#16c7ff)}.license-preview{margin-top:35px;border:1px dashed rgba(65,139,216,.55);background:rgba(4,14,31,.75);border-radius:13px;padding:14px;display:flex;justify-content:space-between;align-items:center;font-family:ui-monospace,monospace;font-size:11px;color:#b9d4ef}.license-preview b{font-size:8px;color:#37e0a3;background:rgba(15,123,83,.18);border:1px solid rgba(45,207,143,.25);padding:5px 7px;border-radius:999px}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:34px}.mini-stats span{padding:15px;border-radius:13px;background:rgba(3,12,28,.75);border:1px solid rgba(42,80,130,.42);display:flex;flex-direction:column}.mini-stats b{font-size:22px;color:#52c8ff}.mini-stats span:last-child b{color:#a877ff}.mini-stats small{font-size:9px;color:#657e9b;margin-top:3px}.coming{background:linear-gradient(145deg,rgba(7,20,43,.9),rgba(3,10,24,.9));border:1px solid #102d52;border-radius:18px;padding:30px;box-shadow:inset 0 1px rgba(255,255,255,.03)}.coming p{color:#8da1b9;line-height:1.7}.compact{padding-top:55px;padding-bottom:55px}.coming{text-align:center}.coming span{color:#36bfff;font-size:12px;font-weight:900;letter-spacing:2px}.coming h2{margin:14px 0 8px;font-size:30px}.modal{position:fixed;inset:0;display:none;place-items:center;z-index:100}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(0,3,10,.78);backdrop-filter:blur(9px)}.modal-card{position:relative;width:min(430px,calc(100% - 35px));background:#051126;border:1px solid #174471;border-radius:18px;padding:32px;box-shadow:0 30px 100px rgba(0,0,0,.8)}.modal-close{position:absolute;right:13px;top:10px;border:0;background:transparent;color:#8ba1ba;font-size:25px;cursor:pointer}.modal-brand{margin-bottom:25px}.modal-card h2{margin:0 0 7px}.modal-card p{color:#91a3ba;font-size:13px;line-height:1.55}.modal-card label{display:grid;gap:7px;font-size:12px;color:#bdd0e5;margin-top:20px}.modal-card input{background:#020816;border:1px solid #17385e;border-radius:10px;padding:13px;color:white;outline:none}.modal-card input:focus{border-color:#1bbcff}.full{width:100%;margin-top:15px}footer{max-width:1120px;margin:70px auto 0;padding:30px 25px;border-top:1px solid #0e2543;display:flex;justify-content:space-between;color:#647b96;font-size:12px}body.light{--bg:#f5f9ff;--text:#071327;--muted:#52647d}.light .grid-bg{opacity:.2}.light .navbar{background:rgba(245,249,255,.82)}.light .brand{color:#071327}.light .nav-links a:hover,.light .nav-links a.active{color:#071327}
@media(max-width:1050px){.interactive-features{grid-template-columns:1fr 1fr}.feature-card-wide{grid-column:1/-1}.features-heading{align-items:flex-start}.features-heading>p{max-width:360px}}
@media(max-width:900px){.nav-links{display:none}.hero{padding-top:110px}.hero h1{font-size:38px}.dashboard-frame{margin-top:80px}.sidebar{display:none}.dash-content{padding:9px}.section h2{font-size:34px}.feature-grid{grid-template-columns:1fr}.analytics-grid{grid-template-columns:2fr 1fr}.analytics-grid .donut-card:last-child{display:none}}
@media(max-width:700px){.features-heading{display:block}.features-heading>p{margin-top:20px}.interactive-features{grid-template-columns:1fr}.feature-card-wide{grid-column:auto}.feature-card{min-height:auto}.features-heading h2{font-size:36px}}
@media(max-width:620px){.navbar{width:calc(100% - 24px)}.hero{min-height:100vh;padding-left:14px;padding-right:14px}.hero h1{font-size:31px;letter-spacing:-1.3px}.hero>p{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch;max-width:300px;margin-left:auto;margin-right:auto}.dashboard-frame{width:100%;margin-top:65px;transform:none;padding:4px;border-radius:10px}.dashboard{min-width:700px}.dashboard-frame{overflow:hidden;height:390px}.cards.four{grid-template-columns:repeat(4,1fr)}.section{padding:85px 18px}.section h2{font-size:30px}.feature-grid{gap:12px}footer{flex-direction:column;gap:8px}}
.control-header{align-items:flex-start}.master-switch em{display:none}.setting-row{align-items:flex-start}.setting-row select{max-width:120px}.activity-strip{grid-template-columns:1fr}.activity-strip button{grid-column:auto}.features-intro h2{font-size:32px}}


/* Section fonctionnalités — cartes premium */
.features-section{max-width:1220px;padding-top:110px;padding-bottom:90px;position:relative}.features-shell{position:relative;padding:24px 0}.features-shell:before{content:"";position:absolute;left:50%;top:120px;transform:translateX(-50%);width:min(980px,88vw);height:520px;background:radial-gradient(circle,rgba(22,140,255,.22) 0,rgba(12,82,168,.14) 34%,rgba(4,14,31,0) 72%);filter:blur(12px);pointer-events:none;z-index:0}.features-head{position:relative;z-index:1;max-width:820px;margin:0 auto 42px;text-align:center}.features-head h2{font-size:56px;line-height:1.02;letter-spacing:-2px;margin:16px 0 18px}.features-head h2 span{color:#dbe6f5}.features-head p{max-width:760px;margin:0 auto;color:#7e9aba;line-height:1.75;font-size:17px}.feature-cards-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-panel-card{position:relative;min-height:232px;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(8,18,37,.96),rgba(4,11,24,.92));border:1px solid rgba(80,148,228,.52);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 45px rgba(0,0,0,.28);overflow:hidden;transform-style:preserve-3d;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.feature-panel-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(70,188,255,.16),transparent 34%);opacity:0;transition:opacity .2s ease;pointer-events:none}.feature-panel-card:hover{border-color:rgba(115,197,255,.95);box-shadow:0 22px 50px rgba(0,0,0,.35),0 0 0 1px rgba(82,184,255,.16),0 0 32px rgba(39,162,255,.18)}.feature-panel-card:hover:before{opacity:1}.feature-panel-card h3{margin:18px 0 12px;font-size:27px;line-height:1.08;letter-spacing:-1px;max-width:420px}.feature-panel-card p{margin:0;color:#a4b6cc;font-size:14px;line-height:1.72;max-width:460px}.feature-panel-card a{position:absolute;left:24px;bottom:22px;color:#f18f9c;text-decoration:none;font-size:13px;font-weight:700}.feature-panel-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.feature-badge{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:12px;font-weight:900;color:white;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.feature-badge.blue{background:linear-gradient(135deg,#18a0ff,#1374ff)}.feature-badge.violet{background:linear-gradient(135deg,#d85dff,#7f59ff)}.feature-badge.green{background:linear-gradient(135deg,#28e09a,#10b56f)}.feature-badge.orange{background:linear-gradient(135deg,#ff9640,#ff5e57)}.feature-badge.pink{background:linear-gradient(135deg,#ff6186,#e34072)}.feature-badge.gold{background:linear-gradient(135deg,#ffc451,#ff9f1a)}.feature-chip{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(9,28,52,.9);border:1px solid rgba(75,138,211,.48);font-size:11px;color:#9ec6ef;font-weight:800;letter-spacing:.2px}.feature-panel-wide{grid-column:span 2;min-height:248px;padding-right:36px}.feature-panel-wide h3{font-size:34px;max-width:520px}.feature-panel-wide p{max-width:560px;font-size:15px}.feature-panel-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.feature-panel-meta span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(74,128,191,.35);font-size:12px;color:#d5e6f8}.feature-panel-meta i{width:8px;height:8px;border-radius:50%;background:#2dd4ff;box-shadow:0 0 12px rgba(45,212,255,.7)}
@media(max-width:1050px){.features-head h2{font-size:46px}.feature-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-panel-wide{grid-column:span 2}}
@media(max-width:760px){.features-head h2{font-size:36px;letter-spacing:-1.4px}.features-head p{font-size:15px}.feature-cards-grid{grid-template-columns:1fr}.feature-panel-wide{grid-column:auto}.feature-panel-card,.feature-panel-wide{min-height:unset;padding-bottom:62px}.feature-panel-card h3{font-size:24px}.feature-panel-wide h3{font-size:28px}}
@media(max-width:480px){.features-section{padding-top:90px;padding-bottom:70px}.features-head{margin-bottom:28px}.feature-panel-card{padding:20px;border-radius:20px}.feature-panel-card h3{font-size:22px}.feature-panel-card a{left:20px;bottom:18px}}


/* Fonctionnalités alignées sur la maquette fournie */
.features-section{max-width:none!important;padding:120px 24px 110px!important;position:relative}.feature-showcase{width:min(1020px,100%);margin:0 auto;position:relative}.feature-showcase:before{content:"";position:absolute;left:50%;top:110px;transform:translateX(-50%);width:900px;height:500px;background:radial-gradient(circle,rgba(30,142,255,.26),rgba(9,75,154,.14) 40%,transparent 72%);filter:blur(10px);pointer-events:none}.feature-showcase-head{position:relative;z-index:1;text-align:center;max-width:840px;margin:0 auto 46px}.feature-showcase-head h2{margin:0 0 20px!important;font-size:38px!important;line-height:1.02!important;letter-spacing:-1.2px!important;color:#f0f4fb}.feature-showcase-head p{max-width:760px;margin:0 auto;color:#6f9cc3;font-size:16px;line-height:1.45}.feature-showcase-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-showcase-card{position:relative;min-height:170px;padding:20px;border:2px solid #2aaeff;border-bottom-color:#4e7dff;border-radius:16px;background:linear-gradient(135deg,rgba(12,23,32,.98),rgba(19,35,46,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 18px 35px rgba(0,0,0,.22);overflow:hidden;transform-style:preserve-3d;transition:transform .2s ease,box-shadow .2s ease}.feature-showcase-card:hover{box-shadow:0 20px 38px rgba(0,0,0,.3),0 0 24px rgba(44,169,255,.15)}.feature-showcase-card:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent,rgba(74,180,255,.08),transparent);pointer-events:none}.feature-showcase-title{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.feature-showcase-title h3{margin:0;font-size:15px;line-height:1.2;color:#fff;letter-spacing:-.2px}.feature-showcase-icon{width:34px;height:34px;border-radius:7px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:17px;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.icon-blue{background:linear-gradient(135deg,#1cc6ff,#1989ff)}.icon-violet{background:linear-gradient(135deg,#e55bff,#8c4dff)}.icon-green{background:linear-gradient(135deg,#20e593,#05b96a)}.icon-red{background:linear-gradient(135deg,#ff664e,#ff2519)}.icon-cyan{background:linear-gradient(135deg,#25c9ff,#168eff)}.icon-yellow{background:linear-gradient(135deg,#ffc640,#ff9f00)}.feature-showcase-card>p{position:relative;z-index:1;margin:14px 0 0;color:#c2cbd5;font-size:12.5px;line-height:1.45}.feature-video-btn{position:absolute;right:18px;top:18px;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,67,91,.45);background:rgba(116,15,27,.35);color:#ff5269;display:grid;place-items:center;cursor:pointer;z-index:2}.feature-video-label{position:absolute;left:20px;bottom:16px;color:#c45b6f;font-size:10px}.feature-showcase-card:has(.feature-video-label){padding-bottom:38px}
@media(max-width:900px){.feature-showcase-grid{grid-template-columns:repeat(2,1fr)}.feature-showcase-head h2{font-size:33px!important}}
@media(max-width:640px){.features-section{padding:90px 16px 80px!important}.feature-showcase-grid{grid-template-columns:1fr}.feature-showcase-head h2{font-size:28px!important}.feature-showcase-head p{font-size:14px}.feature-showcase-card{min-height:auto}}


/* Tarifs */
.pricing-section{max-width:1220px;margin:0 auto;padding:120px 25px 110px;position:relative}.pricing-section:before{content:"";position:absolute;left:50%;top:80px;transform:translateX(-50%);width:760px;height:280px;background:radial-gradient(circle,rgba(51,76,180,.18),transparent 70%);filter:blur(24px);pointer-events:none}.pricing-head{position:relative;text-align:center;max-width:850px;margin:0 auto 64px}.pricing-head h2{font-size:52px;line-height:1.05;letter-spacing:-2px;margin:14px 0 16px}.pricing-head p{max-width:760px;margin:0 auto;color:#6fa9d8;font-size:17px;line-height:1.55}.pricing-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:stretch}.price-card{position:relative;min-height:500px;padding:32px;border:1px solid #0d2948;border-radius:26px;background:linear-gradient(180deg,rgba(2,8,22,.98),rgba(1,6,18,.98));box-shadow:0 18px 50px rgba(0,0,0,.28);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;transform-style:preserve-3d;overflow:hidden}.price-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(35,134,255,.13),transparent 35%);opacity:0;transition:opacity .2s ease;pointer-events:none}.price-card:hover{border-color:#255a92;box-shadow:0 25px 70px rgba(0,0,0,.4),0 0 30px rgba(20,112,255,.1)}.price-card:hover:before{opacity:1}.price-card.featured{border:2px solid #e9f1ff;background:linear-gradient(145deg,rgba(8,25,63,.98),rgba(2,8,24,.99));box-shadow:0 22px 75px rgba(0,0,0,.48),0 0 34px rgba(52,111,255,.17)}.popular-badge{position:absolute;right:24px;top:24px;padding:8px 15px;border-radius:999px;background:linear-gradient(90deg,#2e79ff,#3a8cff);color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(35,115,255,.28)}.price-card-head{min-height:96px}.price-card-head h3{font-size:27px;letter-spacing:-.8px;margin:0 0 8px}.price-card-head p{color:#61b3ea;font-size:14px;line-height:1.5;margin:0;max-width:310px}.price{display:flex;align-items:flex-end;gap:7px;margin:26px 0}.price strong{font-size:44px;line-height:1;letter-spacing:-2px}.price span{color:#76b6e7;font-size:14px;margin-bottom:6px}.price-button{width:100%;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);color:white;font-size:16px;font-weight:850;cursor:pointer;transition:.2s}.price-button:hover{transform:translateY(-2px);background:rgba(255,255,255,.09)}.featured-button{background:#fff;color:#0d1119;border-color:#fff;box-shadow:0 0 26px rgba(255,255,255,.15)}.featured-button:hover{background:#ecf3ff}.price-card ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:14px}.price-card li{position:relative;padding-left:30px;color:#eef4ff;font-size:14px;line-height:1.35}.price-card li:before{content:"✓";position:absolute;left:0;top:-1px;color:#168cff;font-size:19px;font-weight:900}.price-card.featured li{color:#dce7f8}
@media(max-width:980px){.pricing-grid{grid-template-columns:1fr;max-width:650px;margin:0 auto}.price-card{min-height:auto}.pricing-head h2{font-size:44px}.price-card-head{min-height:auto}.popular-badge{position:static;display:inline-flex;margin-bottom:20px}}
@media(max-width:620px){.pricing-section{padding:90px 18px}.pricing-head{margin-bottom:40px}.pricing-head h2{font-size:35px;letter-spacing:-1.2px}.pricing-head p{font-size:15px}.price-card{padding:24px;border-radius:22px}.price strong{font-size:38px}}


/* Fenêtre de paiement */
.payment-modal{position:fixed;inset:0;z-index:140;display:none;place-items:center;padding:24px}.payment-modal.open{display:grid}.payment-backdrop{position:absolute;inset:0;background:rgba(0,3,11,.84);backdrop-filter:blur(14px)}.payment-card{position:relative;width:min(650px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:24px;padding:30px;background:linear-gradient(155deg,#07152b 0%,#030a18 58%,#020611 100%);border:1px solid #1b4777;box-shadow:0 40px 120px rgba(0,0,0,.75),0 0 60px rgba(0,129,255,.14);scrollbar-width:thin;scrollbar-color:#173b63 transparent}.payment-card:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,#28cfff,transparent)}.payment-close{position:absolute;right:17px;top:13px;border:0;background:transparent;color:#728aa7;font-size:28px;cursor:pointer}.payment-brand{display:flex;align-items:center;gap:12px}.payment-brand>div{display:flex;flex-direction:column;gap:2px}.payment-brand small{font-size:8px;letter-spacing:1.6px;color:#4cbcff;font-weight:900}.payment-brand strong{font-size:16px}.payment-progress{display:flex;align-items:center;justify-content:center;margin:24px 0 20px}.payment-progress span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#081a31;border:1px solid #1b3b60;color:#5f7998;font-size:9px;font-weight:900}.payment-progress span.active{background:linear-gradient(135deg,#0782ff,#20ceff);color:white;border-color:transparent;box-shadow:0 0 18px rgba(18,163,255,.4)}.payment-progress i{width:52px;height:1px;background:#173353}.payment-summary{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:20px;border:1px solid #15375f;border-radius:16px;background:rgba(5,17,37,.82)}.payment-summary>div{display:flex;flex-direction:column;gap:5px}.payment-summary small,.copy-field small,.payment-status small{font-size:8px;letter-spacing:1.2px;color:#587493;font-weight:900}.payment-summary strong{font-size:17px}.payment-summary span{font-size:10px;color:#728ba8}.payment-total{text-align:right}.payment-total strong{font-size:28px;color:#45c8ff}.payment-instructions{margin-top:22px}.payment-step{display:flex;align-items:flex-start;gap:13px;margin:17px 0 11px}.payment-step>span{width:29px;height:29px;flex:0 0 auto;border-radius:9px;display:grid;place-items:center;background:#0a2444;border:1px solid #1b507f;color:#46c8ff;font-size:9px;font-weight:900}.payment-step strong{font-size:12px}.payment-step p{margin:4px 0 0;color:#738aa5;font-size:10px;line-height:1.5}.copy-field{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-left:42px;padding:14px 15px;border-radius:12px;background:#020916;border:1px solid #15375d}.copy-field>div{display:flex;flex-direction:column;gap:5px;min-width:0}.copy-field strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;overflow-wrap:anywhere;color:#d9ebfc}.copy-field button{border:1px solid #24547e;border-radius:9px;padding:8px 12px;background:#0a1e37;color:#8dc7f4;font-size:9px;font-weight:900;cursor:pointer}.copy-field button.copied{background:#0c8d61;border-color:#20c58b;color:white}.reference-field{border-color:#1a5c91;background:linear-gradient(90deg,rgba(5,36,68,.75),rgba(2,9,22,.9))}.reference-field strong{color:#44ccff;letter-spacing:1px}.payment-warning{display:flex;gap:10px;margin:20px 0;padding:13px 14px;border:1px solid rgba(255,172,44,.27);background:rgba(110,67,8,.12);border-radius:12px;font-size:10px;line-height:1.5}.payment-warning b{color:#ffb84f}.payment-warning span{color:#a99578}.payment-status{display:flex;align-items:center;gap:13px;padding:14px 16px;border:1px solid #16385f;border-radius:13px;background:#051127}.payment-status>div{display:flex;flex-direction:column;gap:4px}.payment-status strong{font-size:11px;color:#f1c66c}.status-spinner{width:17px;height:17px;border:2px solid #173b62;border-top-color:#31c8ff;border-radius:50%;animation:paymentSpin 1s linear infinite}.payment-status.checking strong{color:#4ecfff}.payment-status.failed strong{color:#ff7e91}.payment-status.success strong{color:#3de3a5}.payment-status.failed .status-spinner{animation:none;border-color:#ff5270;position:relative}.payment-status.failed .status-spinner:after{content:"!";position:absolute;inset:-3px;display:grid;place-items:center;color:#ff7189;font-size:9px;font-weight:900}.payment-actions{display:grid;grid-template-columns:1fr 2fr;gap:11px;margin-top:18px}.payment-actions button{border-radius:12px;padding:13px;border:1px solid transparent;color:white;font-weight:900;font-size:11px;cursor:pointer}.payment-secondary{background:#071326;border-color:#173758!important;color:#7890aa!important}.payment-primary{background:linear-gradient(90deg,#087dff,#1ccfff);box-shadow:0 9px 26px rgba(11,136,255,.2)}@keyframes paymentSpin{to{transform:rotate(360deg)}}@media(max-width:600px){.payment-card{padding:23px 17px}.payment-summary{align-items:flex-start}.copy-field{margin-left:0}.payment-actions{grid-template-columns:1fr}.payment-step p{font-size:9px}}

.modal[aria-hidden="true"],.payment-modal[aria-hidden="true"]{display:none!important}
.modal[aria-hidden="false"]{display:grid!important}.payment-modal[aria-hidden="false"]{display:grid!important}
.hero>*:not(.hero-glow){position:relative;z-index:1}

/* Simulation de paiement locale */
.payment-note-entry{display:grid;gap:7px;margin:16px 0}.payment-note-entry>span{font-size:8px;letter-spacing:1.2px;color:#6f8cab;font-weight:900}.payment-note-entry input{width:100%;background:#020916;border:1px solid #1a4c79;border-radius:12px;padding:13px 14px;color:#dff3ff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;outline:none;transition:.2s}.payment-note-entry input:focus{border-color:#25c9ff;box-shadow:0 0 0 3px rgba(37,201,255,.08)}.payment-note-entry input.invalid{border-color:#ff5574;box-shadow:0 0 0 3px rgba(255,85,116,.08)}.payment-note-entry small{min-height:14px;color:#ff7d94;font-size:9px}.payment-success-panel{text-align:center;padding:22px 0 2px}.payment-success-panel[hidden]{display:none}.success-check{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:linear-gradient(135deg,#0ca76d,#2be1a0);font-size:31px;font-weight:900;box-shadow:0 0 35px rgba(35,222,155,.28)}.payment-success-panel>small{color:#43dca5;font-size:9px;letter-spacing:1.5px;font-weight:900}.payment-success-panel h3{font-size:27px;margin:9px 0}.payment-success-panel p{max-width:470px;margin:0 auto 20px;color:#829ab6;font-size:12px;line-height:1.6}.license-result{display:flex;justify-content:space-between;align-items:center;gap:14px;text-align:left;padding:15px 16px;border:1px solid #1b5b82;border-radius:13px;background:linear-gradient(90deg,rgba(5,39,72,.82),rgba(2,9,22,.95))}.license-result div{display:flex;flex-direction:column;gap:5px}.license-result span{font-size:8px;color:#6282a2;letter-spacing:1.2px;font-weight:900}.license-result strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#4ad2ff;letter-spacing:1px}.license-result button{border:1px solid #24547e;border-radius:9px;padding:8px 12px;background:#0a1e37;color:#8dc7f4;font-size:9px;font-weight:900;cursor:pointer}.success-continue{width:100%;margin-top:14px;border:0;border-radius:12px;padding:14px;cursor:pointer}.payment-progress span.done{background:linear-gradient(135deg,#0ca76d,#28dda0);color:#fff;border-color:transparent}.payment-progress i.done{background:#22c88f}

/* Authentification par clé et profil */
.nav-profile{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#eef7ff;padding:6px 12px 6px 6px;border:1px solid rgba(50,130,210,.35);background:rgba(5,18,39,.82);border-radius:999px;transition:.2s}.nav-profile:hover{border-color:#25bfff;transform:translateY(-1px)}.nav-profile>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#087aff,#25d7ff);font-size:12px}.nav-profile img{width:100%;height:100%;object-fit:cover}.nav-profile strong{font-size:11px;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setup-step{font-size:9px;color:#42c6ff;font-weight:900;letter-spacing:1.8px;margin:6px 0 10px}.form-message{min-height:20px;margin-top:12px;font-size:12px;color:#86a4c5}.form-message.error{color:#ff6c82}.form-message.success{color:#36dda2}.modal-card button:disabled{opacity:.6;cursor:not-allowed}.profile-page{min-height:100vh}.profile-setup-wrap{min-height:100vh;display:grid;place-items:center;padding:40px 20px;position:relative}.profile-setup-card{width:min(520px,100%);padding:34px;border:1px solid #174471;border-radius:24px;background:linear-gradient(145deg,rgba(5,17,38,.97),rgba(2,8,20,.97));box-shadow:0 30px 100px rgba(0,0,0,.65),0 0 50px rgba(0,130,255,.12)}.profile-setup-card h1{font-size:38px;letter-spacing:-1.5px;margin:26px 0 10px}.profile-setup-card>p{color:#8ea4bf;line-height:1.65;margin:0 0 24px}.profile-setup-card form{display:grid;gap:17px}.avatar-picker{display:flex;justify-content:center;cursor:pointer}.avatar-picker input{display:none}.avatar-picker>span{width:132px;height:132px;border-radius:30px;border:1px dashed #2a73ae;background:#06162c;display:grid;place-items:center;align-content:center;gap:8px;color:#79bce8;overflow:hidden}.avatar-picker b{font-size:30px;font-weight:400}.avatar-picker small{font-size:10px}.avatar-picker img{width:100%;height:100%;object-fit:cover}.profile-field{display:grid;gap:8px;font-size:12px;color:#bdd0e5}.profile-field input{background:#020816;border:1px solid #17385e;border-radius:11px;padding:14px;color:white;outline:none}.profile-field input:focus{border-color:#1bbcff}.license-summary{margin-top:22px;padding:13px 15px;border:1px solid #12345b;border-radius:12px;color:#7592b2;font-size:11px;text-align:center;background:#031025}@media(max-width:620px){.nav-profile strong{display:none}.profile-setup-card{padding:25px}.profile-setup-card h1{font-size:31px}}


/* Menu du profil connecté */
[hidden]{display:none!important}.account-menu{position:relative}.nav-profile{border:1px solid rgba(50,130,210,.35);cursor:pointer;font-family:inherit}.nav-profile .profile-chevron{font-style:normal;color:#6f8dab;font-size:13px;margin-left:1px;transition:transform .2s}.account-menu.open .profile-chevron{transform:rotate(180deg)}.account-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:292px;padding:10px;border:1px solid rgba(39,102,171,.48);border-radius:17px;background:rgba(3,11,25,.98);box-shadow:0 22px 70px rgba(0,0,0,.58),0 0 30px rgba(0,132,255,.10);backdrop-filter:blur(18px);animation:accountMenuIn .16s ease;overflow:hidden}.account-dropdown:before{content:"";position:absolute;top:0;left:14px;right:14px;height:1px;background:linear-gradient(90deg,transparent,#28cfff,transparent)}@keyframes accountMenuIn{from{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:none}}.account-dropdown-head{display:flex;align-items:center;gap:11px;padding:10px 10px 13px;margin-bottom:5px;border-bottom:1px solid rgba(38,77,124,.36)}.account-dropdown-head>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#087aff,#25d7ff);color:white}.account-dropdown-head img{width:100%;height:100%;object-fit:cover}.account-dropdown-head div{min-width:0;display:flex;flex-direction:column;gap:3px}.account-dropdown-head strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-dropdown-head small{font-size:9px;color:#647f9e}.account-dropdown>a,.logout-button{width:100%;display:flex;align-items:center;gap:11px;padding:11px;border:0;border-radius:11px;background:transparent;color:#dcecff;text-decoration:none;text-align:left;font-family:inherit;cursor:pointer;transition:.18s}.account-dropdown>a:hover,.logout-button:hover{background:#081b34}.account-dropdown>a>i,.logout-button>i{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;font-style:normal;background:#07182e;border:1px solid #173f6b;color:#42c5ff}.account-dropdown>a>span{display:flex;flex-direction:column;gap:3px;font-size:11px;font-weight:800}.account-dropdown>a small{font-size:8px;font-weight:500;color:#607a99}.logout-button{margin-top:4px;color:#ff8293;border-top:1px solid rgba(38,77,124,.28);border-radius:0 0 11px 11px}.logout-button>i{color:#ff6c82;border-color:rgba(255,87,112,.27);background:rgba(255,62,91,.08)}.logout-button>span{font-size:11px;font-weight:800}@media(max-width:620px){.account-dropdown{right:-5px;width:min(292px,calc(100vw - 28px))}}

/* Pages espace client */
.account-page-wrap{min-height:100vh;padding:125px 22px 60px;display:flex;justify-content:center}.account-page-card{width:min(900px,100%);border:1px solid #15385f;border-radius:24px;background:linear-gradient(145deg,rgba(5,17,38,.97),rgba(2,8,20,.97));padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.55)}.account-page-card h1{font-size:38px;margin:24px 0 8px}.account-page-card>p{color:#8299b5;line-height:1.65}.account-page-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.account-page-actions a{padding:12px 17px;border-radius:11px;border:1px solid #17436e;color:#bcd9f4;text-decoration:none;background:#06152a}.account-page-actions a.active,.account-page-actions a:hover{background:#0a5eb2;color:white;border-color:#1aaeff}.account-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.account-info-grid article{padding:19px;border:1px solid #113157;border-radius:15px;background:#031025}.account-info-grid small{display:block;color:#607c9d;font-size:9px;margin-bottom:8px}.account-info-grid b{font-size:16px}.link-box{margin-top:26px;padding:22px;border:1px solid #12375f;border-radius:16px;background:#031025}.link-box code{display:block;margin-top:10px;padding:14px;border-radius:10px;background:#010714;color:#6ed8ff;overflow:auto}@media(max-width:700px){.account-info-grid{grid-template-columns:1fr}.account-page-card{padding:24px}.account-page-card h1{font-size:31px}}


/* Navigation underline animation + fixed profile arrow */
.nav-links a{position:relative;padding:27px 0 25px;overflow:visible}
.nav-links a::after{content:"";position:absolute;left:50%;bottom:16px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#1689ff,#20d6ff);box-shadow:0 0 10px rgba(32,214,255,.55);transform:translateX(-50%);transition:width .24s ease,opacity .24s ease;opacity:0}
.nav-links a:hover::after,.nav-links a.active::after{width:100%;opacity:1}
.nav-links a:hover{color:#eef7ff}
.nav-profile .profile-chevron{width:8px;height:8px;margin-left:3px;border-right:2px solid #7fa4c8;border-bottom:2px solid #7fa4c8;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .22s ease,border-color .22s ease;display:inline-block;flex:0 0 auto;font-size:0;line-height:0}
.nav-profile:hover .profile-chevron{border-color:#35c8ff}
.account-menu.open .profile-chevron{transform:rotate(225deg) translate(-1px,-1px)}

/* Liaison de clé et Discord */
.link-box-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.key-display{display:flex;align-items:center;gap:10px;margin-top:10px}.key-display code{margin-top:0;flex:1}.key-display button,.discord-code-box button{border:1px solid #1b568c;background:#08203c;color:#bfe7ff;border-radius:10px;padding:12px 15px;cursor:pointer;font-weight:800}.key-eye{width:42px;height:42px;border-radius:11px;border:1px solid #1a4b78;background:#06182d;display:grid;place-items:center;cursor:pointer}.key-eye span{width:20px;height:13px;border:2px solid #7fbce7;border-radius:50%/60%;position:relative}.key-eye span:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#42cbff;left:50%;top:50%;transform:translate(-50%,-50%)}.key-eye:before{content:"";position:absolute;width:25px;height:2px;background:#ff6c82;transform:rotate(-42deg);opacity:1;transition:.2s}.key-eye.visible:before{opacity:0}.discord-link-card{margin-top:18px;padding:22px;border:1px solid #173e68;border-radius:17px;background:linear-gradient(145deg,#04132a,#020b19)}.discord-link-head{display:flex;gap:16px;align-items:flex-start}.discord-link-head h2{font-size:23px;margin:3px 0 7px}.discord-link-head p{color:#8099b7;margin:0;line-height:1.55}.discord-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#5865f2,#24b8ff);font-weight:900;font-size:20px;box-shadow:0 0 25px rgba(88,101,242,.28);flex:0 0 auto}.discord-link-card>.btn{margin-top:22px}.discord-code-box{margin-top:18px;padding:16px;border:1px solid #1c4d7c;border-radius:14px;background:#020a17}.discord-code-box>small{color:#63cfff;font-size:9px;font-weight:900;letter-spacing:1.4px}.discord-code-box>div{display:flex;align-items:center;gap:10px;margin-top:9px}.discord-code-box code{flex:1;padding:14px;border-radius:10px;background:#010611;color:#79dcff;overflow:auto}.discord-code-box p{font-size:11px;color:#6f89a7;line-height:1.5;margin:12px 0 0}.discord-linked{margin-top:20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:15px;border:1px solid rgba(66,211,156,.3);border-radius:14px;background:rgba(20,130,91,.08)}.discord-user{display:flex;align-items:center;gap:11px;min-width:0}.discord-user>span{width:43px;height:43px;border-radius:13px;overflow:hidden;display:grid;place-items:center;background:#5865f2;font-weight:900}.discord-user img{width:100%;height:100%;object-fit:cover}.discord-user div{display:flex;flex-direction:column;min-width:0}.discord-user strong,.discord-user small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discord-user small{color:#7792b0;margin-top:4px}.linked-badge{color:#46e1a5;font-size:11px;font-weight:900}.danger-soft{border:1px solid rgba(255,91,116,.32);background:rgba(255,63,92,.08);color:#ff8193;border-radius:10px;padding:10px 13px;cursor:pointer}@media(max-width:650px){.discord-linked{grid-template-columns:1fr}.discord-code-box>div,.key-display{align-items:stretch;flex-direction:column}.key-display button,.discord-code-box button{width:100%}}

/* Liaison Discord discrète */
.compact-discord-card{padding:20px 22px;background:#031126;border-color:#173e68;box-shadow:none}.compact-discord-head{display:block}.compact-discord-head b{display:block;font-size:15px;color:#f2f7ff}.compact-discord-head p{margin:8px 0 0;font-size:13px;color:#8198b4}.discord-generate{margin-top:18px;border:1px solid #1b568c;background:#08203c;color:#bfe7ff;border-radius:10px;padding:12px 15px;cursor:pointer;font-weight:800}.compact-linked{margin-top:16px;padding:14px 16px;background:#020a17;border:1px solid #1b4c76;border-radius:12px}.compact-discord-user{min-width:0}.compact-discord-user>div{display:flex;flex-direction:column;min-width:0}.compact-discord-user strong{font-size:14px;color:#f2f7ff}.compact-discord-user small{font-size:12px;color:#7890ad;margin-top:4px}.compact-linked .linked-badge{padding:6px 9px;border-radius:999px;background:rgba(53,207,148,.08);border:1px solid rgba(53,207,148,.2);font-size:10px}.compact-linked .danger-soft{padding:8px 11px}.compact-discord-card .form-message{margin-bottom:0}

.compact-discord-avatar{width:42px!important;height:42px!important;border-radius:12px!important;overflow:hidden;display:grid!important;place-items:center;background:#07182d!important;border:1px solid #1a4d79;color:#79d8ff;font-size:13px;font-weight:900;flex:0 0 auto}.compact-discord-avatar img{width:100%;height:100%;object-fit:cover;display:block}.compact-discord-user{gap:12px}

/* Dashboard client ADN Shield */
.client-dashboard-page{margin:0;background:#01040b;color:#edf5ff;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.client-shell{height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:radial-gradient(circle at 70% 0,rgba(18,69,130,.1),transparent 35%),#01040b}.client-sidebar{position:relative;height:100vh;padding:16px 14px 14px;background:#031020;border-right:1px solid #0b2847;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}.client-sidebar::-webkit-scrollbar{display:none}.client-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;padding:0 5px 14px}.client-logo-mark{width:38px;height:38px;border-radius:10px;overflow:hidden;box-shadow:0 0 18px rgba(30,171,255,.25)}.client-logo-mark img{width:100%;height:100%;object-fit:cover}.client-logo>span:last-child{display:flex;flex-direction:column}.client-logo b{font-size:13px}.client-logo small{font-size:9px;color:#7f9ab7;margin-top:2px}.client-search{height:38px;border:1px solid #0d3155;border-radius:9px;background:#05172b;display:flex;align-items:center;gap:8px;padding:0 10px;color:#63809e;font-size:10px;margin-bottom:14px}.client-search span{flex:1}.client-search kbd{font-family:inherit;font-size:8px;padding:3px 5px;border-radius:4px;background:#092442;color:#5f82a6}.client-main-nav,.client-server-nav{display:grid;gap:3px}.client-nav-label{font-size:8px;font-weight:800;letter-spacing:1px;color:#536c86;margin:18px 9px 8px}.client-nav-item{height:36px;border:0;border-radius:8px;background:transparent;color:#92a9c1;display:flex;align-items:center;gap:10px;padding:0 10px;text-align:left;cursor:pointer;font-size:11px;transition:.18s;text-decoration:none}.client-nav-item i{width:18px;text-align:center;font-style:normal;color:#7996b6;font-size:14px}.client-nav-item span{flex:1}.client-nav-item em{font-style:normal;font-size:7px;background:#0b4677;color:#67c7ff;padding:3px 5px;border-radius:4px}
.client-main-nav{margin-bottom:4px}
.client-nav-item:hover{background:#071c34;color:#e8f5ff}.client-nav-item.active{background:linear-gradient(90deg,#0867c5,#07549f);color:#fff;box-shadow:0 8px 20px rgba(0,77,159,.18)}.client-nav-item.active i{color:#fff}.server-picker{height:38px;display:flex;align-items:center;gap:8px;padding:0 9px;color:#c9dcf0;font-size:10px}.server-picker b{flex:1}.server-dot{width:7px;height:7px;border-radius:50%;background:#1ee29a;box-shadow:0 0 10px rgba(30,226,154,.75)}.client-side-bottom{margin-top:auto;display:grid;gap:4px;padding-top:22px}.client-side-bottom>a{color:#8fa6bd;text-decoration:none;font-size:10px;padding:7px 9px;border-radius:7px}.client-side-bottom>a:hover{background:#071c34;color:#fff}.client-user-card{margin-top:8px;border:1px solid #12365d;background:#06182d;border-radius:10px;padding:9px;display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;color:#fff;text-align:left;cursor:pointer}.client-user-avatar{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#675cff,#21b8ff);display:grid;place-items:center;overflow:hidden;font-weight:900}.client-user-avatar img{width:100%;height:100%;object-fit:cover}.client-user-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.client-user-card b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-user-card small{font-size:8px;color:#6f8dab;margin-top:3px}.client-user-card i{font-style:normal;color:#6b86a2}.client-main{height:100vh;overflow:auto;padding:0 22px 30px;background:#01040b}.client-topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;z-index:10;background:rgba(1,4,11,.88);backdrop-filter:blur(14px)}.client-breadcrumb{display:flex;align-items:center;gap:12px;background:#06152a;border:1px solid #0e2d50;border-radius:9px;padding:10px 14px;font-size:10px;color:#6f8dab}.client-breadcrumb b{color:#d5e8fa}.client-breadcrumb i{font-style:normal;color:#385879}.client-top-actions{display:flex;align-items:center;gap:8px}.client-top-actions button{border:0;border-radius:7px;padding:7px 10px;font-size:8px;font-weight:800}.status-pill{background:#0ab96e;color:#fff}.status-pill i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#bfffe3;margin-right:5px}.version-pill{background:#07182d;color:#7595b6}.update-pill{background:transparent!important;border:1px solid #cf8200!important;color:#ffa200}.client-panel{display:none;animation:dashboardFade .22s ease}.client-panel.active{display:block}@keyframes dashboardFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.dashboard-hero-strip{height:118px;border-radius:12px;background:radial-gradient(circle at 60% 10%,rgba(52,150,255,.42),transparent 28%),linear-gradient(135deg,#061228,#0b284e 52%,#07162b);border:1px solid #0e2e52;position:relative;overflow:hidden;margin-bottom:14px}.dashboard-hero-strip:before,.dashboard-hero-strip:after{content:"";position:absolute;width:360px;height:360px;border:2px solid rgba(134,209,255,.12);transform:rotate(45deg);top:-280px}.dashboard-hero-strip:before{left:32%}.dashboard-hero-strip:after{right:9%}.hero-shape{position:absolute;right:8%;top:-36px;font-size:130px;font-weight:950;letter-spacing:-13px;color:rgba(171,220,255,.09);transform:skewX(-12deg)}.summary-grid,.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.summary-grid article{position:relative;min-height:100px;padding:17px 16px 14px 54px;background:#020a19;border:1px solid #0d294b;border-radius:12px}.summary-grid small,.metric-card small{display:block;font-size:8px;color:#69a1cf;font-weight:800;margin-bottom:13px}.summary-grid b{font-size:12px}.summary-icon{position:absolute;left:14px;top:15px;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:13px}.summary-icon.blue{background:#062a55;color:#23a5ff}.summary-icon.cyan{background:#052b3c;color:#1ed4f0}.summary-icon.violet{background:#27114c;color:#a45cff}.summary-icon.green{background:#063a2c;color:#1ed994}.mini-action{position:absolute;right:12px;top:14px;border:0;border-radius:7px;background:#168fff;color:#001226;font-size:8px;font-weight:900;padding:7px 9px;cursor:pointer}.eye-action{position:absolute;right:14px;bottom:14px;border:0;background:transparent;color:#7294b7;cursor:pointer}.validity-tag{position:absolute;right:14px;bottom:12px;font-size:8px;color:#20e69e;border:1px solid rgba(32,230,158,.45);background:rgba(32,230,158,.08);border-radius:5px;padding:4px 6px}.metrics-grid{margin-top:12px}.metric-card{min-height:92px;padding:16px;background:#020a19;border:1px solid #0d294b;border-radius:12px;border-left:3px solid}.metric-card.cyan{border-left-color:#1ad3ef}.metric-card.purple{border-left-color:#9255ff}.metric-card.pink{border-left-color:#ff3767}.metric-card.green{border-left-color:#18d78f}.metric-card strong{display:block;font-size:26px;line-height:1;color:#fff}.metric-card.cyan strong{color:#1ad3ef}.metric-card.purple strong{color:#9255ff}.metric-card.pink strong{color:#ff3767}.metric-card.green strong{color:#18d78f}.metric-card strong em{font-size:11px;font-style:normal;color:#6c88a8;margin-left:4px}.metric-card span{display:block;font-size:8px;color:#59718d;margin-top:10px}.analytics-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(220px,.9fr) minmax(220px,.9fr);gap:12px;margin-top:12px}.analytics-card{min-height:355px;background:#020a19;border:1px solid #0d294b;border-radius:12px;padding:17px}.analytics-head{display:flex;justify-content:space-between;align-items:flex-start}.analytics-head>div:first-child{display:flex;flex-direction:column}.analytics-head b{font-size:11px}.analytics-head small{font-size:8px;color:#557392;margin-top:4px}.range-tabs{display:flex;background:#05172d;border-radius:7px;padding:2px}.range-tabs button{border:0;background:transparent;color:#567493;font-size:7px;padding:5px 7px;border-radius:5px;cursor:pointer}.range-tabs button.active{background:#0a315c;color:#fff}.activity-chart{width:100%;height:248px;margin-top:9px;overflow:visible}.chart-grid-lines line{stroke:#0b213d;stroke-width:1;stroke-dasharray:3 4}.players-fill{fill:url(#playersArea)}.players-line-new{fill:none;stroke:#3b96ff;stroke-width:2.2}.bans-fill{fill:url(#bansArea)}.bans-line-new{fill:none;stroke:#ff3c61;stroke-width:1.7}.chart-legend{display:flex;justify-content:center;gap:18px;font-size:8px;color:#829bb4}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:2px}.legend-blue{background:#3b96ff}.legend-red{background:#ff3c61}.donut-wrap{display:grid;place-items:center;margin:28px 0 25px}.dashboard-donut{width:112px;height:112px;border-radius:50%;display:grid;place-items:center}.donut-a{background:conic-gradient(#17c8dc 0 31%,#9255ff 31% 58%,#ff9c16 58% 73%,#14d291 73% 89%,#ff4f88 89%)}.donut-b{background:conic-gradient(#17c8dc 0 28%,#9255ff 28% 50%,#ff9c16 50% 66%,#14d291 66% 82%,#ff4f88 82%)}.dashboard-donut>span{width:72px;height:72px;border-radius:50%;background:#020a19;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashboard-donut b{font-size:19px}.dashboard-donut small{font-size:8px;color:#62809f}.donut-card-new ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:9px;color:#7792ae}.donut-card-new li{display:flex;align-items:center}.donut-card-new li i{width:7px;height:7px;border-radius:50%;background:#17c8dc;margin-right:7px}.donut-card-new li:nth-child(2) i{background:#9255ff}.donut-card-new li:nth-child(3) i{background:#ff9c16}.donut-card-new li:nth-child(4) i{background:#14d291}.donut-card-new li b{margin-left:auto;color:#dbe8f6}.placeholder-panel{min-height:calc(100vh - 110px);display:none;place-content:center;text-align:center;max-width:850px;margin:auto}.placeholder-panel.active{display:grid}.placeholder-icon{width:66px;height:66px;border-radius:20px;background:linear-gradient(135deg,#0b4d93,#0fb9ff);display:grid;place-items:center;margin:0 auto 20px;font-size:28px;box-shadow:0 18px 50px rgba(0,128,255,.22)}.eyebrow-dashboard{font-size:9px;color:#35bfff;letter-spacing:2px;font-weight:900}.placeholder-panel h1{font-size:42px;margin:12px 0}.placeholder-panel>p{color:#7591ad;max-width:600px;line-height:1.7;margin:0 auto}.placeholder-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.placeholder-options button{min-height:90px;border:1px solid #10355d;border-radius:13px;background:#041226;color:#d6e8f9;cursor:pointer;text-align:left;padding:16px;transition:.18s}.placeholder-options button:hover{border-color:#1f91e9;transform:translateY(-2px);background:#061a34}.placeholder-options b{display:block;font-size:11px;margin-bottom:6px}.placeholder-options small{color:#607d9b;font-size:9px}.dashboard-toast{position:fixed;right:24px;bottom:24px;z-index:99;padding:13px 17px;border:1px solid #19568b;border-radius:10px;background:#06182e;color:#dff2ff;font-size:11px;opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.dashboard-toast.show{opacity:1;transform:none}
@media(max-width:1200px){.client-shell{grid-template-columns:210px minmax(0,1fr)}.analytics-layout{grid-template-columns:1.7fr 1fr}.analytics-layout .donut-card-new:last-child{display:none}.summary-grid,.metrics-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.client-dashboard-page{overflow:auto}.client-shell{display:block;height:auto}.client-sidebar{height:auto;position:sticky;top:0;z-index:30;padding:10px 12px;display:flex;flex-direction:row;align-items:center;overflow:visible}.client-logo{padding:0}.client-logo>span:last-child,.client-search,.client-main-nav,.client-nav-label,.server-picker,.client-server-nav,.client-side-bottom>a{display:none}.client-side-bottom{margin:0 0 0 auto;padding:0}.client-user-card{margin:0}.client-main{height:auto;min-height:100vh;padding:0 12px 24px}.client-topbar{height:62px}.client-top-actions .version-pill,.client-top-actions .update-pill{display:none}.analytics-layout{grid-template-columns:1fr}.analytics-layout .donut-card-new:last-child{display:block}.summary-grid,.metrics-grid{grid-template-columns:1fr 1fr}.placeholder-options{grid-template-columns:1fr}}
@media(max-width:560px){.summary-grid,.metrics-grid{grid-template-columns:1fr}.client-breadcrumb{max-width:54%;overflow:hidden;white-space:nowrap}.dashboard-hero-strip{height:90px}.analytics-card{min-height:300px}.activity-chart{height:205px}}

/* Interactions et animations du dashboard */
.client-dashboard-page *{scrollbar-width:thin;scrollbar-color:#123a63 transparent}.client-dashboard-page button,.interactive-card{ -webkit-tap-highlight-color:transparent}.client-logo-mark{animation:logoFloat 4s ease-in-out infinite}.server-dot,.status-pill i{animation:statusPulse 1.8s ease-in-out infinite}.dashboard-hero-strip{animation:heroReveal .7s cubic-bezier(.2,.8,.2,1) both}.dashboard-hero-strip:before{animation:shapeDrift 12s ease-in-out infinite alternate}.dashboard-hero-strip:after{animation:shapeDrift 15s ease-in-out infinite alternate-reverse}.hero-shape{animation:heroTextFloat 7s ease-in-out infinite}.summary-grid article,.metric-card,.analytics-card{animation:cardReveal .55s cubic-bezier(.2,.8,.2,1) both}.summary-grid article:nth-child(2),.metrics-grid article:nth-child(2){animation-delay:.06s}.summary-grid article:nth-child(3),.metrics-grid article:nth-child(3){animation-delay:.12s}.summary-grid article:nth-child(4),.metrics-grid article:nth-child(4){animation-delay:.18s}.analytics-card:nth-child(2){animation-delay:.09s}.analytics-card:nth-child(3){animation-delay:.18s}.interactive-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;transform-style:preserve-3d;cursor:pointer}.interactive-card:hover{transform:translateY(-3px);border-color:#1a5b95;box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 0 1px rgba(31,146,255,.08)}.interactive-card:active{transform:translateY(-1px) scale(.995)}.client-nav-item{position:relative;overflow:hidden;transition:background .2s ease,color .2s ease,transform .18s ease}.client-nav-item:before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;border-radius:0 4px 4px 0;background:#27a9ff;transform:translateY(-50%);transition:height .22s ease}.client-nav-item:hover{transform:translateX(3px);background:#071d37;color:#fff}.client-nav-item.active:before{height:58%}.client-nav-item i{transition:transform .22s ease,color .22s ease}.client-nav-item:hover i{transform:scale(1.14);color:#38bfff}.client-search{width:100%;border:1px solid #0d294b;background:#041226;color:#6e8ca9;cursor:pointer;text-align:left;transition:.2s}.client-search:hover{border-color:#1a6099;background:#061933;color:#d9ebfb;box-shadow:0 0 0 3px rgba(23,139,255,.06)}.server-picker{width:100%;border:0;background:transparent;cursor:pointer;text-align:left;transition:.2s;border-radius:8px}.server-picker:hover{background:#071b32}.server-chevron{transition:transform .22s ease}.server-picker.open .server-chevron{transform:rotate(180deg)}.server-menu{margin:4px 0 8px;padding:6px;border:1px solid #12365d;border-radius:10px;background:#041226;box-shadow:0 18px 40px rgba(0,0,0,.4);animation:menuDrop .2s ease}.server-menu button{width:100%;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;border:0;background:transparent;color:#cfe2f5;padding:9px;border-radius:7px;text-align:left;cursor:pointer}.server-menu button:hover{background:#08203d}.server-menu button i{width:7px;height:7px;border-radius:50%;background:#1de397}.server-menu button span{display:flex;flex-direction:column}.server-menu button b{font-size:9px}.server-menu button small{font-size:7px;color:#6785a3;margin-top:2px}.server-menu button em{font-size:7px;font-style:normal;color:#1de397}.add-server-icon{width:22px;height:22px;display:grid!important;place-items:center;border-radius:6px;background:#0b3158;color:#3bbcff}.client-top-actions button,.mini-action,.eye-action,.range-tabs button,.placeholder-options button,.dashboard-modal-primary{position:relative;overflow:hidden;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.client-top-actions button:hover,.mini-action:hover,.dashboard-modal-primary:hover{transform:translateY(-2px);filter:brightness(1.12);box-shadow:0 8px 20px rgba(0,116,255,.16)}.client-top-actions button:active,.mini-action:active,.range-tabs button:active{transform:scale(.96)}.eye-action:hover{color:#35bdff;transform:scale(1.15)}.range-tabs button.active{animation:tabPop .22s ease}.ripple{display:none!important}.players-line-new,.bans-line-new{stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawLine 1.5s .25s ease forwards}.players-fill,.bans-fill{opacity:0;animation:areaFade .8s .55s ease forwards}.dashboard-donut{animation:donutReveal .75s .35s cubic-bezier(.2,.8,.2,1) both}.metric-card strong.counter-anim{animation:numberPop .35s ease}.dashboard-toast{box-shadow:0 14px 38px rgba(0,0,0,.42)}
.command-palette,.dashboard-modal{position:fixed;inset:0;z-index:120;display:none;place-items:start center;padding-top:11vh}.command-palette.open,.dashboard-modal.open{display:grid}.command-backdrop,.dashboard-modal-backdrop{position:absolute;inset:0;background:rgba(0,3,10,.72);backdrop-filter:blur(8px);animation:fadeIn .18s ease}.command-box{position:relative;width:min(620px,calc(100% - 28px));border:1px solid #174571;border-radius:16px;background:#041125;box-shadow:0 34px 90px rgba(0,0,0,.7);overflow:hidden;animation:modalIn .22s ease}.command-input-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:15px 17px;border-bottom:1px solid #102d4f}.command-input-wrap input{border:0;outline:0;background:transparent;color:#edf7ff;font-size:14px}.command-input-wrap kbd{font-size:9px;color:#6c89a5;border:1px solid #183c62;border-radius:5px;padding:4px 6px}.command-results{max-height:390px;overflow:auto;padding:8px}.command-result{width:100%;border:0;background:transparent;color:#d5e7f8;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.command-result:hover,.command-result.selected{background:#08203c}.command-result i{width:32px;height:32px;border-radius:9px;background:#0a315a;color:#42c3ff;display:grid;place-items:center;font-style:normal}.command-result span{display:flex;flex-direction:column}.command-result b{font-size:11px}.command-result small{font-size:8px;color:#6986a3;margin-top:3px}.dashboard-modal{place-items:center;padding:20px}.dashboard-modal-card{position:relative;width:min(430px,calc(100% - 28px));border:1px solid #164670;border-radius:17px;background:linear-gradient(145deg,#07182e,#030b18);padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.7);animation:modalIn .22s ease}.dashboard-modal-card h2{font-size:25px;margin:10px 0}.dashboard-modal-card p{color:#829bb4;line-height:1.65;font-size:12px}.dashboard-modal-close{position:absolute;right:12px;top:9px;border:0;background:transparent;color:#718ba5;font-size:24px;cursor:pointer}.dashboard-modal-primary{width:100%;border:0;border-radius:10px;background:linear-gradient(90deg,#087fff,#16cfff);color:#fff;font-weight:900;padding:12px;margin-top:12px;cursor:pointer}
@keyframes logoFloat{50%{transform:translateY(-2px);filter:drop-shadow(0 0 9px rgba(35,173,255,.35))}}@keyframes statusPulse{50%{box-shadow:0 0 0 5px rgba(30,226,154,0)}}@keyframes heroReveal{from{opacity:0;transform:translateY(-10px) scale(.99)}to{opacity:1;transform:none}}@keyframes shapeDrift{to{transform:rotate(52deg) translate(18px,-8px)}}@keyframes heroTextFloat{50%{transform:skewX(-12deg) translateY(8px)}}@keyframes cardReveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes menuDrop{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes tabPop{50%{transform:scale(1.06)}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes areaFade{to{opacity:1}}@keyframes donutReveal{from{opacity:0;transform:scale(.65) rotate(-35deg)}to{opacity:1;transform:none}}@keyframes numberPop{50%{transform:scale(1.08)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes modalIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.client-dashboard-page *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Icônes de navigation et carte Discord */
.client-nav-item i{display:grid;place-items:center;width:19px;height:19px;flex:0 0 19px}.client-nav-item i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease,filter .22s ease}.client-nav-item:hover i svg{transform:scale(1.08);filter:drop-shadow(0 0 5px rgba(54,190,255,.45))}.client-nav-item.active i svg{stroke:#dff6ff}.client-user-card{min-height:58px;border-radius:9px;background:linear-gradient(135deg,#07182d,#061426);border:1px solid #16466f;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.client-user-card:hover{background:linear-gradient(135deg,#09203a,#07182d);border-color:#2187ca;transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.28)}.client-user-avatar{border-radius:8px;border:1px solid rgba(93,190,255,.35);box-shadow:0 0 14px rgba(24,151,255,.14)}.client-user-card b{font-size:10px;color:#f2f8ff}.client-user-card small{font-size:7.5px;color:#6f91b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discord-card-chevron{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;background:#0a2440;color:#7cbde9!important;font-size:16px;transition:.2s}.client-user-card:hover .discord-card-chevron{background:#0d3157;color:#bceaff!important;transform:translateX(2px)}


/* Configuration panel */
.config-panel{padding-bottom:40px}.config-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:2px 0 20px}.config-heading h1{font-size:25px;margin:0 0 4px}.config-heading p{margin:0;color:#56a7db;font-size:11px}.config-save-state{font-size:9px;color:#6e8ca8;border:1px solid #123556;background:#051326;border-radius:999px;padding:7px 10px}.config-toolbar{border:1px solid #0f2f52;border-radius:11px;background:#020a18;padding:12px;margin-bottom:14px}.config-search-wrap{height:38px;border:1px solid #0d3155;border-radius:7px;background:#031127;display:flex;align-items:center;padding:0 11px;color:#5f86a8}.config-search-wrap input{flex:1;border:0;background:transparent;color:#dcecff;outline:0;font-size:10px}.config-search-wrap input::placeholder{color:#517492}.config-toolbar-row{display:flex;justify-content:space-between;gap:12px;margin-top:10px}.config-left-actions,.config-right-actions{display:flex;gap:8px}.config-btn{border:1px solid #0d3155;background:#04142a;color:#bcd8ef;border-radius:7px;min-height:31px;padding:0 11px;font-size:9px;font-weight:700;cursor:pointer}.config-btn:hover{border-color:#168ce1;background:#071e3a;color:#fff}.config-btn.primary{background:#0874ce;border-color:#0d8df4;color:#fff}.config-btn.muted{color:#6985a0}.config-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;background:#04152b;border:1px solid #0d2d4d;border-radius:8px;padding:2px;margin-bottom:12px}.config-tabs button{height:34px;border:0;border-radius:6px;background:transparent;color:#67a4d2;font-size:9px;font-weight:800;cursor:pointer}.config-tabs button:hover{background:#071d38;color:#dff3ff}.config-tabs button.active{background:#072445;color:#d9efff;box-shadow:inset 0 0 0 1px rgba(22,122,207,.18)}.config-tab-pane{display:none}.config-tab-pane.active{display:block;animation:dashboardFade .22s ease}.config-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:start}.config-column{display:grid;gap:12px}.config-card{border:1px solid #0d3154;border-radius:10px;background:#020917;overflow:hidden}.config-card>header{padding:15px 16px 11px}.config-card h2{font-size:12px;margin:0;color:#dbeaff}.config-card header p{font-size:9px;color:#5c98c6;margin:7px 0 0}.config-options{padding:0 12px 12px}.config-option{height:34px;border:1px solid #0b2948;border-bottom:0;background:#021022;display:flex;align-items:center;padding:0 9px;cursor:pointer}.config-option:first-child{border-radius:7px 7px 0 0}.config-option:last-child{border-bottom:1px solid #0b2948;border-radius:0 0 7px 7px}.config-option>span{flex:1;font-size:9px;font-weight:700;color:#b9d3e8}.config-option i,.config-text-setting i,.config-exceptions i{font-style:normal;color:#6d91b3;font-size:8px}.config-option input{position:absolute;opacity:0;pointer-events:none}.config-option b{width:26px;height:15px;border-radius:999px;background:#14324d;position:relative;transition:.2s}.config-option b:after{content:"";position:absolute;width:11px;height:11px;left:2px;top:2px;border-radius:50%;background:#a7d4f3;transition:.2s}.config-option input:checked+b{background:#078eea}.config-option input:checked+b:after{transform:translateX(11px);background:#02131f}.config-option:hover{background:#04162d}.config-option.changed{animation:configFlash .35s ease}.config-text-setting{display:grid;gap:7px;padding:0 12px 14px;font-size:9px;color:#b9d3e8;font-weight:700}.config-text-setting input{height:34px;border:1px solid #0d3155;border-radius:7px;background:#031329;color:#cce4f7;padding:0 9px;outline:0;font-size:9px}.config-text-setting input:focus{border-color:#178fe8}.config-exceptions{padding:0 12px 14px}.config-exceptions>b{font-size:9px;color:#b9d3e8}.exception-add{display:grid;grid-template-columns:1fr auto auto;gap:6px;margin-top:10px}.exception-add input{height:31px;border:1px solid #0d3155;border-radius:6px;background:#031329;color:#d7edff;padding:0 9px;outline:0;font-size:9px}.exception-add button{height:31px;border:1px solid #0d3155;border-radius:6px;background:#06182f;color:#add4ef;font-size:8px;font-weight:800;cursor:pointer}.exception-add button:hover{border-color:#1289dc;color:#fff}.exception-add button.muted{color:#66829e}.config-exceptions>small{display:block;margin-top:8px;color:#5f83a4;font-size:8px}.exception-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;min-height:25px}.exception-list em{font-size:9px;color:#63809c}.exception-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #12456f;background:#061a31;color:#b9dcf5;border-radius:6px;padding:6px 8px;font-size:8px}.exception-chip button{border:0;background:transparent;color:#ff6d87;cursor:pointer;padding:0}.empty-config-pane{min-height:420px;border:1px solid #0d3154;border-radius:11px;background:#020917;display:grid;place-content:center;text-align:center}.empty-config-pane>span{font-size:34px;color:#238edc}.empty-config-pane h2{font-size:24px;margin:12px 0 6px}.empty-config-pane p{color:#63809d;font-size:10px}.config-card.filtered-out{display:none}@keyframes configFlash{0%{background:#062345}100%{background:#021022}}
@media(max-width:1250px){.config-columns{grid-template-columns:1fr 1fr}.config-column:last-child{grid-column:1/-1}.config-tabs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.config-columns{grid-template-columns:1fr}.config-column:last-child{grid-column:auto}.config-toolbar-row{flex-direction:column}.config-right-actions{justify-content:flex-end}.config-tabs{grid-template-columns:repeat(2,1fr)}}


/* Configuration readability + exact icon styling */
.config-panel{padding:10px 14px 55px!important}.config-heading{margin:4px 0 22px!important;align-items:center!important}.config-heading h1{font-size:30px!important;line-height:1.1!important}.config-heading p{font-size:14px!important;margin-top:7px!important}.config-save-state{font-size:11px!important;padding:9px 13px!important}.config-toolbar{padding:15px!important;border-radius:12px!important;margin-bottom:17px!important}.config-search-wrap{height:46px!important;padding:0 14px!important;gap:10px!important}.config-search-wrap input{font-size:13px!important}.config-svg-icon,.config-btn .config-svg-icon{display:grid;place-items:center;flex:0 0 auto}.config-svg-icon svg,.config-btn .config-svg-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.config-toolbar-row{margin-top:12px!important}.config-left-actions,.config-right-actions{gap:9px!important}.config-btn{min-height:38px!important;padding:0 14px!important;font-size:11px!important;display:inline-flex;align-items:center;gap:8px}.config-tabs{min-height:48px!important;padding:4px!important;gap:4px!important;margin-bottom:16px!important}.config-tabs button{height:40px!important;font-size:11px!important;display:flex;align-items:center;justify-content:center;gap:8px!important}.config-tabs button i{display:grid;place-items:center;width:18px;height:18px}.config-tabs button i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.config-tabs button:hover i svg,.config-tabs button.active i svg{filter:drop-shadow(0 0 5px rgba(52,190,255,.55))}.config-columns{grid-template-columns:repeat(3,minmax(330px,1fr))!important;gap:16px!important}.config-column{gap:16px!important}.config-card{border-radius:12px!important}.config-card>header{padding:18px 18px 13px!important}.config-card h2{font-size:15px!important;display:flex;align-items:center;gap:9px!important;line-height:1.25}.card-title-icon{display:grid;place-items:center;width:19px;height:19px;color:#99c6e8}.card-title-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.config-card header p{font-size:11px!important;margin-top:8px!important;line-height:1.45}.config-options{padding:0 15px 15px!important}.config-option{min-height:42px!important;height:auto!important;padding:8px 11px!important}.config-option>span{font-size:11.5px!important;line-height:1.3!important;padding-right:12px}.config-option i,.config-text-setting i,.config-exceptions i{font-size:10px!important}.config-option b{width:34px!important;height:19px!important;flex:0 0 34px}.config-option b:after{width:15px!important;height:15px!important}.config-option input:checked+b:after{transform:translateX(15px)!important}.config-text-setting{padding:0 15px 17px!important;font-size:11.5px!important}.config-text-setting input{height:42px!important;font-size:11.5px!important;padding:0 11px!important}.config-exceptions{padding:0 15px 17px!important}.config-exceptions>b{font-size:11.5px!important}.exception-add{gap:8px!important}.exception-add input{height:39px!important;font-size:11px!important}.exception-add button{height:39px!important;font-size:10px!important;padding:0 12px!important}.config-exceptions>small{font-size:9.5px!important}.exception-list em{font-size:11px!important}.exception-chip{font-size:10px!important;padding:7px 9px!important}.empty-config-pane p{font-size:12px!important}.config-content{overflow-x:auto;padding-bottom:8px}.config-option:hover{background:rgba(8,31,56,.72);transition:background .18s ease}.config-btn:active,.config-tabs button:active{transform:scale(.98)}
@media(max-width:1450px){.config-columns{grid-template-columns:repeat(2,minmax(360px,1fr))!important}.config-column:last-child{grid-column:1/-1!important}.config-tabs{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:950px){.config-panel{padding-left:8px!important;padding-right:8px!important}.config-columns{grid-template-columns:1fr!important}.config-column:last-child{grid-column:auto!important}.config-tabs{grid-template-columns:repeat(2,1fr)!important}.config-toolbar-row{flex-direction:column!important}.config-left-actions,.config-right-actions{flex-wrap:wrap}.config-heading{align-items:flex-start!important}.config-save-state{display:none}.config-card h2{font-size:14px!important}.config-option>span{font-size:11px!important}}

/* ADN mini logo used instead of generic info glyphs */
.adn-info-logo{display:inline-grid!important;place-items:center;width:13px;height:13px;margin-left:5px;vertical-align:-2px;opacity:.72;transition:opacity .18s ease,transform .18s ease,filter .18s ease;cursor:help}.adn-info-logo img{display:block;width:100%;height:100%;object-fit:contain}.config-option:hover .adn-info-logo,.config-list-setting:hover .adn-info-logo,.config-text-setting:hover .adn-info-logo{opacity:1;transform:scale(1.08);filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}

/* Weapons configuration */
.weapon-config-columns{grid-template-columns:repeat(3,minmax(360px,1fr))!important}.weapon-card{overflow:visible}.weapon-card>header{padding-bottom:14px!important}.compact-options{padding-top:0!important}.last-options{padding-bottom:15px!important}.config-list-setting{padding:0 15px 16px}.config-list-setting>strong{display:flex;align-items:center;color:#c8e2f6;font-size:11.5px;line-height:1.3;margin-bottom:10px}.config-list-add{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.config-list-add input{height:40px;border:1px solid #0d3155;border-radius:7px;background:#031329;color:#d7edff;padding:0 11px;outline:0;font-size:11px}.config-list-add input:focus{border-color:#168fe8;box-shadow:0 0 0 3px rgba(22,143,232,.08)}.config-list-add button{height:40px;border:1px solid #0f3c66;border-radius:7px;background:#061a33;color:#c9e5f8;padding:0 13px;font-size:10px;font-weight:800;cursor:pointer;transition:.18s}.config-list-add button:hover{border-color:#1699f2;background:#082440;color:#fff;transform:translateY(-1px)}.config-list-add button.muted{color:#718ba3;background:#041124}.config-list-setting>small{display:block;margin-top:8px;color:#5e9dca;font-size:9.5px}.config-chip-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;min-height:28px}.config-chip-list.tall{max-height:190px;overflow:auto;padding-right:4px}.config-chip-list em{color:#66849f;font-size:10.5px;padding:5px 2px}.config-list-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #0d4b7d;border-radius:6px;background:#07325e;color:#67bfff;font-size:9.5px;font-weight:700}.config-list-chip button{border:0;background:transparent;color:#8ecaf6;font-size:14px;line-height:1;padding:0;cursor:pointer}.config-list-chip button:hover{color:#fff}.weapon-card .config-options+.config-list-setting{border-top:1px solid rgba(12,48,82,.65);padding-top:14px}.weapon-card .config-list-setting+.config-options{border-top:1px solid rgba(12,48,82,.65);padding-top:14px!important}
@media(max-width:1450px){.weapon-config-columns{grid-template-columns:repeat(2,minmax(380px,1fr))!important}.weapon-config-columns .config-column:last-child{grid-column:1/-1!important}}
@media(max-width:950px){.weapon-config-columns{grid-template-columns:1fr!important}.weapon-config-columns .config-column:last-child{grid-column:auto!important}.config-list-add{grid-template-columns:1fr 1fr}.config-list-add input{grid-column:1/-1}}


/* Clean page transitions and global dashboard motion */
.client-main{overflow:hidden}.client-panel{opacity:0;transform:translateY(10px) scale(.995);filter:blur(4px);pointer-events:none;transition:opacity .28s ease,transform .38s cubic-bezier(.22,.8,.2,1),filter .28s ease}.client-panel.active{opacity:1;transform:none;filter:none;pointer-events:auto}.client-panel.panel-leave{opacity:0;transform:translateY(-8px) scale(.995);filter:blur(3px)}.client-panel.panel-enter{opacity:0;transform:translateY(14px) scale(.992);filter:blur(4px)}
.client-nav-item,.server-picker,.client-user-card,.interactive-card,.analytics-card,.config-card,.config-btn,.config-tabs button{transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,opacity .22s ease}.client-nav-item:hover{transform:translateX(4px)}.client-nav-item.active{animation:navSelect .34s cubic-bezier(.22,.8,.2,1)}.interactive-card:hover,.analytics-card:hover,.config-card:hover{border-color:rgba(37,118,184,.72)}.config-page-swap{animation:configPageSwap .42s cubic-bezier(.22,.8,.2,1)}.summary-grid article,.metrics-grid article,.analytics-layout article{animation:dashCardIn .5s both}.summary-grid article:nth-child(2),.metrics-grid article:nth-child(2),.analytics-layout article:nth-child(2){animation-delay:.04s}.summary-grid article:nth-child(3),.metrics-grid article:nth-child(3),.analytics-layout article:nth-child(3){animation-delay:.08s}.summary-grid article:nth-child(4),.metrics-grid article:nth-child(4){animation-delay:.12s}
@keyframes navSelect{0%{transform:translateX(-4px);opacity:.7}100%{transform:none;opacity:1}}@keyframes configPageSwap{0%{opacity:.25;transform:translateY(8px)}100%{opacity:1;transform:none}}@keyframes dashCardIn{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:none}}

/* Tooltip on ADN info mini-logo */
.adn-tooltip{position:fixed;z-index:9999;max-width:290px;padding:10px 12px;border:1px solid rgba(56,155,232,.55);border-radius:9px;background:rgba(3,13,29,.97);box-shadow:0 12px 34px rgba(0,0,0,.45),0 0 22px rgba(24,145,232,.12);color:#cfe8fa;font-size:11px;line-height:1.45;letter-spacing:.01em;opacity:0;transform:translateY(5px) scale(.98);pointer-events:none;transition:opacity .16s ease,transform .18s cubic-bezier(.22,.8,.2,1);backdrop-filter:blur(10px)}.adn-tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;background:rgba(3,13,29,.97);border-right:1px solid rgba(56,155,232,.55);border-bottom:1px solid rgba(56,155,232,.55);transform:translateX(-50%) rotate(45deg)}.adn-tooltip.below:after{top:-6px;bottom:auto;border:0;border-left:1px solid rgba(56,155,232,.55);border-top:1px solid rgba(56,155,232,.55)}.adn-tooltip.show{opacity:1;transform:none}.adn-info-logo{position:relative}.adn-info-logo:focus{outline:1px solid rgba(90,190,255,.7);outline-offset:2px;border-radius:4px}
@media(prefers-reduced-motion:reduce){.client-panel,.client-nav-item,.interactive-card,.analytics-card,.config-card,.config-page-swap,.summary-grid article,.metrics-grid article,.analytics-layout article{animation:none!important;transition:none!important}}

/* Hover cleanup: no frame movement or click burst */
.interactive-card:hover,.analytics-card:hover,.config-card:hover,.summary-grid article:hover,.metrics-grid article:hover,.dashboard-card:hover{transform:none!important;}
.ripple{display:none!important;}


/* Correctif scroll configuration + suppression totale des effets de clic */
.client-dashboard-page{overflow:hidden!important;}
.client-shell{height:100vh!important;min-height:0!important;}
.client-main{height:100vh!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth!important;overscroll-behavior:contain!important;padding-bottom:80px!important;}
.client-panel.active{min-height:max-content!important;}
#panel-configuration{padding-bottom:100px!important;}
.config-content{overflow:visible!important;padding-bottom:30px!important;}
.config-tab-pane.active{min-height:max-content!important;}

/* Aucun cercle, flash, explosion ou vague blanche au clic */
.client-dashboard-page button,
.client-dashboard-page [role="button"],
.client-dashboard-page a,
.client-dashboard-page label,
.client-dashboard-page input,
.client-dashboard-page select{
  -webkit-tap-highlight-color:transparent!important;
}
.client-dashboard-page button:focus,
.client-dashboard-page button:focus-visible,
.client-dashboard-page a:focus,
.client-dashboard-page a:focus-visible,
.client-dashboard-page [role="button"]:focus,
.client-dashboard-page [role="button"]:focus-visible{
  outline:none!important;
  box-shadow:none!important;
}
.client-dashboard-page button:active,
.client-dashboard-page .interactive-card:active,
.client-dashboard-page .config-btn:active,
.client-dashboard-page .config-tabs button:active,
.client-dashboard-page .client-nav-item:active,
.client-dashboard-page .range-tabs button:active{
  transform:none!important;
  filter:none!important;
}
.client-dashboard-page .ripple,
.client-dashboard-page .click-ripple,
.client-dashboard-page .click-wave,
.client-dashboard-page .click-burst,
.client-dashboard-page .mouse-explosion{display:none!important;animation:none!important;}
.config-option.changed{animation:none!important;background:#021022!important;}


/* Entities / Explosions / API */
.api-config-tab i{width:19px!important;height:19px!important}.api-config-tab i img{width:17px;height:17px;object-fit:contain;display:block;opacity:.9}.api-config-tab:hover i img,.api-config-tab.active i img{filter:drop-shadow(0 0 5px rgba(255,255,255,.55));opacity:1}.api-empty-pane img{width:34px;height:34px;object-fit:contain;margin-bottom:8px}.entities-config-columns{grid-template-columns:repeat(3,minmax(370px,1fr))!important;align-items:start}.explosion-config-columns{grid-template-columns:minmax(480px,1fr) minmax(480px,1fr)!important;align-items:start;max-width:1500px}.entity-card{overflow:hidden}.explosion-selector{padding:0 15px 16px}.explosion-selector>strong{display:flex;align-items:center;color:#c8e2f6;font-size:11.5px;margin-bottom:10px}.explosion-select-head{width:100%;height:42px;border:1px solid #0d3155;border-radius:7px;background:#031329;color:#d7edff;padding:0 12px;display:flex;align-items:center;justify-content:space-between;font-size:11px;cursor:pointer}.explosion-select-head b{color:#5b7893;font-size:16px}.explosion-chip-grid{display:flex;flex-wrap:wrap;gap:7px;max-height:175px;overflow:auto;margin-top:9px;padding:8px;border:1px solid #0d3155;border-radius:7px;background:#020d1d}.explosion-chip{border:1px solid #125184;border-radius:6px;background:#03172d;color:#d0e9fb;padding:6px 9px;font-size:10px;cursor:pointer;transition:background-color .16s,border-color .16s,color .16s}.explosion-chip.selected{background:#078df0;border-color:#078df0;color:#00111f}.explosion-chip:hover{border-color:#28a9ff}.entities-config-columns .config-card,.explosion-config-columns .config-card{min-width:0}.entities-config-columns .config-option>span,.explosion-config-columns .config-option>span{font-size:11.5px!important}.entities-config-columns .config-chip-list.tall{max-height:190px}.config-tabs{grid-template-columns:repeat(7,1fr)!important}
@media(max-width:1450px){.entities-config-columns{grid-template-columns:repeat(2,minmax(380px,1fr))!important}.entities-config-columns .config-column:last-child{grid-column:1/-1!important}.explosion-config-columns{grid-template-columns:1fr 1fr!important}.config-tabs{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:980px){.entities-config-columns,.explosion-config-columns{grid-template-columns:1fr!important}.entities-config-columns .config-column:last-child{grid-column:auto!important}.config-tabs{grid-template-columns:repeat(2,1fr)!important}}

/* Settings tab */
.settings-config-columns{grid-template-columns:repeat(3,minmax(360px,1fr))!important;align-items:start}.settings-card .config-text-setting{border-top:1px solid #0d2746;padding-top:13px!important}.settings-card .config-text-setting:first-of-type{border-top:0}.settings-card .config-list-setting{border-top:1px solid #0d2746}.settings-card input[type=url],.settings-card input[type=text],.settings-card input[type=number]{width:100%}.settings-card header p{color:#58a6d8!important}.settings-card .config-options+.config-text-setting{margin-top:0}.config-tabs .api-config-tab{order:99}
@media(max-width:1450px){.settings-config-columns{grid-template-columns:repeat(2,minmax(380px,1fr))!important}.settings-config-columns .config-column:last-child{grid-column:1/-1!important}}
@media(max-width:980px){.settings-config-columns{grid-template-columns:1fr!important}.settings-config-columns .config-column:last-child{grid-column:auto!important}}
.status-pill.offline{background:rgba(255,70,90,.10)!important;border-color:rgba(255,70,90,.35)!important;color:#ff8293!important}.status-pill.offline i{background:#ff4c67!important;box-shadow:0 0 12px rgba(255,76,103,.7)!important}

.server-name-sub{display:block;margin-top:6px;font-size:9px;color:#6585a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-grid #serverStatusState{color:#1fe29a;font-size:13px}.summary-grid #serverStatusState.offline{color:#ff5b72}.server-dot.offline{background:#ff4c67!important;box-shadow:0 0 10px rgba(255,76,103,.75)!important}.status-pill.online{background:#0ab96e!important;color:#fff!important}


/* Joueurs en direct */
.players-panel{padding:24px 26px 60px;overflow-y:auto}.players-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.players-heading h1{margin:6px 0;font-size:28px}.players-heading p{margin:0;color:#6f91b4}.players-live-count{display:flex;align-items:center;gap:8px;padding:10px 15px;border:1px solid #103558;border-radius:12px;background:#041225}.players-live-count i{width:8px;height:8px;border-radius:50%;background:#10dd93;box-shadow:0 0 12px #10dd93}.players-live-count b{font-size:20px}.players-live-count span{color:#6f91b4;font-size:11px}.players-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.players-search{display:flex;align-items:center;gap:10px;flex:1;max-width:520px;padding:0 14px;border:1px solid #103558;border-radius:11px;background:#031023}.players-search input{width:100%;padding:12px 0;border:0;outline:0;background:transparent;color:#e8f5ff}.risk-legend{display:flex;gap:13px;color:#7897b7;font-size:10px}.risk-legend span{display:flex;align-items:center;gap:6px}.risk-legend i{width:7px;height:7px;border-radius:50%}.risk-low{background:#10d88f}.risk-mid{background:#ffb115}.risk-high{background:#ff315d}.players-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:14px}.player-card{position:relative;text-align:left;border:1px solid #0d3154;border-radius:15px;background:linear-gradient(145deg,#041126,#020918);padding:16px;color:#dcecff;cursor:pointer;overflow:hidden;min-height:160px;transition:border-color .18s,background .18s}.player-card:hover{border-color:#1d7fd1;background:#05162d}.player-card-top{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px}.player-status-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#082345;color:#4cbcff}.player-card-top b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-card-top small{display:block;margin-top:4px;color:#7290ae;font-size:9px}.player-card-live{text-align:right;display:flex;flex-direction:column;gap:5px}.player-card-live span{color:#18d997;font-size:10px}.player-card-live strong{color:#ff4a65;font-size:10px}.player-health-row{margin-top:16px}.player-health-row>span{display:flex;justify-content:space-between;font-size:10px}.player-health-row>div{height:6px;margin-top:7px;border-radius:999px;background:#2b3c52;overflow:hidden}.player-health-row i{display:block;height:100%;background:#16cf83;border-radius:999px}.risk-mid .player-health-row i{background:#ffb20f}.risk-high .player-health-row i{background:#ff345b}.player-card-foot{display:flex;justify-content:space-between;margin-top:14px;color:#6385a6;font-size:9px}.player-mini-map{position:absolute;inset:0;opacity:0;pointer-events:none;background:#031023;transition:opacity .18s}.player-card:hover .player-mini-map{opacity:1}.player-mini-map img,.player-map-large img{width:100%;height:100%;object-fit:cover}.player-mini-map svg,.player-map-large svg{position:absolute;inset:0;width:100%;height:100%}.player-mini-map polyline,.player-map-large polyline{fill:none;stroke:#ff374d;stroke-width:1.3;vector-effect:non-scaling-stroke}.player-mini-map span,.player-map-marker{position:absolute;width:10px;height:10px;border:2px solid white;border-radius:50%;background:#ff2d45;transform:translate(-50%,-50%);box-shadow:0 0 10px #ff2d45}.players-empty{grid-column:1/-1;padding:70px;text-align:center;border:1px dashed #14385c;border-radius:15px;color:#6c8ba9}.player-modal{position:fixed;inset:0;display:none;place-items:center;z-index:200}.player-modal.open{display:grid}.player-modal-backdrop{position:absolute;inset:0;background:rgba(0,4,12,.82);backdrop-filter:blur(8px)}.player-modal-card{position:relative;width:min(850px,calc(100vw - 30px));max-height:calc(100vh - 30px);overflow:auto;padding:25px;border:1px solid #17436d;border-radius:17px;background:#020918;box-shadow:0 30px 100px rgba(0,0,0,.75)}.player-modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#8ea7bf;font-size:25px;cursor:pointer}.player-modal-head{display:flex;justify-content:space-between;gap:20px}.player-modal-head h2{margin:6px 0;font-size:24px}.player-modal-head p{margin:0;color:#6e91b3}.player-risk-badge{align-self:center;padding:9px 13px;border-radius:10px;background:#09271e;color:#14dc91;font-weight:900}.player-risk-badge.mid{background:#30230a;color:#ffc13a}.player-risk-badge.high{background:#32101a;color:#ff4767}.player-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.player-detail-grid>div{padding:13px;border:1px solid #0e3153;border-radius:11px;background:#041124}.player-detail-grid small{display:block;color:#6587a8;font-size:9px}.player-detail-grid b{display:block;margin-top:5px}.player-map-large{--map-scale:1;position:relative;height:320px;border:1px solid #16456f;border-radius:13px;overflow:hidden;background:#0d91c2}.player-map-large img,.player-map-large svg{transform:scale(var(--map-scale));transform-origin:center;transition:transform .2s}.map-controls{position:absolute;right:10px;top:10px;display:flex;gap:5px}.map-controls button{width:31px;height:31px;border:1px solid #27628e;border-radius:8px;background:rgba(2,12,26,.85);color:white;cursor:pointer}.player-notes{margin-top:14px;padding:13px;border:1px solid #0e3153;border-radius:12px}.player-notes>div{display:flex;gap:10px;align-items:center}.player-notes>div span{padding:3px 7px;border-radius:6px;background:#0b3b72;color:#70beff;font-size:10px}.player-notes>button{float:right;margin-top:-26px;border:1px solid #17456e;border-radius:8px;background:#051327;color:#bfe3ff;padding:8px 12px}.player-notes p{clear:both;margin:12px 0 0;padding:16px;text-align:center;border:1px dashed #12395d;color:#698aa9}.player-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.player-actions button{padding:12px;border:1px solid #17436c;border-radius:10px;background:#031023;color:#d8ebfb;font-weight:800;cursor:pointer}.player-actions .primary{background:#0a3d83}.player-actions button:hover{border-color:#39a9ff}@media(max-width:1100px){.players-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media(max-width:720px){.players-grid{grid-template-columns:1fr}.players-heading,.players-toolbar{align-items:flex-start;flex-direction:column}.risk-legend{flex-wrap:wrap}.player-detail-grid{grid-template-columns:1fr 1fr}.player-map-large{height:230px}}

/* Correctifs joueurs live */
.players-grid{overflow:visible}.player-card{overflow:visible;min-height:154px;z-index:1}.player-card:hover{z-index:20}.player-card-main{position:relative;z-index:2}.player-card-top{grid-template-columns:42px 1fr auto}.player-avatar{position:relative;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#07172b;border:1px solid #12385e;overflow:visible}.player-avatar img{width:100%;height:100%;object-fit:cover;border-radius:11px}.player-avatar.fallback b{font-size:14px;color:#8bcfff}.player-avatar em{position:absolute;left:50%;bottom:calc(100% + 9px);transform:translate(-50%,5px);opacity:0;pointer-events:none;white-space:nowrap;padding:7px 10px;border:1px solid #194b76;border-radius:8px;background:#020a17;color:#dceeff;font-style:normal;font-size:10px;box-shadow:0 12px 28px rgba(0,0,0,.45);transition:opacity .15s,transform .15s;z-index:50}.player-avatar:hover em,.player-avatar:focus em{opacity:1;transform:translate(-50%,0)}.player-ident{min-width:0}.player-hover-map{position:absolute;left:calc(100% + 12px);top:50%;width:330px;height:220px;transform:translateY(-50%) scale(.97);opacity:0;visibility:hidden;pointer-events:none;border:1px solid #1883c5;border-radius:12px;overflow:hidden;background:#0c91c1;box-shadow:0 22px 60px rgba(0,0,0,.55);transition:opacity .16s,transform .16s,visibility .16s;z-index:100}.player-card:hover .player-hover-map{opacity:1;visibility:visible;transform:translateY(-50%) scale(1)}.player-hover-map img{width:100%;height:100%;object-fit:cover}.player-hover-map svg{position:absolute;inset:0;width:100%;height:100%}.player-hover-map polyline{fill:none;stroke:#ff314c;stroke-width:1.7;vector-effect:non-scaling-stroke}.player-hover-map span{position:absolute;width:12px;height:12px;border:2px solid white;border-radius:50%;background:#ff2d45;transform:translate(-50%,-50%);box-shadow:0 0 12px #ff2d45}.ping-good{color:#16dd92!important}.ping-mid{color:#ffbd1a!important}.ping-bad{color:#ff5a43!important}@media(max-width:1400px){.player-hover-map{left:auto;right:calc(100% + 12px)}}@media(max-width:900px){.player-hover-map{display:none}}

/* Carte joueur interactive au survol */
.player-hover-map{width:430px;height:280px;pointer-events:auto;cursor:grab;user-select:none;touch-action:none;background:#09172a;border-color:#1d8bd0}
.player-hover-map.dragging{cursor:grabbing}
.player-hover-map-stage{position:absolute;inset:0;transform-origin:center center;will-change:transform}
.player-hover-map-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.player-hover-map-stage svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.player-hover-map-stage polyline{fill:none;stroke:#ff304e;stroke-width:1.6;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 2px rgba(255,48,78,.75))}
.live-map-marker{position:absolute!important;width:16px!important;height:16px!important;border:3px solid #fff!important;border-radius:50%!important;background:#ff2445!important;transform:translate(-50%,-50%)!important;box-shadow:0 0 0 5px rgba(255,36,69,.18),0 0 16px #ff2445!important;z-index:5}
.live-map-marker i{position:absolute;inset:-8px;border:2px solid rgba(255,255,255,.7);border-radius:50%;animation:liveMapPulse 1.35s ease-out infinite}
@keyframes liveMapPulse{0%{transform:scale(.5);opacity:1}100%{transform:scale(1.7);opacity:0}}
.player-hover-map-hint{position:absolute;left:10px;bottom:10px;padding:7px 10px;border:1px solid rgba(71,154,214,.45);border-radius:8px;background:rgba(1,9,20,.82);backdrop-filter:blur(5px);color:#b9ddf7;font-size:9px;pointer-events:none;z-index:10}
.player-hover-map-live{position:absolute;right:10px;top:10px;display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(43,216,151,.35);border-radius:999px;background:rgba(1,15,24,.82);color:#54e7ae;font-size:8px;font-weight:900;letter-spacing:.6px;pointer-events:none;z-index:10}
.player-hover-map-live i{width:6px;height:6px;border-radius:50%;background:#20df94;box-shadow:0 0 9px #20df94}
@media(max-width:1500px){.player-hover-map{width:390px;height:255px}}

/* Carte joueurs HD et notes fonctionnelles */
.player-hover-map{width:460px;height:360px;border-radius:16px;border:1px solid #237bb3;background:#06111f;box-shadow:0 24px 70px rgba(0,0,0,.62);overflow:hidden}
.player-hover-map-stage,.player-map-stage{position:absolute;inset:0;transform-origin:center;will-change:transform}
.player-hover-map-stage img,.player-map-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;image-rendering:auto}
.player-hover-map-stage svg,.player-map-stage svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.player-hover-map-stage polyline,.player-map-stage polyline{fill:none;stroke:#ff304d;stroke-width:1.5;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 3px rgba(255,48,77,.9))}
.live-map-marker,.player-map-marker{position:absolute;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#ff2746;transform:translate(-50%,-50%);box-shadow:0 0 0 5px rgba(255,39,70,.18),0 0 18px rgba(255,39,70,.95);z-index:4}
.live-map-marker i,.player-map-marker i{position:absolute;inset:-7px;border:1px solid rgba(255,45,75,.8);border-radius:50%;animation:mapPulse 1.4s infinite}
@keyframes mapPulse{0%{transform:scale(.65);opacity:1}100%{transform:scale(1.8);opacity:0}}
.player-map-large{position:relative;height:520px;border:1px solid #1b527f;border-radius:16px;overflow:hidden;background:#081522;cursor:grab;touch-action:none;user-select:none}
.player-map-large.dragging,.player-hover-map.dragging{cursor:grabbing}
.map-live-chip,.map-coordinates,.map-help{position:absolute;z-index:8;border:1px solid rgba(64,145,204,.45);background:rgba(1,9,19,.86);backdrop-filter:blur(8px);color:#bfe2fa}
.map-live-chip{left:14px;top:14px;display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.5px;color:#57e6ae;border-color:rgba(43,216,151,.4)}
.map-live-chip i{width:7px;height:7px;border-radius:50%;background:#1fe29a;box-shadow:0 0 10px #1fe29a}
.map-coordinates{left:14px;bottom:42px;padding:7px 10px;border-radius:8px;font-size:10px}
.map-help{left:14px;right:14px;bottom:10px;padding:7px 10px;border-radius:8px;text-align:center;font-size:9px}
.map-controls{right:14px;top:14px;z-index:9;display:flex;flex-direction:column;gap:7px}.map-controls button{width:38px;height:38px;border-radius:10px;background:rgba(1,10,22,.9);border:1px solid #255b84;color:#fff;font-size:17px}
.player-notes{margin-top:16px;padding:16px;border:1px solid #123b60;border-radius:14px;background:#031022}.player-notes-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.player-notes-head>div{display:flex;align-items:center;gap:10px}.player-notes-head span{padding:4px 8px;border-radius:7px;background:#0a3769;color:#78c5ff;font-size:10px}.player-notes-head button{border:1px solid #205682;border-radius:9px;background:#071a31;color:#d8edfc;padding:9px 13px;cursor:pointer}.player-note-composer{margin-top:13px;padding:12px;border:1px solid #174b76;border-radius:11px;background:#020a17}.player-note-composer[hidden]{display:none}.player-note-composer textarea{width:100%;min-height:92px;resize:vertical;border:0;outline:0;background:transparent;color:#e6f4ff;font:inherit}.player-note-composer>div{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-top:9px}.player-note-composer small{margin-right:auto;color:#698aa8}.player-note-composer button{padding:8px 12px;border:1px solid #17456f;border-radius:8px;background:#06162b;color:#cde9fc}.player-note-composer #savePlayerNote{background:#0a66bd;border-color:#1a85df;color:#fff}.player-notes-list{display:grid;gap:9px;margin-top:13px;max-height:210px;overflow:auto}.player-notes-list>p{margin:0;padding:18px;text-align:center;border:1px dashed #174469;border-radius:10px;color:#698ba9}.player-notes-list article{padding:11px 12px;border:1px solid #103657;border-radius:10px;background:#041326}.player-notes-list article p{margin:0;color:#d7e9f6;line-height:1.45}.player-notes-list article small{display:block;margin-top:7px;color:#6685a3;font-size:9px}
@media(max-width:900px){.player-map-large{height:380px}.player-hover-map{display:none}}


/* Carte joueurs — rendu HD, limites de déplacement et marqueur précis */
.player-hover-map,.player-map-large{background:#14a7cf;overflow:hidden;isolation:isolate}
.player-hover-map-stage,.player-map-stage{inset:0;background:#14a7cf;transform-origin:center center;backface-visibility:hidden}
.player-hover-map-stage img,.player-map-stage img{width:100%;height:100%;object-fit:cover;image-rendering:auto;filter:saturate(1.03) contrast(1.02);transform:translateZ(0)}
.live-map-marker,.player-map-marker{width:8px!important;height:8px!important;border:1.5px solid #fff!important;background:#ff2445!important;box-shadow:0 0 0 2px rgba(255,36,69,.18),0 0 7px rgba(255,36,69,.9)!important;z-index:6!important}
.live-map-marker i,.player-map-marker i{display:none!important}
.player-hover-map-stage polyline,.player-map-stage polyline{stroke-width:.75!important;filter:drop-shadow(0 0 1px rgba(255,48,77,.8))!important}
.player-hover-map:after,.player-map-large:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.035);border-radius:inherit;z-index:12}


/* Finition carte joueurs : plus compacte, nette et entièrement arrondie */
.player-hover-map{width:400px!important;height:285px!important;border-radius:18px!important}
.player-map-large{height:410px!important;border-radius:18px!important}
.player-hover-map-stage,.player-map-stage,.player-hover-map-stage img,.player-map-stage img,.player-hover-map-stage svg,.player-map-stage svg{border-radius:inherit!important}
.player-modal-card,.player-notes,.player-note-composer,.player-notes-list article,.player-actions button,.map-controls button,.map-live-chip,.map-coordinates,.map-help{border-radius:14px!important}
.player-hover-map-stage img,.player-map-stage img{filter:none!important;image-rendering:auto!important;transform:translateZ(0);backface-visibility:hidden}
.live-map-marker,.player-map-marker{width:6px!important;height:6px!important;border-width:1px!important;box-shadow:0 0 0 1px rgba(255,36,69,.2),0 0 5px rgba(255,36,69,.85)!important}
.player-hover-map-stage polyline,.player-map-stage polyline{stroke-width:.55!important}
@media(max-width:1500px){.player-hover-map{width:370px!important;height:265px!important}}
@media(max-width:900px){.player-map-large{height:330px!important}}

/* Carte GTA carrée HD fournie par le propriétaire */
.player-hover-map-stage img,.player-map-stage img{object-fit:contain!important;background:#16a7cf!important;}

/* Badge ADN Shield des joueurs + copie Discord */
.player-avatar.adn-player-discord{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  background:#061426;
  border:1px solid #153b61;
  cursor:pointer;
  overflow:visible;
  flex:0 0 auto;
  transition:border-color .16s ease,background .16s ease;
}
.player-avatar.adn-player-discord:hover,
.player-avatar.adn-player-discord:focus-visible{
  background:#081a31;
  border-color:#2b83c4;
}
.player-avatar.adn-player-discord.copied{border-color:#28d99b;background:#06261f}
.player-avatar.adn-player-discord img{
  width:22px;
  height:22px;
  object-fit:contain;
  border-radius:0;
  display:block;
  transform:none;
}
.player-avatar.adn-player-discord.is-unlinked{opacity:.58;cursor:default}
.player-avatar.adn-player-discord em{
  min-width:190px;
  text-align:left;
  display:flex;
  flex-direction:column;
  gap:3px;
  bottom:calc(100% + 10px);
  padding:9px 11px;
  border-radius:10px;
}
.player-avatar.adn-player-discord em b{font-size:11px;color:#eef8ff;font-style:normal}
.player-avatar.adn-player-discord em small{font-size:9px;color:#79a4c6;font-style:normal;font-weight:500}
.player-card-top{align-items:center}


/* Carte interactive */
.interactive-map-panel{padding:18px 18px 28px;min-height:calc(100vh - 72px)}
.interactive-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.interactive-map-heading h1{margin:5px 0 5px;font-size:24px}.interactive-map-heading p{margin:0;color:#7091ad;font-size:12px}
.interactive-map-live{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #123e61;border-radius:12px;background:#031021;color:#8db3cf;font-size:10px}.interactive-map-live i{width:7px;height:7px;border-radius:50%;background:#18dd90;box-shadow:0 0 9px #18dd90}.interactive-map-live b{color:#fff;font-size:15px}
.interactive-map-shell{position:relative;height:calc(100vh - 150px);min-height:630px;border:1px solid #0c395b;border-radius:18px;overflow:hidden;background:#12a7cf}
.interactive-map-viewport{position:absolute;inset:0;overflow:hidden;cursor:grab;touch-action:none;user-select:none;background:#12a7cf}.interactive-map-viewport.dragging{cursor:grabbing}
.interactive-map-stage{position:absolute;inset:0;transform-origin:center center;will-change:transform;background:#12a7cf}.interactive-map-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;image-rendering:auto;backface-visibility:hidden}
.interactive-map-markers{position:absolute;inset:0}.interactive-map-marker-wrap{position:absolute;transform:translate(-50%,-50%);z-index:4}
.interactive-map-marker{position:relative;width:28px;height:28px;padding:0;border:2px solid rgba(255,255,255,.95);border-radius:50%;display:grid;place-items:center;background:#0b2033;box-shadow:0 2px 9px rgba(0,0,0,.45);cursor:pointer;transition:transform .12s ease}.interactive-map-marker:hover{transform:scale(1.16);z-index:8}.interactive-map-marker.risk-low{background:#0aa966}.interactive-map-marker.risk-mid{background:#e19a08}.interactive-map-marker.risk-high{background:#e6344d}.interactive-map-marker img{width:15px;height:15px;object-fit:cover;border-radius:50%}.interactive-map-marker span{display:none;position:absolute;left:36px;top:50%;transform:translateY(-50%);width:max-content;max-width:220px;padding:8px 10px;border:1px solid #18527b;border-radius:9px;background:rgba(1,8,18,.96);color:#dff2ff;text-align:left;pointer-events:none;box-shadow:0 10px 28px rgba(0,0,0,.45)}.interactive-map-marker:hover span{display:block}.interactive-map-marker span b{display:block;font-size:10px}.interactive-map-marker span small{display:block;margin-top:3px;color:#78a4c2;font-size:8px}
.interactive-map-status{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:20;display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(41,214,148,.4);border-radius:999px;background:rgba(2,13,23,.88);color:#5ee5ad;font-size:9px;font-weight:800}.interactive-map-status i{width:6px;height:6px;border-radius:50%;background:#1bdc90;box-shadow:0 0 8px #1bdc90}
.interactive-map-zoom{position:absolute;right:292px;bottom:14px;z-index:20;display:flex;gap:7px}.interactive-map-zoom button{width:38px;height:38px;border:1px solid #1c557b;border-radius:10px;background:rgba(2,12,23,.92);color:#e6f5ff;font-size:17px;cursor:pointer}.interactive-map-zoom button:hover{border-color:#1eaaf1;background:#07233b}
.interactive-map-controls,.interactive-map-list{position:absolute;z-index:22;top:14px;border:1px solid #173f5d;border-radius:14px;background:rgba(2,9,18,.94);backdrop-filter:blur(8px);box-shadow:0 18px 42px rgba(0,0,0,.4)}
.interactive-map-controls{left:14px;width:255px;padding:14px}.interactive-map-list{right:14px;width:270px;bottom:14px;display:flex;flex-direction:column;padding:12px}
.interactive-map-control-head,.interactive-map-list-head{display:flex;align-items:center;justify-content:space-between;color:#eaf7ff;font-size:11px}.interactive-map-control-head button{border:0;background:transparent;color:#7699b4;cursor:pointer}.interactive-map-control-body{margin-top:14px;display:grid;gap:12px}.interactive-map-control-body.collapsed{display:none}.interactive-map-control-body label{display:grid;gap:6px;color:#8ab0cb;font-size:9px}.interactive-map-control-body input[type=search],.interactive-map-list-search input{width:100%;border:1px solid #153f5f;border-radius:8px;background:#061625;color:#e6f5ff;padding:9px 10px;outline:none}.interactive-map-control-body input:focus,.interactive-map-list-search input:focus{border-color:#1ca7ed}.interactive-map-filter-title{font-size:9px;color:#8ab0cb}.interactive-map-filter-row{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.interactive-map-filter-row button{border:1px solid #173f5e;border-radius:8px;background:#071725;color:#8ab0cb;padding:8px;font-size:9px;cursor:pointer}.interactive-map-filter-row button.active{border-color:#15aef6;background:#083254;color:#fff}.interactive-map-range{grid-template-columns:1fr auto;align-items:center}.interactive-map-range input{grid-column:1/-1;width:100%;accent-color:#19aef7}.interactive-map-clear{border:1px solid #193e59;border-radius:9px;background:#071421;color:#a9c1d3;padding:9px;cursor:pointer}.interactive-map-clear:hover{border-color:#2d709b;color:#fff}
.interactive-map-list-head span{padding:4px 7px;border-radius:6px;background:#0a2439;color:#9fc7e1;font-size:8px}.interactive-map-list-search{display:flex;align-items:center;gap:7px;margin:11px 0}.interactive-map-list-search span{color:#5f89a6}.interactive-map-player-list{overflow:auto;padding-right:3px}.interactive-map-player-list>p{color:#6f91a9;font-size:10px;text-align:center;padding:25px 8px}.interactive-map-player-row{width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:8px;border:0;border-bottom:1px solid rgba(23,62,91,.55);background:transparent;color:#d9eefc;padding:10px 5px;text-align:left;cursor:pointer}.interactive-map-player-row:hover{background:#071a2c}.interactive-map-player-row .map-list-id{font-size:8px;color:#8eb3ca}.interactive-map-player-row b{display:block;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.interactive-map-player-row small{display:block;margin-top:3px;color:#6389a5;font-size:8px}.interactive-map-player-row strong{font-size:10px}.interactive-map-player-row strong.risk-low{color:#21d78c}.interactive-map-player-row strong.risk-mid{color:#ffb523}.interactive-map-player-row strong.risk-high{color:#ff4058}
@media(max-width:1100px){.interactive-map-controls{width:220px}.interactive-map-list{width:230px}.interactive-map-zoom{right:252px}}
@media(max-width:850px){.interactive-map-shell{height:720px}.interactive-map-controls{top:12px;left:12px;width:calc(50% - 18px)}.interactive-map-list{top:12px;right:12px;width:calc(50% - 18px);bottom:auto;max-height:300px}.interactive-map-zoom{right:12px;bottom:12px}.interactive-map-status{left:12px;transform:none}.interactive-map-heading{align-items:flex-start}.interactive-map-live{display:none}}


/* Carte interactive plein écran */
.client-dashboard-page.map-mode{overflow:hidden!important}
.client-dashboard-page.map-mode .client-main{padding:0!important;overflow:hidden!important;height:100vh!important}
.client-dashboard-page.map-mode .client-topbar{display:none!important}
.client-dashboard-page.map-mode #panel-map{display:block!important;height:100vh!important;min-height:0!important;padding:0!important;overflow:hidden!important}
.client-dashboard-page.map-mode .interactive-map-heading{display:none!important}
.client-dashboard-page.map-mode .interactive-map-shell{height:100vh!important;min-height:0!important;border-radius:0!important;border:0!important}
.client-dashboard-page.map-mode .interactive-map-viewport{inset:0!important}
.interactive-map-marker-wrap{transform:translate(-50%,-50%) scale(var(--marker-zoom-scale,1))!important;transform-origin:center!important}
.interactive-map-marker{width:30px!important;height:30px!important;transition:transform .12s ease,background .15s ease,border-color .15s ease!important}
.interactive-map-marker>i{font-style:normal;font-size:13px;line-height:1;color:#fff;display:grid;place-items:center}
.interactive-map-marker.state-foot{background:#18a866!important;border-color:#b9ffe0!important}
.interactive-map-marker.state-vehicle{background:#e58a11!important;border-color:#ffe1a5!important}
.interactive-map-marker.state-dead{background:#b91f37!important;border-color:#ff9dac!important;box-shadow:0 0 0 3px rgba(185,31,55,.2),0 4px 14px rgba(0,0,0,.5)!important}
.interactive-map-marker.state-dead>i{font-size:15px}
.interactive-map-marker:hover{transform:scale(1.08)!important}
@media(max-width:850px){.client-dashboard-page.map-mode .interactive-map-shell{height:100vh!important}.client-dashboard-page.map-mode .interactive-map-controls,.client-dashboard-page.map-mode .interactive-map-list{max-height:42vh}}

/* Interactive map player list redesign */
.interactive-map-list{width:300px!important;padding:14px 14px 12px!important;border-radius:22px!important;background:rgba(2,8,16,.96)!important;border:1px solid rgba(34,93,132,.9)!important;box-shadow:0 22px 52px rgba(0,0,0,.44)!important}
.interactive-map-list-head{padding:2px 4px 10px;font-size:12px!important}
.interactive-map-list-head b{display:flex;align-items:center;gap:8px;font-size:13px}
.interactive-map-list-head b::before{content:"";width:14px;height:14px;display:inline-block;background:url('/assets/logo-white.png') center/contain no-repeat;opacity:.92;filter:drop-shadow(0 0 6px rgba(70,186,255,.18))}
.interactive-map-list-head span{padding:5px 8px!important;border-radius:999px!important;background:#2b3742!important;color:#e9f5ff!important;font-size:10px!important;font-weight:800!important}
.interactive-map-list-search{margin:8px 0 10px!important}.interactive-map-list-search input{border-radius:12px!important;padding:11px 12px!important;background:#061524!important;border-color:#124566!important}
.interactive-map-player-list{overflow:auto;padding-right:4px}
.interactive-map-table-head{display:grid;grid-template-columns:42px minmax(0,1fr) 44px 44px 40px 28px;align-items:center;gap:8px;padding:6px 8px 8px;margin-bottom:4px;border-radius:12px;background:rgba(255,255,255,.03);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8faec3;position:sticky;top:0;z-index:5;backdrop-filter:blur(6px)}
.interactive-map-table-head span:last-child{text-align:center}
.interactive-map-player-row{grid-template-columns:42px minmax(0,1fr) 44px 44px 40px 28px!important;gap:8px!important;padding:10px 8px!important;border-bottom:0!important;border-radius:14px!important;margin-bottom:6px;background:transparent;transition:background .14s ease, box-shadow .14s ease, transform .12s ease}
.interactive-map-player-row:hover{background:rgba(8,27,43,.96)!important;box-shadow:inset 0 0 0 1px rgba(33,102,146,.3);transform:translateY(-1px)}
.map-list-id{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:20px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.08);font-size:9px!important;font-weight:800;color:#dbeeff!important}
.map-list-name{min-width:0}.map-list-name b{max-width:100%!important;font-size:11px!important;color:#f2f8ff!important}.map-list-name small{font-size:9px!important;color:#789ab2!important;margin-top:3px!important}
.interactive-map-player-row strong{font-size:11px!important;text-align:center}
.map-list-time,.map-list-ping{font-size:10px;font-weight:700;color:#d9edf9;text-align:center}
.map-list-logo{position:relative;display:grid;place-items:center;width:24px;height:24px;border-radius:10px;border:1px solid rgba(54,115,159,.45);background:#071b2a;cursor:pointer;transition:transform .12s ease,border-color .14s ease,background .14s ease}
.map-list-logo img{width:13px;height:13px;object-fit:contain;display:block;opacity:.98}
.map-list-logo:hover,.map-list-logo.copied{transform:scale(1.06);border-color:#3ec7ff;background:#0b2335}.map-list-logo.copied{border-color:#39d798;background:#07261f}
.map-list-logo.is-unlinked{opacity:.55;cursor:default}.map-list-logo.is-unlinked:hover{transform:none;border-color:rgba(54,115,159,.45);background:#071b2a}
.map-list-logo em{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);display:none;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis;padding:8px 10px;border-radius:10px;border:1px solid #184c70;background:rgba(3,10,18,.98);color:#ebf7ff;font-size:10px;font-style:normal;box-shadow:0 16px 32px rgba(0,0,0,.4);pointer-events:none}
.map-list-logo:hover em{display:block}
@media (max-width:850px){.interactive-map-list{width:286px!important;max-height:55vh!important}.interactive-map-table-head,.interactive-map-player-row{grid-template-columns:40px minmax(0,1fr) 42px 42px 36px 26px!important}.map-list-time,.map-list-ping{font-size:9px}}


/* Marqueurs joueurs ADN Shield + liste nettoyée */
.interactive-map-marker{width:32px!important;height:32px!important;padding:6px!important;border-radius:50%!important;background:#071522!important;box-shadow:0 4px 14px rgba(0,0,0,.42)!important}
.interactive-map-marker img{display:block!important;width:18px!important;height:18px!important;object-fit:contain!important;border-radius:0!important;filter:drop-shadow(0 0 3px rgba(255,255,255,.28))}
.interactive-map-marker>i{display:none!important}
.interactive-map-marker.state-foot{border:2px solid #52e6aa!important;background:#0b6d4c!important}
.interactive-map-marker.state-vehicle{border:2px solid #ffd17b!important;background:#a9670b!important}
.interactive-map-marker.state-dead{border:2px solid #ff8ea0!important;background:#8f1c31!important}
.interactive-map-marker-wrap{transform:translate(-50%,-50%) scale(var(--marker-zoom-scale,1))!important;transform-origin:center!important}
.interactive-map-list{width:335px!important}
.interactive-map-table-head,.interactive-map-player-row{grid-template-columns:40px minmax(116px,1fr) 46px 48px 42px 28px!important}
.interactive-map-player-row{min-height:58px!important}
.map-list-name b{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;color:#f4f9ff!important}
.map-list-name small{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#6f95b0!important}
.interactive-map-player-row strong,.interactive-map-player-row strong.risk-low,.interactive-map-player-row strong.risk-mid,.interactive-map-player-row strong.risk-high{background:transparent!important;border:0!important;box-shadow:none!important;width:auto!important;height:auto!important;padding:0!important;border-radius:0!important}
.interactive-map-player-row::before,.interactive-map-player-row::after{display:none!important;content:none!important}
@media(max-width:1100px){.interactive-map-list{width:310px!important}.interactive-map-zoom{right:332px!important}}


/* Correctif marqueurs au zoom + liste sur une seule ligne */
.interactive-map-player-list{overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable}
.interactive-map-table-head,.interactive-map-player-row{grid-template-columns:minmax(0,1fr) 48px 48px 42px 30px!important;width:100%!important;min-width:0!important}
.interactive-map-table-head{padding:7px 9px!important}
.interactive-map-player-row{min-height:48px!important;padding:8px 9px!important;margin-bottom:5px!important}
.map-list-name{display:block!important;min-width:0!important;overflow:hidden!important}
.map-list-name b{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:11px!important}
.map-list-name b em{font-style:normal;color:#7fa6c1;font-size:9px;margin-right:5px}
.map-list-name small,.map-list-id{display:none!important}
.map-list-time,.map-list-ping{white-space:nowrap!important;font-size:9px!important}
.interactive-map-list{overflow:hidden!important}
.interactive-map-marker-wrap{will-change:transform!important}
@media(max-width:1100px){.interactive-map-table-head,.interactive-map-player-row{grid-template-columns:minmax(0,1fr) 44px 44px 38px 28px!important}}


/* Precision & hover stability */
.interactive-map-marker-wrap{transition:none!important;will-change:transform,left,top!important}
.interactive-map-marker{transition:none!important;transform:none!important;animation:none!important}
.interactive-map-marker:hover{transform:none!important;filter:none!important}
.interactive-map-marker span{display:block!important;visibility:hidden!important;opacity:0!important;transition:none!important;pointer-events:none!important}
.interactive-map-marker:hover span{visibility:visible!important;opacity:1!important}
.interactive-map-player-row{transition:background-color .10s ease,border-color .10s ease!important;transform:none!important;animation:none!important}
.interactive-map-player-row:hover{transform:none!important;box-shadow:inset 0 0 0 1px rgba(33,102,146,.28)!important}
.map-list-logo{transition:none!important;transform:none!important;animation:none!important}
.map-list-logo:hover,.map-list-logo.copied{transform:none!important}
.map-list-logo em{display:block!important;visibility:hidden!important;opacity:0!important;transition:none!important;pointer-events:none!important}
.map-list-logo:hover em{visibility:visible!important;opacity:1!important}
.interactive-map-player-rows>p{padding:24px 8px;text-align:center;color:#6f91a9;font-size:10px}

/* State colors for interactive map players */
.interactive-map-marker{border-radius:999px!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.interactive-map-marker.state-foot{background:#139c64!important;border:2px solid #8ff1cd!important;box-shadow:0 0 0 3px rgba(19,156,100,.18),0 4px 14px rgba(0,0,0,.45)!important}
.interactive-map-marker.state-vehicle{background:#d67f0b!important;border:2px solid #ffd38f!important;box-shadow:0 0 0 3px rgba(214,127,11,.18),0 4px 14px rgba(0,0,0,.45)!important}
.interactive-map-marker.state-dead{background:#ba243b!important;border:2px solid #ff9eac!important;box-shadow:0 0 0 3px rgba(186,36,59,.18),0 4px 14px rgba(0,0,0,.45)!important}

/* Fix vehicle/dead marker states and hover card */
.interactive-map-marker{overflow:visible!important}
.interactive-map-marker img{pointer-events:none!important}
.interactive-map-marker span{z-index:999!important;left:40px!important;display:block!important;visibility:hidden!important;opacity:0!important}
.interactive-map-marker:hover span{visibility:visible!important;opacity:1!important}
.interactive-map-marker.state-foot{background:#139c64!important;border-color:#8ff1cd!important}
.interactive-map-marker.state-vehicle{background:#d67f0b!important;border-color:#ffd38f!important}
.interactive-map-marker.state-dead{background:#ba243b!important;border-color:#ff9eac!important}

/* Modération joueur */
.moderation-modal{position:fixed;inset:0;z-index:150;display:none;place-items:center}.moderation-modal.open{display:grid}.moderation-modal-backdrop{position:absolute;inset:0;background:rgba(0,4,12,.78);backdrop-filter:blur(8px)}.moderation-modal-card{position:relative;width:min(520px,calc(100% - 30px));border:1px solid #17466e;border-radius:22px;background:linear-gradient(155deg,#061528,#020a16);padding:30px;box-shadow:0 30px 100px rgba(0,0,0,.72),inset 0 1px rgba(255,255,255,.04)}.moderation-modal-card.ban-mode{border-color:#6b2540}.moderation-modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:#7795ad;font-size:24px;cursor:pointer}.moderation-modal-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#0a2944;border:1px solid #1c5a87;margin-bottom:18px}.moderation-modal-card.ban-mode .moderation-modal-icon{background:#35101d;border-color:#7c2943}.moderation-modal-icon img{width:25px;height:25px;object-fit:contain}.moderation-modal-card h2{margin:7px 0 7px;font-size:25px}.moderation-modal-card>p{margin:0 0 18px;color:#7f9db5;font-size:13px}.moderation-target{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;border:1px solid #123a5c;border-radius:13px;background:#03101f;margin-bottom:16px}.moderation-target small{font-size:9px;color:#6f91ab;letter-spacing:1px}.moderation-target b{font-size:12px;color:#e8f6ff}.moderation-field{display:grid;gap:8px;margin-top:13px}.moderation-field>span{font-size:11px;font-weight:800;color:#d7eafa}.moderation-field textarea,.moderation-field input{width:100%;border:1px solid #164365;border-radius:12px;background:#020b17;color:#edf8ff;padding:13px;outline:none;font:inherit}.moderation-field textarea{min-height:105px;resize:vertical}.moderation-field textarea:focus,.moderation-field input:focus{border-color:#25aef0;box-shadow:0 0 0 3px rgba(37,174,240,.1)}.moderation-field>small{font-size:9px;color:#6788a1;text-align:right}.moderation-field>small b{color:#afd7f2}.moderation-warning{margin-top:17px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,174,65,.25);background:rgba(255,156,31,.07);color:#e7b36e;font-size:11px}.moderation-modal-card.ban-mode .moderation-warning{border-color:rgba(255,60,91,.3);background:rgba(255,38,74,.08);color:#ff9bad}.moderation-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:20px}.moderation-actions button{border:1px solid #174364;border-radius:12px;background:#061525;color:#bdd4e5;padding:12px;font-weight:800;cursor:pointer}.moderation-actions .danger{border-color:#b92f4b;background:linear-gradient(90deg,#cf2e4d,#f0445f);color:#fff}.moderation-actions .danger:disabled{opacity:.55;cursor:wait}

/* Correctif panneau expulsion / bannissement */
.moderation-modal{z-index:500!important;pointer-events:none!important}
.moderation-modal.open{display:grid!important;pointer-events:auto!important}
.moderation-modal-backdrop{z-index:0!important}
.moderation-modal-card{z-index:1!important;pointer-events:auto!important}
.moderation-actions button,.moderation-modal-close,.moderation-field input,.moderation-field textarea{pointer-events:auto!important}
body:has(.moderation-modal.open){overflow:hidden!important}

/* Gestion des bannissements */
.bans-panel{padding:26px 28px 44px;overflow:auto;background:#020814;color:#d8eaff}
.bans-page-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:22px}.bans-page-head h1{margin:0 0 7px;font-size:25px}.bans-page-head p{margin:0;color:#69a6d4}.bans-head-actions{display:flex;gap:9px;flex-wrap:wrap}.bans-head-actions button,.bans-table-title button{border:1px solid #12355a;background:#061426;color:#cfe8ff;border-radius:7px;padding:10px 14px;font-weight:800;cursor:pointer}.bans-head-actions .primary{background:#087ff5;border-color:#1690ff;color:white}.bans-head-actions .danger-soft{background:#b83d58;border-color:#d65772;color:white}
.bans-filter-card,.bans-table-card{background:#020b1c;border:1px solid #0d3357;border-radius:12px;box-shadow:0 16px 38px rgba(0,0,0,.18)}.bans-filter-card{padding:18px 20px;margin-bottom:20px}.bans-filter-card b,.bans-table-title b{display:block;font-size:14px}.bans-filter-card small,.bans-table-title small{display:block;color:#68a7d5;margin-top:5px}.bans-filter-row{display:grid;grid-template-columns:1fr 180px;gap:12px;margin-top:18px}.bans-filter-row label{display:flex;align-items:center;gap:10px;border:1px solid #0d3154;background:#031125;border-radius:7px;padding:0 12px}.bans-filter-row input,.bans-filter-row select{width:100%;border:0;outline:0;background:transparent;color:#d7ecff;padding:11px 0}.bans-filter-row select{border:1px solid #0d3154;border-radius:7px;padding:0 12px;background:#031125}
.bans-table-card{padding:18px 20px}.bans-table-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bans-table-wrap{overflow:auto;border:1px solid #10365c;border-radius:8px}.bans-table{width:100%;border-collapse:collapse;min-width:1180px}.bans-table th{background:#031022;color:#a8d4f5;text-align:left;font-size:12px;padding:13px 12px}.bans-table td{border-top:1px solid #0d3154;padding:12px;color:#cce7fb;font-size:13px;vertical-align:middle}.ban-player b{display:block;color:#e7f5ff}.ban-player small,.ban-date small,.ban-identifiers small{display:block;color:#66a5d1;margin-top:3px}.ban-id{display:inline-flex;padding:4px 7px;border:1px solid #17466f;background:#06182d;border-radius:5px;font-weight:800;color:#a8d7ff}.ban-status{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:5px 9px;font-weight:800;font-size:11px}.ban-status.active{background:#0787eb;color:#fff}.ban-status.permanent{background:#b93b57;color:#fff}.ban-status.expired{background:#12365b;color:#77a8cd}.ban-actions{display:flex;gap:6px}.ban-actions button{width:30px;height:30px;border:0;background:transparent;color:#8dbbdc;border-radius:6px;cursor:pointer;font-size:16px}.ban-actions button:hover{background:#0c2743;color:#fff}.ban-actions .danger{color:#ff4367}.ban-empty{text-align:center!important;color:#699bc1!important;padding:40px!important}.ban-detail-modal{position:fixed;inset:0;display:none;place-items:center;z-index:9999;background:rgba(0,5,14,.78);backdrop-filter:blur(8px)}.ban-detail-modal.open{display:grid}.ban-detail-card{width:min(620px,calc(100vw - 30px));background:#061326;border:1px solid #175184;border-radius:16px;padding:22px;box-shadow:0 30px 90px #000}.ban-detail-card h2{margin:0 0 6px}.ban-detail-card pre{white-space:pre-wrap;word-break:break-word;background:#020a16;border:1px solid #12385d;border-radius:9px;padding:14px;color:#9ed2f4;max-height:330px;overflow:auto}.ban-detail-card button{float:right;border:0;border-radius:7px;padding:9px 14px;background:#0d7ee7;color:#fff;font-weight:800;cursor:pointer}
@media(max-width:900px){.bans-page-head{flex-direction:column}.bans-filter-row{grid-template-columns:1fr}.bans-panel{padding:18px}}

/* Actions bannissements — confirmations ADN Shield */
.ban-action-modal,.offline-ban-modal{position:fixed;inset:0;z-index:10050;display:none;place-items:center}.ban-action-modal.open,.offline-ban-modal.open{display:grid}.ban-action-backdrop{position:absolute;inset:0;background:rgba(0,5,14,.82);backdrop-filter:blur(9px)}.ban-action-card{position:relative;z-index:1;width:min(540px,calc(100vw - 28px));border:1px solid #174b79;border-radius:20px;background:linear-gradient(155deg,#07182b,#020a15 72%);padding:28px;box-shadow:0 35px 110px rgba(0,0,0,.72),inset 0 1px rgba(255,255,255,.04)}.ban-action-card.danger-mode{border-color:#7d2943}.ban-action-card.offline{width:min(590px,calc(100vw - 28px))}.ban-action-close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:#7695ae;font-size:25px;cursor:pointer}.ban-action-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;margin-bottom:17px;font-size:23px;background:#0a2946;border:1px solid #1d5d8c;box-shadow:0 12px 30px rgba(0,0,0,.25)}.danger-mode .ban-action-icon{background:#35101d;border-color:#85304b}.ban-action-card h2{font-size:24px;margin:6px 0 7px;color:#edf7ff}.ban-action-card>p{color:#7598b4;font-size:12px;line-height:1.55;margin:0 0 17px}.ban-action-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.ban-action-summary div{padding:12px 13px;border:1px solid #123b60;border-radius:11px;background:#031122;min-width:0}.ban-action-summary small{display:block;font-size:8px;letter-spacing:.85px;color:#6388a4;margin-bottom:4px}.ban-action-summary b{display:block;font-size:11px;color:#e2f2ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ban-action-extra{max-height:250px;overflow:auto;border:1px solid #123b60;border-radius:11px;background:#020b17;padding:13px;color:#8fc2e4;font:11px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-all}.ban-action-warning{margin-top:15px;padding:12px 13px;border-radius:11px;border:1px solid rgba(255,168,47,.27);background:rgba(255,157,28,.07);color:#e5b471;font-size:11px;line-height:1.45}.danger-mode .ban-action-warning{border-color:rgba(255,58,91,.30);background:rgba(255,42,76,.08);color:#ff9db0}.ban-action-buttons{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:19px}.ban-action-buttons button{border:1px solid #174365;border-radius:11px;background:#061525;color:#bdd5e7;padding:12px;font-weight:800;cursor:pointer}.ban-action-buttons .primary{border-color:#1687e5;background:linear-gradient(90deg,#0877dd,#0c98f5);color:white}.ban-action-buttons .danger{border-color:#c02c4a;background:linear-gradient(90deg,#c82d4b,#ef405d);color:white}.ban-action-buttons button:disabled{opacity:.55;cursor:wait}.ban-form-field{display:grid;gap:7px;margin-top:12px}.ban-form-field span{font-size:10px;font-weight:800;color:#cce6fa}.ban-form-field input,.ban-form-field textarea{width:100%;box-sizing:border-box;border:1px solid #164365;border-radius:11px;background:#020b17;color:#edf8ff;padding:12px 13px;outline:none;font:inherit}.ban-form-field textarea{min-height:85px;resize:vertical}.ban-form-field input:focus,.ban-form-field textarea:focus{border-color:#20a1ee;box-shadow:0 0 0 3px rgba(32,161,238,.10)}.ban-form-field small{font-size:9px;color:#6487a2}.ban-actions button.busy{opacity:.5;pointer-events:none}.ban-actions button.success{background:rgba(26,167,104,.15);color:#78e4b4}.ban-actions button[title="Débannir"]{color:#77c7ff}.bans-head-actions button:active,.ban-actions button:active{transform:translateY(1px)}


/* Capture d’écran joueur — ADN Shield */
.screenshot-modal{position:fixed;inset:0;z-index:12000;display:none;place-items:center}.screenshot-modal.open{display:grid}.screenshot-backdrop{position:absolute;inset:0;background:rgba(0,4,12,.86);backdrop-filter:blur(10px)}.screenshot-card{position:relative;z-index:1;width:min(1120px,calc(100vw - 34px));max-height:calc(100vh - 40px);overflow:auto;background:linear-gradient(160deg,#051426,#020812 72%);border:1px solid #14517e;border-radius:17px;padding:22px;box-shadow:0 35px 110px rgba(0,0,0,.78),inset 0 1px rgba(255,255,255,.04)}.screenshot-close{position:absolute;right:16px;top:12px;width:31px;height:31px;border:1px solid #176397;border-radius:8px;background:#06182a;color:#8dccf5;font-size:22px;cursor:pointer}.screenshot-head{display:flex;align-items:center;gap:12px;padding-right:44px;margin-bottom:17px}.screenshot-title-icon{width:38px;height:38px;border:1px solid #1c6c9f;border-radius:10px;display:grid;place-items:center;background:#09223a;color:#b8e3ff;font-size:20px}.screenshot-head h2{margin:0 0 4px;color:#edf8ff;font-size:20px}.screenshot-head p{margin:0;color:#67a6d4;font-size:12px}.screenshot-stage{position:relative;min-height:540px;display:grid;place-items:center;overflow:hidden;background:#01050c;border:1px solid #0d3b61;border-radius:13px}.screenshot-stage img{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain;background:#000}.screenshot-loading,.screenshot-error{display:grid;justify-items:center;gap:10px;text-align:center;color:#91bddc;padding:45px}.screenshot-loading b,.screenshot-error strong{color:#e9f7ff;font-size:15px}.screenshot-loading span,.screenshot-error span{max-width:560px;font-size:12px;line-height:1.55}.shot-spinner{width:38px;height:38px;border-radius:50%;border:3px solid #123b5b;border-top-color:#27a8f3;animation:adnshotspin .8s linear infinite}@keyframes adnshotspin{to{transform:rotate(360deg)}}.screenshot-error:before{content:'▣';font-size:45px;color:#72a8ca}.screenshot-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:13px;color:#658da9;font-size:11px}.screenshot-foot button{border:1px solid #15517e;border-radius:8px;background:#071b30;color:#bfe5ff;padding:8px 12px;font-weight:800;cursor:pointer}@media(max-width:800px){.screenshot-card{padding:15px}.screenshot-stage{min-height:320px}}

/* ADN Shield - surveillance écran en direct */
.screenshot-card{max-width:min(1180px,94vw)!important}
.screenshot-stage{background:#020811!important;min-height:min(68vh,720px)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.screenshot-stage>img{width:100%!important;height:100%!important;max-height:72vh!important;object-fit:contain!important;background:#000!important}
.screenshot-foot-actions{display:flex;align-items:center;gap:9px}
.watch-live-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(37,211,125,.28);background:rgba(17,130,78,.14);border-radius:8px;font-size:11px;font-weight:800;letter-spacing:.08em;color:#66e7aa}
.watch-live-badge[hidden]{display:none!important}
.watch-live-badge i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(102,231,170,.08);animation:adnLivePulse 1.1s ease-in-out infinite}
#watchStop{border:1px solid rgba(255,91,111,.25);background:rgba(170,36,55,.14);color:#ff91a0;border-radius:8px;padding:7px 11px;cursor:pointer;font-weight:700}
#watchStop:hover{background:rgba(190,41,62,.25)}
@keyframes adnLivePulse{0%,100%{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}

/* Live View v4 — conserve toujours la dernière frame affichée pour éviter les coupures/noir. */
.screenshot-stage{background:#000!important}
.screenshot-stage #screenshotImage{width:100%;height:100%;max-height:76vh;object-fit:contain;image-rendering:auto;will-change:contents;transform:translateZ(0)}
.watch-live-badge{box-shadow:0 0 18px rgba(102,231,170,.08)}
\n\n/* ADN Shield — carte joueur Ultra HD / précision / finition */
.player-hover-map,.player-map-large{
  overflow:hidden!important;
  border:1px solid rgba(48,175,235,.72)!important;
  border-radius:20px!important;
  background:#071522!important;
  box-shadow:0 18px 48px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.035)!important;
  clip-path:inset(0 round 20px)!important;
  contain:paint!important;
}
.player-hover-map-stage,.player-map-stage{
  border-radius:20px!important;
  overflow:hidden!important;
  transform-origin:center center!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
}
.player-hover-map-stage img,.player-map-stage img{
  width:100%!important;height:100%!important;
  object-fit:contain!important;
  border-radius:20px!important;
  image-rendering:auto!important;
  transform:translateZ(0)!important;
  backface-visibility:hidden!important;
  filter:none!important;
}
.player-hover-map:after,.player-map-large:after{
  inset:0!important;border-radius:20px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.035)!important;
}
.player-hover-map-hint{
  left:12px!important;bottom:12px!important;padding:6px 9px!important;
  border:1px solid rgba(80,177,232,.28)!important;border-radius:9px!important;
  background:rgba(2,11,21,.82)!important;backdrop-filter:blur(10px)!important;
  box-shadow:0 5px 18px rgba(0,0,0,.22)!important;
}
.player-hover-map-live{
  right:12px!important;top:12px!important;border-radius:999px!important;
  background:rgba(2,16,23,.88)!important;backdrop-filter:blur(10px)!important;
  box-shadow:0 5px 18px rgba(0,0,0,.2)!important;
}
.live-map-marker,.player-map-marker{
  width:8px!important;height:8px!important;border:1.5px solid #fff!important;
  background:#ff3152!important;
  box-shadow:0 0 0 2px rgba(255,49,82,.13),0 0 5px rgba(255,49,82,.72)!important;
  transform:translate(-50%,-50%) scale(var(--map-inverse-scale,1))!important;
  transform-origin:center center!important;
  transition:left .09s linear,top .09s linear!important;
}
.live-map-marker i,.player-map-marker i{display:none!important}
.player-hover-map-stage polyline,.player-map-stage polyline{
  stroke-width:.45!important;filter:none!important;opacity:.82!important;
}


/* MULTI STREAM V13 */
.multistream-panel{padding:20px 22px 28px;background:#020711;min-height:calc(100vh - 64px)}
.multistream-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.multistream-top h1{margin:5px 0 5px;font-size:25px;color:#edf8ff}.multistream-top p{margin:0;color:#7090a8;font-size:13px}.multistream-actions{display:flex;align-items:center;gap:9px}.multistream-live-pill{height:36px;padding:0 13px;border:1px solid #123b57;border-radius:8px;background:#061725;color:#63d8ff;font-size:11px;font-weight:800;display:flex;align-items:center;gap:7px}.multistream-live-pill i{width:7px;height:7px;border-radius:50%;background:#20ef9d;box-shadow:0 0 10px #20ef9d}.multistream-actions button{height:36px;border:1px solid #163d59;background:#071421;color:#b9d8eb;border-radius:8px;padding:0 13px;font-weight:700;cursor:pointer}.multistream-actions button:hover{background:#0b2133;color:white}
.multistream-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:12px;min-height:650px}.multistream-stage{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:9px;background:#01040a;border:1px solid #0b2b42;border-radius:12px;padding:9px;overflow:hidden}.multistream-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#54788f}.multistream-empty[hidden]{display:none}.multistream-empty-icon{width:54px;height:54px;border:1px solid #15415d;border-radius:14px;display:grid;place-items:center;background:#06121d;color:#52c7ff;font-size:23px}.multistream-empty b{font-size:15px;color:#8cb3ca}.multistream-empty span{font-size:12px}
.multistream-sidebar{background:#04101c;border:1px solid #0e314a;border-radius:11px;padding:10px;min-height:650px}.multistream-side-head>div{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 9px;color:#c8e8fb}.multistream-side-head span{background:#0a3c64;color:#73cfff;border-radius:5px;padding:2px 7px;font-size:10px}.multistream-search{height:34px;border:1px solid #12354e;border-radius:7px;background:#03101b;display:flex;align-items:center;gap:7px;padding:0 9px;margin-bottom:9px}.multistream-search span{color:#5a84a0}.multistream-search input{width:100%;border:0;outline:0;background:transparent;color:#d9effc;font-size:11px}.multistream-quality{border:1px solid #0e344d;background:linear-gradient(135deg,#071a28,#04111b);border-radius:8px;padding:9px;margin-bottom:9px;display:grid;grid-template-columns:1fr auto;gap:3px 8px}.multistream-quality span{font-size:9px;color:#688ca5;font-weight:800;letter-spacing:.08em}.multistream-quality b{font-size:10px;color:#27efad;background:#073329;border:1px solid #126b50;border-radius:5px;padding:2px 6px}.multistream-quality small{grid-column:1/-1;color:#54758a;font-size:9px}.multistream-player-list{display:flex;flex-direction:column;gap:5px;max-height:565px;overflow:auto}.multistream-player-list>p{text-align:center;color:#54788f;font-size:11px;padding:24px 5px}.multistream-player{width:100%;border:1px solid #0d2d44;background:#051522;border-radius:8px;padding:8px;display:grid;grid-template-columns:31px 1fr auto;gap:8px;align-items:center;text-align:left;color:#d3ebfa;cursor:pointer;transition:.15s ease}.multistream-player:hover{background:#082238;border-color:#17557a;transform:translateY(-1px)}.multistream-player.active{background:#07324d;border-color:#1382bd;box-shadow:inset 2px 0 #25b9ff}.multi-player-avatar{width:31px;height:31px;border-radius:8px;background:#09263d;border:1px solid #12405e;display:grid;place-items:center;color:#68cfff;font-weight:900}.multi-player-info{min-width:0}.multi-player-info b{font-size:10.5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-player-info span{display:block;margin-top:3px;color:#64859a;font-size:8.5px}.multi-player-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.multi-player-right small{font-size:8px}.multi-player-right small.good{color:#24d890}.multi-player-right small.mid{color:#ffb52e}.multi-player-right small.bad{color:#ff4c64}.multi-player-right em{font-style:normal;font-size:8px;font-weight:900;color:#58caff}.multistream-player.active .multi-player-right em{color:#26efa7}
.multistream-tile{min-width:0;border:1px solid #133c58;border-radius:9px;background:#020912;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:.18s ease}.multistream-tile.closing{opacity:0;transform:scale(.985)}.multistream-tile-head{height:35px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;background:#05111d;border-bottom:1px solid #0d3048}.multistream-tile-head>div:first-child{min-width:0;display:flex;align-items:center;gap:8px}.multistream-tile-head b{font-size:10px;color:#dff3ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multistream-tile-head span{font-size:7px;color:#24efa5;font-weight:900;letter-spacing:.06em;display:flex;align-items:center;gap:4px}.multistream-tile-head span i{width:5px;height:5px;border-radius:50%;background:#24efa5;box-shadow:0 0 7px #24efa5}.multistream-tile-meta{display:flex;align-items:center;gap:7px}.multistream-tile-meta .multi-ping{color:#5de2aa;font-size:8px}.multi-stop{width:22px;height:22px;border:1px solid #19415c;border-radius:5px;background:#071925;color:#8ebbd4;font-size:16px;line-height:1;cursor:pointer}.multi-stop:hover{color:white;border-color:#ff4c64;background:#35111a}.multistream-video{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.multistream-video img{display:block;width:100%;height:100%;object-fit:contain;background:#000;image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}.multi-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#020812;color:#7195aa;font-size:10px}.multi-loader[hidden]{display:none}.multi-loader i{width:22px;height:22px;border:2px solid #123b55;border-top-color:#3fc7ff;border-radius:50%;animation:multiSpin .8s linear infinite}@keyframes multiSpin{to{transform:rotate(360deg)}}.multi-quality-badge{position:absolute;right:8px;bottom:8px;background:rgba(2,13,20,.88);border:1px solid rgba(52,211,153,.4);color:#47eaae;border-radius:5px;padding:3px 6px;font-size:7px;font-weight:900;letter-spacing:.08em;backdrop-filter:blur(8px)}.multistream-tile-foot{height:27px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;background:#04101a;color:#466a7f;font-size:7.5px}.multistream-tile-foot .multi-state{color:#5b8ca7}
@media(max-width:1200px){.multistream-layout{grid-template-columns:1fr 235px}.multistream-stage{grid-template-columns:1fr}}@media(max-width:850px){.multistream-layout{grid-template-columns:1fr}.multistream-sidebar{min-height:auto}.multistream-stage{min-height:500px}}

/* ADN Shield v14 — Discord account portal */
.portal-page{margin:0;background:#020711;color:#dceeff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden}.portal-page *{box-sizing:border-box}.portal-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.portal-sidebar{height:100vh;border-right:1px solid #0d2940;background:linear-gradient(180deg,#03101d 0,#031422 58%,#03101d 100%);padding:10px;display:flex;flex-direction:column;position:relative;z-index:3}.portal-brand{height:58px;padding:8px 9px;display:flex;align-items:center;gap:10px;color:#e8f5ff;text-decoration:none}.portal-brand>span{width:38px;height:38px;border:1px solid #0d4163;border-radius:8px;background:#061d2e;display:grid;place-items:center;overflow:hidden}.portal-brand img{width:29px;height:29px;object-fit:contain}.portal-brand b{display:block;font-size:13px;line-height:1.1}.portal-brand small{display:block;color:#7eaccb;font-size:10px;margin-top:3px}.portal-search{height:36px;border:1px solid #0b304b;border-radius:7px;background:#04192a;color:#78a9c7;display:flex;align-items:center;gap:8px;padding:0 10px;margin:7px 2px 12px;cursor:pointer}.portal-search span{flex:1;text-align:left;font-size:11px}.portal-search kbd{font-size:8px;padding:3px 5px;border:1px solid #16425e;border-radius:4px;background:#07243a;color:#8fbad3}.portal-nav{display:grid;gap:3px}.portal-nav button{width:100%;height:39px;border:0;border-radius:6px;background:transparent;color:#b8d5e8;display:flex;align-items:center;gap:10px;padding:0 10px;text-align:left;cursor:pointer;font-weight:600;font-size:12px}.portal-nav button i{width:18px;font-style:normal;text-align:center;color:#7da6bf;font-size:15px}.portal-nav button span{flex:1}.portal-nav button em{font-style:normal;background:#07518d;color:#7ed1ff;border-radius:4px;padding:2px 5px;font-size:8px}.portal-nav button:hover,.portal-nav button.active{background:#061d31;color:#f4fbff}.portal-nav button.active{box-shadow:inset 2px 0 #1097ff}.portal-nav button.active i{color:#39b6ff}.portal-spacer{flex:1}.portal-foot-links{display:grid;gap:1px;margin:8px 3px}.portal-foot-links a{color:#a7c9dd;text-decoration:none;font-size:10px;padding:7px 8px;border-radius:5px}.portal-foot-links a:hover{background:#061b2b;color:#fff}.portal-user{border:1px solid #0c2d44;background:#041828;border-radius:8px;padding:8px;display:grid;grid-template-columns:34px 1fr 14px;gap:8px;align-items:center;color:#e9f7ff;text-align:left;cursor:pointer}.portal-user>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#0a3552;overflow:hidden;font-weight:800}.portal-user>span img{width:100%;height:100%;object-fit:cover}.portal-user b{font-size:11px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-user small{color:#79a8c5;font-size:9px;display:block;margin-top:2px}.portal-user i{font-style:normal;color:#72a5c3}.portal-user-menu{position:absolute;left:12px;bottom:67px;width:205px;border:1px solid #16405b;background:#051827;border-radius:8px;padding:5px;box-shadow:0 18px 50px #0009}.portal-user-menu a,.portal-user-menu button{width:100%;display:block;border:0;background:transparent;color:#c9e5f4;text-decoration:none;padding:9px;border-radius:5px;text-align:left;font-size:11px;cursor:pointer}.portal-user-menu a:hover,.portal-user-menu button:hover{background:#0a2740}.portal-main{height:100vh;overflow:auto;background:radial-gradient(circle at 65% -20%,#061628 0,transparent 37%),#020711}.portal-topbar{height:54px;border-bottom:1px solid #081c2d;display:flex;align-items:center;padding:0 20px;position:sticky;top:0;background:#020711e8;backdrop-filter:blur(16px);z-index:4}.portal-collapse{width:30px;height:30px;border:1px solid #12324a;border-radius:6px;background:#051624;color:#a8cfe5;margin-right:12px}.portal-crumb{font-size:11px;color:#a9cbe0;border:1px solid #0e2a40;padding:7px 12px;border-radius:6px;background:#04131f}.portal-top-user{margin-left:auto}.discord-connected{font-size:9px;color:#77c9a7;border:1px solid #123c33;border-radius:99px;padding:6px 9px;background:#061b18}.discord-connected i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2ad68f;margin-right:5px;box-shadow:0 0 10px #2ad68f}.portal-panel{display:none;padding:24px}.portal-panel.active{display:block}.portal-welcome{display:flex;align-items:center;justify-content:space-between;margin:1px 0 22px}.portal-welcome h1{font-size:25px;line-height:1.15;margin:0;color:#e5f3ff;letter-spacing:-.7px}.portal-welcome h1 span{color:#b6dcf5}.portal-welcome p{margin:5px 0 0;color:#6f9cb9;font-size:11px}.portal-primary{border:0;border-radius:6px;background:#1296f3;color:#02101b;font-weight:800;padding:10px 13px;cursor:pointer;font-size:10px}.portal-primary:hover{filter:brightness(1.1)}.portal-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.portal-stats article{min-height:118px;border:1px solid #0d3049;background:#03101d;border-radius:8px;padding:16px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:10px;align-content:center;position:relative;overflow:hidden}.portal-stats article:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#0d4f78,transparent)}.picon{grid-row:1/4;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;margin-top:2px}.picon.blue{background:#062b55;color:#0b9bff}.picon.cyan{background:#05384a;color:#25d5ee}.picon.violet{background:#31104b;color:#b75cff}.picon.green{background:#063e2d;color:#25d991}.portal-stats small{font-size:9px;color:#b9d2e3;font-weight:700}.portal-stats strong{font-size:22px;color:#dbeeff;margin:7px 0 1px;line-height:1}.portal-stats em{font-size:9px;color:#478ab2;font-style:normal}.portal-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(270px,.9fr);gap:14px}.portal-servers,.portal-activity{border:1px solid #0c2a41;background:#020c17;border-radius:8px;min-height:360px;padding:14px}.portal-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.portal-section-title h2{font-size:14px;margin:0;color:#dceeff}.portal-section-title p{margin:4px 0 0;color:#5d90b1;font-size:9px}.portal-section-title button{font-size:9px;border:1px solid #16405b;background:#061b2b;color:#a8d4ee;padding:7px 9px;border-radius:5px;cursor:pointer}.server-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.server-empty{grid-column:1/-1;min-height:270px;border:1px dashed #0b3049;border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6d9ab5;text-align:center}.server-empty>span{font-size:34px;color:#63a7ce;margin-bottom:8px}.server-empty b{color:#d7edfa;font-size:13px}.server-empty p{font-size:9px;margin:6px 0 12px}.account-server-card{border:1px solid #0e3652;background:linear-gradient(180deg,#041421,#030d17);border-radius:8px;padding:13px;min-height:170px;transition:.2s ease}.account-server-card:hover{transform:translateY(-2px);border-color:#17628f;box-shadow:0 12px 30px #0005}.server-card-top{display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center}.server-logo{width:36px;height:36px;border-radius:7px;background:#06243b;border:1px solid #0c4163;display:grid;place-items:center}.server-logo img{width:23px}.server-card-top b{display:block;font-size:11px;color:#ecf8ff}.server-card-top small{display:block;font-size:8px;color:#6996b0;margin-top:3px}.server-live{font-size:7px;color:#7c9aae;border:1px solid #193349;border-radius:99px;padding:4px 6px}.server-live.online{color:#52d7a0;border-color:#195a45;background:#07271f}.server-info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0 12px}.server-info-row span{background:#041521;border:1px solid #0a2a40;border-radius:6px;padding:8px}.server-info-row small{display:block;font-size:7px;color:#5d8da8}.server-info-row b{display:block;font-size:9px;margin-top:4px;color:#bddcee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-card-actions{border-top:1px solid #0a263a;padding-top:10px;display:flex;align-items:center}.server-card-actions a{color:#27aaff;text-decoration:none;font-size:9px;font-weight:800}.server-card-actions a span{margin-left:5px}.server-card-actions button{margin-left:auto;border:0;background:transparent;color:#6a9bb7;cursor:pointer}.activity-empty{height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#557d98;text-align:center}.activity-empty span{font-size:34px}.activity-empty b{font-size:10px;color:#79a5c0;margin-top:8px}.activity-empty p{font-size:8px}.activation-wrap{min-height:calc(100vh - 110px);display:grid;place-items:start center;padding-top:20px}.activation-card-new{width:min(760px,100%);border:1px solid #104466;background:linear-gradient(180deg,#031121,#020b16);border-radius:14px;padding:30px;box-shadow:0 25px 80px #0008,0 0 45px #087dca12}.activation-title{display:flex;gap:16px;align-items:flex-start}.shield-box{width:44px;height:44px;border:1px solid #0d5a8e;border-radius:10px;background:#063057;color:#0ba5ff;display:grid;place-items:center;font-size:21px}.activation-title h1{margin:2px 0 5px;font-size:24px;color:#eef8ff}.activation-title p{margin:0;color:#74a8c9;font-size:11px;line-height:1.55}.activation-label{display:block;margin:28px 0 8px;font-size:9px;color:#5fb5e7;font-weight:900;letter-spacing:.06em}.license-field{height:57px;border:1px solid #17689d;border-radius:9px;background:#031426;display:flex;align-items:center;padding:0 15px;box-shadow:inset 0 0 25px #0a73ba12}.license-field:focus-within{border-color:#1ca7ff;box-shadow:0 0 0 3px #138bd31d,inset 0 0 25px #0a73ba17}.license-field span{color:#22aaff}.license-field input{flex:1;border:0;outline:0;background:transparent;color:#e6f4ff;padding:0 12px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.license-field input::placeholder{color:#456f89}.license-field i{font-style:normal;color:#2bd697;opacity:0;transition:.2s}.license-field i.show{opacity:1}.activation-msg{font-size:9px;color:#5f8fab;margin-top:8px}.activation-msg.error{color:#ff5270}.activation-msg.success{color:#32d79b}.option-label{margin-top:24px}.activation-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.activation-options button{min-height:88px;border:1px solid #0f466d;border-radius:9px;background:#041526;color:#cce9fb;display:grid;grid-template-columns:36px 1fr 20px;gap:9px;align-items:center;text-align:left;padding:12px;cursor:pointer}.activation-options button.selected{border-color:#118ee0;box-shadow:inset 0 0 30px #0a76bd10}.activation-options button>span{width:34px;height:34px;border-radius:7px;background:#073258;display:grid;place-items:center;color:#1badff;font-size:18px}.activation-options b{display:block;font-size:11px}.activation-options small{display:block;color:#6896b2;font-size:8px;margin-top:4px;line-height:1.4}.activation-options i{font-style:normal;color:#21aaff}.activation-options .disabled{opacity:.4;cursor:not-allowed;border-style:dashed}.activate-submit{width:100%;height:50px;margin-top:22px;border:0;border-radius:8px;background:linear-gradient(90deg,#139cff,#0785df);color:#00101c;font-weight:900;font-size:13px;cursor:pointer;box-shadow:0 12px 30px #087ed32a}.activate-submit:disabled{opacity:.6;cursor:wait}.activate-submit span{float:right;margin-right:5px}.activation-security{display:flex;gap:10px;margin-top:16px;border:1px solid #0c2d43;border-radius:8px;background:#04131e;padding:12px;color:#6590aa}.activation-security span{color:#2bbcff}.activation-security p{margin:0;font-size:8px;line-height:1.55}.activation-security b{color:#9bcce8}.portal-placeholder{min-height:calc(100vh - 110px);border:1px dashed #0e3148;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6a97b0}.portal-placeholder>span{font-size:42px;color:#1a85bf}.portal-placeholder h1{margin:10px 0 4px;color:#d9effb}.portal-placeholder p{font-size:10px}.discord-login-card{text-align:center}.discord-login-icon{width:58px;height:58px;margin:0 auto 14px;border:1px solid #2854a0;border-radius:16px;display:grid;place-items:center;background:#122b57;color:#719cff;font-size:29px}.discord-connect-btn{text-decoration:none;margin-top:15px}.discord-login-note{display:block;margin-top:12px;color:#6f92aa}.oauth-setup-page{min-height:100vh;background:#020711;color:#dceeff;display:grid;place-items:center;font-family:Inter,system-ui,sans-serif}.oauth-setup-card{width:min(620px,calc(100% - 30px));border:1px solid #164867;border-radius:14px;background:#03101d;padding:34px;box-shadow:0 25px 90px #000a}.oauth-icon{width:50px;height:50px;border-radius:12px;background:#06335a;color:#16a4ff;display:grid;place-items:center;font-size:24px}.oauth-setup-card h1{font-size:24px}.oauth-setup-card p{color:#79a6c1;font-size:12px;line-height:1.6}.oauth-setup-card div{padding:12px;border:1px solid #12344b;background:#041623;border-radius:8px}.oauth-setup-card small{display:block;color:#4d8cad;font-size:8px;margin-bottom:6px}.oauth-setup-card code{color:#8ed6ff;word-break:break-all}.oauth-setup-card>a{display:inline-block;margin-top:18px;color:#14a8ff;text-decoration:none}.oauth-note{font-size:10px!important}
@media(max-width:1100px){.portal-stats{grid-template-columns:repeat(2,1fr)}.portal-grid{grid-template-columns:1fr}.server-card-grid{grid-template-columns:1fr}}@media(max-width:760px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{display:none}.portal-stats{grid-template-columns:1fr}.portal-panel{padding:14px}.activation-options{grid-template-columns:1fr}}

/* =========================================================
   ADN Shield Client Portal — visual polish v15
   ========================================================= */
.adn-icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.portal-page{background:
  radial-gradient(900px 520px at 72% -12%,rgba(0,144,255,.075),transparent 68%),
  radial-gradient(650px 440px at 8% 92%,rgba(0,104,204,.045),transparent 72%),#020711}
.portal-sidebar,.portal-topbar,.portal-stats article,.portal-servers,.portal-activity,.activation-card-new,.account-server-card{
  -webkit-font-smoothing:antialiased;backface-visibility:hidden
}
.portal-nav button{position:relative;overflow:hidden;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .16s ease}
.portal-nav button::before{content:"";position:absolute;left:0;top:50%;width:2px;height:0;border-radius:10px;background:#17a9ff;box-shadow:0 0 11px #17a9ff;transform:translateY(-50%);transition:height .2s ease}
.portal-nav button:hover{transform:translateX(2px);background:#071a2b;color:#e9f7ff}
.portal-nav button.active::before{height:58%}
.portal-nav button i{display:grid;place-items:center;width:19px;height:19px;font-style:normal}
.portal-nav button i svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.portal-nav button em{animation:adnBetaPulse 2.8s ease-in-out infinite}
.portal-foot-links a{display:flex!important;align-items:center;gap:8px;transition:color .16s ease,transform .16s ease}
.portal-foot-links a:hover{transform:translateX(2px)}
.portal-foot-links svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.portal-foot-links a:first-child svg{fill:currentColor;stroke:none;color:#5865f2}
.discord-connected{display:flex;align-items:center;gap:7px;border:1px solid #243c77!important;background:linear-gradient(180deg,#0b1730,#071223)!important;color:#aebfff!important;box-shadow:inset 0 0 22px rgba(88,101,242,.08)}
.discord-connected svg{width:14px;height:14px;color:#5865f2}.discord-connected i{order:-1;width:6px!important;height:6px!important;background:#22d795!important;box-shadow:0 0 8px #22d795}
.portal-panel.active{animation:adnPanelIn .32s cubic-bezier(.22,.8,.25,1) both}
.portal-welcome h1{letter-spacing:-.035em}.portal-welcome p{line-height:1.55}
.portal-primary,.activate-submit,.portal-section-title button{position:relative;overflow:hidden;transition:transform .17s ease,box-shadow .17s ease,filter .17s ease}
.portal-primary:hover,.activate-submit:hover,.portal-section-title button:hover{transform:translateY(-1px);filter:brightness(1.07);box-shadow:0 12px 32px rgba(15,149,235,.23)}
.portal-primary:active,.activate-submit:active{transform:translateY(0) scale(.99)}
.portal-stats article{position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;background:linear-gradient(160deg,#03101e 0%,#020a14 100%)}
.portal-stats article::after{content:"";position:absolute;width:120px;height:120px;right:-58px;top:-68px;border-radius:50%;background:radial-gradient(circle,rgba(20,160,255,.12),transparent 68%);opacity:.7;transition:transform .35s ease,opacity .35s ease}
.portal-stats article:hover{transform:translateY(-3px);border-color:#155c88;box-shadow:0 16px 42px rgba(0,0,0,.32),0 0 26px rgba(5,129,211,.07)}
.portal-stats article:hover::after{transform:scale(1.22);opacity:1}
.picon{display:grid!important;place-items:center!important}.picon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.picon.discord-stat{color:#8f7cff!important;background:#1a1040!important}.picon.discord-stat svg{fill:currentColor;stroke:none}
.portal-grid>*,.server-empty{transition:border-color .2s ease,box-shadow .2s ease}
.portal-servers:hover,.portal-activity:hover{border-color:#114b70;box-shadow:0 18px 50px rgba(0,0,0,.23)}
.empty-server-icon{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;margin:0 auto 9px!important;border:1px solid #174866;border-radius:13px;background:#061724;box-shadow:inset 0 0 22px rgba(12,132,207,.08)}
.empty-server-icon svg{width:29px;height:29px;fill:none;stroke:#7cb5d5;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.title-icon{width:15px;height:15px;vertical-align:-3px;fill:none;stroke:#8ab7d0;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.account-server-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.account-server-card:hover{transform:translateY(-2px);border-color:#17618d;box-shadow:0 14px 40px rgba(0,0,0,.3)}
.server-live.online{animation:adnOnline 2.2s ease-in-out infinite}
.activation-card-new{position:relative;overflow:hidden;animation:adnCardIn .42s cubic-bezier(.2,.8,.2,1) both}
.activation-card-new::before{content:"";position:absolute;inset:-1px;pointer-events:none;background:radial-gradient(420px 160px at 12% 0%,rgba(20,163,255,.08),transparent 75%)}
.activation-title,.activation-label,.license-field,.activation-msg,.activation-options,.activate-submit,.activation-security{position:relative;z-index:1}
.shield-box svg,.activation-security svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.shield-box{box-shadow:inset 0 0 22px rgba(20,165,255,.12),0 8px 28px rgba(0,0,0,.18);animation:adnShieldFloat 4s ease-in-out infinite}
.license-field{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.license-field:focus-within{transform:translateY(-1px)}
.license-field>span{width:22px;height:22px;display:grid;place-items:center}.license-field>span svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.activation-options button{position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.activation-options button.selected:hover{transform:translateY(-2px);border-color:#22aaff;box-shadow:0 12px 34px rgba(9,125,210,.12),inset 0 0 30px rgba(10,118,189,.09)}
.activation-security>span{display:grid;place-items:center;width:25px;min-width:25px;color:#2bbcff}
.portal-user{transition:background .18s ease,border-color .18s ease}.portal-user:hover{background:#07192a;border-color:#123f60}.portal-user #portalAvatar img{transition:transform .18s ease}.portal-user:hover #portalAvatar img{transform:scale(1.05)}
@keyframes adnPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes adnCardIn{from{opacity:0;transform:translateY(12px) scale(.995)}to{opacity:1;transform:none}}
@keyframes adnShieldFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes adnOnline{0%,100%{box-shadow:0 0 0 rgba(31,220,143,0)}50%{box-shadow:0 0 13px rgba(31,220,143,.16)}}
@keyframes adnBetaPulse{0%,100%{opacity:.8}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){.portal-panel.active,.activation-card-new,.shield-box,.server-live.online,.portal-nav button em{animation:none!important}.portal-nav button,.portal-primary,.activate-submit,.portal-stats article,.account-server-card{transition:none!important}}
\n\n/* === ADN Shield OAuth login v17 === */\n.auth-modal{position:fixed!important;inset:0!important;z-index:10000!important;padding:0!important;display:none!important;align-items:stretch!important;justify-content:stretch!important}\n.auth-modal.open{display:flex!important;animation:authModalIn .22s ease both}\n.auth-modal .auth-backdrop{position:absolute!important;inset:0!important;background:#020611!important;backdrop-filter:blur(7px)!important}\n.auth-screen{position:relative;width:100%;height:100vh;display:grid;place-items:center;overflow:hidden;background:\nradial-gradient(900px 480px at 50% 20%,rgba(28,103,255,.30),transparent 72%),\nradial-gradient(620px 360px at 50% 46%,rgba(27,101,242,.18),transparent 70%),\nlinear-gradient(180deg,#071a4a 0%,#051332 35%,#030817 64%,#010308 100%);\n}\n.auth-screen:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(54,124,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(54,124,255,.028) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 78%)}\n.auth-ambient{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.55;animation:authFloat 7s ease-in-out infinite alternate}\n.auth-ambient-one{width:380px;height:250px;background:rgba(36,111,255,.20);left:27%;top:19%}.auth-ambient-two{width:420px;height:260px;background:rgba(18,65,185,.15);right:23%;top:30%;animation-delay:-2s}\n.auth-card{position:relative;z-index:2;width:min(360px,calc(100vw - 40px));padding:26px 24px 22px;border:1px solid rgba(95,143,230,.28);border-radius:15px;background:linear-gradient(180deg,rgba(18,39,82,.88),rgba(10,22,48,.90));box-shadow:0 24px 80px rgba(0,0,0,.52),0 0 50px rgba(37,112,255,.14),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(18px);text-align:center;animation:authCardIn .4s cubic-bezier(.22,.8,.2,1) both}\n.auth-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.025),transparent 35%,rgba(51,120,255,.035));}\n.auth-logo-wrap{width:42px;height:42px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,#133452,#06101c 65%);border:1px solid rgba(87,152,232,.22);box-shadow:0 0 22px rgba(32,117,255,.15);overflow:hidden}\n.auth-logo-wrap img{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(55,157,255,.30))}\n.auth-card h2{margin:0;color:#f1f6ff;font-size:19px;font-weight:800;letter-spacing:-.35px}.auth-card>p{margin:5px 0 18px;color:#8ea4c6;font-size:11px}.auth-card>p strong{color:#b9cae6;font-weight:700}\n.auth-discord-btn{height:40px;border-radius:7px;border:1px solid rgba(124,149,204,.20);background:linear-gradient(180deg,#233252,#1b2947);display:flex;align-items:center;justify-content:center;gap:9px;color:#eaf0ff!important;text-decoration:none;font-weight:750;font-size:11px;box-shadow:inset 0 1px rgba(255,255,255,.035),0 8px 20px rgba(0,0,0,.16);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}\n.auth-discord-btn svg{width:16px;height:16px;color:#fff}.auth-discord-btn:hover{transform:translateY(-1px);border-color:rgba(129,153,255,.42);background:linear-gradient(180deg,#5865f2,#4752c4);box-shadow:0 10px 28px rgba(88,101,242,.24)}.auth-discord-btn:active{transform:translateY(0) scale(.99)}\n.auth-separator{display:flex;align-items:center;gap:9px;margin:14px 0 10px}.auth-separator span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(113,144,195,.22))}.auth-separator span:last-child{background:linear-gradient(90deg,rgba(113,144,195,.22),transparent)}.auth-separator i{font-style:normal;font-size:6.5px;letter-spacing:.14em;color:#577093;font-weight:800}\n.auth-card small{display:block;color:#687b9c;font-size:7.5px;line-height:1.5}.auth-card small a{color:#c2cee2;text-decoration:none;font-weight:700}.auth-card small a:hover{color:#fff;text-decoration:underline}\n.auth-trust{margin-top:14px;padding-top:11px;border-top:1px solid rgba(99,131,188,.11);font-size:7.5px;color:#5e779b;display:flex;align-items:center;justify-content:center;gap:6px}.auth-trust i{width:5px;height:5px;border-radius:50%;background:#24d58d;box-shadow:0 0 8px rgba(36,213,141,.8)}\n.auth-close{position:absolute;z-index:5;right:22px;top:20px;width:34px;height:34px;border-radius:9px;border:1px solid rgba(110,148,212,.14);background:rgba(10,22,46,.45);color:#7f95b8;font-size:20px;cursor:pointer;transition:.15s}.auth-close:hover{color:#fff;border-color:rgba(99,151,241,.38);background:rgba(21,49,95,.7)}\n@keyframes authCardIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@keyframes authModalIn{from{opacity:0}to{opacity:1}}@keyframes authFloat{from{transform:translate3d(-12px,-6px,0) scale(.98)}to{transform:translate3d(12px,8px,0) scale(1.04)}}\n@media(max-width:600px){.auth-card{width:min(340px,calc(100vw - 28px));padding:24px 20px}.auth-close{right:12px;top:12px}}\n
/* === ADN Shield Client Dashboard - server panel visual alignment v18 === */
.portal-sidebar{background:#03111e!important;border-right:1px solid #0b2b46!important;padding:9px 10px!important}
.portal-brand{height:55px!important}.portal-brand>span{background:linear-gradient(145deg,#0b8dff,#0b5fcb)!important;border-color:#159cff!important;box-shadow:0 0 22px rgba(13,145,255,.22)!important}
.portal-search{background:#041728!important;border-color:#0d3454!important}
.portal-nav{gap:4px!important}.portal-nav button{height:42px!important;border:1px solid transparent!important;border-radius:7px!important;font-size:12px!important;color:#a9c6da!important;padding:0 11px!important}
.portal-nav button:hover{background:#08223a!important;border-color:#0c3b60!important;transform:none!important;color:#ecf8ff!important}
.portal-nav button.active{background:linear-gradient(90deg,#0c77cf,#116fbe)!important;color:white!important;border-color:#1288e9!important;box-shadow:0 7px 22px rgba(0,105,190,.2),inset 0 1px rgba(255,255,255,.06)!important}
.portal-nav button.active::before{display:none!important}.portal-nav button.active i{color:#dff5ff!important}.portal-nav button i svg{width:16px!important;height:16px!important}
.portal-main{background:#01060e!important}.portal-topbar{height:58px!important;background:#01060ef2!important;border-bottom:1px solid #0a2438!important;padding:0 20px!important}
.portal-collapse,.portal-crumb{background:#041525!important;border-color:#0c3657!important}.portal-crumb{color:#9ec9e4!important}
.portal-status-actions{display:flex;align-items:center;gap:8px}.portal-status-chip{height:28px;display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:0 10px;border:1px solid #17324a;background:#071420;color:#9bbbd0;font-size:9px;font-weight:800;white-space:nowrap}.portal-status-chip svg{width:12px;height:12px;fill:currentColor}.portal-status-chip.discord{color:#ff7183;background:#26101a;border-color:#542132}.portal-status-chip.version{color:#8da6ba;background:#08131f}.portal-status-chip.update{color:#ffc12b;background:#221a02;border-color:#9a6a00;cursor:pointer}.portal-status-chip.update:hover{background:#302503;box-shadow:0 0 18px rgba(255,183,0,.1)}
.portal-panel{padding:18px 20px 34px!important}
.portal-dashboard-hero{height:118px;border:1px solid #0d3d62;border-radius:10px;background:linear-gradient(110deg,#071c38 0%,#0a2e58 53%,#09203f 100%);position:relative;overflow:hidden;margin-bottom:14px;display:flex;align-items:center;padding:20px 24px;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.portal-dashboard-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 65%,rgba(27,116,190,.12));pointer-events:none}.hero-lines{position:absolute;inset:-100px 0 0 30%;opacity:.33;background:linear-gradient(45deg,transparent 48.7%,#2b6b9c 49%,#2b6b9c 49.3%,transparent 49.6%),linear-gradient(-45deg,transparent 48.7%,#2b6b9c 49%,#2b6b9c 49.3%,transparent 49.6%);background-size:410px 410px;transform:rotate(2deg)}
.hero-copy{position:relative;z-index:2}.hero-copy small{display:block;color:#55bdf9;font-size:8px;font-weight:900;letter-spacing:.14em;margin-bottom:5px}.hero-copy h1{font-size:22px;margin:0;color:#f0f8ff;letter-spacing:-.035em}.hero-copy h1 span{color:#bbdff5}.hero-copy p{margin:6px 0 0;color:#80afd0;font-size:9px}.hero-wordmark{position:absolute;right:40px;top:0;font-size:86px;line-height:118px;font-style:italic;font-weight:950;color:rgba(93,153,204,.13);letter-spacing:-9px;user-select:none}.hero-add{position:absolute!important;right:22px;bottom:18px;z-index:2;padding:8px 12px!important;background:#0d8fe7!important;color:white!important;border:1px solid #18a2ff!important}
.portal-stats-serverstyle{gap:10px!important;margin-bottom:12px!important}.portal-stats-serverstyle article{min-height:95px!important;border-radius:9px!important;padding:13px 14px!important;background:#020d1b!important;border-color:#0e3452!important;grid-template-columns:34px 1fr!important}.portal-stats-serverstyle article:hover{transform:translateY(-2px)!important}.portal-stats-serverstyle .picon{width:31px!important;height:31px!important;border-radius:7px!important}.portal-stats-serverstyle .picon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}.portal-stats-serverstyle small{font-size:8px!important;text-transform:uppercase;letter-spacing:.03em;color:#68a8d0!important}.portal-stats-serverstyle strong{font-size:19px!important;margin:6px 0 2px!important}.portal-stats-serverstyle em{font-size:7.5px!important}
.portal-grid{gap:10px!important;grid-template-columns:minmax(0,2.4fr) minmax(280px,.95fr)!important}.portal-servers,.portal-activity{background:#020c18!important;border-color:#0d3452!important;border-radius:9px!important;min-height:350px!important}.portal-section-title{border-bottom:1px solid #0a2941;padding-bottom:10px;margin-bottom:10px!important}.portal-section-title h2{font-size:12px!important}.portal-section-title p{font-size:8px!important}.portal-section-title button{background:#061a2b!important;border-color:#124367!important;color:#9ed3f2!important}.portal-section-title button:hover{background:#0a2944!important}
.account-server-card{background:#03111e!important;border-color:#0d3b5d!important}.account-server-card:hover{border-color:#1379b8!important}.server-info-row span{background:#041726!important;border-color:#0b3150!important}.server-card-actions a{color:#17a8ff!important}.server-card-actions button{width:29px;height:29px;border:1px solid #103d5d!important;border-radius:6px!important;background:#061a2a!important}.server-card-actions button:hover{background:#0a2942!important;color:#bfe9ff!important}
.activation-card-new{background:#020c18!important;border-color:#0d456e!important}.activation-options button{background:#031525!important}.activation-options button.selected{background:#05213b!important}
@media(max-width:900px){.portal-status-chip.version,.portal-status-chip.update{display:none}.portal-dashboard-hero{height:140px}.hero-wordmark{right:10px;font-size:66px}.hero-add{right:14px;bottom:12px}.portal-grid{grid-template-columns:1fr!important}}

.oauth-error-toast{position:fixed;right:22px;top:22px;z-index:99999;min-width:320px;max-width:460px;padding:15px 44px 15px 16px;border:1px solid rgba(255,76,112,.42);border-radius:14px;background:rgba(9,18,33,.96);box-shadow:0 18px 50px rgba(0,0,0,.42),0 0 28px rgba(255,52,96,.12);backdrop-filter:blur(16px);opacity:0;transform:translateY(-10px);transition:.22s ease}.oauth-error-toast.show{opacity:1;transform:none}.oauth-error-toast strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}.oauth-error-toast span{display:block;color:#8fb8d8;font-size:12px;line-height:1.45}.oauth-error-toast button{position:absolute;right:10px;top:10px;width:26px;height:26px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0a1b2f;color:#b9d8f1;cursor:pointer}

/* === ADN Shield dedicated Discord login v20 === */
.adn-login-page{min-height:100vh;margin:0;overflow:hidden;background:#01040b;color:#eef6ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative}
.adn-login-page:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,#061b54 0%,#061944 25%,#04102a 54%,#01040b 100%);z-index:-4}
.adn-login-grid{position:fixed;inset:0;z-index:-3;opacity:.18;background-image:linear-gradient(rgba(76,126,224,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(76,126,224,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 80%)}
.adn-login-glow{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:-2}.adn-login-glow-a{width:760px;height:420px;left:50%;top:15%;transform:translateX(-50%);background:rgba(38,104,255,.22)}.adn-login-glow-b{width:500px;height:330px;left:50%;top:40%;transform:translateX(-50%);background:rgba(10,76,205,.12)}
.adn-login-back{position:fixed;left:24px;top:22px;z-index:5;color:#89a7cf;text-decoration:none;font-size:12px;font-weight:750;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(97,139,207,.14);border-radius:9px;background:rgba(4,14,31,.32);backdrop-filter:blur(12px);transition:.18s}.adn-login-back:hover{color:#fff;border-color:rgba(74,143,255,.38);background:rgba(10,31,66,.5);transform:translateY(-1px)}
.adn-login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}
.adn-login-card{width:min(360px,calc(100vw - 36px));padding:25px 24px 21px;border:1px solid rgba(107,146,220,.26);border-radius:15px;background:linear-gradient(180deg,rgba(18,39,82,.91),rgba(10,22,48,.93));box-shadow:0 30px 90px rgba(0,0,0,.54),0 0 58px rgba(37,112,255,.16),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(20px);text-align:center;animation:adnLoginCard .38s cubic-bezier(.22,.8,.2,1) both;position:relative;overflow:hidden}
.adn-login-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.025),transparent 34%,rgba(51,120,255,.04))}
.adn-login-logo{width:44px;height:44px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 38%,#143756,#06101c 66%);border:1px solid rgba(87,152,232,.23);box-shadow:0 0 24px rgba(32,117,255,.16);overflow:hidden}.adn-login-logo img{display:block;width:31px!important;height:31px!important;max-width:31px!important;max-height:31px!important;object-fit:contain!important;filter:drop-shadow(0 0 7px rgba(55,157,255,.28))!important}
.adn-login-card h1{margin:0;color:#f4f8ff;font-size:20px;line-height:1.2;font-weight:850;letter-spacing:-.4px}.adn-login-card>p{margin:5px 0 18px;color:#8ea4c6;font-size:11px}.adn-login-card>p strong{color:#bdcce5}
.adn-login-discord{height:41px;border-radius:8px;border:1px solid rgba(124,149,204,.22);background:linear-gradient(180deg,#243353,#1b2948);display:flex;align-items:center;justify-content:center;gap:9px;color:#eef3ff;text-decoration:none;font-weight:780;font-size:11px;box-shadow:inset 0 1px rgba(255,255,255,.04),0 8px 22px rgba(0,0,0,.18);transition:.17s}.adn-login-discord svg{width:16px;height:16px;flex:0 0 16px}.adn-login-discord:hover{transform:translateY(-1px);background:linear-gradient(180deg,#5865f2,#4752c4);border-color:rgba(152,166,255,.48);box-shadow:0 12px 30px rgba(88,101,242,.24)}.adn-login-discord:active{transform:scale(.995)}
.adn-login-sep{display:flex;align-items:center;gap:9px;margin:14px 0 10px}.adn-login-sep span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(113,144,195,.22))}.adn-login-sep span:last-child{background:linear-gradient(90deg,rgba(113,144,195,.22),transparent)}.adn-login-sep b{font-size:6.5px;letter-spacing:.14em;color:#597396}.adn-login-card small{display:block;color:#697d9e;font-size:7.5px;line-height:1.5}.adn-login-safe{margin-top:13px;padding-top:11px;border-top:1px solid rgba(99,131,188,.11);font-size:7.5px;color:#60799e;display:flex;align-items:center;justify-content:center;gap:6px}.adn-login-safe i{width:5px;height:5px;border-radius:50%;background:#24d58d;box-shadow:0 0 8px rgba(36,213,141,.8)}
@keyframes adnLoginCard{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:560px){.adn-login-back span{display:none}.adn-login-card{padding:23px 19px}.adn-login-shell{padding:18px}}


/* === v21 refined client UI + premium discord login === */
.portal-shell{grid-template-columns:212px 1fr!important}
.portal-sidebar{padding:10px 9px!important;background:linear-gradient(180deg,#03111d 0%,#03121f 48%,#020d17 100%)!important;box-shadow:inset -1px 0 0 rgba(18,61,93,.65)}
.portal-brand{height:50px!important;padding:6px 8px!important;gap:9px!important;margin-bottom:2px}
.portal-brand>span{width:34px!important;height:34px!important;border-radius:10px!important;background:linear-gradient(145deg,#0d89ff,#0a60ca)!important;border-color:#1398ff!important;box-shadow:0 0 18px rgba(13,145,255,.18)!important}
.portal-brand img{width:23px!important;height:23px!important}.portal-brand b{font-size:12px!important}.portal-brand small{font-size:9px!important;margin-top:2px!important}
.portal-search{height:34px!important;border-radius:9px!important;font-size:11px!important;padding:0 10px!important;margin:6px 2px 10px!important;background:#051829!important;border-color:#0d3454!important;color:#7ea7c2!important}.portal-search span{font-size:10.5px!important}.portal-search kbd{font-size:7px!important;padding:2px 5px!important}
.portal-nav{gap:5px!important}.portal-nav button{height:38px!important;min-height:38px!important;border-radius:10px!important;padding:0 12px!important;font-size:11px!important;font-weight:650!important;color:#9fbfd4!important;background:transparent!important;border:1px solid transparent!important;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease!important}.portal-nav button i{width:18px!important;height:18px!important;color:#83a8c0!important}.portal-nav button i svg{width:15px!important;height:15px!important}.portal-nav button span{line-height:1!important}.portal-nav button:hover{background:rgba(9,35,58,.82)!important;border-color:#0c385a!important;color:#eef8ff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;transform:none!important}.portal-nav button.active{background:linear-gradient(180deg,#148bf1,#0f6ec4)!important;border-color:#2aa0ff!important;color:#fff!important;box-shadow:0 10px 24px rgba(8,106,190,.24),inset 0 1px 0 rgba(255,255,255,.12)!important}.portal-nav button.active i{color:#ecf7ff!important}.portal-nav button em{font-size:7px!important;border-radius:999px!important;padding:2px 6px!important;background:#0b4a82!important;color:#8fd4ff!important}
.portal-foot-links{margin:8px 2px 10px!important}.portal-foot-links a{padding:6px 8px!important;font-size:9.5px!important;border-radius:8px!important;color:#92b7cd!important}.portal-foot-links a:hover{background:#071a2c!important;color:#fff!important}
.portal-user{grid-template-columns:30px 1fr 12px!important;padding:7px!important;border-radius:10px!important;background:#041725!important;border-color:#0c3048!important}.portal-user>span{width:30px!important;height:30px!important;font-size:11px!important}.portal-user b{font-size:10px!important}.portal-user small{font-size:8px!important}.portal-user-menu{width:190px!important;border-radius:10px!important}
.portal-status-chip{font-size:10px!important;padding:8px 11px!important;border-radius:10px!important}

.adn-login-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.adn-login-page:before{background:radial-gradient(900px 420px at 50% 18%,rgba(23,84,214,.42),transparent 72%),linear-gradient(180deg,#071b53 0%,#05133a 30%,#020918 66%,#01040b 100%)!important}
.adn-login-grid{opacity:.22!important;background-size:38px 38px!important}
.adn-login-noise{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.08;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.25) .6px,transparent .8px),radial-gradient(circle at 80% 30%,rgba(255,255,255,.18) .6px,transparent .8px),radial-gradient(circle at 40% 75%,rgba(255,255,255,.14) .6px,transparent .8px);background-size:280px 280px,320px 320px,360px 360px;animation:adnNoiseFloat 16s linear infinite}
.adn-login-glow{filter:blur(110px)!important}.adn-login-glow-a{width:840px!important;height:440px!important;top:9%!important;background:rgba(41,111,255,.26)!important}.adn-login-glow-b{width:560px!important;height:360px!important;top:42%!important;background:rgba(14,76,206,.16)!important}
.adn-login-back{left:26px!important;top:24px!important;border-radius:12px!important;padding:10px 14px!important;font-size:12px!important;background:rgba(7,18,38,.44)!important;border-color:rgba(89,138,215,.18)!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}.adn-login-back:hover{box-shadow:0 12px 28px rgba(15,92,208,.12)!important}
.adn-login-shell{padding:24px!important}.adn-login-card{width:min(430px,calc(100vw - 34px))!important;padding:32px 30px 24px!important;border-radius:22px!important;border:1px solid rgba(96,145,223,.24)!important;background:linear-gradient(180deg,rgba(14,34,74,.88),rgba(8,20,43,.95))!important;box-shadow:0 32px 100px rgba(0,0,0,.56),0 0 80px rgba(29,104,255,.12),inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(20px)!important;overflow:hidden!important}.adn-login-card:before{background:linear-gradient(125deg,rgba(255,255,255,.055),transparent 26%,rgba(47,121,255,.05) 68%,transparent)!important}.adn-login-card:after{content:"";position:absolute;left:26px;right:26px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,164,255,.45),transparent)}
.adn-login-logo{width:auto!important;height:auto!important;margin:0 auto 14px!important;border:none!important;background:none!important;box-shadow:none!important;border-radius:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.adn-login-logo img{width:74px!important;height:auto!important;max-width:74px!important;max-height:none!important;filter:drop-shadow(0 10px 18px rgba(21,112,255,.2))!important}
.adn-login-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;margin:0 auto 12px;border:1px solid rgba(97,142,218,.18);border-radius:999px;background:rgba(6,16,35,.36);font-size:10px;font-weight:800;letter-spacing:.14em;color:#7bb5ff;text-transform:uppercase}.adn-login-eyebrow:before,.adn-login-eyebrow:after{content:"";width:5px;height:5px;border-radius:50%;background:#1fd590;box-shadow:0 0 10px rgba(31,213,144,.75)}
.adn-login-card h1{font-size:30px!important;line-height:1.05!important;letter-spacing:-.9px!important;margin:0 0 8px!important;color:#f5f9ff!important}.adn-login-card>p{margin:0 auto 20px!important;font-size:13px!important;line-height:1.65!important;color:#8ea9ca!important;max-width:320px}.adn-login-card>p strong{color:#e7f1ff!important}
.adn-login-discord{position:relative;overflow:hidden;height:54px!important;border-radius:14px!important;border:1px solid rgba(121,149,213,.2)!important;background:linear-gradient(180deg,#1e2d49,#17243e)!important;font-size:13px!important;font-weight:800!important;letter-spacing:.01em!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 28px rgba(0,0,0,.2)!important}.adn-login-discord svg{width:18px!important;height:18px!important}.adn-login-discord:before{content:"";position:absolute;inset:-120% auto -120% -25%;width:42%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.17),transparent);transition:transform .55s ease}.adn-login-discord:hover:before{transform:translateX(250%) rotate(18deg)}.adn-login-discord:hover{background:linear-gradient(180deg,#5965f2,#4652c7)!important;border-color:rgba(154,166,255,.55)!important;box-shadow:0 16px 34px rgba(88,101,242,.27)!important;transform:translateY(-1px)!important}
.adn-login-sep{margin:16px 0 12px!important}.adn-login-sep b{font-size:9px!important;letter-spacing:.18em!important;color:#678ab7!important}.adn-login-card small{font-size:11px!important;line-height:1.65!important;color:#7289ab!important;max-width:330px;margin:0 auto}.adn-login-safe{margin-top:15px!important;padding-top:14px!important;font-size:11px!important;color:#85a3c1!important;border-top:1px solid rgba(99,131,188,.12)!important}.adn-login-safe i{width:7px!important;height:7px!important}
@keyframes adnNoiseFloat{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-120px,0)}}
@media(max-width:700px){.portal-shell{grid-template-columns:1fr!important}.portal-sidebar{display:none!important}.adn-login-card{padding:28px 22px 22px!important}.adn-login-card h1{font-size:25px!important}.adn-login-card>p{font-size:12px!important}.adn-login-discord{height:50px!important}}


/* === v22 server dashboard redesigned to match client dashboard style === */
.client-main{padding:0 18px 24px!important}
.client-topbar{margin-bottom:8px!important}
.client-breadcrumb{background:rgba(7,21,40,.78)!important;border:1px solid #10365a!important;border-radius:10px!important;padding:7px 12px!important;color:#8eb2ca!important}.client-breadcrumb b{color:#f4fbff!important}.client-top-actions{gap:8px!important}
.status-pill,.version-pill,.update-pill{height:34px!important;border-radius:11px!important;font-size:11px!important;padding:0 12px!important;box-shadow:0 8px 22px rgba(0,0,0,.18)!important}
.server-dashboard-hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-height:150px!important;padding:26px 28px!important;border:1px solid #113962!important;border-radius:18px!important;background:radial-gradient(120% 140% at 45% 0%,rgba(32,100,195,.28),transparent 55%),linear-gradient(135deg,#051325 0%,#0b2649 55%,#0a2f5c 100%)!important;box-shadow:0 18px 40px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04)!important;overflow:hidden!important}.server-dashboard-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 34%,rgba(255,255,255,.05) 34.5%,transparent 35%,transparent 64%,rgba(255,255,255,.04) 64.5%,transparent 65%);opacity:.55;pointer-events:none}.server-dashboard-hero .hero-shape{position:absolute;right:34px;top:10px;font-size:118px!important;line-height:1;color:rgba(255,255,255,.075)!important;letter-spacing:-6px;font-weight:900;animation:none!important}.server-hero-copy{position:relative;z-index:1;max-width:760px}.server-hero-copy small{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(5,18,39,.4);border:1px solid rgba(118,159,222,.2);font-size:10px;font-weight:800;letter-spacing:.16em;color:#7fbaff}.server-hero-copy small:before{content:"";width:7px;height:7px;border-radius:50%;background:#1ed58e;box-shadow:0 0 12px rgba(30,213,142,.68)}.server-hero-copy h1{margin:14px 0 8px;font-size:36px;line-height:1.05;letter-spacing:-1.1px;color:#f5fbff}.server-hero-copy p{max-width:620px;margin:0;font-size:13px;line-height:1.7;color:#a7c0d8}.dashboard-hero-btn{position:relative;z-index:1;align-self:flex-start;border:1px solid #2f9cff;background:linear-gradient(180deg,#1d9cff,#0f79e1);color:#fff;font-size:12px;font-weight:800;padding:13px 18px;border-radius:13px;box-shadow:0 14px 28px rgba(17,126,225,.24);cursor:pointer;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.dashboard-hero-btn:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 18px 34px rgba(17,126,225,.34)}
.summary-grid{margin-top:16px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.metrics-grid{margin-top:14px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.summary-grid article,.metric-card{position:relative;padding:22px 20px 18px!important;min-height:118px!important;border-radius:18px!important;border:1px solid #123b62!important;background:linear-gradient(180deg,rgba(7,20,41,.96),rgba(5,14,30,.98))!important;box-shadow:0 14px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03)!important;overflow:hidden}.summary-grid article:before,.metric-card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(112,162,228,.28),transparent)}.summary-grid article small,.metric-card small{display:block;font-size:10px!important;font-weight:800!important;letter-spacing:.1em!important;color:#6fa6cf!important;margin-bottom:16px!important}.summary-grid article b,.metric-card strong{display:block;font-size:32px!important;line-height:1.05!important;color:#f4fbff!important;letter-spacing:-.6px}.summary-grid article span,.metric-card span{display:block;margin-top:10px;font-size:11px!important;color:#7593b0!important}.summary-icon{width:34px!important;height:34px!important;border-radius:11px!important;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.summary-grid article .summary-icon{position:absolute;left:18px;top:18px}.summary-grid article small{padding-left:44px}.summary-grid article b{padding-left:44px;font-size:28px!important}.summary-grid article .eye-action{right:16px!important;top:17px!important;width:28px!important;height:28px!important;border-radius:8px!important;background:#071a30!important;border:1px solid #10365d!important;color:#8ab7de!important}.summary-grid article .eye-action:hover{background:#0a2442!important;color:#fff!important}.metric-card.cyan{box-shadow:inset 3px 0 0 #15caef,0 14px 36px rgba(0,0,0,.18)!important}.metric-card.purple{box-shadow:inset 3px 0 0 #8d55ff,0 14px 36px rgba(0,0,0,.18)!important}.metric-card.pink{box-shadow:inset 3px 0 0 #ff4f86,0 14px 36px rgba(0,0,0,.18)!important}.metric-card.green{box-shadow:inset 3px 0 0 #18d68f,0 14px 36px rgba(0,0,0,.18)!important}.metric-card em{font-style:normal;font-size:18px;color:#a7c0d8;margin-left:4px}.server-name-sub,.validity-tag{font-size:11px!important}.validity-tag{position:absolute;right:16px;bottom:16px;border-radius:999px;padding:5px 10px;background:#08291e;color:#8df0bd;border:1px solid #154f3c!important}.summary-grid #serverStatusState{font-size:28px!important}.summary-grid #dashExpiry{font-size:28px!important}
.analytics-layout{margin-top:16px!important;display:grid!important;grid-template-columns:minmax(0,1.8fr) minmax(340px,.8fr) minmax(340px,.8fr)!important;gap:14px!important}.analytics-card{border-radius:18px!important;border:1px solid #123b62!important;background:linear-gradient(180deg,rgba(7,20,41,.96),rgba(5,14,30,.98))!important;box-shadow:0 14px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03)!important;padding:18px 18px 16px!important;overflow:hidden}.analytics-card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(112,162,228,.28),transparent)}.analytics-head{margin-bottom:12px!important}.analytics-head b{font-size:24px!important;letter-spacing:-.5px;color:#f4fbff!important}.analytics-head small{margin-top:4px!important;display:block;font-size:11px!important;color:#7390ad!important}.range-tabs{background:#05182d!important;border:1px solid #0c365c!important;border-radius:11px!important;padding:3px!important}.range-tabs button{height:28px!important;border-radius:8px!important;min-width:34px!important;font-size:10px!important;font-weight:800!important}.range-tabs button.active{background:linear-gradient(180deg,#1d86ea,#1667bd)!important;color:#fff!important}.activity-chart{height:255px!important}.chart-grid-lines line{stroke:#113157!important;stroke-dasharray:4 5!important;opacity:.9}.players-line-new{stroke:#4ca0ff!important;stroke-width:3!important}.bans-line-new{stroke:#ff4f88!important;stroke-width:2.6!important}.players-fill{fill:url(#playersArea)!important}.bans-fill{fill:url(#bansArea)!important;opacity:.65}.chart-legend{margin-top:10px!important;font-size:11px!important;color:#85a2bf!important}.chart-legend i{width:9px!important;height:9px!important;border-radius:50%!important}.donut-card-new{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.donut-wrap{margin-top:10px!important;gap:18px!important}.dashboard-donut{width:170px!important;height:170px!important;border-width:18px!important;box-shadow:0 10px 32px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03)!important}.dashboard-donut>span{width:96px!important;height:96px!important;background:#041021!important}.dashboard-donut b{font-size:28px!important;color:#f4fbff!important}.dashboard-donut small{font-size:11px!important;color:#7390ad!important}.donut-card-new ul{font-size:11px!important;gap:11px!important}.donut-card-new li i{width:9px!important;height:9px!important;margin-right:9px!important}.donut-card-new li b{font-size:12px!important;color:#f4fbff!important}.donut-empty-label{font-size:11px!important;color:#85a2bf!important}
@media(max-width:1350px){.analytics-layout{grid-template-columns:1fr 1fr!important}.analytics-layout .donut-card-new:last-child{grid-column:2}.summary-grid,.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.server-dashboard-hero{padding:22px 20px 20px!important;min-height:auto!important;flex-direction:column!important}.server-dashboard-hero .hero-shape{font-size:72px!important;right:18px;top:12px}.server-hero-copy h1{font-size:28px!important}.analytics-layout,.summary-grid,.metrics-grid{grid-template-columns:1fr!important}.dashboard-hero-btn{width:100%}.client-main{padding:0 12px 20px!important}}


/* === v23 discreet login + refined client sidebar === */
.adn-login-page:before{background:radial-gradient(720px 280px at 50% 14%,rgba(29,91,214,.32),transparent 68%),linear-gradient(180deg,#071845 0%,#051234 30%,#020917 68%,#01040b 100%)!important}
.adn-login-grid{opacity:.14!important;background-size:44px 44px!important}
.adn-login-noise{opacity:.04!important}
.adn-login-glow{filter:blur(90px)!important}.adn-login-glow-a{width:680px!important;height:280px!important;top:9%!important;background:rgba(35,101,255,.17)!important}.adn-login-glow-b{width:420px!important;height:240px!important;top:44%!important;background:rgba(12,72,196,.1)!important}
.adn-login-back{left:18px!important;top:18px!important;padding:8px 11px!important;font-size:11px!important;border-radius:10px!important;background:rgba(6,17,35,.36)!important}
.adn-login-shell{padding:18px!important}.adn-login-card{width:min(340px,calc(100vw - 28px))!important;padding:20px 18px 16px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(11,28,61,.9),rgba(7,18,39,.95))!important;box-shadow:0 20px 56px rgba(0,0,0,.44),0 0 36px rgba(30,100,255,.08),inset 0 1px 0 rgba(255,255,255,.04)!important}.adn-login-card:after{left:18px!important;right:18px!important}
.adn-login-logo{margin:0 auto 10px!important}.adn-login-logo img{width:42px!important;max-width:42px!important;filter:drop-shadow(0 5px 10px rgba(21,112,255,.16))!important}
.adn-login-eyebrow{padding:5px 9px!important;margin:0 auto 10px!important;font-size:9px!important;letter-spacing:.12em!important}
.adn-login-card h1{font-size:18px!important;line-height:1.15!important;letter-spacing:-.4px!important;margin:0 0 6px!important}.adn-login-card>p{margin:0 auto 14px!important;font-size:11px!important;line-height:1.55!important;max-width:255px!important;color:#8ea6c4!important}
.adn-login-discord{height:42px!important;border-radius:11px!important;font-size:11px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 20px rgba(0,0,0,.16)!important}.adn-login-discord svg{width:15px!important;height:15px!important}
.adn-login-sep{margin:12px 0 10px!important}.adn-login-sep b{font-size:7px!important;letter-spacing:.16em!important}.adn-login-card small{font-size:9px!important;line-height:1.6!important;max-width:270px!important}.adn-login-safe{margin-top:11px!important;padding-top:11px!important;font-size:9px!important}
.portal-sidebar{padding:10px 10px 12px!important}.portal-brand{height:52px!important;padding:6px 8px!important;gap:9px!important}.portal-brand>span{width:34px!important;height:34px!important;border-radius:10px!important}.portal-brand img{width:22px!important;height:22px!important}.portal-brand b{font-size:12px!important}.portal-brand small{font-size:9px!important}
.portal-search{height:34px!important;border-radius:10px!important;padding:0 9px!important;margin:6px 2px 10px!important}.portal-search span{font-size:10px!important}.portal-search kbd{font-size:7px!important}
.portal-nav{gap:4px!important}.portal-nav button{height:34px!important;border-radius:10px!important;padding:0 10px!important;font-size:11px!important;font-weight:650!important;color:#a6c1d6!important}.portal-nav button i{width:16px!important;font-size:14px!important;color:#7fa2bc!important}.portal-nav button em{font-size:7px!important;border-radius:999px!important;padding:2px 5px!important}.portal-nav button:hover{background:#07192c!important;color:#e8f6ff!important}.portal-nav button.active{background:linear-gradient(180deg,#158fff,#1279db)!important;color:#fff!important;box-shadow:0 12px 24px rgba(18,121,219,.16)!important}.portal-nav button.active i{color:#fff!important}.portal-nav button.active span{font-weight:750!important}
.portal-user{border-radius:10px!important;padding:7px!important;grid-template-columns:32px 1fr 12px!important}.portal-user>span{width:32px!important;height:32px!important}.portal-user b{font-size:10px!important}.portal-user small{font-size:8px!important}
.portal-foot-links a{font-size:9px!important;padding:6px 8px!important}
@media(max-width:700px){.adn-login-card{width:min(332px,calc(100vw - 22px))!important;padding:18px 16px 15px!important}.adn-login-logo img{width:38px!important;max-width:38px!important}.adn-login-card h1{font-size:17px!important}.adn-login-discord{height:40px!important}}


/* === v24 compact/pro server dashboard === */
.client-main{padding:0 16px 22px!important}
.client-topbar{height:58px!important;margin-bottom:6px!important}.client-breadcrumb{padding:7px 10px!important;border-radius:9px!important;font-size:9px!important}.client-top-actions button{height:30px!important;padding:0 10px!important;font-size:8px!important;border-radius:8px!important}
.server-dashboard-hero{min-height:96px!important;height:96px!important;padding:16px 18px!important;border-radius:13px!important;align-items:center!important;margin-bottom:10px!important;background:radial-gradient(110% 120% at 45% 0%,rgba(28,93,186,.20),transparent 55%),linear-gradient(135deg,#051224 0%,#0a2140 56%,#0a2a50 100%)!important;box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03)!important}.server-dashboard-hero .hero-shape{font-size:76px!important;right:26px!important;top:8px!important;letter-spacing:-4px!important;color:rgba(255,255,255,.055)!important}.server-hero-copy{max-width:720px!important}.server-hero-copy small{padding:4px 8px!important;font-size:7px!important;letter-spacing:.13em!important;gap:6px!important}.server-hero-copy small:before{width:5px!important;height:5px!important}.server-hero-copy h1{margin:8px 0 4px!important;font-size:21px!important;letter-spacing:-.45px!important}.server-hero-copy p{font-size:9px!important;line-height:1.45!important;max-width:620px!important;color:#91acc5!important}.dashboard-hero-btn{padding:8px 11px!important;border-radius:9px!important;font-size:8px!important;box-shadow:0 8px 18px rgba(17,126,225,.18)!important}
.summary-grid,.metrics-grid{gap:9px!important}.summary-grid{margin-top:10px!important}.metrics-grid{margin-top:9px!important}.summary-grid article,.metric-card{min-height:82px!important;padding:13px 13px 11px!important;border-radius:12px!important;border-color:#0f3153!important;background:linear-gradient(180deg,#061427,#040d1c)!important;box-shadow:0 8px 20px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.025)!important}.summary-grid article small,.metric-card small{font-size:7px!important;letter-spacing:.08em!important;margin-bottom:8px!important;color:#6a9bc4!important}.summary-grid article b,.metric-card strong{font-size:20px!important;letter-spacing:-.35px!important}.summary-grid article span,.metric-card span{font-size:8px!important;margin-top:6px!important}.summary-icon{width:27px!important;height:27px!important;border-radius:8px!important;font-size:10px!important}.summary-grid article .summary-icon{left:12px!important;top:12px!important}.summary-grid article small{padding-left:35px!important}.summary-grid article b{padding-left:35px!important;font-size:18px!important}.summary-grid #serverStatusState,.summary-grid #dashExpiry{font-size:18px!important}.summary-grid article .eye-action{right:11px!important;top:11px!important;width:24px!important;height:24px!important;border-radius:7px!important;font-size:9px!important}.validity-tag{right:10px!important;bottom:10px!important;padding:3px 6px!important;font-size:7px!important;border-radius:999px!important}.metric-card{border-left-width:2px!important}.metric-card em{font-size:11px!important}.server-name-sub{font-size:8px!important}
.analytics-layout{margin-top:10px!important;gap:9px!important;grid-template-columns:minmax(0,1.9fr) minmax(250px,.8fr) minmax(250px,.8fr)!important}.analytics-card{min-height:290px!important;border-radius:12px!important;border-color:#0f3153!important;padding:13px!important;background:linear-gradient(180deg,#061427,#040d1c)!important;box-shadow:0 8px 20px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.025)!important}.analytics-head{margin-bottom:8px!important}.analytics-head b{font-size:14px!important;letter-spacing:-.2px!important}.analytics-head small{font-size:8px!important;margin-top:2px!important}.range-tabs{padding:2px!important;border-radius:8px!important}.range-tabs button{height:22px!important;min-width:28px!important;padding:0 6px!important;font-size:7px!important;border-radius:6px!important}.activity-chart{height:205px!important;margin-top:5px!important}.players-line-new{stroke-width:2.1!important}.bans-line-new{stroke-width:1.8!important}.chart-legend{font-size:8px!important;margin-top:6px!important;gap:14px!important}.chart-legend i{width:6px!important;height:6px!important}.donut-wrap{margin:9px 0 12px!important;gap:12px!important}.dashboard-donut{width:112px!important;height:112px!important;box-shadow:none!important}.dashboard-donut>span{width:70px!important;height:70px!important}.dashboard-donut b{font-size:18px!important}.dashboard-donut small{font-size:7px!important}.donut-card-new ul{font-size:8px!important;gap:8px!important}.donut-card-new li i{width:6px!important;height:6px!important;margin-right:6px!important}.donut-card-new li b{font-size:8px!important}.donut-empty-label{font-size:8px!important}
@media(max-width:1350px){.analytics-layout{grid-template-columns:1fr 1fr!important}.analytics-layout .donut-card-new:last-child{grid-column:auto!important}.summary-grid,.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.server-dashboard-hero{height:auto!important;min-height:112px!important;align-items:flex-start!important;padding:15px!important}.server-hero-copy h1{font-size:18px!important}.server-hero-copy p{font-size:8px!important}.dashboard-hero-btn{width:auto!important}.analytics-layout,.summary-grid,.metrics-grid{grid-template-columns:1fr!important}}


/* === v26 compact license visibility control === */
.license-summary-card .license-title-row{display:flex;align-items:center;gap:6px;padding-left:35px;min-width:0}
.license-summary-card .license-title-row small{padding-left:0!important;margin:0!important;line-height:1}
.license-summary-card #dashLicenseKey{display:block;padding-left:35px!important;margin-top:10px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px!important;letter-spacing:.02em;color:#edf7ff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.license-summary-card .eye-action{position:static!important;width:19px!important;height:19px!important;min-width:19px!important;padding:0!important;border:0!important;border-radius:5px!important;background:transparent!important;color:#6f91af!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:none!important;overflow:visible!important}
.license-summary-card .eye-action svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.license-summary-card .eye-action:hover{background:#071a30!important;color:#42b8ff!important;transform:none!important}
.license-summary-card .eye-action.visible{color:#42b8ff!important}


/* === v27 dashboard icon refinement === */
.summary-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.metric-label{display:flex!important;align-items:center;gap:7px!important;padding-left:0!important}
.metric-label svg{width:13px;height:13px;flex:0 0 13px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.9}
.metric-card.cyan .metric-label svg{color:#55a8c7}.metric-card.purple .metric-label svg{color:#6f8aa5}.metric-card.pink .metric-label svg{color:#6f8aa5}.metric-card.green .metric-label svg{color:#6f8aa5}
.license-title-row{display:flex;align-items:center;gap:6px;padding-left:35px}.license-title-row small{padding-left:0!important;margin-bottom:0!important}.license-summary-card>b{margin-top:8px}

.activation-extend-box{margin-top:12px;padding:12px;border:1px solid #0f3153;border-radius:12px;background:linear-gradient(180deg,rgba(6,23,43,.9),rgba(3,16,30,.95))}.activation-select{width:100%;height:42px;border-radius:10px;border:1px solid #12426b;background:#061a31;color:#dbeeff;padding:0 12px;font-size:12px;outline:none}.activation-select:focus{border-color:#2192e9;box-shadow:0 0 0 3px rgba(33,146,233,.12)}.activation-helper{margin:8px 2px 0;color:#6f92b6;font-size:11px;line-height:1.45}.activation-options button.disabled{opacity:.45;cursor:not-allowed}

/* v31 account controls inside server panel */
.client-main-nav .client-nav-item{height:36px!important;padding:0 10px!important;gap:10px!important;font-size:11px!important;border-radius:8px!important}.client-main-nav .client-nav-item i{width:19px!important;height:19px!important;flex:0 0 19px!important}.client-main-nav .client-nav-item i svg{width:17px!important;height:17px!important}.client-main-nav .client-nav-item em{font-size:7px!important;padding:3px 5px!important;border-radius:4px!important}.account-panel{padding-bottom:28px}.account-inline-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.account-inline-head h1{font-size:24px;margin:5px 0 4px}.account-inline-head p{margin:0;color:#6f8eac;font-size:10px}.account-inline-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.account-inline-stats article{border:1px solid #0f3154;background:#020b18;border-radius:12px;padding:14px 16px;min-height:88px}.account-inline-stats small{font-size:8px;color:#6397c0;font-weight:800}.account-inline-stats strong{display:block;font-size:22px;margin:8px 0 2px;color:#f2f8ff}.account-inline-stats span{font-size:8px;color:#66829e}.account-inline-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);gap:12px}.account-inline-servers,.account-inline-activity{border:1px solid #0f3154;background:#020b18;border-radius:12px;min-height:330px;padding:14px}.account-inline-title h2{font-size:13px;margin:0}.account-inline-title p{font-size:8px;color:#60809d;margin:4px 0 12px}.inline-server-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inline-server-card{border:1px solid #103657;background:#041321;border-radius:10px;padding:12px;min-height:130px;position:relative}.inline-server-card b{font-size:11px}.inline-server-card small{display:block;color:#6788a6;font-size:8px;margin-top:3px}.inline-server-card>span{position:absolute;right:10px;top:10px;font-size:7px;color:#829bb4;border:1px solid #1a3852;border-radius:99px;padding:4px 6px}.inline-server-card>span.online{color:#52d7a0;border-color:#195a45;background:#07271f}.inline-server-meta{display:flex;gap:6px;margin:17px 0 12px}.inline-server-meta em{font-style:normal;font-size:8px;color:#8fb2cd;border:1px solid #0d2f4b;background:#03101c;padding:5px 7px;border-radius:6px}.inline-server-card a{color:#2caeff;text-decoration:none;font-size:9px;font-weight:800}.inline-empty-card,.inline-empty{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6786a3;border:1px dashed #0d304c;border-radius:9px}.inline-empty-card b{color:#d8eafa;font-size:12px}.inline-empty-card span{font-size:9px;margin-top:5px}.inline-activation-card{width:min(720px,100%);margin:18px auto 0;border:1px solid #104268;background:linear-gradient(180deg,#03111f,#020b15);border-radius:14px;padding:24px}.inline-activation-title{display:flex;gap:12px;align-items:flex-start}.inline-activation-title>span{width:38px;height:38px;border-radius:9px;background:#0a2b50;border:1px solid #0e5b91;display:grid;place-items:center;color:#1caeff}.inline-activation-title h1{font-size:21px;margin:2px 0 5px}.inline-activation-title p{font-size:10px;color:#7294b1;margin:0}.inline-activation-card>label{display:block;margin:20px 0 7px;font-size:8px;color:#5db1e5;font-weight:900;letter-spacing:.08em}.inline-license-field{height:46px;border:1px solid #155986;background:#041426;border-radius:9px;padding:0 12px;display:flex;align-items:center}.inline-license-field input{width:100%;border:0;background:transparent;outline:0;color:#e9f6ff;font-size:12px;font-family:ui-monospace,monospace}.inline-activation-msg{font-size:8px;color:#6888a6;margin-top:7px}.inline-activation-msg.error{color:#ff6178}.inline-activation-msg.success{color:#35d89b}.inline-activation-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.inline-activation-options button{border:1px solid #0f3659;background:#041527;border-radius:9px;padding:12px;text-align:left;color:#cfe7f8;cursor:pointer}.inline-activation-options button.selected{border-color:#168fe0;background:#061b32}.inline-activation-options button.disabled{opacity:.42;cursor:not-allowed}.inline-activation-options b{display:block;font-size:10px}.inline-activation-options small{display:block;font-size:8px;color:#698aa7;margin-top:4px}.inline-extend-box{margin-top:10px}.inline-extend-box select{width:100%;height:40px;border:1px solid #124268;background:#05172a;color:#dceeff;border-radius:8px;padding:0 10px}.inline-activate-submit{width:100%;height:43px;margin-top:16px;border:0;border-radius:8px;background:#148ee8;color:#fff;font-size:11px;font-weight:800;cursor:pointer}.inline-placeholder{min-height:calc(100vh - 140px);display:grid;place-content:center;text-align:center}.inline-placeholder span{font-size:32px;color:#238fd3}.inline-placeholder h1{font-size:25px;margin:10px 0 5px}.inline-placeholder p{font-size:10px;color:#6d8ba7}@media(max-width:980px){.account-inline-grid,.account-inline-stats,.inline-server-cards,.inline-activation-options{grid-template-columns:1fr}}


/* v32 unified sidebar buttons */
.client-main-nav,.client-server-nav{display:grid;gap:5px!important}
.client-main-nav .client-nav-item,.client-server-nav .client-nav-item{
  position:relative;
  min-height:36px!important;
  height:36px!important;
  padding:0 11px!important;
  border-radius:9px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:#9ab6cd!important;
  font-size:11px!important;
  font-weight:650!important;
  letter-spacing:0!important;
  box-shadow:none!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
.client-main-nav .client-nav-item i,.client-server-nav .client-nav-item i{
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
  color:#7fa4c2!important;
}
.client-main-nav .client-nav-item i svg,.client-server-nav .client-nav-item i svg{
  width:16px!important;
  height:16px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.client-main-nav .client-nav-item span,.client-server-nav .client-nav-item span{line-height:1.05!important}
.client-main-nav .client-nav-item em,.client-server-nav .client-nav-item em{
  font-size:7px!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:#0c4578!important;
  color:#86d0ff!important;
}
.client-main-nav .client-nav-item:hover,.client-server-nav .client-nav-item:hover{
  background:#07192b!important;
  border-color:#0d3357!important;
  color:#edf8ff!important;
}
.client-main-nav .client-nav-item:hover i,.client-server-nav .client-nav-item:hover i{color:#cbe7ff!important}
.client-main-nav .client-nav-item.active,.client-server-nav .client-nav-item.active{
  background:linear-gradient(180deg,#1088ee,#0d6cc2)!important;
  border-color:#1f9fff!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(10,98,177,.18), inset 0 1px 0 rgba(255,255,255,.1)!important;
}
.client-main-nav .client-nav-item.active i,.client-server-nav .client-nav-item.active i{color:#fff!important}
.client-main-nav{margin-bottom:10px!important;padding-bottom:2px!important;border-bottom:1px solid rgba(12,45,73,.35)!important}
.client-nav-label{margin:12px 9px 8px!important;font-size:8px!important;color:#57718c!important}
.server-picker{height:34px!important;border-radius:8px!important;border:1px solid transparent!important;background:transparent!important;padding:0 10px!important;transition:background .16s ease,border-color .16s ease!important}
.server-picker:hover{background:#07192b!important;border-color:#0d3357!important}


/* v33 make all left buttons match compact dashboard style */
.client-main-nav,.client-server-nav{gap:6px!important}
.client-main-nav .client-nav-item,.client-server-nav .client-nav-item{
  height:34px!important;
  min-height:34px!important;
  border-radius:10px!important;
  padding:0 12px!important;
  gap:10px!important;
  background:transparent!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
  color:#9fb8cf!important;
}
.client-main-nav .client-nav-item:hover,.client-server-nav .client-nav-item:hover{
  background:#071729!important;
  border-color:#0d3358!important;
  box-shadow:none!important;
  transform:none!important;
}
.client-main-nav .client-nav-item.active,.client-server-nav .client-nav-item.active{
  background:linear-gradient(180deg,#0f79d8 0%, #0d69bd 100%)!important;
  border-color:#1a8ee7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 6px 14px rgba(7,80,146,.18)!important;
  color:#ffffff!important;
}
.client-main-nav .client-nav-item.active i,.client-server-nav .client-nav-item.active i{color:#fff!important}
.client-main-nav .client-nav-item i,.client-server-nav .client-nav-item i{
  width:17px!important;min-width:17px!important;height:17px!important;
}
.client-main-nav .client-nav-item i svg,.client-server-nav .client-nav-item i svg{
  width:15px!important;height:15px!important;filter:none!important;transform:none!important;
}
.client-main-nav .client-nav-item span,.client-server-nav .client-nav-item span{font-size:11px!important;font-weight:650!important}
.client-main-nav .client-nav-item em,.client-server-nav .client-nav-item em{
  font-size:7px!important;border-radius:999px!important;padding:2px 6px!important;
}


/* v34 refined client dashboard + activation */
.portal-dashboard-hero{height:108px!important;padding:18px 22px!important;border-radius:12px!important;border-color:#103d5f!important;background:linear-gradient(110deg,#081d37 0%,#0a2950 58%,#091c37 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 28px rgba(0,0,0,.12)!important}
.portal-dashboard-hero .hero-copy small{font-size:9px!important;letter-spacing:.12em!important;color:#66b6e4!important}
.portal-dashboard-hero .hero-copy h1{font-size:22px!important;line-height:1.12!important;margin:6px 0 6px!important;letter-spacing:-.04em!important}
.portal-dashboard-hero .hero-copy p{font-size:10px!important;color:#82a9c3!important;max-width:660px!important;margin:0!important}
.hero-wordmark{font-size:90px!important;opacity:.09!important;right:24px!important}
.hero-lines{opacity:.22!important}
.portal-stats-refined{gap:9px!important;margin-bottom:14px!important}
.portal-stats-refined article{min-height:84px!important;padding:12px 13px!important;border-radius:10px!important;border-color:#113551!important;background:linear-gradient(180deg,#04111e,#030c17)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important}
.portal-stats-refined article:hover{transform:translateY(-1px)!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;border-color:#16547d!important}
.portal-stats-refined .picon{width:28px!important;height:28px!important;border-radius:8px!important;margin-top:0!important}
.portal-stats-refined small{font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#69a7cf!important}
.portal-stats-refined strong{font-size:18px!important;line-height:1.08!important;margin:5px 0 2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%}
.portal-stats-refined em{font-size:8px!important;color:#7c9bb5!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.activation-wrap{padding-top:10px!important}
.activation-card-new{width:min(680px,100%)!important;padding:22px 22px 18px!important;border-radius:12px!important;border-color:#113f63!important;background:linear-gradient(180deg,#04111d 0%,#030b15 100%)!important;box-shadow:0 18px 56px rgba(0,0,0,.28),0 0 0 1px rgba(13,72,112,.16) inset!important}
.activation-card-new::before{background:radial-gradient(360px 130px at 10% 0%,rgba(20,163,255,.06),transparent 72%)!important}
.activation-title{gap:12px!important;align-items:center!important;margin-bottom:2px!important;animation:adnLiftIn .35s ease both}
.shield-box{width:38px!important;height:38px!important;border-radius:10px!important;font-size:18px!important;background:#072947!important;border-color:#0f547f!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}
.activation-title h1{font-size:18px!important;letter-spacing:-.03em!important;margin:0 0 4px!important;color:#eef7ff!important}
.activation-title p{font-size:10px!important;line-height:1.45!important;color:#7ea4be!important;max-width:470px!important}
.activation-label{margin:19px 0 7px!important;font-size:8px!important;letter-spacing:.12em!important;color:#63b8e8!important}
.license-field{height:48px!important;border-radius:10px!important;padding:0 12px!important;border-color:#14517b!important;background:#041322!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}
.license-field:hover{border-color:#19628f!important}
.license-field:focus-within{transform:translateY(-1px)!important;box-shadow:0 0 0 3px rgba(19,139,211,.12), inset 0 0 20px rgba(10,115,186,.10)!important}
.license-field span{display:grid;place-items:center;width:18px;height:18px;color:#2cb4ff!important}
.license-field input{font-size:12px!important;letter-spacing:.02em!important}
.license-field i{font-size:10px!important;color:#33d18f!important}
.activation-msg{font-size:9px!important;line-height:1.45!important;color:#7796b1!important;margin-top:8px!important;animation:adnFadeIn .35s ease both}
.activation-options{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:0!important}
.activation-options button{min-height:86px!important;border-radius:10px!important;padding:12px 13px!important;border:1px solid #113857!important;background:linear-gradient(180deg,#051527,#04111f)!important;box-shadow:none!important;transform:none!important}
.activation-options button:hover{border-color:#1a6a9d!important;background:linear-gradient(180deg,#071a2d,#051321)!important;box-shadow:0 10px 22px rgba(0,0,0,.14)!important;transform:translateY(-1px)!important}
.activation-options button.selected{border-color:#1a8ee7!important;background:linear-gradient(180deg,#08213a,#06172a)!important;box-shadow:0 12px 28px rgba(9,125,210,.10), inset 0 0 0 1px rgba(52,169,255,.08)!important}
.activation-options button span{width:34px!important;height:34px!important;border-radius:9px!important;background:#0a2b46!important;color:#2ab2ff!important;font-size:17px!important;display:grid!important;place-items:center!important;flex:0 0 34px!important}
.activation-options button b{font-size:11px!important;color:#edf7ff!important}
.activation-options button small{font-size:9px!important;color:#7595b0!important;line-height:1.35!important}
.activation-options button i{font-size:14px!important;color:#2ab2ff!important;opacity:.92!important}
.activation-select{height:40px!important;border-radius:9px!important;font-size:11px!important}
.activation-helper{font-size:9px!important;color:#6d8dac!important;margin-top:7px!important}
.activate-submit{height:45px!important;margin-top:16px!important;border-radius:10px!important;font-size:12px!important;letter-spacing:.01em!important;background:linear-gradient(180deg,#2aa1f7 0%,#188be2 100%)!important;color:#031321!important;box-shadow:0 12px 26px rgba(20,142,232,.20)!important}
.activate-submit span{transition:transform .18s ease!important;display:inline-block!important;margin-left:6px!important}.activate-submit:hover span{transform:translateX(2px)!important}
.activation-security{margin-top:12px!important;padding:12px 13px!important;border-radius:10px!important;border:1px solid #0f3551!important;background:#04111d!important;display:flex!important;gap:10px!important;align-items:flex-start!important;animation:adnFadeIn .45s ease both}
.activation-security span{width:28px!important;height:28px!important;border-radius:8px!important;background:#062744!important;color:#2ab0ff!important;display:grid!important;place-items:center!important;flex:0 0 28px!important}
.activation-security p{margin:0!important;font-size:9px!important;line-height:1.45!important;color:#7b9ab5!important}.activation-security b{color:#ebf6ff!important;font-size:10px!important}
@keyframes adnLiftIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes adnFadeIn{from{opacity:0}to{opacity:1}}
@media(max-width:860px){.activation-card-new{width:100%!important;padding:18px!important}.activation-options{grid-template-columns:1fr!important}.portal-dashboard-hero{height:auto!important;min-height:104px!important;padding:16px!important}.hero-wordmark{font-size:64px!important}}


/* v35 slimmer client sidebar buttons */
.portal-sidebar{padding:10px 9px 12px!important}
.portal-nav{gap:3px!important}
.portal-nav button{height:30px!important;min-height:30px!important;padding:0 10px!important;border-radius:8px!important;font-size:10.5px!important;font-weight:620!important;color:#9fb9cd!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important}
.portal-nav button i{width:15px!important;height:15px!important;color:#7f9fb7!important}.portal-nav button i svg{width:14px!important;height:14px!important}
.portal-nav button span{line-height:1!important}
.portal-nav button em{font-size:6.5px!important;padding:2px 5px!important;border-radius:999px!important;background:#0a4578!important;color:#89cefb!important}
.portal-nav button:hover{background:#071726!important;border-color:#0b2f4c!important;color:#e9f5ff!important;transform:none!important}
.portal-nav button.active{background:linear-gradient(180deg,#0c4d7d 0%,#093c65 100%)!important;border-color:#1469a5!important;color:#ffffff!important;box-shadow:inset 2px 0 0 #3ec0ff,0 6px 16px rgba(7,70,110,.16)!important}
.portal-nav button.active i{color:#eaf7ff!important}
.portal-search{height:32px!important;border-radius:9px!important;margin:6px 2px 10px!important}.portal-search span{font-size:10px!important}
.portal-brand{height:50px!important}.portal-brand b{font-size:12px!important}.portal-brand small{font-size:9px!important}


/* === v36: one visual system for client + server sidebars and account pages === */
.portal-shell{grid-template-columns:220px 1fr!important}
.client-shell{grid-template-columns:220px minmax(0,1fr)!important}
.portal-sidebar,.client-sidebar{background:linear-gradient(180deg,#03111e 0%,#03131f 58%,#020d17 100%)!important;border-right:1px solid #0b2b46!important;padding:10px 9px 12px!important;box-shadow:inset -1px 0 0 rgba(18,61,93,.45)!important}
.portal-brand,.client-logo{height:50px!important;padding:6px 8px!important;gap:9px!important;margin:0 0 2px!important}
.portal-brand>span,.client-logo-mark{width:34px!important;height:34px!important;border-radius:9px!important;background:#061d2e!important;border:1px solid #0d4163!important;box-shadow:0 0 14px rgba(30,171,255,.12)!important}
.portal-brand img,.client-logo-mark img{width:24px!important;height:24px!important;object-fit:contain!important;margin:auto!important}
.portal-brand b,.client-logo b{font-size:12px!important;color:#f2f8ff!important}.portal-brand small,.client-logo small{font-size:8.5px!important;color:#7e9fb9!important}
.portal-search,.client-search{height:31px!important;min-height:31px!important;margin:6px 2px 10px!important;padding:0 9px!important;border-radius:8px!important;background:#041727!important;border:1px solid #0d3454!important;color:#789bb4!important;box-shadow:none!important}
.portal-search span,.client-search span{font-size:9.5px!important}.portal-search kbd,.client-search kbd{font-size:6.5px!important;padding:2px 5px!important;border-radius:4px!important}
.portal-nav,.client-main-nav,.client-server-nav{display:grid!important;gap:3px!important}
.portal-nav button,.client-main-nav .client-nav-item,.client-server-nav .client-nav-item{height:31px!important;min-height:31px!important;padding:0 10px!important;border-radius:8px!important;border:1px solid transparent!important;background:transparent!important;color:#9eb7cb!important;font-size:10.5px!important;font-weight:620!important;box-shadow:none!important;transform:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease!important}
.portal-nav button i,.client-main-nav .client-nav-item i,.client-server-nav .client-nav-item i{width:16px!important;min-width:16px!important;height:16px!important;display:grid!important;place-items:center!important;color:#7f9fb8!important}
.portal-nav button i svg,.client-main-nav .client-nav-item i svg,.client-server-nav .client-nav-item i svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:none!important;transform:none!important}
.portal-nav button span,.client-main-nav .client-nav-item span,.client-server-nav .client-nav-item span{line-height:1!important}
.portal-nav button em,.client-main-nav .client-nav-item em,.client-server-nav .client-nav-item em{font-size:6.5px!important;padding:2px 5px!important;border-radius:999px!important;background:#0a4578!important;color:#86d1ff!important}
.portal-nav button:hover,.client-main-nav .client-nav-item:hover,.client-server-nav .client-nav-item:hover{background:#071827!important;border-color:#0c3150!important;color:#edf8ff!important;transform:none!important;box-shadow:none!important}
.portal-nav button.active,.client-main-nav .client-nav-item.active,.client-server-nav .client-nav-item.active{background:linear-gradient(180deg,#0d5f9c 0%,#0b4c80 100%)!important;border-color:#1478ba!important;color:#fff!important;box-shadow:inset 2px 0 0 #42c0ff,0 5px 14px rgba(6,70,115,.15)!important}
.portal-nav button.active::before{display:none!important}.portal-nav button.active i,.client-main-nav .client-nav-item.active i,.client-server-nav .client-nav-item.active i{color:#fff!important}
.client-nav-label{font-size:7.5px!important;margin:12px 9px 7px!important;letter-spacing:.12em!important;color:#55728d!important}
.server-picker{height:31px!important;min-height:31px!important;padding:0 10px!important;border-radius:8px!important;color:#d5e7f5!important;font-size:9.5px!important;background:transparent!important;border:1px solid transparent!important}.server-picker:hover{background:#071827!important;border-color:#0c3150!important}
.portal-foot-links a,.client-side-bottom>a{font-size:8.5px!important;padding:6px 8px!important;border-radius:7px!important;color:#8ea9be!important}.portal-user,.client-user-card{border-radius:9px!important;background:#041725!important;border:1px solid #0c3048!important;box-shadow:none!important}
.unified-account-home{padding-top:0!important}
.unified-account-home .portal-dashboard-hero{margin-top:0!important}
.unified-account-grid{grid-template-columns:minmax(0,2.15fr) minmax(270px,.9fr)!important}
.unified-account-home .portal-servers,.unified-account-home .portal-activity{min-height:330px!important}
.unified-account-home .server-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
#panel-account-activate .activation-wrap{min-height:calc(100vh - 100px)!important;padding-top:8px!important}
@media(max-width:1000px){.portal-shell,.client-shell{grid-template-columns:200px minmax(0,1fr)!important}.unified-account-grid{grid-template-columns:1fr!important}.unified-account-home .server-card-grid{grid-template-columns:1fr!important}}

/* v37 - centrer la carte d'activation dans la page */
#client-activate .activation-wrap,
#panel-account-activate .activation-wrap,
#panel-activation .activation-wrap,
#server-activation-panel .activation-wrap,
#server-activate .activation-wrap {
  min-height: calc(100vh - 150px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 0 !important;
}

#client-activate .activation-card-new,
#panel-account-activate .activation-card-new,
#panel-activation .activation-card-new,
#server-activation-panel .activation-card-new,
#server-activate .activation-card-new {
  margin: 0 auto !important;
}

@media (max-height: 760px) {
  #client-activate .activation-wrap,
  #panel-account-activate .activation-wrap,
  #panel-activation .activation-wrap,
  #server-activation-panel .activation-wrap,
  #server-activate .activation-wrap {
    align-items: flex-start !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}


/* v38 - cartes dashboard non cliquables + clé persistante visible/masquée */
.summary-grid .interactive-card[data-card-action],.summary-grid .license-summary-card,.metrics-grid .interactive-card[data-card-action]{cursor:default!important;}
.summary-grid .interactive-card[data-card-action]:hover,.summary-grid .license-summary-card:hover,.metrics-grid .interactive-card[data-card-action]:hover{box-shadow:none!important;border-color:#103658!important;transform:none!important;}


/* v39 - stabilité navigation + carte interactive sans contrôles zoom */
.interactive-map-zoom{display:none!important;}
.client-main{overflow-x:hidden!important;overscroll-behavior:contain!important;scroll-behavior:auto!important;}
.client-panel,.account-panel,.players-panel,.interactive-map-panel,.multistream-panel{scroll-margin-top:0!important;align-content:start!important;}


/* v40 - navigation exclusive + animations discrètes */
.client-panel{min-height:0!important;transform:none!important;}
.client-panel.active{animation:adnPanelIn .26s cubic-bezier(.2,.7,.2,1) both!important;}
.client-panel.panel-leave{animation:adnPanelOut .11s ease both!important;pointer-events:none!important;}
@keyframes adnPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes adnPanelOut{from{opacity:1}to{opacity:0}}
.client-nav-item{transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;}
.client-nav-item i{transition:color .16s ease,transform .18s ease!important;}
.client-nav-item:hover i{transform:translateX(1px)!important;}
.client-nav-item.active i{animation:adnIconPop .24s ease both;}
@keyframes adnIconPop{0%{transform:scale(.94)}60%{transform:scale(1.08)}100%{transform:scale(1)}}
.dashboard-hero-strip:before,.dashboard-hero-strip:after{animation:adnHeroDrift 16s ease-in-out infinite alternate!important;}
@keyframes adnHeroDrift{from{transform:translateX(-4px) rotate(45deg)}to{transform:translateX(8px) rotate(45deg)}}
.server-dot,.status-pill i,.interactive-map-live i,.players-live-count i{animation:adnSoftPulse 2.4s ease-in-out infinite!important;}
@keyframes adnSoftPulse{0%,100%{opacity:.75;box-shadow:0 0 5px currentColor}50%{opacity:1;box-shadow:0 0 10px currentColor}}
.summary-grid article,.metric-card,.analytics-card,.account-server-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;}
.summary-grid article:hover,.metric-card:hover,.analytics-card:hover,.account-server-card:hover{transform:translateY(-1px)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important;}
@media(prefers-reduced-motion:reduce){.client-panel.active,.client-panel.panel-leave,.client-nav-item.active i,.dashboard-hero-strip:before,.dashboard-hero-strip:after,.server-dot,.status-pill i,.interactive-map-live i,.players-live-count i{animation:none!important}}


/* v42 — logo propre + monitoring CPU/RAM live */
.client-logo-mark{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;overflow:visible!important}
.client-logo-mark img{width:30px!important;height:30px!important;object-fit:contain!important;filter:drop-shadow(0 0 7px rgba(52,171,255,.30))!important}
.resource-monitor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;padding-bottom:18px}
.resource-monitor-card{position:relative;min-height:230px;padding:15px 16px 12px;border:1px solid #0e3151;border-radius:12px;background:linear-gradient(180deg,#020d1b 0%,#020914 100%);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.022);animation:resourceCardIn .45s cubic-bezier(.22,.8,.2,1) both}
.resource-monitor-card:nth-child(2){animation-delay:.08s}
.resource-monitor-card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(74,174,255,.42),transparent)}
.resource-monitor-card.memory-monitor:before{background:linear-gradient(90deg,transparent,rgba(139,99,255,.46),transparent)}
.resource-monitor-head{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;z-index:2}
.resource-monitor-head>div{display:flex;align-items:center;gap:10px}.resource-monitor-head b{display:block;font-size:11px;color:#eff8ff}.resource-monitor-head small{display:block;margin-top:3px;font-size:8px;color:#617f9b}
.resource-monitor-head strong{font-size:22px;line-height:1;color:#eaf7ff;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.resource-monitor-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:7px;font-weight:900;letter-spacing:.04em}.resource-monitor-icon.cpu{background:#062c4d;color:#3ab8ff;border:1px solid #0f537e}.resource-monitor-icon.memory{background:#201644;color:#a985ff;border:1px solid #4a337d}
.resource-monitor-chart{height:135px;margin:12px -2px 4px;position:relative}.resource-monitor-chart svg{width:100%;height:100%;overflow:visible}.resource-monitor-gridlines line{stroke:#0b2943;stroke-width:1;stroke-dasharray:3 5;opacity:.72}
.resource-live-line{fill:none;stroke-width:2.25;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px rgba(42,168,255,.2));transition:d .22s linear}.resource-live-line.cpu{stroke:#2aa8ff}.resource-live-line.memory{stroke:#8b63ff;filter:drop-shadow(0 0 4px rgba(139,99,255,.22))}.resource-live-fill.cpu{fill:url(#cpuMonitorFill);transition:d .22s linear}.resource-live-fill.memory{fill:url(#memoryMonitorFill);transition:d .22s linear}
.resource-monitor-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:8px;color:#5f7b96}.resource-monitor-foot span{display:flex;align-items:center;gap:6px}.resource-monitor-foot span i{width:5px;height:5px;border-radius:50%;background:#24d99a;box-shadow:0 0 8px rgba(36,217,154,.8);animation:resourcePulse 1.8s ease-in-out infinite}.resource-monitor-foot em{font-style:normal;color:#7899b5;font-variant-numeric:tabular-nums}
@keyframes resourceCardIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes resourcePulse{0%,100%{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}
@media(max-width:950px){.resource-monitor-grid{grid-template-columns:1fr}.resource-monitor-card{min-height:210px}}
@media(prefers-reduced-motion:reduce){.resource-monitor-card,.resource-monitor-foot span i{animation:none!important}.resource-live-line,.resource-live-fill{transition:none!important}}


/* v43 - restauration sidebar bas + vraie identité Discord */
.client-side-bottom{gap:3px!important;padding-top:18px!important}
.client-side-bottom>a{display:flex!important;align-items:center!important;gap:9px!important;height:30px!important;padding:0 8px!important;border-radius:8px!important;color:#8ea9be!important;text-decoration:none!important;font-size:9px!important;transition:background .15s ease,color .15s ease!important}
.client-side-bottom>a i{display:grid!important;place-items:center!important;width:16px!important;height:16px!important;color:#6f96b2!important;font-style:normal!important}
.client-side-bottom>a i svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.client-side-bottom>a:hover{background:#071827!important;color:#eef8ff!important}.client-side-bottom>a:hover i{color:#42bfff!important}
.client-user-card{min-height:50px!important;margin-top:7px!important;padding:7px 8px!important;grid-template-columns:34px minmax(0,1fr) 22px!important;gap:8px!important;background:linear-gradient(180deg,#041725,#03121e)!important;border:1px solid #103653!important;border-radius:9px!important;box-shadow:none!important}
.client-user-card:hover{background:linear-gradient(180deg,#061c2e,#041624)!important;border-color:#17608d!important;transform:none!important}
.client-user-avatar{width:34px!important;height:34px!important;border-radius:50%!important;background:#081d31!important;border:1px solid #174d70!important;box-shadow:none!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.client-user-avatar.discord-linked{border-color:#5865f2!important;background:#101a3c!important;box-shadow:0 0 0 2px rgba(88,101,242,.08)!important}
.client-user-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.discord-avatar-fallback{width:18px!important;height:18px!important;color:#7289da!important;fill:currentColor!important;stroke:none!important}
.client-user-card b{font-size:9.5px!important;color:#f2f8ff!important}.client-user-card small{font-size:7.5px!important;color:#6f91b0!important;margin-top:2px!important}
.discord-card-chevron{width:20px!important;height:20px!important;border-radius:6px!important;background:#08223a!important;color:#7cbde9!important;font-size:15px!important}


/* v47 - profil Discord restauré et rendu plus pro dans la sidebar */
.client-user-avatar-wrap,.portal-user-avatar-wrap{position:relative;display:grid;place-items:center}
.client-user-meta,.portal-user-meta{display:flex;flex-direction:column;min-width:0}
.client-user-meta em,.portal-user-meta em{display:flex;align-items:center;gap:5px;margin-bottom:4px;font-style:normal;font-size:7px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#5ab7ff}
.client-user-meta em svg,.portal-user-meta em svg{width:11px;height:11px;fill:currentColor;stroke:none}
.client-user-badge,.portal-user-badge{position:absolute;right:-2px;bottom:-2px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#5865f2,#6f7cff);border:2px solid #041725;box-shadow:0 0 0 1px rgba(88,101,242,.22)}
.client-user-badge svg,.portal-user-badge svg{width:9px;height:9px;fill:#fff;stroke:none}
.client-user-card{min-height:58px!important;padding:8px 9px!important;grid-template-columns:40px minmax(0,1fr) 22px!important;align-items:center!important}
.client-user-avatar{width:36px!important;height:36px!important;border-radius:50%!important;background:radial-gradient(circle at 30% 20%,#172e53,#071a2d 65%)!important;border:1px solid #184d71!important}
.client-user-avatar.with-letter,.portal-user #portalAvatar.with-letter{display:grid;place-items:center;font-weight:900;color:#eaf6ff}
.discord-avatar-letter{display:grid;place-items:center;width:100%;height:100%;font-size:13px;font-weight:900;color:#edf7ff;background:linear-gradient(135deg,#0d3e69,#0a2239)}
.client-user-card b{font-size:10px!important;line-height:1.15!important}
.client-user-card small{font-size:8px!important;line-height:1.2!important;color:#84a4bf!important}
.discord-card-chevron{display:grid!important;place-items:center!important}
.portal-user{grid-template-columns:38px minmax(0,1fr) 14px!important;align-items:center!important;padding:8px!important;border-radius:10px!important}
.portal-user #portalAvatar{width:36px!important;height:36px!important;border-radius:50%!important;background:radial-gradient(circle at 30% 20%,#172e53,#071a2d 65%)!important;border:1px solid #184d71!important;display:grid!important;place-items:center!important;overflow:hidden!important;color:#eef8ff!important;font-weight:900!important}
.portal-user #portalAvatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.portal-user-meta b{font-size:10px!important;color:#f2f8ff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.portal-user-meta small{font-size:8px!important;color:#7ea5c2!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.portal-user:hover{border-color:#17608d!important;background:linear-gradient(180deg,#061c2e,#041624)!important}
.portal-foot-links a svg{margin-right:0!important}


/* v48 - replier / déplier les options du serveur avec animation propre */
.server-picker{position:relative!important}
.server-picker .server-chevron{display:grid;place-items:center;width:18px;height:18px;border-radius:6px;background:rgba(10,34,56,.75);border:1px solid rgba(19,70,108,.7);color:#a9cbe8;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.server-picker .server-chevron{transition:transform .24s ease,background .18s ease,border-color .18s ease,color .18s ease!important}
.server-picker:hover .server-chevron{background:#0b2740;border-color:#14517c;color:#dff2ff}
.server-picker.collapsed .server-chevron{transform:rotate(-90deg)}
.client-server-nav{overflow:hidden;max-height:520px;opacity:1;transform:translateY(0);transition:max-height .32s cubic-bezier(.22,.8,.2,1),opacity .2s ease,transform .24s ease,margin .24s ease}
.client-server-nav.collapsed{max-height:0!important;opacity:0;transform:translateY(-6px);pointer-events:none;margin-top:0!important;gap:0!important}
.client-server-nav.collapsed .client-nav-item{opacity:0;transform:translateY(-4px)}
.client-server-nav .client-nav-item{transition:opacity .18s ease,transform .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease!important}


/* v49 - chevron serveur fin et premium */
.server-picker .server-chevron{
  width:20px!important;height:20px!important;display:grid!important;place-items:center!important;
  border:0!important;background:transparent!important;box-shadow:none!important;color:#7fa8c7!important;
  border-radius:6px!important;padding:0!important;transition:transform .24s cubic-bezier(.22,.8,.2,1),color .18s ease,background .18s ease!important;
}
.server-picker .server-chevron svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.server-picker:hover .server-chevron{background:rgba(26,87,132,.14)!important;color:#d7efff!important}
.server-picker.collapsed .server-chevron{transform:rotate(-90deg)!important}
.server-picker:not(.collapsed) .server-chevron{transform:rotate(0deg)!important}

/* v50 - navigation joueur / carte plus propre */
.player-card .player-hover-map{display:none!important}
.player-card{grid-template-columns:1fr!important}
.player-map-large.player-map-open-interactive{cursor:pointer;position:relative}
.player-map-large.player-map-open-interactive::after{content:'Cliquer pour ouvrir la carte interactive';position:absolute;right:16px;bottom:16px;z-index:8;padding:7px 10px;border-radius:8px;border:1px solid rgba(71,163,225,.35);background:rgba(3,18,32,.88);color:#a8d9f5;font-size:9px;font-weight:700;letter-spacing:.01em;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease,border-color .18s ease;pointer-events:none;backdrop-filter:blur(8px)}
.player-map-large.player-map-open-interactive:hover::after,.player-map-large.player-map-open-interactive:focus-visible::after{opacity:1;transform:none;border-color:rgba(71,184,255,.6)}
.player-map-large.player-map-open-interactive:focus-visible{outline:2px solid rgba(48,171,255,.55);outline-offset:3px}
.interactive-map-marker,.interactive-map-player-row{cursor:pointer!important}


/* v51 - navigation joueurs/carte consolidée */
.player-hover-map,.player-card .player-hover-map{display:none!important;visibility:hidden!important;pointer-events:none!important}
.player-map-large.player-map-open-interactive{cursor:pointer!important}
.interactive-map-marker:active,.interactive-map-player-row:active{transform:scale(.985)!important}


/* v52 - replay 60 secondes des preuves de bannissement */
.ban-actions button.replay{color:#55c7ff!important;border-color:#15577f!important;background:#06243a!important}.ban-actions button.replay:hover:not(:disabled){background:#0a3452!important;color:#fff!important}.ban-actions button.replay:disabled{opacity:.25!important;cursor:not-allowed!important}
.ban-replay-modal{position:fixed;inset:0;z-index:180;display:none;place-items:center;padding:24px}.ban-replay-modal.open{display:grid}.ban-replay-backdrop{position:absolute;inset:0;background:rgba(0,3,9,.86);backdrop-filter:blur(12px)}.ban-replay-card{position:relative;width:min(1120px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow:auto;border:1px solid #174d74;border-radius:16px;background:linear-gradient(180deg,#04111d,#020913);box-shadow:0 30px 100px rgba(0,0,0,.72);padding:18px}.ban-replay-close{position:absolute;right:16px;top:14px;width:32px;height:32px;border:1px solid #173b58;border-radius:9px;background:#061724;color:#89a9c0;font-size:20px;cursor:pointer;z-index:2}.ban-replay-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:2px 45px 14px 2px}.ban-replay-head span{font-size:8px;letter-spacing:.12em;color:#42bfff;font-weight:900}.ban-replay-head h2{margin:5px 0 4px;font-size:19px;color:#edf8ff}.ban-replay-head p{margin:0;color:#6f95af;font-size:9px}.ban-replay-badge{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid #155070;background:#052033;color:#7bd3ff;font-size:8px;font-weight:850}.ban-replay-badge i{width:6px;height:6px;border-radius:50%;background:#24d79a;box-shadow:0 0 9px #24d79a}.ban-replay-stage{position:relative;aspect-ratio:16/8.5;min-height:360px;overflow:hidden;border:1px solid #103b5d;border-radius:13px;background:#020812}.ban-replay-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.85) contrast(1.08)}.ban-replay-stage:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,7,15,.26)),radial-gradient(circle at center,transparent 55%,rgba(0,0,0,.36))}.ban-replay-trail i{position:absolute;width:3px;height:3px;border-radius:50%;background:#36bfff;opacity:.18;transform:translate(-50%,-50%);z-index:2}.ban-replay-player{position:absolute;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;transform:translate(-50%,-50%);background:#061a2d;border:1px solid #31b9ff;box-shadow:0 0 0 6px rgba(34,174,255,.08),0 0 24px rgba(30,174,255,.5);z-index:4;transition:left .06s linear,top .06s linear}.ban-replay-player img{width:25px;height:25px;object-fit:contain}.ban-replay-player span{position:absolute;left:50%;top:-18px;width:2px;height:16px;background:#dff7ff;transform-origin:50% 36px;box-shadow:0 0 6px #42bfff}.ban-replay-hud{position:absolute;left:14px;bottom:14px;z-index:5;display:flex;gap:6px;flex-wrap:wrap}.ban-replay-hud div{min-width:92px;padding:8px 10px;border:1px solid rgba(27,84,123,.85);border-radius:8px;background:rgba(2,12,23,.82);backdrop-filter:blur(8px)}.ban-replay-hud small{display:block;font-size:6.5px;color:#6489a5;letter-spacing:.08em}.ban-replay-hud b{display:block;margin-top:3px;font-size:9px;color:#dff4ff}.ban-replay-event{position:absolute;right:16px;top:16px;z-index:5;padding:8px 12px;border-radius:8px;background:rgba(111,10,28,.9);border:1px solid #c52b46;color:#fff;font-size:9px;font-weight:900}.ban-replay-controls{display:grid;grid-template-columns:38px 58px 1fr 58px 68px;align-items:center;gap:9px;padding:12px 2px 5px}.ban-replay-controls button,.ban-replay-controls select{height:31px;border:1px solid #15405e;border-radius:7px;background:#061827;color:#cfe8f8;font-size:9px}.ban-replay-controls button{cursor:pointer}.ban-replay-controls span{font-size:8px;color:#7d9bb3;font-variant-numeric:tabular-nums}.ban-replay-controls input{width:100%;accent-color:#1aa9ff}.ban-replay-foot{display:flex;justify-content:space-between;gap:20px;padding:7px 3px 1px;color:#5e7d96;font-size:7.5px}.ban-replay-foot b{color:#ff546e;letter-spacing:.12em}.ban-replay-modal.open .ban-replay-card{animation:replayIn .24s cubic-bezier(.22,.8,.2,1)}@keyframes replayIn{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:760px){.ban-replay-modal{padding:8px}.ban-replay-card{width:calc(100vw - 16px);padding:12px}.ban-replay-stage{min-height:260px}.ban-replay-head{display:block}.ban-replay-badge{width:max-content;margin-top:8px}.ban-replay-controls{grid-template-columns:38px 48px 1fr 48px}.ban-replay-controls select{grid-column:1/-1}.ban-replay-hud div{min-width:72px;padding:6px}.ban-replay-foot{display:block}}


/* v54 — ADN Shield Multi Stream full-height / Quad View */
.multistream-panel{padding:14px 18px 18px!important;min-height:calc(100vh - 76px)!important;height:calc(100vh - 76px)!important;display:none!important;flex-direction:column!important;background:radial-gradient(circle at 52% -20%,rgba(18,99,157,.10),transparent 42%),#01050b!important;overflow:hidden!important}
.multistream-panel.active{display:flex!important}
.multistream-top{flex:0 0 auto;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:12px!important;padding:0 2px!important}
.multistream-title-wrap{min-width:0}.multistream-title-wrap .eyebrow-dashboard{display:flex;align-items:center;gap:7px;font-size:7.5px!important;letter-spacing:.15em!important;color:#5c89a7!important}.multistream-title-wrap .eyebrow-dashboard i{width:5px;height:5px;border-radius:50%;background:#28d89a;box-shadow:0 0 9px rgba(40,216,154,.7)}
.multistream-top h1{margin:3px 0 2px!important;font-size:23px!important;line-height:1!important;letter-spacing:-.04em!important;color:#f1f8ff!important}.multistream-top h1 em{font-style:normal;color:#2aaaff;font-size:10px;vertical-align:top;margin-left:5px;letter-spacing:.08em}.multistream-top p{margin:0!important;color:#66869e!important;font-size:10px!important}
.multistream-actions{display:flex!important;align-items:center!important;gap:7px!important}.multistream-capacity{height:34px;min-width:58px;padding:0 9px;border:1px solid #0e3048;border-radius:8px;background:#04121d;display:flex;align-items:center;justify-content:center;gap:7px}.multistream-capacity small{font-size:6px;color:#53748d;font-weight:900;letter-spacing:.12em}.multistream-capacity b{font-size:11px;color:#dff3ff;font-variant-numeric:tabular-nums}.multistream-capacity b span{color:#35b8ff}.multistream-live-pill{height:34px!important;padding:0 11px!important;border:1px solid #124536!important;border-radius:8px!important;background:#061d18!important;color:#4fe1a9!important;font-size:8px!important;letter-spacing:.08em!important}.multistream-live-pill i{width:5px!important;height:5px!important;animation:multiLivePulse 1.7s ease-in-out infinite}.multistream-actions button{height:34px!important;border:1px solid #18344a!important;background:#07121c!important;color:#89a8bb!important;border-radius:8px!important;padding:0 11px!important;font-size:8px!important;transition:.18s ease!important}.multistream-actions button span{font-size:13px;margin-right:4px;color:#dd6b79}.multistream-actions button:hover{background:#151219!important;border-color:#66313d!important;color:#fff!important;transform:translateY(-1px)}
.multistream-layout{flex:1!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 258px!important;gap:10px!important}
.multistream-stage{position:relative!important;min-height:0!important;height:100%!important;display:grid!important;align-content:stretch!important;gap:8px!important;padding:8px!important;border:1px solid #0b2b42!important;border-radius:11px!important;background:linear-gradient(180deg,rgba(3,13,22,.98),rgba(1,6,12,.98))!important;overflow:hidden!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.018)!important;transition:grid-template-columns .28s ease!important}
.multistream-stage:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(25,119,182,.055),transparent 45%);z-index:0}.multistream-stage-grid{position:absolute;inset:0;opacity:.22;pointer-events:none;background-image:linear-gradient(rgba(39,99,137,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(39,99,137,.09) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 95%)}
.multistream-stage.count-0{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.multistream-stage.count-1{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.multistream-stage.count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:1fr!important}.multistream-stage.count-3,.multistream-stage.count-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}.multistream-stage.count-3 .multistream-tile:nth-of-type(4){grid-column:1/-1!important}
.multistream-empty{z-index:2!important;inset:8px!important;border:1px dashed rgba(30,83,116,.45)!important;border-radius:9px!important;background:radial-gradient(circle at 50% 45%,rgba(17,64,96,.13),transparent 34%)!important;gap:7px!important}.multistream-empty-logo{width:54px;height:54px;border:1px solid #144966;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#09243a,#04111d);box-shadow:0 0 32px rgba(28,145,218,.11);animation:multiLogoFloat 3.5s ease-in-out infinite}.multistream-empty-logo img{width:33px;height:33px;object-fit:contain}.multistream-empty b{font-size:13px!important;color:#b9d9eb!important}.multistream-empty>span:not(.multistream-empty-logo){font-size:9.5px!important;color:#64859a!important}.multistream-empty small{font-size:7.5px;color:#405f73}
.multistream-sidebar{height:100%!important;min-height:0!important;padding:9px!important;border-radius:11px!important;background:linear-gradient(180deg,#04111d,#020b13)!important;border:1px solid #0d2d45!important;display:flex!important;flex-direction:column!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important}.multistream-side-head{flex:0 0 auto}.multistream-side-head>div{padding:3px 2px 8px!important}.multistream-side-head>div>div{display:flex;align-items:center;gap:7px}.multistream-side-head b{font-size:10px!important;color:#cce5f4!important}.side-live-dot{width:6px;height:6px;border-radius:50%;background:#25da9a;box-shadow:0 0 8px rgba(37,218,154,.65)}.multistream-side-head>span,.multistream-side-head>div>span:last-child{background:#082c48!important;border:1px solid #10496e!important;color:#73cfff!important;border-radius:999px!important;padding:2px 7px!important;font-size:8px!important}
.multistream-search{flex:0 0 auto;height:33px!important;border-radius:8px!important;background:#020b13!important;border-color:#0e3047!important;margin-bottom:8px!important}.multistream-search svg{width:13px;height:13px;fill:none;stroke:#587d96;stroke-width:1.8}.multistream-search input{font-size:9px!important}.multistream-search:focus-within{border-color:#16679a!important;box-shadow:0 0 0 2px rgba(27,139,204,.07)}
.multistream-quality{flex:0 0 auto;padding:8px!important;border-radius:8px!important;margin-bottom:8px!important;background:linear-gradient(135deg,#061826,#03101a)!important;border-color:#0d3149!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}.multistream-quality>div{display:flex;flex-direction:column;gap:2px}.multistream-quality span{font-size:6.5px!important}.multistream-quality strong{font-size:8px;color:#9ac7df}.multistream-quality b{font-size:7px!important;padding:3px 6px!important;border-radius:999px!important}.multistream-quality small{font-size:7px!important;line-height:1.35!important;margin-top:2px!important}
.multistream-player-list{flex:1!important;min-height:0!important;max-height:none!important;overflow:auto!important;gap:4px!important;padding-right:2px!important}.multistream-player-list::-webkit-scrollbar{width:4px}.multistream-player-list::-webkit-scrollbar-thumb{background:#113b58;border-radius:999px}.multistream-player{min-height:48px!important;border-radius:8px!important;padding:6px 7px!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:7px!important;background:#04121d!important;border-color:#0b293e!important;transition:background .16s ease,border-color .16s ease,transform .18s ease,box-shadow .18s ease!important}.multistream-player:hover{background:#071d2d!important;border-color:#125078!important;transform:translateX(2px)!important}.multistream-player.active{background:linear-gradient(90deg,#082a42,#061b2b)!important;border-color:#116d9e!important;box-shadow:inset 2px 0 #28b8ff,0 0 0 1px rgba(30,158,218,.05)!important}.multi-player-avatar{width:30px!important;height:30px!important;border-radius:7px!important;background:linear-gradient(145deg,#0a2a43,#071b2b)!important;font-size:10px!important}.multi-player-info b{font-size:9px!important}.multi-player-info span{font-size:7px!important}.multi-player-right small{font-size:7px!important}.multi-player-right em{font-size:7px!important}.multistream-side-foot{flex:0 0 auto;margin-top:7px;padding:7px 3px 0;border-top:1px solid #0a2638;display:flex;align-items:center;gap:6px;font-size:6.5px;color:#496b80}.multistream-side-foot i{width:5px;height:5px;border-radius:50%;background:#2bd89d}.multistream-side-foot span{flex:1}.multistream-side-foot b{font-size:6.5px;color:#688ca2}
.multistream-tile{position:relative!important;z-index:1!important;min-width:0!important;min-height:0!important;height:100%!important;border:1px solid #103952!important;border-radius:9px!important;background:#01060b!important;overflow:hidden!important;box-shadow:0 9px 22px rgba(0,0,0,.26)!important;display:grid!important;grid-template-rows:34px minmax(0,1fr) 25px!important;animation:multiTileIn .34s cubic-bezier(.22,.8,.2,1) both!important}.multistream-tile:hover{border-color:#17618b!important;box-shadow:0 12px 30px rgba(0,0,0,.32),0 0 0 1px rgba(25,129,187,.07)!important}.multistream-tile.closing{animation:multiTileOut .18s ease forwards!important}
.multistream-tile-head{height:auto!important;padding:0 8px!important;background:linear-gradient(180deg,#061521,#04101a)!important;border-bottom:1px solid #0c2c42!important}.multi-title{display:flex!important;align-items:center!important;gap:7px!important;min-width:0}.multi-title>div{min-width:0;display:flex;flex-direction:column}.multi-title b{font-size:9px!important}.multi-title small{font-size:5.5px;color:#4f7288;letter-spacing:.1em;font-weight:800}.multi-live-dot{width:6px;height:6px;border-radius:50%;background:#27dfa0;box-shadow:0 0 8px rgba(39,223,160,.65);flex:0 0 6px}.multistream-tile-meta{gap:5px!important}.multistream-tile-meta .multi-ping{font-size:6.5px!important;color:#72a7bf!important}.multi-direct{display:flex;align-items:center;gap:4px;font-size:6px!important;font-weight:900!important;color:#35dda1!important;letter-spacing:.08em}.multi-direct i{width:4px;height:4px;border-radius:50%;background:#35dda1;animation:multiLivePulse 1.6s ease-in-out infinite}.multi-stop{width:20px!important;height:20px!important;border-radius:6px!important;font-size:13px!important;background:#061722!important;border-color:#13384d!important}.multi-stop:hover{background:#2b1016!important;border-color:#873343!important}
.multistream-video{min-height:0!important;height:100%!important;aspect-ratio:auto!important;background:#000!important}.multistream-video img{width:100%!important;height:100%!important;object-fit:contain!important}.multi-scanline{position:absolute;left:0;right:0;top:-20%;height:20%;pointer-events:none;background:linear-gradient(to bottom,transparent,rgba(66,185,238,.025),transparent);animation:multiScan 5s linear infinite}.multi-loader{gap:6px!important;background:radial-gradient(circle at center,#06131f,#01060b 70%)!important;font-size:8px!important}.multi-loader>span{width:34px;height:34px;border:1px solid #12445f;border-radius:10px;background:#061827;display:grid;place-items:center;animation:multiLoaderPulse 1.7s ease-in-out infinite}.multi-loader>span img{width:22px;height:22px;object-fit:contain}.multi-loader b{font-size:8px;color:#8fb8cd}.multi-loader small{font-size:6.5px;color:#496a7c}.multi-quality-badge{right:7px!important;bottom:7px!important;border-radius:999px!important;padding:3px 6px!important;font-size:5.5px!important;background:rgba(3,15,21,.82)!important;display:flex;align-items:center;gap:4px}.multi-quality-badge i{width:4px;height:4px;border-radius:50%;background:#47eaae}.multi-watermark{position:absolute;left:7px;bottom:7px;display:flex;align-items:center;gap:5px;padding:3px 6px;border-radius:5px;background:rgba(2,10,16,.62);backdrop-filter:blur(5px);color:rgba(204,231,244,.56);font-size:5.5px;font-weight:800;letter-spacing:.08em}.multi-watermark img{width:11px!important;height:11px!important;object-fit:contain!important;opacity:.6}
.multistream-tile-foot{height:auto!important;padding:0 8px!important;background:#03101a!important;border-top:1px solid #092638!important;font-size:6px!important}.multistream-tile-foot .multi-state{color:#638ba2!important}.multi-secure{font-size:5.5px;color:#396b5b;letter-spacing:.06em}
@keyframes multiTileIn{from{opacity:0;transform:scale(.975) translateY(5px)}to{opacity:1;transform:none}}@keyframes multiTileOut{to{opacity:0;transform:scale(.975)}}@keyframes multiLivePulse{0%,100%{opacity:.5;transform:scale(.82)}50%{opacity:1;transform:scale(1.12)}}@keyframes multiLogoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes multiLoaderPulse{0%,100%{opacity:.62;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}@keyframes multiScan{from{top:-20%}to{top:110%}}
@media(max-width:1200px){.multistream-layout{grid-template-columns:minmax(0,1fr) 232px!important}}@media(max-width:900px){.multistream-panel{height:auto!important;min-height:calc(100vh - 62px)!important;overflow:visible!important}.multistream-layout{grid-template-columns:1fr!important}.multistream-stage{min-height:620px!important}.multistream-sidebar{height:360px!important}.multistream-top{align-items:flex-start!important}.multistream-actions{flex-wrap:wrap!important;justify-content:flex-end!important}}
@media(prefers-reduced-motion:reduce){.multistream-tile,.multistream-empty-logo,.multi-live-dot,.multistream-live-pill i,.multi-loader>span,.multi-scanline{animation:none!important}}

/* v55 — Multi Stream player row polish + copy identifiers */
.multistream-side-head{padding:1px 2px 8px!important;overflow:visible!important}
.multistream-side-title{display:flex!important;align-items:center!important;gap:7px!important;min-height:24px!important;padding:0!important}
.multistream-side-title b{min-width:0;flex:1;font-size:10px!important;color:#cce5f4!important}
.multistream-side-title #multiStreamOnlineCount{position:static!important;display:grid!important;place-items:center!important;min-width:24px!important;height:20px!important;padding:0 7px!important;border-radius:999px!important;background:#082c48!important;border:1px solid #10496e!important;color:#78d2ff!important;font-size:8px!important;font-weight:900!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important}
.multistream-hint{flex:0 0 auto;min-height:36px;margin-bottom:8px;padding:7px 8px;border:1px solid #0c2d43;border-radius:8px;background:linear-gradient(135deg,#051521,#03101a);display:flex;align-items:center;gap:8px;color:#64869b;font-size:7px;line-height:1.35}
.multistream-hint img{width:18px;height:18px;object-fit:contain;opacity:.82;filter:drop-shadow(0 0 7px rgba(30,156,226,.16))}
.multistream-player{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;padding:6px!important;min-height:50px!important}
.multi-player-identifiers{width:34px;height:34px;border:1px solid #10405e;border-radius:8px;background:linear-gradient(145deg,#09263b,#051622);display:grid;place-items:center;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.multi-player-identifiers img{width:22px;height:22px;object-fit:contain;opacity:.9;transition:transform .16s ease,opacity .16s ease}
.multi-player-identifiers:hover{transform:translateY(-1px);border-color:#1a78a8;background:#0a2940;box-shadow:0 5px 16px rgba(0,0,0,.2)}
.multi-player-identifiers:hover img{transform:scale(1.06);opacity:1}
.multi-player-identifiers.copied{border-color:#1b9c73;background:#08291f;box-shadow:0 0 0 2px rgba(36,216,154,.08)}
.multi-player-stream-btn{min-width:0;width:100%;height:100%;border:0;background:transparent;color:inherit;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center;text-align:left;cursor:pointer}
.multi-player-stream-btn:disabled{opacity:.62;cursor:wait}
.multistream-player:hover{transform:none!important}
.multistream-player:has(.multi-player-stream-btn:hover){background:#071d2d!important;border-color:#125078!important;transform:translateX(1px)!important}
.multistream-player.active .multi-player-identifiers{border-color:#15688f;background:#0a2b40}


/* v57 — Multi-serveurs sans modifier le style historique */
.bans-head-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
.bans-head-actions button>svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bans-head-actions button .ban-action-chevron{width:12px;height:12px;margin-left:2px;opacity:.78}
.bans-head-actions button span{white-space:nowrap}


/* v57 — autres serveurs, même style discret que la sidebar d'origine */
.client-server-switch-list{display:grid;gap:2px;margin:2px 0 5px;padding:0}
.client-server-switch-item{height:29px;display:grid;grid-template-columns:7px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#8fa9bf;text-decoration:none;transition:background .15s ease,color .15s ease}
.client-server-switch-item:hover{background:#071827;color:#edf8ff}
.client-server-switch-item b{font-size:9px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.client-server-switch-dot{width:6px;height:6px;border-radius:50%;background:#e05770;box-shadow:0 0 7px rgba(224,87,112,.28)}
.client-server-switch-dot.online{background:#27dca0;box-shadow:0 0 8px rgba(39,220,160,.5)}
.client-server-switch-item svg{width:12px;height:12px;fill:none;stroke:#668ba6;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease,stroke .15s ease}
.client-server-switch-item:hover svg{transform:translateX(2px);stroke:#b9ddf4}
.server-dot.offline{background:#e05770!important;box-shadow:0 0 7px rgba(224,87,112,.35)!important}


/* v58 — accordéon indépendant pour chaque serveur, style sidebar historique */
.client-server-switch-list{display:grid;gap:2px;margin:2px 0 5px;padding:0}
.client-server-switch-group{display:grid;gap:0;min-width:0}
.client-server-switch-item{width:100%;height:29px;display:grid;grid-template-columns:7px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#8fa9bf;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}
.client-server-switch-item:hover{background:#071827;color:#edf8ff}
.client-server-switch-item b{font-size:9px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.client-server-switch-chevron{display:grid;place-items:center;width:14px;height:14px;color:#668ba6}
.client-server-switch-chevron svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s cubic-bezier(.22,.8,.2,1),color .16s ease}
.client-server-switch-group.open .client-server-switch-chevron svg{transform:rotate(180deg)}
.client-server-switch-item:hover .client-server-switch-chevron{color:#b9ddf4}
.client-server-switch-subnav{display:grid;gap:3px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);pointer-events:none;margin:0 0 0 0;transition:max-height .34s cubic-bezier(.22,.8,.2,1),opacity .2s ease,transform .24s ease,margin .24s ease}
.client-server-switch-group.open .client-server-switch-subnav{max-height:390px;opacity:1;transform:none;pointer-events:auto;margin:2px 0 5px}
.client-server-sub-item{height:31px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:8px;color:#9eb7cb;text-decoration:none;font-size:10.5px;font-weight:620;border:1px solid transparent;background:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease,transform .18s ease}
.client-server-switch-group:not(.open) .client-server-sub-item{opacity:0;transform:translateY(-3px)}
.client-server-sub-item:hover{background:#071827;border-color:#0c3150;color:#edf8ff}
.client-server-sub-item i{width:16px;height:16px;display:grid;place-items:center;color:#7f9fb8;font-style:normal}
.client-server-sub-item i svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.client-server-sub-item:hover i{color:#cbe7ff}
/* Le serveur actuellement ouvert garde exactement son accordéon existant. */


/* v59 — MES SERVEURS : un vrai accordéon par serveur, sans casser le style historique */
.client-server-switch-list{display:grid!important;gap:2px!important;margin:2px 0 5px!important;padding:0!important}
.client-server-switch-group{display:block!important;min-width:0!important;margin:0!important;padding:0!important}
.client-server-switch-item{width:100%!important;height:31px!important;display:grid!important;grid-template-columns:7px minmax(0,1fr) 16px!important;align-items:center!important;gap:8px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#9eb7cb!important;text-align:left!important;cursor:pointer!important;box-shadow:none!important;transform:none!important}
.client-server-switch-item:hover{background:#071827!important;border-color:#0c3150!important;color:#edf8ff!important}
.client-server-switch-item b{font-size:9.5px!important;font-weight:650!important;color:inherit!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.client-server-switch-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#e05770!important;box-shadow:0 0 7px rgba(224,87,112,.28)!important}
.client-server-switch-dot.online{background:#27dca0!important;box-shadow:0 0 8px rgba(39,220,160,.5)!important}
.client-server-switch-dot.unlinked{background:#e05770!important;box-shadow:0 0 7px rgba(224,87,112,.28)!important}
.client-server-switch-chevron{display:grid!important;place-items:center!important;width:16px!important;height:16px!important;color:#668ba6!important}
.client-server-switch-chevron svg{width:12px!important;height:12px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .26s cubic-bezier(.22,.8,.2,1),color .16s ease!important}
.client-server-switch-group.open>.client-server-switch-item .client-server-switch-chevron svg{transform:rotate(180deg)!important}
.client-server-switch-subnav{display:grid!important;gap:3px!important;max-height:0!important;opacity:0!important;overflow:hidden!important;transform:translateY(-5px)!important;pointer-events:none!important;margin:0!important;padding:0!important;transition:max-height .34s cubic-bezier(.22,.8,.2,1),opacity .2s ease,transform .24s ease,margin .24s ease!important}
.client-server-switch-group.open>.client-server-switch-subnav{max-height:410px!important;opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important;margin:2px 0 5px!important}
.client-server-sub-item{height:31px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 10px!important;border-radius:8px!important;color:#9eb7cb!important;text-decoration:none!important;font-size:10.5px!important;font-weight:620!important;border:1px solid transparent!important;background:transparent!important}
.client-server-sub-item:hover{background:#071827!important;border-color:#0c3150!important;color:#edf8ff!important}
.client-server-sub-item i{width:16px!important;height:16px!important;display:grid!important;place-items:center!important;color:#7f9fb8!important;font-style:normal!important}
.client-server-sub-item i svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
/* Le serveur actuellement ouvert garde EXACTEMENT sa navigation juste en dessous. */
.server-picker{margin:0!important}
.client-server-nav{margin:2px 0 5px!important}
.client-server-nav.collapsed{margin:0!important}
.server-dot.unlinked,.server-dot.offline{background:#e05770!important;box-shadow:0 0 7px rgba(224,87,112,.28)!important}
.server-dot:not(.offline):not(.unlinked){background:#27dca0!important;box-shadow:0 0 8px rgba(39,220,160,.5)!important}


/* v60 — MES SERVEURS stable : accordéons indépendants + sidebar scrollable */
.client-dashboard-page .client-sidebar{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin!important;
  scrollbar-color:#154b72 transparent!important;
  overscroll-behavior:contain!important;
  scroll-behavior:smooth!important;
}
.client-dashboard-page .client-sidebar::-webkit-scrollbar{display:block!important;width:5px!important}
.client-dashboard-page .client-sidebar::-webkit-scrollbar-track{background:transparent!important}
.client-dashboard-page .client-sidebar::-webkit-scrollbar-thumb{background:#154b72!important;border-radius:999px!important}
.client-dashboard-page .client-sidebar::-webkit-scrollbar-thumb:hover{background:#1d6b9f!important}
#serverPicker,#serverMenu,#clientServerNav{display:none!important}
.client-server-switch-list{display:grid!important;gap:4px!important;margin:0 0 8px!important;padding:0!important;overflow:visible!important}
.client-server-switch-group{display:block!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important}
.client-server-switch-item{
  width:100%!important;height:32px!important;display:grid!important;
  grid-template-columns:7px minmax(0,1fr) 18px!important;align-items:center!important;gap:8px!important;
  padding:0 9px!important;border:1px solid transparent!important;border-radius:8px!important;
  background:transparent!important;color:#9eb7cb!important;text-align:left!important;cursor:pointer!important;
  box-shadow:none!important;transform:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease!important;
}
.client-server-switch-item:hover{background:#071827!important;border-color:#0d3452!important;color:#edf8ff!important}
.client-server-switch-group.current>.client-server-switch-item{color:#dcecf8!important}
.client-server-switch-item b{min-width:0!important;font-size:9.5px!important;font-weight:670!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.client-server-switch-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#e05770!important;box-shadow:0 0 7px rgba(224,87,112,.30)!important}
.client-server-switch-dot.online{background:#27dca0!important;box-shadow:0 0 9px rgba(39,220,160,.55)!important}
.client-server-switch-chevron{display:grid!important;place-items:center!important;width:18px!important;height:18px!important;color:#6f99b7!important}
.client-server-switch-chevron svg{width:13px!important;height:13px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .32s cubic-bezier(.22,.85,.2,1),color .18s ease!important}
.client-server-switch-group.open>.client-server-switch-item .client-server-switch-chevron svg{transform:rotate(180deg)!important}
.client-server-switch-collapse{display:grid!important;grid-template-rows:0fr!important;opacity:0!important;transition:grid-template-rows .34s cubic-bezier(.22,.85,.2,1),opacity .2s ease!important}
.client-server-switch-group.open>.client-server-switch-collapse{grid-template-rows:1fr!important;opacity:1!important}
.client-server-switch-subnav{min-height:0!important;overflow:hidden!important;display:grid!important;gap:3px!important;margin:0!important;padding:0!important;max-height:none!important;opacity:1!important;transform:none!important;pointer-events:auto!important;transition:none!important}
.client-server-switch-group.open .client-server-switch-subnav{padding:3px 0 7px!important;margin:0!important;max-height:none!important}
.client-server-sub-item{
  width:100%!important;height:31px!important;display:flex!important;align-items:center!important;gap:10px!important;
  padding:0 10px!important;border-radius:8px!important;border:1px solid transparent!important;
  background:transparent!important;color:#9eb7cb!important;text-decoration:none!important;text-align:left!important;
  font-family:inherit!important;font-size:10.5px!important;font-weight:620!important;cursor:pointer!important;
  opacity:1!important;transform:none!important;
  transition:background .15s ease,border-color .15s ease,color .15s ease,transform .18s ease!important;
}
.client-server-sub-item:hover{background:#071827!important;border-color:#0c3150!important;color:#eef8ff!important}
.client-server-sub-item.active{background:linear-gradient(180deg,#0d5f9c 0%,#0b4c80 100%)!important;border-color:#1478ba!important;color:#fff!important;box-shadow:inset 2px 0 0 #42c0ff,0 5px 14px rgba(6,70,115,.15)!important}
.client-server-sub-item i{width:16px!important;min-width:16px!important;height:16px!important;display:grid!important;place-items:center!important;color:#7f9fb8!important;font-style:normal!important}
.client-server-sub-item i svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.client-server-sub-item.active i{color:#fff!important}
.client-server-switch-group.open+.client-server-switch-group{margin-top:1px!important}
.client-side-bottom{margin-top:auto!important}
@media(max-width:820px){#clientServerList{display:none!important}}

/* v61 — transitions ultra fluides + changement de serveur stable */
.client-main{scroll-behavior:smooth}
.client-panel{
  transform-origin:50% 20%;
  will-change:opacity,transform,filter;
}
.client-panel.panel-leave{
  opacity:0!important;
  transform:translate3d(0,-7px,0) scale(.995)!important;
  filter:blur(2px)!important;
  transition:opacity .135s ease,transform .16s cubic-bezier(.4,0,.2,1),filter .135s ease!important;
  pointer-events:none!important;
}
.client-panel.panel-enter{
  opacity:0!important;
  transform:translate3d(0,10px,0) scale(.992)!important;
  filter:blur(2px)!important;
}
.client-panel.panel-enter.panel-enter-ready{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  transition:opacity .28s cubic-bezier(.2,.8,.2,1),transform .32s cubic-bezier(.2,.8,.2,1),filter .24s ease!important;
}
.client-dashboard-page.panel-is-switching .client-main{pointer-events:auto}
.client-server-sub-item{
  position:relative!important;
  overflow:hidden!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease!important;
}
.client-server-sub-item:hover{transform:translateX(2px)!important}
.client-server-sub-item.active{
  animation:adnOptionSelect .28s cubic-bezier(.2,.8,.2,1) both!important;
}
.client-server-sub-item.active::after{
  content:"";position:absolute;left:0;top:7px;bottom:7px;width:2px;border-radius:999px;background:#51c7ff;
  box-shadow:0 0 9px rgba(81,199,255,.5);animation:adnOptionRail .26s ease both;
}
@keyframes adnOptionSelect{0%{transform:translateX(-3px);opacity:.78}100%{transform:translateX(0);opacity:1}}
@keyframes adnOptionRail{0%{transform:scaleY(.2);opacity:0}100%{transform:scaleY(1);opacity:1}}

.client-server-switch-group>.client-server-switch-collapse{
  transition:grid-template-rows .38s cubic-bezier(.16,1,.3,1),opacity .22s ease!important;
}
.client-server-switch-group.open>.client-server-switch-collapse{opacity:1!important}
.client-server-switch-subnav{transition:padding .28s cubic-bezier(.16,1,.3,1)!important}
.client-server-switch-group.open .client-server-sub-item{animation:adnSubItemIn .3s cubic-bezier(.16,1,.3,1) both}
.client-server-switch-group.open .client-server-sub-item:nth-child(2){animation-delay:.018s}
.client-server-switch-group.open .client-server-sub-item:nth-child(3){animation-delay:.036s}
.client-server-switch-group.open .client-server-sub-item:nth-child(4){animation-delay:.054s}
.client-server-switch-group.open .client-server-sub-item:nth-child(5){animation-delay:.072s}
.client-server-switch-group.open .client-server-sub-item:nth-child(6){animation-delay:.09s}
.client-server-switch-group.open .client-server-sub-item:nth-child(7){animation-delay:.108s}
.client-server-switch-group.open .client-server-sub-item:nth-child(8){animation-delay:.126s}
.client-server-switch-group.open .client-server-sub-item:nth-child(9){animation-delay:.144s}
.client-server-switch-group.open .client-server-sub-item:nth-child(10){animation-delay:.162s}
.client-server-switch-group.open .client-server-sub-item:nth-child(11){animation-delay:.18s}
@keyframes adnSubItemIn{from{opacity:0;transform:translate3d(-5px,-2px,0)}to{opacity:1;transform:translate3d(0,0,0)}}

.client-server-switch-list.is-changing-server .client-server-switch-group{transition:opacity .18s ease!important}
.client-server-switch-list.is-changing-server .client-server-switch-group:not(.switching-to){opacity:.55}
.client-server-switch-group.switching-to>.client-server-switch-item{background:#071b2d!important;border-color:#14507a!important;color:#eef9ff!important}
.client-server-sub-item.switch-target{background:linear-gradient(180deg,#0e659f,#0b5488)!important;border-color:#1b83c3!important;color:#fff!important;box-shadow:inset 2px 0 0 #58caff,0 5px 16px rgba(7,87,140,.18)!important}
.client-server-sub-item.switch-target::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transform:translateX(-100%);animation:adnServerSwitch .7s ease infinite}
@keyframes adnServerSwitch{to{transform:translateX(100%)}}

@media(prefers-reduced-motion:reduce){
  .client-panel,.client-server-sub-item,.client-server-switch-collapse,.client-server-switch-subnav{animation:none!important;transition:none!important}
}


/* v63 - changement de serveur sans reload / sans saut de position */
#clientServerList.is-changing-server{pointer-events:none}
#clientServerList.is-changing-server .client-server-switch-group{opacity:.72;transition:opacity .16s ease}
#clientServerList.is-changing-server .client-server-switch-group.switching-to{opacity:1}
.client-server-switch-group.server-switch-arrived{animation:adnServerArrive .36s cubic-bezier(.22,.8,.2,1)}
@keyframes adnServerArrive{0%{transform:translateY(2px);filter:brightness(.92)}45%{filter:brightness(1.12)}100%{transform:none;filter:none}}


/* v64 — server switch fluide, flèches toujours actives, aucun assombrissement */
#clientServerList.is-changing-server{pointer-events:auto!important}
#clientServerList.is-changing-server .client-server-switch-group,
#clientServerList.is-changing-server .client-server-switch-group:not(.switching-to),
#clientServerList.is-changing-server .client-server-switch-group.switching-to{opacity:1!important;filter:none!important}
.client-server-switch-group.switching-to>.client-server-switch-item{background:transparent!important;border-color:transparent!important;color:#dcecf8!important}
.client-server-switch-item,.client-server-switch-chevron{pointer-events:auto!important}
.client-server-switch-chevron{opacity:1!important}
.client-server-switch-group.server-switch-arrived{animation:adnServerArriveClean .28s cubic-bezier(.22,.8,.2,1)!important}
@keyframes adnServerArriveClean{0%{transform:translateY(2px);opacity:.88}100%{transform:none;opacity:1}}
.client-server-sub-item.switch-target::before{display:none!important}
.client-server-sub-item.switch-target{background:rgba(10,53,86,.28)!important;border-color:#154d73!important;color:#eef8ff!important;box-shadow:none!important}


/* v65 - retour au mode un seul serveur dans la sidebar */
.client-server-switch-list{display:none!important}
.server-picker{cursor:pointer!important;opacity:1!important;filter:none!important}
.server-picker[aria-expanded="false"] .server-chevron{transform:rotate(-90deg)}
.server-picker[aria-expanded="true"] .server-chevron{transform:rotate(0deg)}
.client-server-nav{overflow:hidden;max-height:520px;opacity:1;transform:translateY(0);transition:max-height .30s cubic-bezier(.22,.8,.2,1),opacity .20s ease,transform .24s ease!important}
.client-server-nav.collapsed{max-height:0!important;opacity:0!important;transform:translateY(-6px)!important;pointer-events:none!important}

/* v67 - FIX CRITIQUE : restauration du panneau serveur après le retour au mode mono-serveur */
/* Une ancienne règle du mode multi-serveurs v60 masquait encore #serverPicker et #clientServerNav. */
.client-dashboard-page #serverPicker{
  display:flex!important;
  width:100%!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.client-dashboard-page #clientServerNav{
  display:grid!important;
  visibility:visible!important;
  opacity:1;
}
.client-dashboard-page #clientServerNav.collapsed{
  display:grid!important;
  max-height:0!important;
  opacity:0!important;
  visibility:visible!important;
  pointer-events:none!important;
}
.client-dashboard-page #serverMenu[hidden]{display:none!important}
.client-dashboard-page #serverMenu:not([hidden]){display:block!important}
