:root{color-scheme:dark;--app-bg: #000000;--app-fg: #E0E4D9;--accent: #22c55e;--max-app-width: 480px;--header-bg: #1a1d15;--header-height: 70px;--footer-bg: #1a1d15;--footer-height: 83px;--mini-player-bg: #24271E;--mini-player-height: 56px;--mini-player-accent:#393D33;--footer-icon-text-color: #e0e4d9;--footer-icon-active-color: #b0d17f;--card-bg: #24271E;--card-album:#343D38;--toastify-color-dark: #444444}*,*:before,*:after{box-sizing:border-box}*{font-family:inherit}@keyframes shimmer{0%{background-position:0 0}to{background-position:-200% 0}}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:#000;color:var(--app-fg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.app-root{min-height:100vh;display:flex;justify-content:center;background:radial-gradient(circle at top,#1d1d2d 0,#222 60%);color:var(--app-fg)}.app-shell{position:relative;width:100%;max-width:var(--max-app-width);min-height:100vh;background:var(--app-bg);display:flex;flex-direction:column}.screen-under-construction{display:flex;align-items:center;justify-content:center;background:#000;height:100vh}.screen-under-construction img{max-width:100%;height:auto}.splash-root{min-height:100vh;display:flex;justify-content:center;align-items:stretch}.splash-card{width:100%;max-width:var(--max-app-width);min-height:100vh;padding:32px 24px;border-radius:24px;background:var(--app-bg);box-shadow:none;display:flex;flex-direction:column;gap:24px;align-items:stretch}.splash-partners{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:25vw}.splash-partners img{max-height:20vw}.splash-logo-stack{display:flex;flex-direction:column;align-items:center;gap:16px}.splash-bbg-logo,.splash-app-logo{display:block;max-width:70%;height:auto}.splash-bbg-logo{width:200px}.splash-logo-partnership{font-size:30px}.splash-logo-presents{font-size:30px;margin-top:20px}.splash-enter-button{border:none;background:var(--app-bg);display:flex;flex-direction:column;justify-content:center;align-items:center}.app-header{position:sticky;top:0;z-index:10;height:var(--header-height);display:flex;align-items:flex-end;justify-content:space-between;padding:12px;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.15)}.header-left{display:flex;align-items:center}.header-left button{border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#0f172a;color:var(--app-fg);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.header-right{display:flex;align-items:center;gap:8px}.header-pill{width:24px;height:24px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#0f172a}.header-left-div{height:40px;width:120px;border-radius:0 100px 100px 0;border:2px solid #2e3129;border-left:0;padding:1px;display:flex;align-items:center;margin-left:-12px;letter-spacing:.08em}.header-right-div{height:42px;border-radius:100px;border:2px solid #2e3129;padding:2px;display:flex;align-items:center;letter-spacing:.08em}.header-left-div span{font-size:10px;margin-left:8px;margin-right:6px}.header-right-div span{font-size:10px;margin-left:4px;margin-right:6px}.header-button{margin:1px 2px;padding:0;width:32px;height:32px;border-radius:100px;border:1px solid #2e3129}.global-header-button{margin-left:8px}.play-header-button{background-color:#ffd675;border:1px solid white;box-shadow:inset 0 0 0 2px #410300,inset 0 0 0 3px #b75e03,inset 0 0 0 4px #410300}.diamond-header-button{background-color:#038591;box-shadow:inset 0 0 0 1px #000;border:1px solid white}.notes-header-button{background-color:#ffd675;border:1px solid white;box-shadow:inset 0 0 0 2px #410300,inset 0 0 0 3px #b75e03,inset 0 0 0 4px #410300}.app-main-scroll{flex:1;overflow-y:auto;padding:0 0 calc(var(--footer-height) + var(--mini-player-height));-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.app-main-scroll-inner-content{padding:0 0 calc(var(--footer-height) + var(--mini-player-height))}.app-main-scroll::-webkit-scrollbar{display:none}.app-main-scroll{scrollbar-width:none;-ms-overflow-style:none}.header-icon{font-size:18px}.app-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--max-app-width);height:var(--footer-height);background:var(--footer-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(148,163,184,.15);display:flex;align-items:center;padding:0 8px;z-index:20}.footer-link-button{flex:1;border:none;background:transparent;color:var(--footer-icon-text-color);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;cursor:pointer;text-decoration:none}.footer-link-icon{font-size:24px}.footer-link-icon-background{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:3px;color:#fff}.footer-link-button-active>.footer-link-icon-background{color:#000;background-color:var(--footer-icon-active-color);border:1px solid var(--footer-icon-active-color)}.listen-heading{margin-left:20px;margin-bottom:0}.mini-player{position:fixed;left:50%;transform:translate(-50%);bottom:var(--footer-height);width:100%;max-width:var(--max-app-width);height:var(--mini-player-height);padding:8px 12px;background:var(--mini-player-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(148,163,184,.15);display:flex;align-items:center;gap:12px;z-index:25}.mini-player-artwork{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#1e40afcc;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mini-player-artwork img{width:100%;height:100%;object-fit:cover}.mini-player-info{flex:1;min-width:0}.mini-player-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-player-artist{font-size:11px;color:var(--app-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-player-play-button{border-radius:14px;border:none;width:40px;height:40px;background:var(--mini-player-accent);color:var(--app-fg);display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.fullscreen-player-backdrop{position:fixed;inset:0;background:radial-gradient(circle at top,#1d1d2d 0,#222 60%);z-index:40;display:flex;justify-content:center}.fullscreen-player{width:100vw;max-width:var(--max-app-width);background-color:#2e2e26;padding:12px 16px 24px;display:flex;flex-direction:column;height:100vh}.fullscreen-player-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;margin-top:48px}.fullscreen-player-info{min-height:50vh}.fullscreen-player-looping-active{background-color:#b0d17f}.fullscreen-player-looping-container{border-radius:100%;padding:15px 10px 10px;margin-top:-3px}.icon-button{border:none;background:transparent;color:var(--app-fg);width:24px;height:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-button-circle{background-color:#3d3f36;border-radius:100%;padding:6px;display:flex;align-items:center;justify-content:center}.fullscreen-album-art{flex:1 1 auto;margin-top:24px;align-self:center;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.fullscreen-album-art img{height:100%;object-fit:cover}.fullscreen-track-meta{margin-top:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.fullscreen-track-time{margin:8px 6px;color:#fff;font-size:16px}.fullscreen-artist{font-size:22px;margin-top:18px;color:#94a3b8}.fullscreen-title{font-size:32px;font-weight:700;margin-top:8px}.fullscreen-timeline{margin-top:24px;color:#b0d17f}.timeline-row{display:flex;justify-content:space-between;font-size:11px;color:#b0d17f}.timeline-slider{width:100%;margin-top:8px;-webkit-appearance:none;appearance:none;height:5px;border-radius:999px;background:#bfbfbf;outline:none}.timeline-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:26px;height:26px;border-radius:999px;background-color:#b0d17f;cursor:pointer}.fullscreen-controls{margin-top:12px;display:flex;justify-content:space-between;align-items:center}.fullscreen-controls button{border:none;background:transparent;color:var(--app-fg);font-size:20px;cursor:pointer}.fullscreen-controls button.primary-play{width:82px;height:82px;border-radius:999px;background:var(--accent);color:#000;display:flex;align-items:center;justify-content:center}.primary-pause,.primary-play{font-size:108px!important}.section-gallery{padding:16px 16px 24px;font-weight:300;background:transparent}.section-gallery.shop{padding:0 16px}.section-gallery.shop .section-gallery-header{height:20px}.section-gallery.default{background:var(--card-bg)}.section-gallery.darker{background:#0f1206}.section-gallery.pink{background:#60005b}.section-gallery.green{background:#102d00}.section-gallery.blue{background:#000200}.section-gallery-header{display:flex;flex-direction:column}.section-gallery-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.section-gallery-title{font-size:20px;font-weight:300;text-transform:capitalize}.section-gallery-subtitle{font-size:14px;font-weight:300;color:var(--app-fg);margin-top:-8px;margin-bottom:8px}.section-gallery-seeall{border:none;background:transparent;color:var(--app-fg);display:inline-flex;align-items:center;gap:4px;font-size:14px;cursor:pointer;padding:4px 0}.section-gallery-seeall-chevron{margin-left:8px;font-size:22px;border-radius:50%;border:none;width:30px;height:30px;background:var(--mini-player-accent)}.section-gallery-scroll{display:flex;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:4px;margin:0 -4px;padding-right:4px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;cursor:grab}.section-gallery-scroll::-webkit-scrollbar{display:none}.section-gallery-scroll{scrollbar-width:none;-ms-overflow-style:none}.section-gallery-scroll.dragging{cursor:grabbing}.section-gallery-scroll::-webkit-scrollbar-thumb{background:#4b5563cc;border-radius:999px}.section-gallery-card{flex:0 0 auto;width:158px}.section-gallery-card .section-gallery-card-shop{display:none}.section-gallery-card-image{width:100%;overflow:hidden}.section-gallery-card-image img{width:100%;height:100%}.section-gallery-card-text{margin-top:6px}.section-gallery-card-title{font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-gallery-card-subtitle{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-gallery-card-description{font-size:11px;letter-spacing:.06em;margin-top:2px}.section-gallery-card.cat-spotlight img{border-radius:50%}.section-gallery-card.cat-challenge{width:264px}.section-gallery-card.cat-challenge .section-gallery-card-text{display:none}.section-gallery-card.cat-shop .section-gallery-card-shop{display:flex;flex-direction:row;justify-content:space-between;margin-top:4px}.section-gallery-card.cat-shop .section-gallery-card-shop .section-gallery-card-shop-price{font-size:22px;font-weight:500}.section-gallery-card.cat-shop .section-gallery-card-shop .section-gallery-card-shop-button button{border:none;background:#afff2e;color:#000;padding:4px 10px;border-radius:16px}.section-gallery-card.cat-album{width:150px;border-radius:18px;border:.1rem solid #2e3129}.section-gallery-card.cat-album .section-gallery-card-image{border-top-left-radius:16px;border-top-right-radius:16px;margin-bottom:0;width:100%;height:150px}.section-gallery-card.cat-album .section-gallery-card-text{background-color:var(--card-bg);margin-top:0;height:100px;display:flex;flex-direction:column;padding:.5em;justify-content:space-evenly;gap:8px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background:linear-gradient(90deg,#24271ecc,#fff3,#24271ecc);background-size:200% 100%;animation:shimmer 3s linear infinite}.section-gallery-card.cat-album .section-gallery-card-text .section-gallery-card-title{font-weight:500}.section-gallery-card.cat-album .section-gallery-card-text .section-gallery-card-description{display:none}.action-button-group{background:transparent;padding:24px 20px}.action-button-group.default{background:var(--card-bg)}.action-button-group.darker{background:#0f1206}.action-button-group.pink{background:#60005b}.action-button-group.green{background:#102d00}.action-button-group.blue{background:#000200}.action-button-group-title{font-size:32px;display:flex;margin-bottom:16px}.action-button-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 12px}.action-button-tile{border:none;border-radius:32px;background:var(--card-bg);color:#fff;padding:10px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;gap:8px}.action-button-tile-main{display:flex;align-items:center;gap:8px}.action-button-icon-wrapper{width:24px;height:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.action-button-icon{width:100%;height:100%;object-fit:contain}.action-button-icon path{stroke-width:1.1}.action-button-text{display:flex;flex-direction:column}.action-button-title{font-size:18px;font-weight:300;color:var(--app-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-button-chevron{text-align:center;font-size:22px;border-radius:50%;border:none;width:30px;height:30px;background:var(--mini-player-accent)}.tabs-bar{margin-top:12px;margin-bottom:4px;display:flex;padding-left:16px;padding-right:16px}.tabs-bar-tab{flex:1;border:none;background:transparent;font-size:12px;padding:6px 8px;cursor:pointer}.tabs-bar-tab-active{color:var(--app-fg);border-bottom:1px solid var(--app-fg)}.tabs-bar-label{display:block;text-align:center}.news-feed{display:flex;flex-direction:column;gap:24px;margin-top:16px}.news-card{padding:12px 20px 10px;display:flex;flex-direction:column}.news-card-header{display:flex;align-items:center;justify-content:space-between}.news-card-header-left{border:none;background:transparent;display:flex;align-items:center;gap:8px;padding:0;cursor:pointer;text-align:left}.news-card-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;background:#1f2933;display:flex;align-items:center;justify-content:center;font-size:14px}.news-card-avatar img{width:100%;height:100%;object-fit:cover}.news-card-header-text{display:flex;flex-direction:column;gap:2px}.news-card-author{font-size:16px}.news-card-header-line{font-size:14px}.news-card-more-button{border:none;width:28px;height:28px;align-items:center;justify-content:center;cursor:pointer;background:#23261c;padding:6px;display:flex;border-radius:999px}.news-card-body{font-size:14px;color:#d1d5db}.news-card-image-wrapper{overflow:hidden;position:relative;width:100%;aspect-ratio:1 / 1}.news-card-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.news-card-image-placeholder{width:100%;height:100%;background:radial-gradient(circle at center,#111827 0,#020617 80%)}.news-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.news-card-footer-left{border:none;background:transparent;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:4px 0}.news-card-icon-background{width:28px;height:28px;background:#23261c;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:999px}.news-card-icon-heart{font-size:14px;transition:transform .12s ease-out,color .12s ease-out}.news-card-icon-heart.liked{color:#d62b2b;transform:scale(1.05)}.news-card-likes-count{font-size:10px}.news-card-footer-right{border:none;background:transparent;cursor:pointer;padding:4px 0}.news-card-icon-bookmark{font-size:14px;transition:transform .12s ease-out,color .12s ease-out}.news-card-icon-bookmark.saved{color:#7198c7;transform:scale(1.05)}.news-feed-sentinel{width:100%;height:1px}.news-feed-loading{font-size:12px;color:#94a3b8;text-align:center;padding:8px 0}.skeleton-shimmer{position:relative;overflow:hidden;background:linear-gradient(90deg,#111827 0,#272f3b 20%,#111827 40% 100%);background-size:200% 100%;animation:skeleton-shimmer 1.1s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:-150% 0}to{background-position:150% 0}}.news-card-skeleton{pointer-events:none}.news-skel-avatar{width:32px;height:32px;border-radius:999px}.news-skel-header-text{display:flex;flex-direction:column;gap:4px;flex:1}.news-skel-line{border-radius:999px;height:8px}.news-skel-line.short{width:40%}.news-skel-line.long{width:80%}.news-skel-line.medium{width:60%}.news-skel-line.tiny{width:24px}.news-skel-more{width:24px;height:24px;border-radius:999px}.news-skel-body{display:flex;flex-direction:column;gap:4px}.news-skel-image{width:100%;aspect-ratio:1 / 1;border-radius:16px}.news-skel-footer-left{display:inline-flex;align-items:center;gap:6px}.news-skel-icon.small{width:18px;height:18px;border-radius:999px}.news-feed-skeleton-list{display:flex;flex-direction:column;gap:16px}.news-card-badge-new{display:inline-flex;max-width:40px;align-items:center;justify-content:center;padding:2px 6px;font-size:8px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;border-radius:999px;border:1px solid #c1f179;background:#c1f1791a;color:#c1f179}.news-feed-end-card{margin:24px;padding:12px 16px 14px;border-radius:18px;border:1px solid rgba(148,163,184,.25);text-align:center}.news-feed-end-icon{font-size:18px;margin-bottom:4px;color:#c1f179}.news-feed-end-title{font-size:13px;font-weight:600;margin-bottom:2px}.news-feed-end-subtitle{font-size:11px;color:#9ca3af}.soundscape-container{display:flex;flex-direction:column;gap:8px;margin-top:16px}.soundscape-hero-banner{display:flex;justify-content:space-between;align-items:center}.soundscape-hero-banner .soundscape-hero{display:flex;gap:8px;padding:12px}.soundscape-hero-banner .soundscape-hero .soundscape-avatar{width:48px;height:48px;border-radius:999px;overflow:hidden;margin-right:12px}.soundscape-hero-banner .soundscape-hero .soundscape-avatar img{width:100%;height:100%;object-fit:cover}.soundscape-hero-banner .soundscape-hero .soundscape-header-text{display:flex;flex-direction:column;justify-content:center}.soundscape-hero-banner .soundscape-hero .soundscape-header-text .soundscape-title{font-size:16px;font-weight:400}.soundscape-hero-banner .soundscape-hero .soundscape-header-text .soundscape-subtitle{font-size:10px}.soundscape-hero-banner .soundscape-header-progression{padding:12px}.soundscape-image-wrapper{overflow:hidden;position:relative;max-height:360px;width:100%;aspect-ratio:1 / 1}.soundscape-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.soundscape-tab-content{margin-top:4px}.soundscape-tab-panel{font-size:13px}.soundscape-challenges-section{margin:16px}.soundscape-challenges-section .news-card-image-wrapper{margin:8px;display:flex;justify-content:center}.soundscape-challenges-section .news-card-image{width:80%;height:80%}.soundscape-grid-section{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin:20px}.soundscape-grid-section.albums{gap:20px;margin:40px}.soundscape-grid-section .section-gallery-card{width:100%;margin:0}.soundscape-grid-section .section-gallery-card.cat-album{width:150px;border-radius:18px;border:.1rem solid #2e3129}.soundscape-collection-section .section-gallery:first-child .section-gallery-header{display:none}.album-button-chevron{text-align:center;font-size:22px;border-radius:50%;border:none;width:30px;height:30px;left:10px;top:10px;position:absolute;background:var(--mini-player-accent)}.album-detail-container,.album-detail-text{padding:4px;display:flex;flex-direction:column;align-items:center}.album-detail-image{max-width:75%}.album-detail-title{font-size:28px;font-weight:600;margin-top:8px}.album-detail-artist{font-size:20px;font-weight:300;margin-top:4px}.album-detail-year{font-size:14px;font-weight:100;margin-top:4px}.track-list-item-container{display:flex}.track-list-item-artwork{display:flex;justify-content:center;align-items:center;width:40px}.track-list-item-artwork img{width:100%;height:100%;object-fit:contain}.track-list-item-detail{display:flex;flex-direction:column;margin-left:12px}.track-list-item-title{font-size:20px;font-weight:300}.track-list-item-artist{font-size:14px;font-weight:100}.track-list-item-button{background-color:transparent;border:none;font-size:24px}.album-dev-button{margin:4px;background-color:green}.interactive-scene{width:100%}.interactive-scene-inner{position:relative;width:100%;overflow:hidden}.interactive-scene-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.interactive-scene-layer-base{z-index:1}.interactive-scene-layer-overlay{z-index:2}.interactive-scene-hotspot{position:absolute;z-index:3;cursor:pointer;padding:0;background:none;border:none}.interactive-scene-hotspot-dot{width:18px;height:18px;display:block;border-radius:999px;background:radial-gradient(circle,rgba(96,165,250,.9) 0%,rgba(15,23,42,.7) 50%,transparent 100%);box-shadow:0 0 12px #60a5fab3;animation:hotspot-pulse 3s ease-out forwards}.interactive-scene-hotspot.locked .interactive-scene-hotspot-dot{background:radial-gradient(circle,rgba(148,163,184,.8) 0%,rgba(15,23,42,.7) 50%,transparent 100%);box-shadow:0 0 8px #94a3b880}@keyframes hotspot-pulse{0%{transform:scale(.6);opacity:0}20%{transform:scale(1);opacity:1}60%{transform:scale(1.15);opacity:1}to{transform:scale(1.25);opacity:0;box-shadow:none}}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-inner{position:relative;padding:0 12px 12px;width:100%;height:375px;max-width:300px;max-height:350px;background:#444;display:flex;flex-direction:column;align-items:center;border:#FFd675 2px solid}.popup-inner h3{font-size:20px}.popup-inner .popup-close-btn{position:absolute;bottom:16px;left:16px;right:16px;height:28px}.soundscape-item-artwork{flex:0 1 auto;align-self:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-height:500px}.soundscape-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;z-index:1000;overflow-y:auto;overscroll-behavior-y:contain}.soundscape-popup-inner{position:relative;padding:2px;width:100%;max-width:380px;background-color:#0009;display:flex;flex-direction:column;align-items:end}.soundscape-popup-content{position:relative;padding:6px;width:100%;height:100%;max-width:380px;background:#000;display:flex;flex-direction:column;align-items:center;border:#FFFFFF 3px solid;border-radius:6px;margin-bottom:20px}.soundscape-close-button{width:30px;margin:6px 0;background:transparent}.soundscape-close-button span{font-size:32px}.soundscape-track-list{width:100%;display:flex;flex-direction:column;gap:12px}.soundscape-item-controls{width:100%;padding:24px 8px;display:flex;flex-direction:row;justify-content:space-between;font-size:20px}.soundscape-item-control-buttons{margin-top:2px}.soundscape-item-play{margin-right:14px}.soundscape-item-icon-heart.liked{color:#d62b2b}.temp-div{top:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:150px;background-color:red}.temp-button{width:130px;height:50px}.welcome-wizard{height:80%;width:100%;background:#000;display:flex;flex-direction:column;padding:16px;box-sizing:border-box}.welcome-wizard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.welcome-wizard-progress{display:inline-flex;gap:8px;align-items:center}.welcome-wizard-dot{width:8px;height:8px;border-radius:999px;background:#94a3b859}.welcome-wizard-dot.done{background:#c1f17959}.welcome-wizard-dot.active{background:#c1f179;box-shadow:0 0 12px #c1f17959}.welcome-wizard-skip{border:none;background:transparent;color:#9ca3af;font-size:12px;cursor:pointer}.welcome-wizard-content{flex:1;display:flex;align-items:center;justify-content:center}.welcome-wizard-card{width:100%;max-width:520px;border-radius:22px;padding:18px 16px;background:#1a1d158c;border:1px solid rgba(148,163,184,.18);box-shadow:0 10px 30px #00000059}.welcome-wizard-title{margin:0 0 10px;font-size:18px;font-weight:600;color:#fff}.welcome-wizard-body{margin:0;font-size:13px;line-height:1.5;color:#d1d5db}.welcome-wizard-footer{display:flex;gap:10px;margin-top:14px}.welcome-wizard-back,.welcome-wizard-next{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.25);padding:12px;font-size:13px;cursor:pointer}.welcome-wizard-back{background:#1a1d1540;color:#d1d5db}.welcome-wizard-back:disabled{opacity:.4;cursor:default}.welcome-wizard-next{background:#c1f179;color:#0b0b0b;border-color:transparent}.coachmark{position:fixed;z-index:9999;pointer-events:none}.coachmark-card{pointer-events:auto;width:min(280px,calc(100vw - 24px));background:#1a1d15eb;border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:12px 12px 10px;box-shadow:0 12px 30px #00000073}.coachmark-title{font-size:12px;font-weight:600;margin-bottom:6px}.coachmark-body{font-size:12px;color:#d1d5db;line-height:1.4}.coachmark-button{margin-top:10px;width:100%;border:none;border-radius:999px;padding:10px 12px;background:#c1f179;color:#0b0b0b;font-size:12px;cursor:pointer}.coachmark-arrow{width:12px;height:12px;background:#1a1d15eb;border-left:1px solid rgba(148,163,184,.22);border-top:1px solid rgba(148,163,184,.22);transform:translate(-50%) rotate(45deg);position:absolute;left:50%;top:-6px}
