@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Pixelify+Sans:wght@600;700&family=Russo+One&display=swap');

:root{--bg:#0d0c0b;--surface:#171513;--surface-2:#201d1a;--line:#302b26;--text:#fff9f3;--muted:#a89e94;--orange:#f97316;--orange-2:#ff9d42;--green:#4ade80;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}
.site-header{height:86px;display:flex;align-items:center;gap:42px;padding:0 max(28px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:rgba(13,12,11,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:43px;height:43px;background:linear-gradient(145deg,var(--orange-2),var(--orange));border-radius:12px;font:26px Russo One;box-shadow:0 8px 30px #f9731635}.brand>span:last-child{font:19px Russo One;letter-spacing:.5px}.brand strong,.brand em{font-style:normal}.brand em{color:var(--orange)}nav{display:flex;gap:28px;margin-right:auto}nav a{font-size:14px;font-weight:700;color:var(--muted);transition:.2s}nav a:hover{color:#fff}.basket-button{border:1px solid #5d3b22;background:#241a13;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.basket-button span{color:var(--orange);margin-right:7px}.basket-button b{display:inline-grid;place-items:center;background:var(--orange);border-radius:50%;font-size:11px;width:20px;height:20px;margin-left:6px}
.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:52px;align-items:center;padding-block:72px 52px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:2.2px;color:var(--orange-2)}.eyebrow i{display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:2px;margin-right:8px;box-shadow:0 0 16px var(--orange)}h1,h2{font-family:Russo One,Inter,sans-serif;margin:0}h1{font-size:clamp(48px,6.2vw,86px);line-height:.98;letter-spacing:-2px;margin:21px 0}h1 span{color:var(--orange)}.hero-copy>p{color:var(--muted);font-size:17px;line-height:1.7;max-width:580px}.hero-actions{display:flex;gap:12px;margin-top:31px}.primary,.secondary{border-radius:12px;padding:15px 20px;font-weight:900;border:1px solid transparent;cursor:pointer}.primary{background:linear-gradient(135deg,var(--orange-2),var(--orange));box-shadow:0 10px 35px #f973162b}.primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.secondary{border-color:var(--line);background:var(--surface)}
.hero-art{height:430px;position:relative;overflow:hidden;border-radius:30px;background:linear-gradient(160deg,#3b180a 0%,#b4420e 48%,#ff8a24 100%);border:1px solid #f9731655;box-shadow:0 30px 100px #f973161c}.hero-art:after{content:"";position:absolute;inset:55% -10% -30%;background:linear-gradient(145deg,#2a160e,#100d0a);transform:skewY(-8deg);box-shadow:0 -8px 30px #0007}.sun{position:absolute;width:190px;height:190px;border-radius:50%;right:40px;top:30px;background:#ffcf8e;filter:blur(1px);box-shadow:0 0 80px #ffae45}.block{position:absolute;background:#31190e;border:2px solid #5d2c14;z-index:1;transform:rotate(12deg);box-shadow:inset -14px -14px #1d1009,0 25px 35px #0005}.b1{width:110px;height:110px;right:75px;bottom:66px}.b2{width:70px;height:70px;right:200px;bottom:29px}.b3{width:50px;height:50px;right:20px;bottom:18px}.hero-badge{position:absolute;right:22px;top:20px;z-index:2;background:#15110ddd;border:1px solid #ffffff18;padding:10px 13px;border-radius:11px;text-align:right}.hero-badge span{font-weight:900;color:var(--orange-2)}.hero-badge small{display:block;color:#fff;font-size:8px;letter-spacing:1px}.world-title{position:absolute;left:32px;bottom:34px;z-index:2;font:clamp(35px,4vw,56px) Russo One;text-shadow:0 6px 0 #57230c}.world-title span{color:#ffad59}
.quick-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;margin-bottom:110px}.quick-card{min-height:108px;border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:20px;display:flex;align-items:center;gap:16px;text-align:left;transition:.2s}.quick-card:hover{border-color:#6f4325;transform:translateY(-2px)}button.quick-card{cursor:pointer;color:inherit;width:100%}.card-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#2b1d13;color:var(--orange);font-size:24px}.quick-card small,.quick-card em{display:block;font-style:normal}.quick-card small{color:var(--muted);font-weight:800;font-size:9px;letter-spacing:1.5px;margin-bottom:5px}.quick-card strong{font-size:17px}.quick-card em{color:#6f675f;font-size:11px;margin-top:4px}.pulse{width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px #4ade8014,0 0 25px #4ade80;margin:0 17px}
.store-section{padding-bottom:120px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-heading h2,.join-section h2{font-size:clamp(30px,4vw,48px);margin-top:10px}.section-heading p{max-width:430px;color:var(--muted);line-height:1.6;margin:0}.category-tabs{display:flex;gap:9px;overflow:auto;margin-bottom:25px;padding-bottom:5px}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:11px 16px;font-weight:800;cursor:pointer}.category-tabs button.active{background:var(--orange);border-color:var(--orange)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);border-color:#70401f;box-shadow:0 20px 50px #0005}.product-media{height:190px;background:radial-gradient(circle at 50% 40%,#80370f,#22150d 60%,#151210);display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{font:64px Russo One;color:#ff9d42;text-shadow:0 8px 0 #7a2d05}.product-content{padding:21px}.product-category{font-size:10px;color:var(--orange-2);font-weight:900;letter-spacing:1.4px}.product-content h3{font-size:21px;margin:8px 0}.product-content p{color:var(--muted);font-size:13px;line-height:1.55;height:41px;overflow:hidden}.product-bottom{border-top:1px solid var(--line);margin-top:18px;padding-top:17px;display:flex;align-items:center;justify-content:space-between}.price{font:20px Russo One}.add-button{border:1px solid #734019;background:#2b1b11;padding:10px 14px;border-radius:9px;font-weight:900;cursor:pointer;color:var(--orange-2)}.add-button:hover{background:var(--orange);color:#fff}.loading,.empty-state{grid-column:1/-1;min-height:260px;border:1px dashed var(--line);border-radius:var(--radius);display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted);padding:30px}.loading span{width:36px;height:36px;border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.empty-state strong{color:#fff;font-size:23px;margin-bottom:8px}.empty-state a{color:var(--orange-2);font-weight:800;margin-top:12px}@keyframes spin{to{transform:rotate(360deg)}}
.join-section{background:linear-gradient(110deg,#17110d,#281307);border-block:1px solid #4a2815;padding:75px 0}.join-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.steps{list-style:none;padding:0;margin:0;display:grid;gap:12px}.steps li{display:flex;align-items:center;gap:18px;padding:18px;background:#0d0c0b99;border:1px solid #4a2b19;border-radius:15px}.steps b{font:27px Russo One;color:var(--orange)}.steps strong,.steps small{display:block}.steps small{color:var(--muted);margin-top:4px}
footer{padding-top:48px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:45px}.footer-inner p{font-size:12px;color:var(--muted)}.footer-inner>div:last-child{display:flex;gap:20px;font-size:13px;font-weight:700}.tebex-strip{border-top:1px solid var(--line);padding:16px max(20px,calc((100% - 1180px)/2));display:flex;justify-content:space-between;color:#766e67;font-size:10px}
.modal{border:1px solid #4d3524;border-radius:22px;background:#171310;color:#fff;padding:0;width:min(430px,calc(100% - 30px));box-shadow:0 30px 100px #000}.modal::backdrop{background:#050403d9;backdrop-filter:blur(6px)}.modal form{padding:32px;position:relative}.modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:#9d9288;font-size:28px;cursor:pointer}.modal-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#38200f;color:var(--orange);font-size:28px}.modal h2{margin:20px 0 8px}.modal p{color:var(--muted);line-height:1.5;font-size:13px}.modal label{display:block;font-size:12px;font-weight:800;margin:22px 0 8px}.modal input{width:100%;background:#0d0c0b;border:1px solid var(--line);border-radius:10px;padding:14px;color:#fff;outline:none}.modal input:focus{border-color:var(--orange)}.modal .full{width:100%;margin-top:14px}.field-error{min-height:18px!important;color:#ff7878!important;margin:6px 0!important}.toast{position:fixed;left:50%;bottom:25px;z-index:30;transform:translate(-50%,25px);background:#fff;color:#17110d;border-radius:10px;padding:12px 18px;font-size:13px;font-weight:800;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){.site-header{height:72px;padding:0 20px}.site-header nav{display:none}.basket-button{margin-left:auto}.hero{grid-template-columns:1fr;padding-top:48px}.hero-art{height:330px;order:-1}.quick-grid{grid-template-columns:1fr;margin-bottom:80px}.products{grid-template-columns:repeat(2,1fr)}.section-heading{display:block}.section-heading p{margin-top:18px}.join-inner{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}
@media(max-width:560px){.wrap{width:min(100% - 26px,1180px)}.brand>span:last-child{font-size:15px}.brand-mark{width:37px;height:37px}.basket-button{font-size:0;padding:9px}.basket-button span,.basket-button b{font-size:11px}.hero{gap:30px;padding-block:28px 40px}.hero-art{height:250px;border-radius:20px}h1{font-size:46px}.hero-actions{flex-direction:column}.hero-actions>*{text-align:center}.quick-grid{margin-bottom:70px}.section-heading h2,.join-section h2{font-size:31px}.products{grid-template-columns:1fr}.product-media{height:170px}.join-section{padding:55px 0}.join-inner{gap:35px}.footer-inner{padding-bottom:30px}.tebex-strip{gap:10px;flex-direction:column;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* FirariSMP visual system v3 */
:root{--bg:#0d0d0d;--surface:#151311;--surface-2:#1d1814;--line:#3b2b20;--text:#fffaf5;--muted:#b8aaa0;--orange:#ff7a00;--orange-2:#ff9d42;--radius:16px}
body{background:radial-gradient(circle at 82% -10%,#3a1d0d55,transparent 35%),linear-gradient(180deg,#0d0d0d,#12100e 45%,#0d0d0d);}
.site-header{box-shadow:0 12px 40px #0005;border-bottom-color:#49311f}.site-header>nav a{transition:color .2s,transform .2s}.site-header>nav a:hover{transform:translateY(-1px)}
.dash-card,.dash-ip,.dash-logo,.product-card,.news-featured,.news-card,.event-card,.clan-panel{border-color:#4a3322;box-shadow:0 16px 45px #0003;transition:transform .25s,border-color .25s,box-shadow .25s}.dash-card:hover,.dash-ip:hover,.event-card:hover,.news-card:hover{transform:translateY(-4px);border-color:#ff7a00aa;box-shadow:0 22px 55px #0007,0 0 24px #ff7a0018}
.news-card{padding:0;min-height:290px;display:flex;align-items:flex-end;background-color:#1b1511}.news-card>div{width:100%;padding:24px;background:linear-gradient(transparent,#0e0b09ee 35%)}.news-card>div>span{margin-bottom:12px}.news-grid h3{font-size:20px}.news-grid p{margin:8px 0;color:#d2c5bb}.news-featured{min-height:360px}.news-featured>div{padding:30px;background:linear-gradient(transparent,#0c0907ee 30%)}
.events-section{padding:85px 0 100px;border-top:1px solid var(--line)}.events-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.event-card{min-height:205px;padding:22px;background:linear-gradient(150deg,#21160f,#151311);border-radius:16px}.event-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ff7a0018;color:var(--orange-2);font-size:26px;margin-bottom:20px}.event-card h3{font:18px Russo One;margin:0 0 10px}.event-card p{color:var(--muted);font-size:12px;line-height:1.6;margin:0}.event-note{text-align:center;color:#d8a16e;font-size:12px;font-weight:800;margin-top:22px}.clans-section{padding:0 0 100px}.clan-panel{display:grid;grid-template-columns:1.35fr .65fr;gap:25px;padding:38px;border-radius:22px;background:linear-gradient(120deg,#28170d,#171311)}.clan-panel h2{font-size:clamp(28px,4vw,46px);margin:12px 0}.clan-panel p{color:var(--muted);max-width:560px;line-height:1.7;margin-bottom:24px}.clan-panel .primary{display:inline-block}.clan-points{display:grid;place-items:center;align-content:center;text-align:center;border:1px solid #ff7a004d;border-radius:18px;background:#0d0b0a66;min-height:190px}.clan-points strong{font:64px Russo One;color:var(--orange-2)}.clan-points span,.clan-points i{color:var(--muted);font-size:12px;font-style:normal}.clan-points i{margin-top:12px;color:#d88c4d}
@media(max-width:900px){.events-grid{grid-template-columns:repeat(3,1fr)}.clan-panel{grid-template-columns:1fr}.clan-points{min-height:150px}}
@media(max-width:580px){.events-grid{grid-template-columns:1fr 1fr}.event-card{min-height:180px;padding:18px}.event-icon{margin-bottom:14px}.event-card h3{font-size:16px}.clan-panel{padding:25px 20px}.news-card{min-height:250px}.news-featured{min-height:320px}}

/* FirariSMP compact dashboard */
.brand-logo{width:45px;height:45px;object-fit:cover;border-radius:12px;border:1px solid #ff8a2a55}.dashboard{padding:70px 0 105px;display:grid;grid-template-columns:290px 1fr 220px;grid-template-rows:300px 300px;gap:18px}.dash-logo,.dash-card,.dash-ip{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}.dash-logo{grid-column:1;grid-row:1;height:230px;background:#f36b0c}.dash-logo img{width:100%;height:100%;object-fit:cover}.dash-ip{grid-column:1;grid-row:1;align-self:end;height:56px;color:#fff;display:flex;align-items:center;gap:12px;padding:0 17px;cursor:pointer}.dash-ip span{font-size:24px;color:var(--orange)}.dash-ip strong{font-size:14px}.dash-ip small{margin-left:auto;color:var(--muted)}.dash-card{position:relative;padding:25px}.dash-card>span{font-size:13px;font-weight:900;letter-spacing:1.7px}.dash-store{grid-column:2;grid-row:1;background:radial-gradient(circle at 80% 30%,#ffad53 0,#ef711b 22%,#8c310e 51%,#21120c 100%);display:block}.dash-store:after{content:"";position:absolute;inset:58% -10% -20%;background:#12100e;transform:skewY(-7deg)}.dash-store strong{display:block;position:relative;z-index:2;font:48px/1 Russo One;margin-top:30px}.dash-store i{position:absolute;left:25px;bottom:22px;z-index:2;font-style:normal;font-weight:800;font-size:12px}.pixel-cube{position:absolute;z-index:3;right:55px;bottom:35px;width:105px;height:105px;background:linear-gradient(135deg,#ffb054,#d94a09);border:8px solid #3a1608;transform:rotate(13deg);box-shadow:inset -20px -20px #8f2f08,0 22px 35px #0007}.dash-discord{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#1c1a19}.dash-discord b{font-size:54px;color:#5865f2}.dash-discord strong{font:25px Russo One;margin-top:18px}.dash-discord small,.dash-stats small{color:var(--muted);margin-top:6px}.dash-stats{grid-column:1 / 2;grid-row:2;background:linear-gradient(145deg,#22150e,#171513)}.dash-stats strong{display:block;font:65px Russo One;color:var(--orange);margin:55px 0 0}.dash-stats small{display:block}.bars{position:absolute;right:25px;bottom:25px;display:flex;align-items:end;gap:7px;height:80px}.bars i{display:block;width:14px;background:#f97316;border-radius:4px 4px 0 0}.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:62%}.bars i:nth-child(3){height:48%}.bars i:nth-child(4){height:82%}.bars i:nth-child(5){height:100%}.dash-join{grid-column:2 / 4;grid-row:2;background:linear-gradient(120deg,#1d1814,#31180c)}.dash-join ol{list-style:none;margin:34px 0 0;padding:0;display:grid;gap:15px}.dash-join li{font-weight:700;color:#d4cbc3}.dash-join li b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f9731622;color:var(--orange);margin-right:12px}.dash-join em{color:var(--orange-2);font-style:normal}.dash-join button{position:absolute;right:25px;bottom:25px;border:0;border-radius:10px;background:var(--orange);color:#fff;padding:12px 16px;font-weight:900;cursor:pointer}.store-section{padding-top:0}.dashboard+.store-section{border-top:1px solid var(--line);padding-top:85px}
@media(max-width:900px){.dashboard{grid-template-columns:1fr 1fr;grid-template-rows:260px 130px 260px 290px}.dash-logo{grid-column:1;grid-row:1;height:190px}.dash-ip{grid-column:1;grid-row:1}.dash-store{grid-column:2;grid-row:1}.dash-store strong{font-size:34px}.dash-discord{grid-column:1;grid-row:2}.dash-stats{grid-column:2;grid-row:2}.dash-discord,.dash-stats{flex-direction:row}.dash-discord b{font-size:28px}.dash-discord strong{margin:0 8px}.dash-stats strong{font-size:30px;margin:25px 0 0}.bars{display:none}.dash-join{grid-column:1 / 3;grid-row:3}.dashboard{padding-bottom:40px}.dashboard+.store-section{padding-top:55px}}
@media(max-width:580px){.dashboard{display:flex;flex-direction:column;padding-top:25px}.dash-logo{height:250px}.dash-ip{height:58px;min-height:58px}.dash-store{height:245px}.dash-discord{height:120px;min-height:120px}.dash-stats{height:145px;min-height:145px}.dash-join{height:315px;min-height:315px}.dash-join button{left:25px;right:auto}.site-header{gap:10px}.brand-logo{width:37px;height:37px}}

/* Sade ve ortalanmış üst menü */
.site-header{justify-content:flex-end}
.site-header>.theme-toggle{order:0;margin-right:auto;flex:0 0 auto}
.site-header>.account-button{order:2;display:inline-flex;align-items:center;justify-content:center;border:1px solid #5d3b22;background:#241a13;color:#fff;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:800;white-space:nowrap}
.site-header>.account-button:hover{border-color:var(--orange);color:var(--orange-2)}
.site-header>.basket-button{order:3}
.site-header>.theme-toggle{order:0}
.site-header>nav{position:absolute;left:50%;transform:translateX(-50%);margin:0;white-space:nowrap}
.site-header>nav a{color:#fff}
.site-header>nav a:hover,.site-header>nav a:focus-visible{color:var(--orange)}
.discord-logo{display:block;width:64px;height:52px;object-fit:contain}
@media(max-width:900px){.discord-logo{width:42px;height:34px}.dash-discord strong{margin-left:8px}}
.username-logo{display:block;width:74px;height:74px;object-fit:cover;border-radius:18px;margin:0 auto 14px}.edition-picker{display:grid;grid-template-columns:1fr 1fr;gap:9px;border:0;padding:0;margin:0 0 20px}.edition-picker legend{width:100%;margin-bottom:9px;color:var(--muted);font-size:11px;font-weight:900;text-align:center;letter-spacing:1px}.edition-option{position:relative!important;margin:0!important;cursor:pointer}.edition-option input{position:absolute;opacity:0;pointer-events:none}.edition-option span{display:flex;flex-direction:column;gap:3px;padding:12px;border:1px solid var(--line);border-radius:11px;background:#0d0c0b;text-align:center;transition:.2s}.edition-option b{font-size:12px;letter-spacing:.8px}.edition-option small{color:var(--muted);font-size:9px}.edition-option input:checked+span{border-color:var(--orange);background:#f9731618;box-shadow:0 0 0 1px #f9731644}.edition-option input:focus-visible+span{outline:2px solid var(--orange-2);outline-offset:2px}.edition-note{min-height:38px;margin:8px 0 0!important;color:#c9bdb2!important;font-size:11px!important}.cart-modal{width:min(560px,calc(100% - 30px))}.cart-panel{padding:30px;position:relative}.cart-title{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--line)}.cart-title img{width:58px;height:58px;border-radius:14px}.cart-title small,.cart-title strong{display:block}.cart-title small{font-size:10px;letter-spacing:1.5px;color:var(--orange)}.cart-title strong{font-size:20px;margin-top:5px}.cart-item{display:flex;justify-content:space-between;align-items:center;margin:24px 0;padding:18px;border-radius:12px;background:#0e0c0b;border:1px solid var(--line)}.cart-item span{font-weight:800}.cart-item strong{color:var(--orange-2)}.secure-note{display:block;text-align:center;color:var(--muted);margin-top:13px}

/* Store v2: stacked categories, uncropped artwork and editable basket. */
.products{display:flex;flex-direction:column;gap:54px}.product-group{min-width:0}.product-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.product-group-heading h3{font:27px Russo One;margin:0}.product-group-heading span{color:var(--muted);font-size:12px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:flex;flex-direction:column}.product-media{height:235px;padding:12px;background:radial-gradient(circle at 50% 44%,#632a0d,#21150e 62%,#12100f)}.product-media img{width:100%;height:100%;object-fit:contain;object-position:center}.product-content{display:flex;flex:1;flex-direction:column}.product-content p{height:auto;min-height:62px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-bottom{margin-top:auto}.price-stack{display:flex;flex-direction:column;gap:4px}.price-stack strong{font:20px Russo One}.price-stack small{color:#d6a16f;font-size:12px;font-weight:800}.cart-items{display:flex;flex-direction:column;gap:10px;margin:20px 0;max-height:360px;overflow:auto}.cart-item{margin:0;gap:16px}.cart-item-info{display:flex;flex-direction:column;gap:5px;min-width:0}.cart-item-info strong{color:#fff}.cart-item-info small{color:var(--muted)}.cart-actions{display:flex;align-items:center;gap:7px;flex-shrink:0}.cart-actions button{min-width:34px;height:34px;border:1px solid #5b3820;border-radius:8px;background:#291a11;color:#ff9d42;font-weight:900;cursor:pointer}.cart-actions button:disabled{opacity:.4;cursor:not-allowed}.cart-actions .remove-item{padding-inline:10px;color:#ff8b79;border-color:#653128;background:#2b1411}.cart-quantity{display:grid;place-items:center;min-width:25px;font-weight:900}.cart-quantity.locked{color:var(--muted)}.cart-summary{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;border-top:1px solid var(--line);margin-bottom:6px}.cart-summary>span{font-weight:900}.cart-summary .price-stack{text-align:right}.primary:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:850px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.product-grid{grid-template-columns:1fr}.product-media{height:220px}.cart-item{align-items:flex-start;flex-direction:column}.cart-actions{width:100%}.cart-actions .remove-item{margin-left:auto}.section-heading p{font-size:14px}}

/* Brand, dashboard artwork and news. */
.brand-logo{object-fit:contain;border:0!important;border-radius:0!important}.brand-name{font:700 23px/1 "Pixelify Sans",system-ui,sans-serif;letter-spacing:.4px;color:#fff}.footer-brand .brand-name{font-size:21px}.dash-logo{background:#171513;padding:14px}.dash-logo img{object-fit:contain}.dash-store{isolation:isolate;background-image:linear-gradient(90deg,rgba(8,7,6,.82),rgba(8,7,6,.08) 72%),url("store-banner.png");background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:0}.dash-store:after{display:none}.dash-store-copy{width:100%;padding:65px 25px 22px;background:linear-gradient(transparent,rgba(5,4,3,.88));position:relative;z-index:2}.dash-store-copy span{display:block;color:#ff9d42;font-size:11px;font-weight:900;letter-spacing:1.6px}.dash-store-copy strong{font:31px/1.1 Russo One;margin:8px 0 12px;text-shadow:0 3px 15px #000}.dash-store-copy i{font-style:normal;font-size:12px;font-weight:800}.news-section{border-top:1px solid var(--line);padding:90px 0 110px}.news-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:16px}.news-featured,.news-card{min-height:310px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.news-featured{display:flex;align-items:flex-end;background:linear-gradient(90deg,rgba(12,8,5,.88),rgba(12,8,5,.18)),url("store-banner.png") center/cover}.news-featured>div{padding:28px;max-width:620px}.news-card{padding:27px;background:linear-gradient(145deg,#21150e,#151311)}.news-grid time{display:block;color:#bdaca0;font-size:11px;font-weight:800;margin-bottom:9px}.news-grid h3{font:24px/1.15 Russo One;margin:0 0 13px}.news-grid p{color:#c3b8ae;font-size:13px;line-height:1.65}.news-grid a{display:inline-block;color:#ff9d42;font-size:13px;font-weight:900;margin-top:10px}.news-card>span{display:block;color:#f97316;font-size:10px;font-weight:900;letter-spacing:1.5px;margin-bottom:26px}
@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}.news-featured{grid-column:1/-1}.dash-store-copy strong{font-size:25px}}
@media(max-width:580px){.brand-name{font-size:18px}.news-grid{grid-template-columns:1fr}.news-featured{min-height:340px}.news-section{padding-block:65px}.dash-logo{padding:18px}.dash-store-copy{padding-top:100px}}

@media(max-width:850px){.site-header>.theme-toggle{margin-right:auto}.site-header>.account-button{padding:10px 11px;font-size:12px}.site-header>.basket-button{margin-left:0}}
@media(max-width:560px){.site-header>.account-button{font-size:0;width:42px;height:38px;padding:0}.site-header>.account-button::before{content:"◉";font-size:16px;color:var(--orange-2)}.site-header>.theme-toggle{padding:9px 10px}.site-header>.theme-toggle b{display:none}}

.news-card>div{height:100%}.news-card>div>span{display:block;color:#f97316;font-size:10px;font-weight:900;letter-spacing:1.5px;margin-bottom:26px}.news-featured,.news-card{background-size:cover;background-position:center}.news-loading,.news-empty{grid-column:1/-1;display:grid;place-items:center;min-height:180px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.article-page{padding:80px 0 120px;max-width:900px}.article-back{display:inline-block;color:#ff9d42;font-weight:900;margin-bottom:35px}.article-cover{display:block;width:100%;max-height:500px;object-fit:cover;border-radius:24px;border:1px solid var(--line);margin-bottom:35px}.article-page h1{font:clamp(36px,7vw,70px)/1.05 Russo One;margin:12px 0}.article-page time{color:var(--muted);font-size:13px}.article-summary{font-size:20px;line-height:1.6;color:#d5c8be;margin:34px 0;border-left:4px solid #f97316;padding-left:20px}.article-content{font-size:17px;line-height:1.9;color:#e5dbd3;white-space:normal}

.seo-intro{padding:0 0 95px;text-align:center}.seo-intro h1{font:clamp(30px,5vw,52px)/1.08 Russo One;margin:12px auto 18px;max-width:900px}.seo-intro p{max-width:850px;margin:0 auto;color:#bdb0a5;line-height:1.75;font-size:16px}.seo-intro strong{color:#ff9d42}.seo-features{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:24px}.seo-features span{padding:9px 13px;border:1px solid #4c301e;border-radius:999px;background:#21150e;color:#e8d9cd;font-size:12px;font-weight:800}@media(max-width:580px){.seo-intro{padding-bottom:65px}.seo-intro p{font-size:14px;text-align:left}.seo-intro h1{font-size:32px}}

.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:#93867c;font-size:12px;margin-bottom:35px}.breadcrumbs a{color:#d7c9be}.breadcrumbs b{color:#f97316}.article-page [itemprop="author"],.article-page [itemprop="publisher"]{display:none}
.related-news{margin-top:72px;padding-top:34px;border-top:1px solid var(--line)}.related-news h2{font-size:30px;margin-bottom:22px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-card{display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface-2);transition:.2s}.related-card:hover{transform:translateY(-3px);border-color:var(--orange)}.related-card img{width:100%;height:140px;object-fit:cover}.related-card span,.related-card strong{padding-inline:14px}.related-card span{padding-top:10px;color:var(--orange-2);font-size:10px;font-weight:900;letter-spacing:1px}.related-card strong{padding-bottom:16px;font-size:14px;line-height:1.35}@media(max-width:580px){.related-grid{grid-template-columns:1fr}.related-card img{height:170px}}

/* Centralized theme tokens; the legacy FirariSMP palette remains the dark default. */
:root{color-scheme:dark}
:root[data-theme="light"]{--bg:#f3eee8;--surface:#fffaf5;--surface-2:#eee6de;--line:#d8c9bb;--text:#251a14;--muted:#6e6259;--orange:#e85f0b;--orange-2:#c94c05;--green:#218a4b;color-scheme:light}
:root[data-theme="light"] body{background:var(--bg);color:var(--text)}
:root[data-theme="light"] .site-header{background:rgba(243,238,232,.94)}
:root[data-theme="light"] .dash-card,:root[data-theme="light"] .dash-ip,:root[data-theme="light"] .dash-logo,:root[data-theme="light"] .product-card,:root[data-theme="light"] .news-featured,:root[data-theme="light"] .news-card,:root[data-theme="light"] .event-card,:root[data-theme="light"] .clan-panel{background:var(--surface);color:var(--text)}
:root[data-theme="light"] .modern-news-grid .news-featured>div,:root[data-theme="light"] .modern-news-grid .news-card>div{background:var(--surface)}
.theme-toggle{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:11px 13px;font-weight:800;cursor:pointer}.theme-toggle span{color:var(--orange);margin-right:6px}

/* Modern News + Firari Events sections layered onto the legacy homepage shell. */
.modern-news-grid .news-featured,.modern-news-grid .news-card{display:flex;flex-direction:column;padding:0;overflow:hidden;background:#171311}
.modern-news-grid .news-cover{display:block;width:100%;height:180px;object-fit:cover;order:0;transition:transform .35s}.modern-news-grid .news-featured .news-cover{height:300px}
.modern-news-grid .news-featured>div,.modern-news-grid .news-card>div{padding:22px;background:#171311;order:1;flex:1}.modern-news-grid .news-meta{display:flex;gap:10px;align-items:center;margin-bottom:10px}.modern-news-grid .news-meta span{color:var(--orange-2);font-size:10px;font-weight:900;letter-spacing:1.4px}.modern-news-grid time{margin:0}.modern-news-grid .news-featured:hover .news-cover,.modern-news-grid .news-card:hover .news-cover{transform:scale(1.035)}
.modern-events-grid{grid-template-columns:repeat(6,1fr);gap:15px}.modern-events-grid .event-card{grid-column:span 2;padding:0;overflow:hidden;border-radius:16px}.modern-events-grid .event-card:nth-child(4){grid-column:2/span 2}.modern-events-grid .event-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .35s}.modern-events-grid .event-card>div{padding:18px}.modern-events-grid .event-card span{color:var(--orange-2);font-size:9px;font-weight:900;letter-spacing:1.5px}.modern-events-grid .event-card:hover img{transform:scale(1.04)}
@media(max-width:900px){.modern-events-grid{grid-template-columns:repeat(3,1fr)}.modern-events-grid .event-card:nth-child(4){grid-column:auto}}
@media(max-width:580px){.modern-news-grid{grid-template-columns:1fr}.modern-news-grid .news-cover,.modern-news-grid .news-featured .news-cover{height:190px}.modern-events-grid{grid-template-columns:repeat(2,1fr)}.modern-events-grid .event-card{min-height:0;padding:0}.modern-events-grid .event-card>div{padding:14px}.modern-events-grid .event-card h3{font-size:16px}}
.rankings-page{padding:70px 0 110px}.ranking-tabs,.ranking-metrics{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.ranking-tabs button,.ranking-metrics button,.ranking-controls select,.ranking-controls input{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:12px 16px}.ranking-tabs button,.ranking-metrics button{font-weight:900;cursor:pointer}.ranking-tabs button.active,.ranking-metrics button.active{background:var(--orange);color:#fff;border-color:var(--orange)}.ranking-controls{display:flex;gap:10px;margin-bottom:20px}.ranking-controls input{flex:1;min-width:0}.ranking-state{padding:25px;border:1px dashed var(--line);border-radius:14px;color:var(--muted)}.ranking-list,.ranking-podium{display:grid;gap:10px}.ranking-podium{grid-template-columns:repeat(3,1fr);margin-bottom:16px}.ranking-row{display:grid;grid-template-columns:55px 44px 1fr auto;align-items:center;gap:12px;padding:15px 18px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.ranking-row>b{color:var(--orange);font:20px Russo One}.ranking-avatar{width:40px;height:40px;object-fit:cover;background:var(--surface-2);border-radius:50%}.ranking-row strong{overflow:hidden;text-overflow:ellipsis}.ranking-row>span:last-child{font-weight:900;color:var(--orange-2)}.podium-card{padding:24px 18px;display:grid;grid-template-columns:40px 48px 1fr;box-shadow:0 8px 25px #0003}.podium-card span{grid-column:1/-1}.ranking-updated{margin-top:18px;color:var(--muted);font-size:12px}@media(max-width:580px){.rankings-page{padding-top:35px}.ranking-podium{grid-template-columns:1fr}.ranking-tabs{overflow:auto;flex-wrap:nowrap}.ranking-tabs button{white-space:nowrap}.ranking-controls{flex-direction:column}.ranking-row{grid-template-columns:40px 40px 1fr;gap:8px}.ranking-row>span:last-child{grid-column:3;text-align:left;font-size:13px}}

/* Light theme contrast pass: preserve artwork while replacing dark-only text/surfaces. */
:root[data-theme="light"] body{background:linear-gradient(180deg,#f3eee8,#eee5dc);color:var(--text)}
:root[data-theme="light"] .site-header{background:rgba(243,238,232,.96);border-bottom-color:#cdbbaa;box-shadow:0 8px 24px #7d5a3a18}
:root[data-theme="light"] nav a{color:#4f4035}.site-header>nav a:hover{color:var(--orange)}
:root[data-theme="light"] .basket-button{background:#fff8f1;border-color:#c7ac94;color:#38281f}
:root[data-theme="light"] .hero-copy>p,:root[data-theme="light"] .section-heading p,:root[data-theme="light"] .quick-card em,:root[data-theme="light"] .product-content p,:root[data-theme="light"] .event-card p,:root[data-theme="light"] .clan-panel p,:root[data-theme="light"] .footer-inner p{color:#55483f}
:root[data-theme="light"] .dash-card,:root[data-theme="light"] .dash-ip,:root[data-theme="light"] .dash-logo,:root[data-theme="light"] .product-card,:root[data-theme="light"] .news-featured,:root[data-theme="light"] .news-card,:root[data-theme="light"] .event-card,:root[data-theme="light"] .clan-panel,:root[data-theme="light"] .quick-card{border-color:#cdbbaa;box-shadow:0 12px 32px #7d5a3a20}
:root[data-theme="light"] .dash-logo{background:#f27a1a}.dash-logo img{background:transparent}
:root[data-theme="light"] .dash-store{background-image:linear-gradient(90deg,rgba(8,7,6,.78),rgba(8,7,6,.08) 72%),url("store-banner.png");background-size:cover;background-position:center;color:#fff}
:root[data-theme="light"] .dash-store strong,:root[data-theme="light"] .dash-store-copy,:root[data-theme="light"] .dash-store-copy i{color:#fff}
:root[data-theme="light"] .dash-discord{background:#f1e9e2}.dash-discord b{color:#5865f2}
.global-footer{background:#090a0d;border-top:1px solid #2d2520;color:#c8c1bb;margin-top:auto}.footer-content{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:52px 0 42px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-column h2{margin:0 0 8px;color:#ff9a3d;font-size:11px;letter-spacing:1.5px}.footer-column a{color:#b7b0aa;font-size:13px;font-weight:700}.footer-column a:hover{color:#ff9a3d}.footer-about p{max-width:320px;margin:13px 0;color:#8f8a85;font-size:13px;line-height:1.6}.footer-logo{display:flex;align-items:center;gap:10px;color:#fff!important;font-size:21px}.footer-logo img{width:44px;height:44px;object-fit:contain}.footer-logo span{color:#ff8a24}.footer-ip{display:flex;align-items:center;gap:12px;border:1px solid #453326;background:#171216;color:#fff;padding:10px 12px;border-radius:7px;cursor:pointer}.footer-ip span{font-size:13px;font-weight:900}.footer-ip small{color:#ff9a3d;font-size:9px;font-weight:900}.footer-bottom{border-top:1px solid #211d1a;width:min(1180px,calc(100% - 40px));margin:auto;padding:18px 0 24px;display:flex;justify-content:space-between;gap:15px;color:#706b66;font-size:11px}.profile-layout{background:#0d0f13}.profile-layout .account-shell{display:block;min-height:auto}.profile-layout .account-main{padding-bottom:70px}.profile-layout .account-content{width:min(100%,1180px)}.profile-layout .account-back,.profile-layout .account-mark,.profile-layout .account-nav{display:none}
@media(max-width:850px){.footer-content{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.footer-bottom{flex-direction:column}.profile-layout .account-main{padding:20px 14px 50px}}
@media(max-width:560px){.footer-content{width:min(100% - 28px,1180px);grid-template-columns:1fr 1fr;gap:25px 18px}.footer-about{grid-column:1/-1}.footer-bottom{width:min(100% - 28px,1180px)}}
.account-shell:has(.profile-dashboard){display:block;min-height:auto}.account-shell:has(.profile-dashboard) .account-visual{display:none}.account-shell:has(.profile-dashboard) .account-main{width:100%;box-sizing:border-box;padding-bottom:70px}.account-shell:has(.profile-dashboard) .account-content{width:min(100%,1180px)}.account-shell:has(.profile-dashboard) .account-back,.account-shell:has(.profile-dashboard) .account-mark,.account-shell:has(.profile-dashboard) .account-nav{display:none}
.account-shell:has(.profile-settings-layout){display:block;min-height:auto}.account-shell:has(.profile-settings-layout) .account-visual{display:none}.account-shell:has(.profile-settings-layout) .account-main{width:100%;box-sizing:border-box;padding-bottom:70px}.account-shell:has(.profile-settings-layout) .account-content{width:min(100%,1180px)}.account-shell:has(.profile-settings-layout) .account-back,.account-shell:has(.profile-settings-layout) .account-mark,.account-shell:has(.profile-settings-layout) .account-nav{display:none}
:root[data-theme="light"] .dash-stats{background:linear-gradient(145deg,#fff8f1,#eadfd5)}
:root[data-theme="light"] .dash-join{background:linear-gradient(120deg,#fff8f1,#f0dfd0)}
:root[data-theme="light"] .dash-join li{color:#493a31}.dash-join em{color:var(--orange-2)}
:root[data-theme="light"] .card-icon{background:#f1dfcf;color:#b84b09}
:root[data-theme="light"] .product-media{background:radial-gradient(circle at 50% 40%,#f39a54,#ead8c8 62%,#d7c4b3)}
:root[data-theme="light"] .product-content h3,:root[data-theme="light"] .news-grid h3,:root[data-theme="light"] .event-card h3,:root[data-theme="light"] .clan-panel h2,:root[data-theme="light"] .section-heading h2{color:#2b1d16}
:root[data-theme="light"] .add-button{background:#fff3e8;color:#a94208;border-color:#c98b61}.category-tabs button{color:var(--text)}
:root[data-theme="light"] .news-featured>div,:root[data-theme="light"] .news-card>div{background:linear-gradient(180deg,#fffaf5,#f2e7dc)}
:root[data-theme="light"] .modern-events-grid .event-card>div{background:#fffaf5}
:root[data-theme="light"] .join-section{background:linear-gradient(110deg,#fff8f1,#f0dfd0);border-color:#d2b49a}
:root[data-theme="light"] .steps li{background:#fffaf1;border-color:#d2b49a;color:#3c2d25}
:root[data-theme="light"] .steps small{color:#6f5f54}
:root[data-theme="light"] .basket-button{display:inline-flex;align-items:center;gap:7px}
.basket-button{display:inline-flex;align-items:center;gap:7px}.basket-button img{width:22px;height:22px;object-fit:contain;image-rendering:auto;vertical-align:middle}.basket-button span{margin:0}.basket-button b{flex:0 0 auto}
.account-nav a{display:inline-flex;align-items:center;min-height:40px;padding:11px 15px;font-size:13px;line-height:1;font-weight:800}.account-nav a:not(:first-child){border:1px solid transparent}.account-form button{background:linear-gradient(135deg,#ff9d42,#f97316)!important;color:#fff!important;border-color:#ff9d42!important;box-shadow:0 5px 0 #9a4108!important}.account-visual:after{content:none!important}
.auth-single-column{display:block!important;min-height:100vh!important}.auth-single-column .account-main{width:min(100%,620px);margin:0 auto;box-sizing:border-box;padding:28px 24px 60px}.auth-single-column .account-content{width:100%;margin:auto}.auth-single-column .account-back{margin-bottom:18px}.auth-single-column .account-mark{margin-top:10px}.auth-single-column .account-panel{margin:0 auto}.auth-single-column .account-footer{margin-top:24px}
.account-site-header{position:relative!important;z-index:5}.account-site-profile{display:inline-flex!important;align-items:center;gap:9px;background:#ff8a24!important;color:#fff!important;border:1px solid #ff9d42!important;border-radius:8px;padding:8px 12px!important;font-weight:900!important}.account-site-profile b{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:#fff3e8;color:#e45f0c;font-size:20px;line-height:1}.account-site-profile-user{background:transparent!important;border-color:#5b3828!important}.account-site-profile-user img{width:30px;height:30px;border-radius:6px;image-rendering:pixelated;border:2px solid #ff8a24}.account-site-discord{color:#ff9a3d!important;font-weight:900!important;margin-left:4px}@media(max-width:900px){.account-site-header nav{display:none}.account-site-discord{display:none}.account-site-header{padding:0 16px}.account-site-profile{margin-left:auto}}
.account-site-header{display:flex!important;align-items:center!important;gap:24px!important}.account-site-header>nav{position:static!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(14px,1.8vw,28px)!important;flex:1 1 auto!important;min-width:0!important;margin:0!important;white-space:nowrap!important}.account-site-header>nav a{white-space:nowrap!important}.account-site-profile,.account-site-discord{flex:0 0 auto!important;white-space:nowrap!important}@media(max-width:1100px){.account-site-header{gap:14px!important}.account-site-header>nav{gap:12px!important}.account-site-header>nav a{font-size:12px!important}}@media(max-width:900px){.account-site-header>nav{display:none!important}.account-site-discord{display:none!important}}
.account-site-basket{display:inline-flex!important;align-items:center;gap:7px;margin:0!important;padding:10px 13px!important}.account-site-basket img{width:22px;height:22px;object-fit:contain}.account-theme-toggle{margin:0!important}.account-button{display:inline-flex;align-items:center;gap:8px}.account-button-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:6px;background:#fff3e8;color:#e45f0c;font-size:16px;line-height:1}.account-button-user{background:transparent!important;border-color:#5b3828!important}.account-button-user .account-button-icon{border:2px solid var(--orange);background:transparent;color:var(--orange-2)}
.account-button-icon,.profile-login-icon{position:relative;display:grid;place-items:center;width:25px;height:25px;border-radius:6px;background:#fff3e8;color:#e45f0c;line-height:1}.account-button-icon::before,.profile-login-icon::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;transform:translateY(-4px)}.account-button-icon::after,.profile-login-icon::after{content:"";position:absolute;bottom:4px;width:14px;height:8px;border-radius:8px 8px 4px 4px;background:currentColor}.account-button-user .account-button-icon::before,.account-button-user .account-button-icon::after{content:none}.account-site-profile .profile-login-icon{width:28px!important;height:28px!important;background:#fff3e8!important;color:#e45f0c!important}
.account-switch{display:block;margin-top:24px;padding-top:18px;border-top:1px solid #303744;text-align:center;line-height:1.5;color:#aeb8cb;font-size:13px}.account-switch a{color:#ffd83d;font-weight:900;margin-left:4px}
:root[data-theme="light"] footer{background:#eee5dc}
:root[data-theme="light"] .modal{background:#fffaf5;color:#2b1d16;border-color:#cdbbaa}.modal input{color:#2b1d16;background:#fff;border-color:#cdbbaa}

/* The public and account headers share the same second-reference layout. */
.site-header,.account-site-header{height:86px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;padding:0 max(28px,calc((100% - 1180px)/2))!important;position:sticky!important;top:0!important;z-index:10!important}
.site-header>.theme-toggle,.account-site-header>.account-theme-toggle{order:0!important;flex:0 0 auto!important;margin:0 auto 0 0!important}
.site-header>nav,.account-site-header>nav{order:1!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(14px,1.8vw,28px)!important;margin:0!important;white-space:nowrap!important;flex:none!important}
.site-header>nav a,.account-site-header>nav a{font-size:14px!important;white-space:nowrap!important}
.site-header>.account-button,.account-site-header>.account-site-profile{order:2!important;flex:0 0 auto!important;margin:0!important;white-space:nowrap!important}
.site-header>.basket-button,.account-site-header>.account-site-basket{order:3!important;flex:0 0 auto!important;margin:0!important;white-space:nowrap!important}
.account-site-profile{display:inline-flex!important;align-items:center!important;gap:9px!important;border-radius:8px!important;padding:8px 12px!important}
.account-site-profile b{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:6px!important}
.account-site-profile-user img{width:30px!important;height:30px!important;border-radius:6px!important;image-rendering:pixelated!important}
.account-button-icon{overflow:hidden}.account-button-icon img{display:block;width:100%;height:100%;object-fit:cover;image-rendering:pixelated}
.account-site-discord{display:none!important}
@media(max-width:1100px){.site-header,.account-site-header{gap:10px!important}.site-header>nav,.account-site-header>nav{gap:10px!important}.site-header>nav a,.account-site-header>nav a{font-size:12px!important}}
@media(max-width:1250px) and (min-width:901px){.site-header>nav,.account-site-header>nav{gap:12px!important}.site-header>nav a,.account-site-header>nav a{font-size:12px!important}.site-header>.account-button,.account-site-header>.account-site-profile{max-width:132px!important;overflow:hidden!important;text-overflow:ellipsis!important}}
@media(max-width:900px){.site-header,.account-site-header{height:72px!important;padding:0 16px!important}.site-header>nav,.account-site-header>nav{display:none!important}.site-header>.account-button,.account-site-header>.account-site-profile{margin-left:auto!important}.account-theme-toggle b{display:none!important}.account-theme-toggle{padding:9px 10px!important}}
@media(max-width:560px){.site-header>.account-button{width:42px!important;height:38px!important;padding:0!important;font-size:0!important}.site-header>.account-button .account-button-icon{width:25px!important;height:25px!important}.site-header>.account-button::before{display:none!important}.site-header>.basket-button,.account-site-header>.account-site-basket{padding:9px!important}.site-header>.basket-button span,.site-header>.basket-button b,.account-site-header>.account-site-basket span,.account-site-header>.account-site-basket b{font-size:11px!important}}
.ranking-metrics{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.ranking-metrics button{border:1px solid #70401f;background:var(--surface);color:var(--text);border-radius:9px;padding:9px 13px;font-size:12px;font-weight:800;cursor:pointer}.ranking-metrics button.active{background:var(--orange);border-color:var(--orange);color:#fff}.ranking-metrics+.ranking-controls select{display:none}@media(max-width:580px){.ranking-metrics{display:none}.ranking-metrics+.ranking-controls select{display:block}}
.profile-dashboard .profile-identity span,.profile-dashboard .role-pill,.profile-dashboard .profile-breadcrumb a,.profile-dashboard .profile-edit{background:#ff8a24!important;color:#fff!important}.profile-dashboard .profile-breadcrumb strong,.profile-dashboard .profile-sidebar nav a:hover,.profile-dashboard .profile-sidebar nav a.active,.profile-dashboard .profile-section header span{color:#ff9a3d!important;border-color:#ff8a24}.profile-settings-layout .profile-settings-identity span,.profile-settings-layout .profile-settings-nav a:hover,.profile-settings-layout .profile-settings-nav a.active{color:#ff9a3d}.profile-settings-layout .profile-settings-identity span,.profile-settings-layout .settings-form button{background:#ff8a24!important;color:#fff!important}.profile-settings-layout .profile-settings-breadcrumb strong{border-color:#ff8a24}.profile-settings-layout .settings-form input:focus{outline-color:#ff8a24}

/* Profile orange pass and a fixed, non-overlapping theme control. */
.account-site-header>.account-theme-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:84px!important;min-width:84px!important;height:42px!important;padding:0 10px!important;white-space:nowrap!important;flex:0 0 84px!important}
.account-site-header>.account-theme-toggle span{margin:0!important;line-height:1!important}.account-site-header>.account-theme-toggle b{line-height:1!important}
.profile-dashboard .profile-identity,.profile-settings-layout .profile-settings-identity{background:linear-gradient(145deg,#47230f,#20242d)!important}
.profile-dashboard .profile-identity img,.profile-settings-layout .profile-settings-identity img{border-color:var(--orange)!important}
.profile-dashboard .profile-identity span,.profile-dashboard .role-pill,.profile-dashboard .profile-edit,.profile-settings-layout .profile-settings-identity span,.profile-settings-layout .settings-form button,.profile-settings-layout .profile-settings-breadcrumb a:first-child{background:var(--orange)!important;color:#fff!important}
.profile-dashboard .profile-breadcrumb a{background:var(--orange)!important;color:#fff!important}.profile-dashboard .profile-breadcrumb strong,.profile-dashboard .profile-section header span{border-color:var(--orange)!important;color:var(--orange-2)!important}
.profile-dashboard .profile-sidebar nav a:hover,.profile-dashboard .profile-sidebar nav a.active,.profile-settings-layout .profile-settings-nav a:hover,.profile-settings-layout .profile-settings-nav a.active{color:var(--orange-2)!important}
.profile-dashboard .profile-hero{background:linear-gradient(105deg,#5b2c11,#1b1f27 65%)!important}.profile-dashboard .verify-alert a,.account-switch a{color:var(--orange-2)!important}
.profile-dashboard .profile-stats strong.warn{color:var(--orange-2)!important}
.profile-settings-layout .profile-settings-breadcrumb strong{border-color:var(--orange)!important}.profile-settings-layout .profile-settings-nav a.active{background:#2b1b12!important}
.account-form input:focus{border-color:var(--orange)!important;box-shadow:0 0 0 3px #ff7a0033!important}.account-form button,.account-link{background:var(--orange)!important;color:#fff!important;box-shadow:0 5px 0 #9a4108!important}.account-back:hover{color:var(--orange-2)!important;border-color:var(--orange)!important}
@media(max-width:900px){.account-site-header>.account-theme-toggle{width:44px!important;min-width:44px!important;flex-basis:44px!important}.account-site-header>.account-theme-toggle b{display:none!important}}
/* Motion system: subtle, composited and disabled for reduced-motion users. */
.account-button{transition:opacity .2s ease,transform .2s ease}.account-button:not(.account-state-ready){opacity:0}
.account-state-ready .account-button{opacity:1}
.hero-copy h1,.hero-copy>p,.hero-actions{animation:hero-in .72s cubic-bezier(.22,1,.36,1) both}.hero-copy>p{animation-delay:100ms}.hero-actions{animation-delay:200ms}
.hero-art{--parallax-x:0px;--parallax-y:0px;transition:transform .25s ease;transform:translate3d(var(--parallax-x),var(--parallax-y),0)}
.primary,.secondary,.add-button,.dash-join button,.footer-ip,.basket-button,.account-button{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.primary:hover,.secondary:hover,.add-button:hover,.dash-join button:hover,.footer-ip:hover,.basket-button:hover,.account-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 28px #ff7a0026}.primary:active,.secondary:active,.add-button:active,.dash-join button:active,.footer-ip:active,.basket-button:active,.account-button:active{transform:scale(.97)}
.motion-reveal{opacity:0;transform:translateY(25px);transition:opacity .68s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),transform .68s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms)}.motion-reveal.is-visible{opacity:1;transform:translateY(0)}
.pixel-particle{position:absolute;left:var(--particle-x);bottom:-8px;width:4px;height:4px;background:var(--orange-2);opacity:0;pointer-events:none;animation:particle-rise var(--particle-duration) ease-in var(--particle-delay) infinite}.pixel-particle:nth-child(3n){background:var(--orange)}.pixel-particle:nth-child(4n){width:3px;height:3px;background:#ffcf8e}.discord-float{animation:discord-float 4.5s ease-in-out infinite}
.is-copied{border-color:var(--orange)!important;color:var(--orange-2)!important}
@keyframes hero-in{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes particle-rise{0%{opacity:0;transform:translateY(0)}20%{opacity:.35}100%{opacity:0;transform:translateY(-150px)}}@keyframes discord-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@media(max-width:580px){.pixel-particle{display:none}.motion-reveal{transform:translateY(14px);transition-duration:.5s}}
@media(prefers-reduced-motion:reduce){.hero-copy h1,.hero-copy>p,.hero-actions,.discord-float{animation:none}.hero-art{transform:none!important;transition:none}.motion-reveal{opacity:1;transform:none;transition:none}.pixel-particle{display:none}.primary,.secondary,.add-button,.dash-join button,.footer-ip,.basket-button,.account-button{transition:none}}
.site-header>.account-button{font-size:14px!important}
@media(max-width:560px){.site-header>.account-button{width:auto!important;height:38px!important;padding:7px 10px!important;font-size:13px!important}.site-header>.account-button .account-button-icon{width:25px!important;height:25px!important}}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px}.article-layout>article{min-width:0}.article-layout>.related-news{grid-column:1}.article-author{display:inline-block;margin-left:12px;color:var(--muted);font-size:13px}.article-content{max-width:760px;line-height:1.8}.article-content h2{margin-top:2.2em;color:var(--text)}.article-content h3{margin-top:1.6em;color:var(--orange-2)}.article-image{margin:28px 0}.article-image img{display:block;width:100%;height:auto;max-width:100%;border-radius:8px}.article-image figcaption{color:var(--muted);font-size:13px;margin-top:8px}.article-sidebar{position:sticky;top:100px;align-self:start;background:var(--surface);border:1px solid var(--line);padding:18px;border-radius:10px}.article-sidebar h2{margin:0 0 14px;font-size:18px}.sidebar-news{display:flex;gap:10px;padding:10px 0;border-top:1px solid var(--line);color:var(--text)}.sidebar-news img{width:78px;height:58px;object-fit:cover;border-radius:5px}.sidebar-news strong{display:block;font-size:13px;line-height:1.3}.sidebar-news time{display:block;margin-top:6px;color:var(--muted);font-size:11px}@media(max-width:800px){.article-layout{display:block}.article-sidebar{position:static;margin-top:28px}.article-layout>.related-news{margin-top:28px}}
.rankings-page [data-ranking="events"],.rankings-page [data-metric="deaths"]{display:none!important}
