
.worldPage{max-width:1180px;margin:0 auto;padding:0 20px 44px}.worldHero{margin-bottom:18px}.worldHero code{font-family:var(--font-m);font-size:.9em}.worldHeroNote{display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid var(--border-2);border-radius:var(--r-md);background:rgba(255,255,255,.035)}.worldHeroNote strong,.worldHeroNote span{display:block}.worldHeroNote span{font-size:13px;color:var(--text-3);margin-top:3px;line-height:1.45}.worldHeroIcon{font-size:30px}.worldToolbar{display:flex;align-items:center;gap:10px;padding:12px!important;margin-bottom:18px}.worldSearch{display:flex;align-items:center;gap:9px;flex:1;min-width:180px;border:1px solid var(--border-2);background:rgba(0,0,0,.18);border-radius:12px;padding:0 12px}.worldSearch span{opacity:.55;font-size:20px}.worldSearch input{width:100%;background:none;border:0;outline:0;color:var(--text);padding:11px 0;font:inherit}.worldToolbar select{border:1px solid var(--border-2);background:var(--glass);color:var(--text);border-radius:12px;padding:10px 12px}.worldCount{font-size:12px;color:var(--text-3);white-space:nowrap}.worldGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.worldCard{overflow:hidden;padding:0!important;transition:transform 170ms var(--ease),border-color 170ms var(--ease)}.worldCard:hover{transform:translateY(-3px);border-color:rgba(249,168,212,.42)}.worldCoverBtn{display:block;width:100%;height:210px;padding:0;border:0;background:rgba(255,255,255,.035);cursor:pointer;overflow:hidden}.worldCoverBtn img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 240ms var(--ease)}.worldCard:hover .worldCoverBtn img{transform:scale(1.025)}.worldCoverEmpty{height:100%;display:grid;place-items:center;font-size:50px;background:radial-gradient(circle at 25% 20%,rgba(249,168,212,.17),transparent 38%),radial-gradient(circle at 80% 75%,rgba(196,181,253,.18),transparent 40%),rgba(255,255,255,.025)}.worldCardBody{padding:16px 17px 17px}.worldCardTop{display:flex;gap:8px;align-items:flex-start;justify-content:space-between}.worldCard h2{font-size:19px;line-height:1.25;margin:0}.worldFeatured{font-size:10px;border:1px solid rgba(251,191,36,.3);background:rgba(251,191,36,.1);padding:3px 7px;border-radius:999px;color:#fde68a;white-space:nowrap}.worldBy{font-size:11px;color:var(--text-3);margin-top:4px}.worldSummary{font-size:13px;color:var(--text-2);line-height:1.55;margin:10px 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60px}.worldTags{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 13px}.worldTag{font-size:10.5px;padding:3px 8px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.035);color:var(--text-3)}.worldCardActions{display:flex;gap:8px;flex-wrap:wrap}.worldCardActions .btn{padding:8px 12px;font-size:12px}.worldLoading,.worldEmpty{grid-column:1/-1;text-align:center;padding:48px 20px;color:var(--text-3);border:1px dashed var(--border-2);border-radius:var(--r-lg)}.worldNotice{margin:0 0 16px;padding:12px 15px;border-radius:12px;border:1px solid rgba(251,113,133,.28);background:rgba(251,113,133,.08);color:#fecdd3;font-size:13px}.worldDisclaimer{padding:16px 18px!important;margin-top:8px}.worldDisclaimer p{font-size:12px!important;line-height:1.55!important;margin:5px 0 0!important}.worldDetailBack{display:inline-flex;align-items:center;gap:6px;margin:0 0 12px;color:var(--text-2);text-decoration:none;font-size:13px}.worldDetailHero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:18px;margin-bottom:18px}.worldDetailCover{min-height:390px;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,.03)}.worldDetailCover img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.worldDetailCover .worldCoverEmpty{min-height:390px}.worldDetailInfo{padding:23px!important}.worldDetailInfo h1{font-size:clamp(28px,3.6vw,42px);margin:4px 0 5px;line-height:1.08}.worldDetailKicker{text-transform:uppercase;letter-spacing:.08em;color:var(--rose);font-size:11px;font-weight:700}.worldDetailDesc{white-space:pre-wrap;color:var(--text-2);line-height:1.7;font-size:14px;margin:14px 0}.worldMeta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.worldMeta div{padding:9px 10px;border-radius:10px;border:1px solid var(--border);background:rgba(255,255,255,.025)}.worldMeta span,.worldMeta strong{display:block}.worldMeta span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3)}.worldMeta strong{font-size:12px;margin-top:2px;overflow-wrap:anywhere}.worldDetailActions{display:flex;gap:8px;flex-wrap:wrap}.worldGallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:22px}.worldShot{height:150px;padding:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.03);cursor:pointer}.worldShot img{width:100%;height:100%;object-fit:cover;display:block}.worldLightbox{position:fixed;z-index:99999;inset:0;background:rgba(3,6,15,.94);display:grid;place-items:center;padding:50px 74px 60px}.worldLightbox[hidden]{display:none}.worldLightbox img{max-width:min(1280px,100%);max-height:calc(100vh - 110px);object-fit:contain;border-radius:10px;box-shadow:0 30px 100px rgba(0,0,0,.5)}.worldLightbox button{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(13,19,36,.72);color:#fff;border-radius:999px;cursor:pointer}.worldLightboxClose{top:16px;right:18px;width:42px;height:42px;font-size:27px}.worldLightboxPrev,.worldLightboxNext{top:50%;transform:translateY(-50%);width:46px;height:58px;font-size:34px}.worldLightboxPrev{left:16px}.worldLightboxNext{right:16px}.worldLightboxCaption{position:absolute;bottom:18px;left:70px;right:70px;text-align:center;color:rgba(255,255,255,.75);font-size:12px}.worldNoImage{display:none!important}@media(max-width:900px){.worldGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.worldDetailHero{grid-template-columns:1fr}.worldDetailCover,.worldDetailCover img,.worldDetailCover .worldCoverEmpty{min-height:300px}.worldGallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.worldPage{padding-left:14px;padding-right:14px}.worldToolbar{align-items:stretch;flex-direction:column}.worldToolbar select{width:100%}.worldCount{padding-left:3px}.worldGrid{grid-template-columns:1fr}.worldCoverBtn{height:220px}.worldGallery{grid-template-columns:repeat(2,minmax(0,1fr))}.worldShot{height:120px}.worldLightbox{padding:48px 12px 55px}.worldLightboxPrev,.worldLightboxNext{width:38px;height:50px}.worldLightboxPrev{left:6px}.worldLightboxNext{right:6px}.worldMeta{grid-template-columns:1fr}}

.worldPrice{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;border-radius:999px;padding:4px 8px;border:1px solid rgba(251,191,36,.32);background:rgba(251,191,36,.08);color:#fde68a;white-space:nowrap}.worldPrice.free{border-color:rgba(134,239,172,.24);background:rgba(134,239,172,.06);color:#bbf7d0}.worldOwned{border-color:rgba(134,239,172,.28)!important;background:rgba(134,239,172,.08)!important;color:#bbf7d0!important}.worldBuyNote{font-size:10.5px;color:var(--text-3);line-height:1.45;margin-top:7px}.worldPurchases{padding:14px 16px!important;margin:0 0 18px}.worldPurchasesHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.worldPurchasesHead strong,.worldPurchasesHead span{display:block}.worldPurchasesHead span{font-size:11px;color:var(--text-3);margin-top:2px}.worldPurchaseList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.worldPurchaseItem{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.025)}.worldPurchaseItem strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.worldPurchaseItem .btn{padding:6px 9px;font-size:10.5px}.worldPurchasePending{font-size:11px;color:var(--text-3);padding:4px 0}.worldSecureLine{display:flex;align-items:center;gap:7px;margin:8px 0 0;font-size:11px;color:var(--text-3)}.worldSecureLine b{color:#bbf7d0}.worldCommerceBanner{margin:12px 0 0;padding:10px 11px;border:1px solid rgba(251,191,36,.2);border-radius:10px;background:rgba(251,191,36,.045);font-size:11px;color:var(--text-3);line-height:1.55}.worldCommerceBanner strong{color:#fde68a}@media(max-width:900px){.worldPurchaseList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.worldPurchasesHead{align-items:flex-start;flex-direction:column}.worldPurchaseList{grid-template-columns:1fr}}


/* Featured-world showcase */
.worldFeaturedSection{position:relative;margin:0 0 20px;padding:22px;border:1px solid rgba(251,191,36,.22);border-radius:var(--r-lg);background:linear-gradient(135deg,rgba(251,191,36,.065),rgba(249,168,212,.055) 48%,rgba(196,181,253,.045));overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.12)}
.worldFeaturedSection::before{content:"";position:absolute;width:280px;height:280px;right:-110px;top:-150px;border-radius:50%;background:radial-gradient(circle,rgba(251,191,36,.13),transparent 68%);pointer-events:none}
.worldFeaturedSection[hidden]{display:none!important}.worldFeaturedHead{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.worldFeaturedHead h2{font-size:27px;margin:2px 0 3px}.worldFeaturedHead p{font-size:12.5px;color:var(--text-3);margin:0}.worldFeaturedKicker{text-transform:uppercase;letter-spacing:.09em;color:#fde68a;font-size:10px;font-weight:800}.worldFeaturedGrid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.worldCard{position:relative}.worldCardFeatured{border-color:rgba(251,191,36,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 28px rgba(251,191,36,.035)}.worldCardFeatured:hover{border-color:rgba(251,191,36,.55);box-shadow:0 14px 38px rgba(251,191,36,.075)}.worldSpotlightCard{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));isolation:isolate}.worldSpotlightCard .worldCoverBtn{height:250px}.worldSpotlightCard .worldCardBody{padding:18px 18px 19px}.worldSpotlightCard h2{font-size:21px}.worldSpotlightCard .worldSummary{-webkit-line-clamp:2;min-height:41px}.worldSpotlightGlow{position:absolute;z-index:-1;inset:-45% -15% auto;height:220px;background:radial-gradient(circle at 50% 0,rgba(251,191,36,.12),transparent 62%);pointer-events:none}.worldFeatured{font-weight:750;box-shadow:0 0 18px rgba(251,191,36,.055)}.worldDetailFeatured{display:inline-flex;margin-left:9px;vertical-align:1px;font-size:9px;letter-spacing:.04em;text-transform:none;border:1px solid rgba(251,191,36,.3);background:rgba(251,191,36,.09);color:#fde68a;border-radius:999px;padding:3px 7px}
@media(max-width:900px){.worldFeaturedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.worldFeaturedGrid .worldSpotlightCard:first-child:last-child{grid-column:1/-1}.worldFeaturedHead{align-items:flex-start}}
@media(max-width:620px){.worldFeaturedSection{padding:17px 14px}.worldFeaturedHead{flex-direction:column;align-items:flex-start}.worldFeaturedGrid{grid-template-columns:1fr}.worldSpotlightCard .worldCoverBtn{height:230px}}


/* Public storefront cleanup */
.worldHero .muted{max-width:760px}
.worldHeroNote{background:linear-gradient(135deg,rgba(249,168,212,.045),rgba(196,181,253,.035));}
.worldPurchases{background:linear-gradient(135deg,rgba(249,168,212,.035),rgba(255,255,255,.02));}
.worldPurchasesHead{align-items:center}
.worldPurchaseItem{min-height:48px}
.worldPurchaseItem .btn{margin-left:auto}
.worldCommerceBanner{font-size:12px;line-height:1.55;padding:11px 12px}
.worldDisclaimer a{color:var(--rose);text-decoration:none}.worldDisclaimer a:hover{text-decoration:underline}
