
/* Tale-World Portal Polish V4 */
#twScrollProgress{position:fixed;left:0;top:0;height:2px;width:0;z-index:1000;background:linear-gradient(90deg,#79a9ff,#f6c85f);box-shadow:0 0 12px rgba(121,169,255,.32);pointer-events:none}
.portal-focus-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-focus-card{position:relative;min-height:300px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:linear-gradient(145deg,rgba(18,29,48,.94),rgba(6,12,22,.98));box-shadow:0 20px 60px rgba(0,0,0,.2)}.portal-focus-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 92% 5%,rgba(121,169,255,.12),transparent 42%)}.portal-focus-loading{min-height:300px;display:grid;place-items:center;color:var(--muted);font-size:12px}.focus-player-layout{position:relative;display:grid;grid-template-columns:160px 1fr;gap:22px;align-items:center;padding:26px;height:100%}.focus-avatar-wrap{position:relative;display:grid;place-items:center}.focus-avatar-wrap:after{content:"";position:absolute;left:10%;right:10%;bottom:-10px;height:28px;border-radius:50%;background:radial-gradient(ellipse,rgba(121,169,255,.24),transparent 70%);filter:blur(7px)}.focus-avatar{position:relative;z-index:2;width:138px;height:138px;border-radius:28px;object-fit:cover;border:1px solid rgba(121,169,255,.25);box-shadow:0 18px 45px rgba(0,0,0,.3)}.focus-eyebrow{color:var(--gold);font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.focus-name{font-family:Cinzel,serif;font-size:31px;line-height:1.05;margin:8px 0}.focus-desc{color:var(--muted);font-size:12px;line-height:1.55;margin:0 0 14px}.focus-chips{display:flex;gap:7px;flex-wrap:wrap}.focus-chips span{padding:7px 9px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.035);font-size:9px}.focus-chips .gold{color:#ffe3a0;border-color:rgba(246,200,95,.24);background:rgba(246,200,95,.075)}.focus-link{display:inline-flex;margin-top:17px;color:#e8efff;font-size:11px;font-weight:900}.focus-dungeon-art{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.64}.focus-dungeon-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,15,.96),rgba(4,8,15,.72) 55%,rgba(4,8,15,.4)),linear-gradient(180deg,transparent,rgba(4,8,15,.75))}.focus-dungeon-body{position:relative;z-index:2;max-width:72%;padding:28px}.focus-dungeon-body h3{font-family:Cinzel,serif;font-size:31px;margin:9px 0}.focus-dungeon-body p{color:#c1ccdc;font-size:12px;line-height:1.58}.focus-level{display:inline-flex;padding:7px 10px;border-radius:999px;border:1px solid rgba(246,200,95,.24);background:rgba(246,200,95,.08);color:#ffe3a0;font-size:10px;font-weight:900}.focus-rotate-note{display:block;color:rgba(203,214,230,.55);font-size:9px;margin-top:12px;text-transform:uppercase;letter-spacing:.08em}

/* Slightly richer but calm transitions */
.portal-card,.d2-current,.d2-wiki-links a,.community-quick-actions a,.team-card,.support-card{will-change:transform}.reveal[data-v4-stagger]{transition-delay:var(--v4-delay,0ms)}
.section-title{letter-spacing:-.015em}

/* Prepared clips page */
.clips-page-hero{padding:88px 0 42px;position:relative;overflow:hidden}.clips-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,9,17,.42),rgba(4,9,17,.98)),url('/assets/shot-1.webp') center/cover no-repeat}.clips-page-hero .wrap{position:relative;z-index:1}.clips-page-hero h1{font-size:clamp(42px,6vw,72px);margin:0}.clips-page-hero p{max-width:720px;color:var(--muted);line-height:1.7}.clips-sync-state{display:inline-flex;margin-top:18px;padding:8px 11px;border:1px solid rgba(246,200,95,.2);border-radius:999px;background:rgba(246,200,95,.07);color:#ffd98c;font-size:10px;font-weight:900}.clips-sync-state.live{border-color:rgba(94,232,154,.2);background:rgba(94,232,154,.08);color:#baf8d3}.clips-grid-live{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.clip-live-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.03);transition:.2s ease}.clip-live-card:hover{transform:translateY(-3px);border-color:rgba(121,169,255,.25)}.clip-live-media{height:230px;background:#09111d center/cover no-repeat;display:grid;place-items:center;overflow:hidden}.clip-live-media video{width:100%;height:100%;object-fit:cover}.clip-live-body{padding:15px}.clip-live-body strong{display:block;font-size:13px}.clip-live-body p{color:var(--muted);font-size:10px;line-height:1.5;margin:6px 0 0}.clip-live-meta{color:var(--gold);font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.clips-empty{grid-column:1/-1;min-height:280px;padding:30px;border:1px dashed rgba(121,169,255,.22);border-radius:24px;background:radial-gradient(circle at 50% 10%,rgba(121,169,255,.09),transparent 45%),rgba(255,255,255,.02);display:grid;place-items:center;text-align:center}.clips-empty>div{max-width:560px}.clips-empty span{font-size:42px}.clips-empty h3{font-size:26px;margin:12px 0 7px}.clips-empty p{color:var(--muted);line-height:1.6}.clips-empty .btn{margin-top:10px}

@media(max-width:900px){.portal-focus-grid{grid-template-columns:1fr}.focus-player-layout{grid-template-columns:125px 1fr}.focus-avatar{width:112px;height:112px}.clips-grid-live{grid-template-columns:1fr 1fr}}
@media(max-width:620px){#twScrollProgress{display:none}.portal-focus-card{min-height:250px}.focus-player-layout{grid-template-columns:82px 1fr;padding:18px;gap:14px}.focus-avatar{width:78px;height:78px;border-radius:18px}.focus-name,.focus-dungeon-body h3{font-size:23px}.focus-desc{display:none}.focus-dungeon-body{max-width:100%;padding:20px;background:linear-gradient(90deg,rgba(4,8,15,.9),rgba(4,8,15,.62))}.focus-dungeon-body p{max-width:88%}.clips-grid-live{grid-template-columns:1fr}.clips-page-hero{padding:72px 0 36px}}
