
:root{
  --bg:#070a0f; --bg2:#0d121a; --panel:#111923; --panel2:#172231;
  --text:#f4f7fb; --muted:#9eaab9; --line:rgba(255,255,255,.09);
  --yellow:#fcd116; --blue:#3478ff; --red:#e82740; --green:#42d17c;
  --violet:#9b66ff; --orange:#ff9838; --radius:22px;
  --shadow:0 28px 75px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:radial-gradient(circle at 15% 0,rgba(252,209,22,.05),transparent 30rem),radial-gradient(circle at 90% 28%,rgba(52,120,255,.06),transparent 34rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}
body.nav-open,body.lightbox-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
h1,h2,h3,h4,p{margin-top:0}
code{font-family:"Cascadia Code","Fira Code",monospace;color:#fff;background:rgba(255,255,255,.075);padding:.22rem .43rem;border-radius:6px}
.ambient{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.ambient span{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--yellow);opacity:.22;animation:drift 13s linear infinite}
.ambient span:nth-child(1){left:10%;top:80%;animation-delay:-2s}.ambient span:nth-child(2){left:35%;top:65%;animation-delay:-7s}.ambient span:nth-child(3){left:72%;top:75%;animation-delay:-4s}.ambient span:nth-child(4){left:88%;top:55%;animation-delay:-9s}.ambient span:nth-child(5){left:55%;top:90%;animation-delay:-1s}
@keyframes drift{to{transform:translateY(-110vh) rotate(360deg);opacity:0}}

.site-header{height:74px;position:fixed;inset:0 0 auto;z-index:100;display:flex;align-items:center;gap:30px;padding:0 max(22px,calc((100vw - 1280px)/2));background:rgba(7,10,15,.83);border-bottom:1px solid var(--line);backdrop-filter:blur(20px) saturate(1.4)}
.brand{display:flex;align-items:center;gap:10px;line-height:1}
.brand-cube{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;font-weight:1000;letter-spacing:-.04em;background:linear-gradient(145deg,#182230,#090d13);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 -7px 12px rgba(0,0,0,.4),0 5px 17px rgba(0,0,0,.2)}
.brand-copy strong{font-size:1.07rem;letter-spacing:.035em}.brand-copy i{font-style:normal}.brand-copy small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.wild{color:var(--yellow)}.ri{color:#5c95ff}.rise{color:#ff4056}
nav{display:flex;align-items:center;gap:22px;margin-left:auto}
nav a{position:relative;color:#b6c1ce;font-size:.86rem;font-weight:800;padding:28px 0 25px}
nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:17px;height:2px;background:linear-gradient(90deg,var(--yellow),var(--red));transition:.25s}
nav a:hover,nav a.active{color:#fff}nav a.active:after,nav a:hover:after{left:0;right:0}
.discord-pill{background:#5865f2;border-radius:11px;padding:9px 15px;font-size:.84rem;font-weight:900;transition:.2s}.discord-pill:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(88,101,242,.24)}
.menu-toggle{display:none;margin-left:auto;color:#fff;background:none;border:0;font-size:1.55rem}
.news-ticker{position:fixed;top:74px;left:0;right:0;height:34px;z-index:90;background:#0e141d;border-bottom:1px solid var(--line);overflow:hidden;display:flex;align-items:center}
.ticker-track{display:flex;width:max-content;gap:48px;padding-right:48px;white-space:nowrap;animation:ticker 28s linear infinite;color:#b8c2ce;font-size:.73rem;font-weight:700;will-change:transform}
.ticker-track span b{color:var(--yellow);margin-right:8px;font-size:.66rem;letter-spacing:.09em}
@keyframes ticker{to{transform:translateX(calc(-50% - 24px))}}

.home-hero{position:relative;height:min(900px,100vh);min-height:720px;padding-top:108px;display:flex;align-items:flex-end;overflow:hidden}
.hero-image{position:absolute;inset:108px 0 0;background:url("../images/spawn_general.webp") center/cover;transform:scale(1.06);animation:heroIn 1.4s cubic-bezier(.2,.7,.2,1) both}
@keyframes heroIn{from{transform:scale(1.14);filter:brightness(.6) blur(2px)}to{transform:scale(1.06);filter:brightness(1) blur(0)}}
.hero-vignette{position:absolute;inset:108px 0 0;background:linear-gradient(90deg,rgba(5,8,12,.94) 0,rgba(5,8,12,.68) 43%,rgba(5,8,12,.25) 72%,rgba(5,8,12,.55)),linear-gradient(0deg,var(--bg) 0,rgba(7,10,15,.18) 38%,rgba(7,10,15,.18) 70%,rgba(7,10,15,.35))}
.hero-particles{position:absolute;inset:108px 0 0;background-image:radial-gradient(circle,rgba(255,221,110,.55) 1px,transparent 1.7px);background-size:74px 74px;mask-image:linear-gradient(to bottom,transparent,#000 28%,transparent 85%);animation:particleMove 26s linear infinite;opacity:.25}
@keyframes particleMove{to{background-position:0 -450px}}
.hero-content{position:relative;z-index:2;width:min(1280px,calc(100% - 48px));margin:0 auto;padding-bottom:92px}
.eyebrow{display:inline-block;color:var(--yellow);font-size:.72rem;font-weight:1000;letter-spacing:.17em;text-transform:uppercase}
.hero-content h1,.page-hero h1{font-size:clamp(3.25rem,7vw,6.8rem);line-height:.91;letter-spacing:-.06em;margin:20px 0 25px;max-width:1030px;text-wrap:balance}
.hero-content h1 span{background:linear-gradient(90deg,var(--yellow),#ff9a3f,#ff4056);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 4px 22px rgba(255,128,45,.15))}
.hero-content>p{max-width:760px;color:#c1cad5;font-size:1.08rem}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.btn{min-height:52px;padding:13px 18px;border-radius:13px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;cursor:pointer;transition:transform .22s,box-shadow .22s,border-color .22s;background:none;color:#fff}
.btn:hover{transform:translateY(-3px)}
.btn.primary{color:#171207;border:0;background:linear-gradient(135deg,var(--yellow),#ff9a37);box-shadow:0 15px 35px rgba(252,209,22,.17)}
.btn.primary:hover{box-shadow:0 18px 42px rgba(252,209,22,.28)}
.btn.secondary{background:rgba(255,255,255,.075);backdrop-filter:blur(12px)}.btn.secondary:hover{border-color:rgba(255,255,255,.23)}
.btn.ghost{border-color:transparent;color:#cbd4de}.btn.ghost:hover{background:rgba(255,255,255,.05)}
.btn strong{font-size:.78rem;opacity:.72}
.hero-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.hero-badges span{padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(7,10,15,.6);font-size:.76rem;color:#dae1e8;backdrop-filter:blur(9px)}
.scroll-cue{position:absolute;z-index:3;left:50%;bottom:24px;font-size:2rem;color:#fff;animation:bounce 1.8s infinite}@keyframes bounce{50%{transform:translateY(7px)}}

.section{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:88px 0}
.status-shell{padding-top:0;padding-bottom:36px;position:relative;z-index:5;margin-top:-20px}
.liquid-border{position:relative;border:1px solid transparent;background:linear-gradient(var(--panel),var(--panel)) padding-box,linear-gradient(120deg,rgba(252,209,22,.55),rgba(52,120,255,.32),rgba(232,39,64,.55)) border-box;box-shadow:var(--shadow)}
.status-card{display:flex;align-items:center;gap:35px;border-radius:var(--radius);padding:23px 25px}
.status-left{display:flex;align-items:center;gap:14px;min-width:260px}.status-left small,.status-stats small{display:block;color:var(--muted);font-size:.64rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.status-left h2{font-size:1.3rem;margin:3px 0 0}
.status-dot{width:13px;height:13px;border-radius:50%;background:#8290a1;box-shadow:0 0 0 7px rgba(130,144,161,.1)}.status-dot.checking{animation:pulse 1.3s infinite}.status-dot.online{background:var(--green);box-shadow:0 0 0 7px rgba(66,209,124,.12),0 0 21px rgba(66,209,124,.48)}.status-dot.offline{background:var(--red);box-shadow:0 0 0 7px rgba(232,39,64,.12)}
@keyframes pulse{50%{opacity:.4}}
.status-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;flex:1}.status-stats strong{font-size:.98rem}
.small-button{border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.045);color:#fff;padding:9px 13px;font-weight:800;cursor:pointer}

.section-title{position:relative;margin-bottom:34px}.section-title h2,.community-copy h2,.split-copy h2,.store-teaser h2,.content-copy h2,.rules-copy h2,.fair-store h2,.tebex-ready h2,.store-intro h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.02;letter-spacing:-.047em;margin:12px 0}
.text-link{position:absolute;right:0;bottom:6px;color:var(--yellow);font-size:.86rem;font-weight:900}
.featured-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:repeat(2,250px);gap:16px}
.featured-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line);transform-style:preserve-3d;transition:transform .2s,border-color .2s}.featured-card.large{grid-row:1/3}.featured-card:hover{border-color:rgba(252,209,22,.3)}
.featured-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.featured-card:hover img{transform:scale(1.045)}
.card-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,8,12,.95),rgba(6,8,12,.04) 70%)}
.featured-copy{position:absolute;z-index:2;left:25px;right:25px;bottom:23px}.featured-copy h3{font-size:1.4rem;line-height:1.12;margin:9px 0 0}.featured-card.large h3{font-size:2.3rem;max-width:700px}.featured-copy p{color:#b9c3ce;margin:10px 0 0;max-width:650px}
.tag{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;font-size:.62rem;font-weight:1000;letter-spacing:.1em}.tag.red{background:var(--red)}.tag.gold{background:#a97d00}.tag.blue{background:#265ec7}.tag.green{background:#197545}.tag.violet{background:#6b45ba}.tag.gray{background:#46515e}

.community-first{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}
.community-copy>p{color:var(--muted);font-size:1.03rem;max-width:700px}
.fair-grid{display:grid;gap:10px;margin:26px 0}.fair-grid>div{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}.fair-grid b{color:var(--yellow);font-size:1.05rem}.fair-grid span{display:flex;flex-direction:column}.fair-grid small{color:var(--muted)}
.discord-panel,.discord-full{padding:22px;border-radius:22px;background:#111724}.discord-panel-head{display:flex;align-items:center;gap:13px;margin-bottom:17px}.discord-logo{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#5865f2;font-size:1.4rem}.discord-panel-head small{color:#9ba7ba;font-size:.65rem;letter-spacing:.12em}.discord-panel-head h3{margin:2px 0 0;font-size:1.15rem}
.discord-widget-mount{height:310px;border-radius:15px;background:#0c1119;overflow:hidden;border:1px solid var(--line)}.discord-widget-mount.tall{height:420px}.discord-widget-mount iframe{display:block;width:100%;height:100%}
.discord-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;color:var(--muted)}.discord-placeholder>span{font-size:2.3rem}.discord-placeholder h4{color:#fff;margin:10px 0 4px}.discord-placeholder p{font-size:.86rem;max-width:310px}
.discord-button{width:100%;margin-top:14px;background:#5865f2;border-color:#5865f2}

.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.split-feature.reverse .split-media{order:2}.split-media{position:relative;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.split-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,10,15,.65),transparent 45%)}.split-media img{width:100%;min-height:510px;object-fit:cover;transition:transform .6s}.split-media:hover img{transform:scale(1.035)}.media-label{position:absolute;z-index:2;left:20px;bottom:18px;padding:7px 10px;border-radius:8px;background:var(--yellow);color:#171207;font-size:.65rem;font-weight:1000;letter-spacing:.1em}.media-label.danger{background:var(--red);color:#fff}
.split-copy>p{color:var(--muted);font-size:1rem}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{position:relative;padding:8px 0 8px 27px;border-bottom:1px solid rgba(255,255,255,.055)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:1000}
.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:25px 0}.mini-cards>div{padding:15px 10px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.025);text-align:center}.mini-cards span{display:block;font-size:1.5rem}.mini-cards strong{display:block;font-size:.78rem;margin-top:5px}

.visual-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.visual-strip>div{position:relative;overflow:hidden;border-radius:17px;border:1px solid var(--line);height:260px}.visual-strip img{width:100%;height:100%;object-fit:cover;transition:.5s}.visual-strip>div:hover img{transform:scale(1.05)}.visual-strip>div:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,8,12,.82),transparent 60%)}.visual-strip span{position:absolute;z-index:2;left:15px;bottom:13px;font-size:.85rem;font-weight:900}
.store-teaser{display:flex;justify-content:space-between;align-items:center;gap:35px;border-top:1px solid var(--line)}.store-teaser>div{max-width:820px}.store-teaser p{color:var(--muted)}

.page-hero{position:relative;min-height:620px;padding-top:108px;display:flex;align-items:flex-end;overflow:hidden}.page-hero-bg{position:absolute;inset:108px 0 0;background-size:cover;background-position:center;animation:heroIn 1.4s both}.page-hero:after{content:"";position:absolute;inset:108px 0 0;background:linear-gradient(90deg,rgba(6,8,12,.93),rgba(6,8,12,.34) 72%),linear-gradient(0deg,var(--bg),transparent 60%)}.page-hero-content{position:relative;z-index:2;width:min(1280px,calc(100% - 48px));margin:0 auto;padding-bottom:70px}.page-hero-content>p{max-width:760px;color:#c2cad3;font-size:1.05rem}

.article-feature{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:center}.article-feature>img{border-radius:22px;min-height:470px;width:100%;object-fit:cover;border:1px solid var(--line)}.article-feature time{display:block;color:var(--muted);margin:12px 0}.article-feature h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;letter-spacing:-.045em}.article-feature p{color:var(--muted)}
.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.news-article{display:grid;grid-template-columns:190px 1fr;gap:20px;border:1px solid var(--line);border-radius:19px;overflow:hidden;background:var(--panel)}.news-article img{width:100%;height:100%;min-height:230px;object-fit:cover}.news-article>div{padding:22px 22px 22px 0}.news-article h3{font-size:1.35rem;margin:11px 0 5px}.news-article p{color:var(--muted);font-size:.9rem}

.timeline{display:grid;gap:10px;max-width:980px}.timeline-step{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:24px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,var(--panel),#0c1118)}.timeline-step>b{font-size:3.4rem;line-height:1;color:rgba(252,209,22,.65)}.timeline-step span{font-size:.65rem;color:var(--yellow);font-weight:900;letter-spacing:.12em}.timeline-step h2{margin:4px 0;font-size:1.7rem}.timeline-step p{margin:0;color:var(--muted)}
.command-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.command-grid article{padding:20px;border-radius:16px;border:1px solid var(--line);background:var(--panel);transition:.2s}.command-grid article:hover{transform:translateY(-4px);border-color:rgba(252,209,22,.25)}.command-grid code{display:inline-block;color:var(--yellow);font-size:1.02rem}.command-grid p{margin:9px 0 0;color:var(--muted)}
.destination-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.destination-photo{position:relative;height:390px;overflow:hidden;border-radius:21px;border:1px solid var(--line)}.destination-photo img{width:100%;height:100%;object-fit:cover;transition:.5s}.destination-photo:hover img{transform:scale(1.04)}.destination-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,8,12,.94),transparent 60%)}.destination-photo>div{position:absolute;z-index:2;left:21px;bottom:19px}.destination-photo span{font-size:1.7rem}.destination-photo h3{font-size:1.55rem;margin:5px 0}

.content-block{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.content-copy p{color:var(--muted)}.pill-list{display:flex;gap:8px;flex-wrap:wrap}.pill-list span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#cbd4dd;font-size:.78rem}
.set-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.set-mini{position:relative;overflow:hidden;min-height:330px;padding:23px;border-radius:19px;border:1px solid var(--line);background:var(--panel)}.set-mini:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;top:-100px;right:-80px;filter:blur(45px);opacity:.22}.set-mini.guardian:before{background:#42d36c}.set-mini.glacial:before{background:#3fcfff}.set-mini.infernal:before{background:#ff4b32}.set-mini>*{position:relative}.set-mini>b{display:block;font-size:2.7rem;margin:35px 0}.set-mini>span{font-size:.62rem;letter-spacing:.1em;color:#b9c3cf}.set-mini h3{font-size:1.3rem;margin:6px 0}.set-mini p{color:var(--muted);font-size:.85rem}
.dungeon-page{position:relative;min-height:650px;border-radius:28px;overflow:hidden;padding:0;margin-top:70px;margin-bottom:70px;border:1px solid var(--line)}.dungeon-bg{position:absolute;inset:0}.dungeon-bg img{width:100%;height:100%;object-fit:cover}.dungeon-page:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,11,.97),rgba(5,7,11,.57),rgba(5,7,11,.2))}.dungeon-copy{position:relative;z-index:2;width:min(620px,90%);padding:80px 65px}.dungeon-copy h2{font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.055em;line-height:.92;margin:14px 0}.dungeon-copy>p{color:#c0c9d2}
.dungeon-list{display:grid;gap:9px;margin-top:25px}.dungeon-list>div{display:flex;gap:14px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(8,11,16,.57);backdrop-filter:blur(8px)}.dungeon-list b{color:var(--red)}.dungeon-list span{display:flex;flex-direction:column}.dungeon-list small{color:#abb6c2}
.systems-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.system-card{display:grid;grid-template-columns:230px 1fr;min-height:250px;border-radius:19px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.system-card img{width:100%;height:100%;object-fit:cover}.system-card>div{padding:25px}.system-card span{color:var(--yellow);font-size:.65rem;letter-spacing:.12em;font-weight:900}.system-card h3{font-size:1.5rem;margin:9px 0}.system-card p{color:var(--muted)}

.community-layout{display:grid;grid-template-columns:1fr .78fr;gap:55px;align-items:start}.value-list{display:grid;gap:10px;margin-top:25px}.value-list article{display:flex;gap:17px;padding:18px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.025)}.value-list b{color:var(--yellow)}.value-list h3{margin:0 0 3px}.value-list p{margin:0;color:var(--muted);font-size:.9rem}.discord-full{position:static;top:auto}
.rules-showcase{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.rules-image{border-radius:23px;overflow:hidden;border:1px solid var(--line)}.rules-image img{min-height:480px;width:100%;object-fit:cover}.rules-copy p{color:var(--muted)}
.social-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.social-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:19px;height:340px;border:1px solid var(--line)}.social-gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}.social-gallery figure:hover img{transform:scale(1.045)}.social-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,10,15,.85),transparent 55%)}.social-gallery figcaption{position:absolute;z-index:2;left:18px;bottom:15px;font-weight:900}

.masonry{columns:3 340px;column-gap:14px}.gallery-item{break-inside:avoid;margin:0 0 14px}.gallery-open{position:relative;display:block;width:100%;border:0;padding:0;background:none;color:#fff;cursor:zoom-in;border-radius:18px;overflow:hidden;border:1px solid var(--line);text-align:left}.gallery-open img{width:100%;transition:.5s}.gallery-open:hover img{transform:scale(1.03)}.gallery-open:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,10,15,.82),transparent 50%)}.gallery-open figcaption{position:absolute;z-index:2;left:16px;bottom:14px;display:flex;flex-direction:column}.gallery-open figcaption span{color:#bec8d2;font-size:.8rem}.lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:35px;background:rgba(0,0,0,.9);backdrop-filter:blur(15px)}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:94vw;border-radius:14px;box-shadow:var(--shadow)}.lightbox-close{position:absolute;right:25px;top:20px;background:none;border:0;color:#fff;font-size:2.5rem;cursor:pointer}

.store-intro{display:flex;justify-content:space-between;gap:50px;align-items:center}.store-intro>div:first-child{max-width:840px}.store-intro p{color:var(--muted)}.store-state{min-width:250px;padding:23px;border-radius:18px;border:1px solid var(--line);background:var(--panel);display:flex;flex-direction:column;align-items:center;text-align:center}.store-state>span{font-size:2rem}.store-state small{color:var(--muted);margin-top:4px}
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shop-card{position:relative;padding:25px;border-radius:21px;border:1px solid var(--line);background:linear-gradient(145deg,var(--panel),#0c1118);min-height:490px;display:flex;flex-direction:column}.shop-card.featured{border-color:rgba(252,209,22,.4);box-shadow:0 20px 65px rgba(252,209,22,.07)}.shop-badge{position:absolute;top:15px;right:15px;padding:5px 8px;border-radius:999px;background:var(--yellow);color:#171207;font-size:.58rem;font-weight:1000}.shop-type{color:var(--muted);font-size:.62rem;letter-spacing:.12em;font-weight:900}.shop-icon{width:75px;height:75px;border-radius:21px;display:grid;place-items:center;font-size:2rem;font-weight:1000;margin:33px 0 24px}.shop-icon.green{background:rgba(66,209,124,.12);color:#63e491}.shop-icon.red{background:rgba(232,39,64,.13);color:#ff5c70}.shop-icon.gold{background:rgba(252,209,22,.13);color:var(--yellow)}.shop-icon.blue{background:rgba(52,120,255,.13);color:#67a0ff}.shop-card h3{font-size:1.65rem;margin-bottom:5px}.shop-card>p,.shop-card li{color:var(--muted);font-size:.88rem}.shop-card ul{padding-left:17px;margin-bottom:25px}.shop-card .btn{margin-top:auto;width:100%}
.fair-store{text-align:center;border-top:1px solid var(--line)}.fair-store>h2{max-width:850px;margin-left:auto;margin-right:auto}.fair-store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:30px}.fair-store-grid>div{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.fair-store-grid b{font-size:2rem}.fair-store-grid h3{margin:10px 0 3px}.fair-store-grid p{color:var(--muted);font-size:.88rem}
.tebex-ready{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.tebex-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tebex-options article{padding:23px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.tebex-options b{color:var(--yellow)}.tebex-options h3{margin:10px 0 4px}.tebex-options p{color:var(--muted);font-size:.88rem}

.notfound{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:160px 24px 70px}.notfound>span{font-size:clamp(7rem,18vw,15rem);font-weight:1000;line-height:.8;color:rgba(255,255,255,.04);letter-spacing:-.08em}.notfound h1{font-size:3rem;margin:15px 0}.notfound p{color:var(--muted)}

.site-footer{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:55px 0 35px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:35px}.footer-brand{margin-bottom:15px}.footer-grid p{color:var(--muted);max-width:320px}.footer-grid h4{font-size:.75rem;color:#fff;letter-spacing:.1em;text-transform:uppercase}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a,.footer-grid span{color:var(--muted);font-size:.84rem}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid var(--line);color:#778494;font-size:.77rem}
.toast{position:fixed;left:50%;bottom:25px;z-index:250;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:11px 16px;border-radius:11px;background:#fff;color:#11151b;font-weight:900;box-shadow:var(--shadow);transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
.discord-float{position:fixed;right:21px;bottom:21px;z-index:80;width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:#5865f2;box-shadow:0 15px 36px rgba(88,101,242,.32);font-size:1.35rem;transition:.2s}.discord-float:hover{transform:translateY(-4px) rotate(-3deg)}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){
  nav{gap:13px}nav a{font-size:.78rem}.discord-pill{display:none}
  .community-first,.split-feature,.article-feature,.content-block,.community-layout,.rules-showcase,.tebex-ready{grid-template-columns:1fr}
  .split-feature.reverse .split-media{order:0}.discord-full{position:static}.shop-grid{grid-template-columns:repeat(2,1fr)}
  .set-showcase{grid-template-columns:repeat(3,1fr)}.article-grid{grid-template-columns:1fr}
  .systems-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .footer-grid>div:last-child{display:none}
}
@media(max-width:800px){
  .site-header{padding:0 17px}.menu-toggle{display:block}.brand-copy small{display:none}
  nav{position:fixed;top:108px;left:0;right:0;margin:0;padding:22px;display:none;flex-direction:column;align-items:stretch;background:rgba(7,10,15,.98);border-bottom:1px solid var(--line)}
  nav.open{display:flex}nav a{padding:10px 5px;font-size:.95rem}nav a:after{display:none}
  .home-hero{min-height:820px}.hero-content{padding-bottom:75px}.hero-content h1,.page-hero h1{font-size:3.5rem}
  .status-card{flex-direction:column;align-items:stretch}.status-stats{grid-template-columns:repeat(3,1fr)}
  .featured-grid{grid-template-columns:1fr;grid-template-rows:430px 300px 300px}.featured-card.large{grid-row:auto}
  .visual-strip{grid-template-columns:repeat(2,1fr)}.store-teaser,.store-intro{align-items:flex-start;flex-direction:column}
  .command-grid{grid-template-columns:repeat(2,1fr)}.destination-showcase{grid-template-columns:1fr}
  .set-showcase{grid-template-columns:1fr}.social-gallery{grid-template-columns:1fr}.social-gallery figure{height:390px}
  .shop-grid{grid-template-columns:1fr}.fair-store-grid{grid-template-columns:1fr}.tebex-options{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:560px){
  .section,.hero-content,.page-hero-content,.site-footer{width:calc(100% - 28px)}
  .hero-content h1,.page-hero h1{font-size:2.85rem}.hero-content>p{font-size:.95rem}
  .hero-actions .btn{width:100%}.status-stats{grid-template-columns:1fr 1fr}
  .section-title h2,.community-copy h2,.split-copy h2,.store-teaser h2,.content-copy h2,.rules-copy h2,.fair-store h2,.tebex-ready h2,.store-intro h2{font-size:2.45rem}
  .text-link{position:static;display:block;margin-top:10px}
  .featured-grid{grid-template-rows:360px 270px 270px}.featured-card.large h3{font-size:1.75rem}
  .mini-cards{grid-template-columns:1fr}.visual-strip{grid-template-columns:1fr}.visual-strip>div{height:310px}
  .timeline-step{grid-template-columns:58px 1fr}.timeline-step>b{font-size:2.2rem}
  .command-grid{grid-template-columns:1fr}.news-article{grid-template-columns:1fr}.news-article>div{padding:0 20px 20px}.news-article img{min-height:230px}
  .system-card{grid-template-columns:1fr}.system-card img{height:260px}.dungeon-copy{padding:60px 25px}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}.hero-image{transform:none!important}
}


/* ==========================================================
   Votaciones y Discord — WildRise V3
   ========================================================== */
.vote-home{
  position:relative;
  z-index:8;
  margin-top:-1px;
  background:
    linear-gradient(180deg,rgba(7,10,15,.98),rgba(10,14,21,.98)),
    radial-gradient(circle at 50% 0,rgba(252,209,22,.1),transparent 36rem);
  border-bottom:1px solid var(--line);
}
.vote-home-inner{width:min(1280px,calc(100% - 48px));margin:auto;padding:60px 0 66px}
.vote-home-title{display:grid;grid-template-columns:1fr 1.15fr;column-gap:40px;align-items:end;margin-bottom:27px}
.vote-home-title .eyebrow{grid-column:1/-1}
.vote-home-title h2{font-size:clamp(2.15rem,4vw,4rem);line-height:1.01;letter-spacing:-.047em;margin:11px 0 0}
.vote-home-title p{color:var(--muted);margin:0;max-width:600px;justify-self:end}
.vote-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.vote-card{
  --vote-color:#777;--vote-accent:#aaa;
  position:relative;overflow:hidden;min-height:175px;padding:20px;
  display:flex;align-items:flex-start;gap:13px;
  border:1px solid color-mix(in srgb,var(--vote-color) 34%,rgba(255,255,255,.09));
  border-radius:18px;
  background:
    radial-gradient(circle at 0 0,color-mix(in srgb,var(--vote-color) 19%,transparent),transparent 70%),
    linear-gradient(145deg,#121a24,#0b1017);
  transition:transform .25s,border-color .25s,box-shadow .25s;
}
.vote-card:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--vote-color),var(--vote-accent));transform:scaleX(.35);transform-origin:left;transition:.3s}
.vote-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--vote-color) 70%,white 15%);box-shadow:0 20px 48px color-mix(in srgb,var(--vote-color) 15%,transparent)}
.vote-card:hover:before{transform:scaleX(1)}
.vote-icon-wrap,.vote-large-icon{
  flex:0 0 auto;width:47px;height:47px;padding:8px;border-radius:13px;
  display:grid;place-items:center;background:color-mix(in srgb,var(--vote-color) 17%,#0b1017);
  border:1px solid color-mix(in srgb,var(--vote-color) 30%,transparent)
}
.vote-icon-wrap img,.vote-large-icon img{width:100%;height:100%;object-fit:contain;border-radius:5px}
.vote-icon-fallback{display:none;width:100%;height:100%;place-items:center;color:#fff;font-size:.8rem}
.vote-card-copy{display:flex;min-width:0;flex-direction:column}
.vote-card-copy small,.vote-large-card small{color:var(--vote-accent);font-size:.58rem;letter-spacing:.12em;font-weight:1000}
.vote-card-copy strong{font-size:.98rem;margin:2px 0 7px}
.vote-card-copy em{font-style:normal;color:var(--muted);font-size:.76rem;line-height:1.45}
.vote-arrow{position:absolute;right:14px;top:13px;color:var(--vote-accent);font-weight:1000}
.vote-home-footer{display:flex;justify-content:space-between;gap:20px;margin-top:20px;color:var(--muted);font-size:.83rem}
.vote-home-footer a{color:var(--yellow);font-weight:900}

.discord-channel-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:13px}
.discord-channel-links a{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px;border-radius:10px;background:rgba(88,101,242,.09);border:1px solid rgba(88,101,242,.22);color:#cfd4ff;font-size:.8rem;font-weight:850;transition:.2s}
.discord-channel-links a:hover{background:rgba(88,101,242,.18);transform:translateY(-2px)}
.discord-channel-links span{color:#8590ff;font-size:1rem}

.vote-page-hero .page-hero-bg{background-position:center 63%}
.vote-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding-bottom:25px}
.vote-guide>div{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--panel)}
.vote-guide b{color:var(--yellow);font-size:1.1rem}
.vote-guide span{display:flex;flex-direction:column}.vote-guide small{color:var(--muted);margin-top:3px}
.vote-large-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:25px}
.vote-large-card{
  --vote-color:#777;--vote-accent:#aaa;
  display:grid;grid-template-columns:84px 1fr;gap:20px;padding:28px;
  border-radius:21px;border:1px solid color-mix(in srgb,var(--vote-color) 35%,var(--line));
  background:
    radial-gradient(circle at 0 0,color-mix(in srgb,var(--vote-color) 18%,transparent),transparent 60%),
    linear-gradient(145deg,var(--panel),#0c1118);
}
.vote-large-icon{width:84px;height:84px;border-radius:20px;padding:16px}
.vote-large-card h2{font-size:1.8rem;margin:6px 0}
.vote-large-card p{color:var(--muted)}
.vote-action{background:color-mix(in srgb,var(--vote-color) 22%,rgba(255,255,255,.04));border-color:color-mix(in srgb,var(--vote-color) 52%,transparent);width:max-content}
.vote-reward{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;border-top:1px solid var(--line)}
.vote-reward h2{font-size:clamp(2.3rem,4vw,4.2rem);line-height:1;letter-spacing:-.045em;margin:12px 0}
.vote-reward p{color:var(--muted)}
.vote-reward-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.vote-reward-stats>div{padding:23px 12px;text-align:center;border:1px solid var(--line);border-radius:17px;background:var(--panel)}
.vote-reward-stats strong{display:block;color:var(--yellow);font-size:1.65rem}
.vote-reward-stats span{display:block;color:var(--muted);font-size:.72rem}

@media(max-width:1050px){
  .vote-card-grid{grid-template-columns:repeat(2,1fr)}
  .vote-guide{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
  .vote-home-title{grid-template-columns:1fr}
  .vote-home-title p{justify-self:start;margin-top:13px}
  .vote-large-grid,.vote-reward{grid-template-columns:1fr}
}
@media(max-width:560px){
  .vote-home-inner{width:calc(100% - 28px)}
  .vote-card-grid,.vote-guide{grid-template-columns:1fr}
  .vote-home-footer{flex-direction:column}
  .vote-large-card{grid-template-columns:60px 1fr;padding:20px;gap:14px}
  .vote-large-icon{width:60px;height:60px;border-radius:15px;padding:11px}
  .vote-large-card h2{font-size:1.35rem}
  .vote-reward-stats{grid-template-columns:1fr}
}


/* ===== Ajustes V4: ticker, votos, status y subtienda ===== */
.vote-home-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:18px;align-items:start}
.vote-home-main{display:flex;flex-direction:column;gap:0}
.vote-home-notes{display:flex;flex-wrap:wrap;gap:10px}
.vote-note{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-size:.82rem;color:#d3dbe4}
.vote-reward-tag{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:10px;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--vote-color) 14%,rgba(255,255,255,.04));border:1px solid color-mix(in srgb,var(--vote-color) 34%,transparent);color:#eef3f7;font-size:.67rem;font-weight:950;letter-spacing:.03em}
.vote-side-status{border-radius:22px;padding:20px 20px 18px;background:linear-gradient(145deg,#111923,#0c1118)}
.vote-side-status-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-left.compact{min-width:0}
.vote-side-status-top .small-button{white-space:nowrap}
.vote-side-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}
.vote-side-stats>div{padding:14px 15px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.vote-side-stats small{display:block;color:var(--muted);font-size:.62rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.vote-side-stats strong{display:block;font-size:1rem;margin-top:4px}
.vote-side-copy p{margin:15px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}
.substore-showcase{padding-top:25px}
.compact-title p{color:var(--muted);max-width:760px;margin:0}
.substore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.substore-card{padding:24px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(145deg,var(--panel),#0c1118);display:flex;flex-direction:column;min-height:280px}
.substore-card small{display:block;color:var(--yellow);font-size:.62rem;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}
.substore-card h3{font-size:1.4rem;margin:10px 0 6px}
.substore-card p{color:var(--muted);font-size:.9rem;margin-bottom:20px}
.substore-card .btn{margin-top:auto;width:100%}
.substore-card.muted{opacity:.86}
@media(max-width:1200px){.vote-home-layout{grid-template-columns:1fr}.vote-side-status{max-width:none}.substore-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.vote-side-status-top{flex-direction:column;align-items:stretch}.vote-side-status-top .small-button{width:100%}.vote-side-stats{grid-template-columns:1fr 1fr}.substore-grid{grid-template-columns:1fr}}


/* ==========================================================
   WildRise V5 — rangos, keys, vouchers y efectos
   ========================================================== */
.store-hero-v5 .page-hero-bg{
  background-position:center 42%;
}
.store-hero-v5:after{
  background:
    linear-gradient(90deg,rgba(6,8,12,.96),rgba(6,8,12,.56) 48%,rgba(6,8,12,.18)),
    linear-gradient(0deg,var(--bg),transparent 62%);
}
.store-category-nav{
  width:min(1280px,calc(100% - 48px));
  margin:0 auto;
  padding:13px;
  display:flex;
  gap:9px;
  position:sticky;
  top:118px;
  z-index:45;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(11,16,23,.88);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.store-category-nav a{
  flex:1;
  padding:10px 14px;
  border-radius:10px;
  color:#c8d1dc;
  text-align:center;
  font-size:.8rem;
  font-weight:900;
  transition:.2s;
}
.store-category-nav a:hover{
  color:#151007;
  background:linear-gradient(135deg,var(--yellow),#ff9a37);
}
.store-section{
  scroll-margin-top:180px;
}
.section-title>p{
  color:var(--muted);
  max-width:820px;
}
.rank-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.rank-product-card,
.store-product-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:610px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,var(--panel),#0b1017);
  transition:border-color .25s,box-shadow .25s,transform .25s;
}
.rank-product-card:hover,
.store-product-card:hover{
  border-color:rgba(252,209,22,.32);
  box-shadow:0 26px 58px rgba(0,0,0,.32);
}
.rank-product-card.featured{
  border-color:rgba(252,209,22,.38);
}
.rank-product-card.malandrin{
  border-color:rgba(232,39,64,.4);
}
.product-image{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#090d13;
}
.product-image:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:32%;
  background:linear-gradient(0deg,rgba(11,16,23,.96),transparent);
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s;
}
.rank-product-card:hover .product-image img,
.store-product-card:hover .product-image img{
  transform:scale(1.035);
}
.product-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}
.product-type{
  display:inline-block;
  color:var(--yellow);
  font-size:.61rem;
  font-weight:1000;
  letter-spacing:.13em;
}
.product-body h3{
  margin:8px 0 5px;
  font-size:1.65rem;
}
.product-body p{
  color:var(--muted);
  font-size:.89rem;
}
.product-body .btn{
  width:100%;
  margin-top:auto;
}
.product-badge{
  position:absolute;
  z-index:4;
  top:14px;
  right:14px;
  padding:6px 9px;
  border-radius:999px;
  background:var(--yellow);
  color:#181207;
  font-size:.58rem;
  font-weight:1000;
  letter-spacing:.08em;
}
.product-badge.danger{
  color:#fff;
  background:var(--red);
}
.store-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.store-product-card{
  min-height:590px;
}
.voucher-product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:17px;
}
.wide-product-card{
  position:relative;
  overflow:hidden;
  min-height:620px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#0a0e14;
}
.wide-product-card img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  transition:transform .55s;
}
.wide-product-card:hover img{
  transform:scale(1.035);
}
.wide-product-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(6,8,12,.98),rgba(6,8,12,.08) 72%);
}
.wide-product-overlay{
  position:absolute;
  z-index:2;
  left:25px;
  right:25px;
  bottom:24px;
}
.wide-product-overlay h3{
  margin:7px 0 4px;
  font-size:2rem;
}
.wide-product-overlay p{
  color:#c1cad4;
  max-width:520px;
}
.effect-store-feature{
  width:min(1280px,calc(100% - 48px));
  margin:0 auto;
  padding:88px 0;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:55px;
  align-items:center;
  scroll-margin-top:180px;
}
.effect-store-image{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:25px;
  box-shadow:var(--shadow);
}
.effect-store-image img{
  width:100%;
  transition:transform .55s;
}
.effect-store-image:hover img{
  transform:scale(1.025);
}
.effect-store-copy h2{
  margin:12px 0;
  font-size:clamp(2.4rem,4.5vw,4.5rem);
  line-height:1;
  letter-spacing:-.05em;
}
.effect-store-copy>p{
  color:var(--muted);
}
.effect-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
  margin:25px 0;
}
.effect-list span{
  padding:12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.03);
  font-size:.82rem;
  font-weight:800;
}
.home-ranks{
  border-top:1px solid var(--line);
}
.home-rank-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:11px;
}
.home-rank-card{
  position:relative;
  overflow:hidden;
  min-height:280px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#0d121a;
  transition:transform .25s,border-color .25s;
}
.home-rank-card:hover{
  transform:translateY(-6px);
  border-color:rgba(252,209,22,.34);
}
.home-rank-card img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  transition:transform .45s;
}
.home-rank-card:hover img{
  transform:scale(1.04);
}
.home-rank-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(5,8,12,.94),transparent 60%);
}
.home-rank-card span{
  position:absolute;
  z-index:2;
  left:14px;
  bottom:12px;
  font-size:1rem;
  font-weight:1000;
}
.featured-home-rank{
  border-color:rgba(252,209,22,.36);
}
.featured-home-rank.danger{
  border-color:rgba(232,39,64,.42);
}
.store-showcase-home{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:55px;
  align-items:center;
  border-top:1px solid var(--line);
}
.store-showcase-copy h2{
  margin:12px 0;
  font-size:clamp(2.4rem,4.2vw,4.2rem);
  line-height:1.02;
  letter-spacing:-.047em;
}
.store-showcase-copy p{
  color:var(--muted);
}
.store-preview-mosaic{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px;
}
.store-preview-mosaic a{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:17px;
  aspect-ratio:1/1;
  background:#0a0e14;
}
.store-preview-mosaic img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s;
}
.store-preview-mosaic a:hover img{
  transform:scale(1.045);
}

@media(max-width:1100px){
  .rank-product-grid,
  .store-product-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .home-rank-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .effect-store-feature,
  .store-showcase-home{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .store-category-nav{
    top:108px;
    overflow-x:auto;
    justify-content:flex-start;
  }
  .store-category-nav a{
    min-width:120px;
  }
  .voucher-product-grid{
    grid-template-columns:1fr;
  }
  .home-rank-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .effect-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .store-category-nav{
    width:calc(100% - 28px);
  }
  .rank-product-grid,
  .store-product-grid{
    grid-template-columns:1fr;
  }
  .rank-product-card,
  .store-product-card{
    min-height:auto;
  }
  .home-rank-grid{
    grid-template-columns:1fr 1fr;
  }
  .home-rank-card,
  .home-rank-card img{
    min-height:230px;
  }
  .wide-product-card,
  .wide-product-card img{
    min-height:480px;
  }
  .effect-store-feature{
    width:calc(100% - 28px);
  }
}
