@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&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 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}}
.username-logo{display:block;width:74px;height:74px;object-fit:cover;border-radius:18px;margin:0 auto 14px}.java-badge{display:block;width:max-content;margin:0 auto 18px;padding:8px 12px;border-radius:9px;background:#f9731622;color:var(--orange-2);font-size:11px;font-weight:900}.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}
