@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#f4efe7;--bg-deep:#e4d7c6;--surface:#fffdfae0;--ink:#13202a;--muted:#5d6a73;--muted-strong:#445059;--line:#13202a1f;--accent:#1f4d5d;--accent-warm:#c97b45;--font-body:"Manrope", "Segoe UI", sans-serif;--font-display:"Fraunces", Georgia, serif;font:16px/1.5 var(--font-body);color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{min-width:320px;min-height:100svh;color:var(--ink);background:radial-gradient(circle at 0 0,#c97b4526,#0000 24%),radial-gradient(circle at 100% 0,#1f4d5d2e,#0000 26%),linear-gradient(#f7f2ea 0%,#efe5d7 100%);margin:0}body:before{content:"";pointer-events:none;background-image:linear-gradient(#13202a08 1px,#0000 1px),linear-gradient(90deg,#13202a08 1px,#0000 1px);background-size:36px 36px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#00000073,#0000 80%);mask-image:linear-gradient(#00000073,#0000 80%)}#root{min-height:100svh}a{color:inherit}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #1f4d5d66}h1,h2,h3,h4,p{margin:0}img{max-width:100%}:root{--bg:#0b0d10;--bg-2:#111418;--surface:#15191f;--surface-2:#1b2027;--line:#232934;--text:#f3f5f7;--text-dim:#9aa3af;--text-mute:#6b7280;--accent:#34d399;--accent-strong:#10b981;--accent-soft:#34d39924;--danger:#f87171;--warn:#fbbf24;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--shadow-card:0 6px 24px #00000059;--max-width:480px;--tap:44px}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.45}button{color:inherit;cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}input,select,textarea{color:inherit;font-family:inherit}.app{background:0 0;justify-content:center;min-height:100%;display:flex}.frame{width:100%;max-width:var(--max-width);flex-direction:column;gap:18px;min-height:100vh;padding:16px 16px 78px;display:flex;position:relative}@media (width>=720px){.frame{padding:24px 24px 90px}}.topbar{justify-content:space-between;align-items:center;gap:12px;min-height:44px;display:flex}.topbar h1{letter-spacing:.1px;margin:0;font-size:17px;font-weight:600}.home-banner-wrap{margin:-16px -16px 0;position:relative;overflow:hidden}@media (width>=720px){.home-banner-wrap{margin:-24px -24px 0}}.home-banner{aspect-ratio:1700/323;object-fit:cover;object-position:left center;width:100%;display:block}.home-banner-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0b0d10 100%);height:65%;position:absolute;bottom:0;left:0;right:0}.home-banner-wrap{margin-bottom:-24px}.brand-banner-nav{z-index:2;pointer-events:none;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:12px}.brand-banner-nav .back-btn{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0d10ad;border-color:#ffffff24;box-shadow:0 12px 28px #00000057}.brand-banner-nav .back-btn:hover{background:#15191fe6}.plat-search-bar{align-items:center;gap:8px;display:flex}.plat-search-bar .search{flex:1}.view-toggle{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-shrink:0;gap:2px;padding:3px;display:flex}.view-toggle button{width:30px;height:30px;color:var(--text-mute);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.view-toggle button.active{background:var(--surface-2);color:var(--accent)}.icon-btn{background:var(--surface);border:1px solid var(--line);width:40px;height:40px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:inline-flex}.icon-btn:hover{background:var(--surface-2)}.icon-btn:active{transform:scale(.96)}.zoomable-image{cursor:zoom-in}.zoomable-image:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.image-lightbox{z-index:80;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.image-lightbox-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05080cd1;position:absolute;inset:0}.image-lightbox-panel{z-index:1;background:#111418f5;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;gap:10px;width:min(100%,920px);max-height:calc(100vh - 36px);padding:18px 18px 14px;display:flex;position:relative;box-shadow:0 24px 80px #00000073}.image-lightbox-stage{position:relative}.image-lightbox-close{width:36px;height:36px;color:var(--text);background:#00000085;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:12px;right:12px}.image-lightbox-gallery-dots{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05080c99;border-radius:999px;gap:6px;padding:6px 10px;display:inline-flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.image-lightbox-gallery-dot{cursor:pointer;background:#ffffff6b;border:0;border-radius:999px;width:9px;height:9px;padding:0}.image-lightbox-gallery-dot.active{background:#fff}.image-lightbox-nav{z-index:2;color:#fff;cursor:pointer;background:#05080c9e;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.image-lightbox-nav.prev{left:12px}.image-lightbox-nav.next{right:12px}.image-lightbox-image{object-fit:contain;touch-action:pan-y;background:#0b0d10;border-radius:16px;width:100%;max-height:calc(100vh - 130px)}.image-lightbox-caption{color:var(--text-dim);text-align:center;margin:0;font-size:13px}.item-actions{z-index:5;flex:none;position:relative}.item-actions.overlay{position:absolute;top:8px;right:8px}.item-actions.inline{margin-left:2px}.item-actions-trigger{border-radius:999px;justify-content:center;align-items:center;transition:background .15s,transform .15s,color .15s;display:inline-flex}.item-actions-trigger:active{transform:scale(.96)}.item-actions.overlay .item-actions-trigger{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#00000094;border:1px solid #ffffff14;width:24px;height:24px}.item-actions.inline .item-actions-trigger{background:var(--surface-2);border:1px solid var(--line);width:28px;height:28px;color:var(--text-dim)}.item-actions.header .item-actions-trigger{background:var(--surface);border:1px solid var(--line);width:40px;height:40px;color:var(--text)}.item-actions-menu{background:var(--surface-2);border:1px solid var(--line);z-index:12;border-radius:12px;flex-direction:column;gap:4px;min-width:176px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 32px #00000047}.item-actions-menu button{height:34px;color:var(--text);text-align:left;border-radius:8px;align-items:center;gap:8px;width:100%;padding:0 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.item-actions-menu button:hover{background:var(--surface)}.item-actions-menu button.danger{color:#fca5a5}.item-actions-menu button.danger:hover{background:#f871711f}.back-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.back-btn{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--text);border-radius:14px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 20px #00000038}.back-btn:hover{background:var(--surface-2);border-color:#ffffff1a}.back-btn:active{transform:scale(.96)}.page-title{margin:4px 0 0;font-size:22px;font-weight:700}.page-sub{color:var(--text-dim);margin:0;font-size:13px}.page-stack-lg,.page-stack-md,.page-stack-sm,.page-stack-none{flex-direction:column;display:flex}.page-stack-lg{gap:18px}.page-stack-md{gap:16px}.swipe-shell-fill{flex:auto;min-height:100%}.brand-swipe-shell,.platform-swipe-shell{--swipe-offset-x:0px;--swipe-opacity:1;touch-action:pan-y;transform:translate3d(var(--swipe-offset-x), 0, 0);opacity:var(--swipe-opacity);will-change:transform, opacity;transition:transform .18s,opacity .18s}.brand-swipe-shell.swipe-dragging,.platform-swipe-shell.swipe-dragging{transition:none}.page-stack-sm{gap:14px}.page-stack-none{gap:0}.topbar-spacer{flex:none;width:40px}.detail-topbar-title{text-overflow:ellipsis;white-space:nowrap;max-width:55%;font-size:15px;overflow:hidden}.section-title{justify-content:space-between;align-items:center;margin:0;font-size:15px;font-weight:600;display:flex}.section-title .more{color:var(--text-dim);font-size:13px;font-weight:500}.section-meta{color:var(--text-dim);margin:-6px 0 0;font-size:12px}.section-stack{flex-direction:column;gap:10px;display:flex}.section-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.section-kicker{color:var(--text-dim);font-size:12px}.stat-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);flex-direction:column;gap:6px;min-height:110px;padding:14px 12px;display:flex;position:relative;overflow:hidden}.stat.accent{box-shadow:inset 0 0 0 1px #34d39940, var(--shadow-card);border-color:#34d39973}.stat .ico{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.stat .val{letter-spacing:-.5px;font-size:26px;font-weight:700;line-height:1.05}.stat .lbl{color:var(--text-dim);font-size:12px}.sales-stat-row{gap:8px}.sales-stat-row .stat{gap:2px;min-height:68px;padding:7px 11px}.sales-stat-row .stat .val{font-size:18px;line-height:1}.sales-stat-row .stat .lbl{font-size:10px}.sales-topbar-badge{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--text);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.brand-list{gap:10px}.brand-logo-wrap{overflow:hidden}.row .thumb.brand-logo-wrap{background:var(--surface);border:1px solid var(--line);box-shadow:none}.row .thumb.brand-logo-wrap img,.row.collection-row .thumb.brand-logo-wrap img{object-fit:cover;width:100%;height:100%}.brand-logo{display:block}.brand-row-body{align-items:center}.brand-content{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.brand-header{justify-content:space-between;align-items:center;display:flex}.brand-name{color:var(--text);font-size:14px;font-weight:600}.brand-pct{color:var(--accent);font-size:14px;font-weight:700}.brand-bar{background:var(--line);border-radius:999px;height:4px;overflow:hidden}.brand-progress,.kind-progress,.prog-progress{appearance:none;background:0 0;border:0;width:100%;height:100%;display:block}.brand-progress::-webkit-progress-bar{background:0 0}.kind-progress::-webkit-progress-bar{background:0 0}.prog-progress::-webkit-progress-bar{background:0 0}.brand-progress::-webkit-progress-value{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.kind-progress::-webkit-progress-value{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.prog-progress::-webkit-progress-value{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.brand-progress::-moz-progress-bar{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.kind-progress::-moz-progress-bar{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.prog-progress::-moz-progress-bar{background:linear-gradient(90deg, var(--accent-strong), var(--accent));border-radius:999px}.console-strip{scroll-snap-type:x mandatory;gap:14px;padding:4px 2px 8px;display:flex;overflow-x:auto}.console-strip::-webkit-scrollbar{display:none}.console-tile{scroll-snap-align:start;flex-direction:column;flex:none;align-items:center;gap:8px;width:78px;display:flex}.console-tile .badge-img{background:var(--surface);border:1px solid var(--line);width:64px;height:64px;color:var(--accent);letter-spacing:.5px;border-radius:16px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:relative}.console-tile .badge-img .count{background:var(--accent);color:#062014;border:2px solid var(--bg);border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;bottom:-6px;right:-6px}.console-tile .name{color:var(--text-dim);text-align:center;max-width:78px;font-size:12px;line-height:1.2}.grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.grid-3 .game-card .cover{aspect-ratio:1}.grid-3 .game-card .meta{padding:5px 7px 7px}.grid-3 .game-card .meta .t{font-size:11px}.grid-3 .game-card .meta .s{font-size:10px}.game-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);flex-direction:column;transition:transform .15s,border-color .15s;display:flex;position:relative;overflow:visible}.game-card:hover{border-color:#34d39966;transform:translateY(-2px)}.game-card:focus-within{z-index:8}.game-card .cover{aspect-ratio:4/3;width:100%;color:var(--text-dim);border-radius:calc(var(--radius-md) - 1px) calc(var(--radius-md) - 1px) 0 0;background:#fff;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.game-card .cover img{object-fit:cover;width:100%;height:100%}.game-card .meta{padding:8px 10px 10px}.game-card .meta .t{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 2px;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.game-card .meta .s{color:var(--text-dim);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;display:-webkit-box;overflow:hidden}.game-card .status-dot{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:22px;height:22px;color:var(--accent);background:#0000008c;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:38px}.game-card .status-dot.missing{color:var(--warn)}.game-card .value-badge{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#f8fafc;white-space:nowrap;background:#070a0eb8;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;max-width:calc(100% - 48px);min-height:18px;padding:0 6px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:6px;left:6px}.game-card .qty-badge{background:var(--accent);color:#0d2018;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:6px;right:6px}.game-card.missing .cover{filter:grayscale(.6)brightness(.55)}.grid-3 .game-card .value-badge{max-width:calc(100% - 42px);min-height:17px;padding:0 5px;font-size:9px;top:5px;left:5px}.kind-tabs{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.kind-tab{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;align-items:flex-start;gap:4px;padding:8px 10px 7px;transition:border-color .15s,background .15s;display:flex}.kt-head{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.kind-tab.active{background:#34d3990f;border-color:#34d39980}.kt-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:500}.kt-count{color:var(--text);font-size:15px;font-weight:700;line-height:1}.kind-tab.active .kt-count{color:var(--accent)}.kt-bar{align-items:center;gap:6px;width:100%;display:flex}.kt-pct{color:var(--text-mute);white-space:nowrap;flex-shrink:0;font-size:10px;font-weight:600;line-height:1}.kind-tab.active .kt-pct{color:var(--accent)}.kt-bar .kind-progress{background:var(--line);border-radius:999px;flex:1;height:3px;overflow:hidden}.prog-row{align-items:center;gap:6px;margin:3px 0 2px;display:flex}.prog-mini{background:var(--line);border-radius:999px;flex:1;height:3px;overflow:hidden}.prog-pct{color:var(--accent);text-align:right;min-width:28px;font-size:10px;font-weight:600}.detail-body{flex-direction:column;gap:10px;padding:12px;display:flex}.detail-hero-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);overflow:hidden}.detail-cover-full{aspect-ratio:16/8;background:var(--bg);width:100%;position:relative;overflow:hidden}.detail-cover-full img{object-fit:contain;width:100%;height:100%;display:block}.detail-cover-gallery{width:100%;height:100%}.detail-cover-image{object-fit:contain;width:100%;height:100%}.zoomable-gallery{width:100%;height:100%;position:relative}.zoomable-gallery .zoomable-image{object-fit:contain;width:100%;height:100%;display:block}.zoomable-gallery-dots{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#0f172a70;border-radius:999px;gap:6px;padding:6px 10px;display:inline-flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.zoomable-gallery-dot{cursor:pointer;background:#ffffff73;border:0;border-radius:999px;width:9px;height:9px;padding:0}.zoomable-gallery-dot.active{background:#fff}.zoomable-gallery-controls{pointer-events:none;justify-content:space-between;align-items:center;padding:0 10px;display:flex;position:absolute;inset:0}.zoomable-gallery-nav{color:#fff;pointer-events:auto;cursor:pointer;background:#0f172a70;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.detail-cover-empty{width:100%;height:100%;color:var(--text-mute);background:var(--surface-2);justify-content:center;align-items:center;display:flex}.detail-status-overlay{background:var(--accent);color:#0d2018;letter-spacing:.01em;border-radius:999px;align-items:center;gap:5px;padding:5px 11px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:14px;right:14px}.detail-status-overlay svg{flex:none}.detail-status-text{line-height:1}.detail-status-overlay.missing{background:var(--text-mute);color:var(--bg)}@media (width<=720px){.detail-status-overlay.owned{border-radius:999px;justify-content:center;gap:0;width:30px;min-width:30px;height:30px;padding:0}.detail-status-overlay.owned .detail-status-text{display:none}}.detail-hero-body{border-top:1px solid var(--line);align-items:flex-start;gap:10px;padding:10px 12px 12px;display:flex}.detail-hero-title{flex:1;min-width:0}.detail-hero-title h2{color:var(--text);margin:0 0 2px;font-size:16px;font-weight:700}.detail-sub{color:var(--text-dim);margin:0;font-size:12px}.detail-badges{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.detail-badges .pill{background:var(--surface-2);color:var(--text-dim);border:1px solid var(--line)}.detail-badges .pill.muted{background:var(--bg-2);color:var(--text-mute);border:1px solid var(--line)}.detail-marktwert-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;flex-shrink:0;gap:4px;min-width:100px;padding:8px 11px;display:flex}.detail-marktwert-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-mute);font-size:9px;font-weight:700}.detail-marktwert-row{align-items:center;gap:5px;display:flex}.detail-marktwert-value{color:var(--text);font-size:15px;font-weight:700;line-height:1}.detail-marktwert-icon{color:var(--accent);flex-shrink:0}.detail-commerce-grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius-md);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.detail-commerce-cell{background:var(--surface);flex-direction:column;gap:3px;min-width:0;padding:9px 11px;display:flex}.detail-commerce-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute);font-size:9px}.detail-commerce-value{color:var(--text);overflow-wrap:anywhere;font-size:13px;font-weight:600}.detail-game-media{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.detail-game-media-body{flex-direction:column;gap:10px;padding:12px;display:flex}.detail-game-media-buttons{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;display:grid}.detail-game-media-button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-2);min-width:0;color:var(--text);text-align:left;align-items:center;padding:12px 14px;display:flex}.detail-game-media-button.active{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 24%, transparent)}.detail-game-media-button-row{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.detail-game-media-button-label{font-size:14px;font-weight:700}.detail-game-media-button-price{color:var(--text-dim);flex-shrink:0;font-size:14px;font-weight:700}.detail-game-media-panel{grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);align-items:stretch;gap:10px;display:grid}.detail-game-media-preview{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-2);min-height:180px;overflow:hidden}.detail-game-media-preview img{object-fit:contain;width:100%;height:100%;display:block}.detail-game-media-gallery{width:100%;height:100%;min-height:180px}.detail-game-media-image{object-fit:contain;width:100%;height:100%}.detail-game-media-preview-empty{width:100%;height:100%;min-height:180px;color:var(--text-mute);justify-content:center;align-items:center;display:flex}.detail-game-media-meta{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-2);flex-direction:column;justify-content:center;gap:10px;padding:14px;display:flex}.detail-game-media-meta-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.detail-game-media-meta h3{color:var(--text);margin:0;font-size:16px}.detail-game-media-meta-copy{color:var(--text-dim);margin:0;font-size:12px}.detail-game-media-meta-price{color:var(--text);flex-shrink:0;font-size:26px;line-height:1}.detail-game-media-source-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.detail-game-media-source-row span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute);font-size:11px}.detail-game-media-source-row .inline-link{font-size:14px;font-weight:700}@media (width<=720px){.detail-game-media-panel{grid-template-columns:1fr}}.detail-sections-two-col{grid-template-columns:1fr 1fr;align-items:stretch;gap:8px;display:grid}.detail-section{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.detail-section-heading{background:var(--surface-2);align-items:center;gap:8px;padding:9px 11px;display:flex}.detail-section-title-wrap{align-items:center;gap:8px;min-width:0;display:inline-flex}.detail-section-icon{width:26px;height:26px;color:var(--accent);background:var(--accent-soft);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.detail-section-title-text{color:var(--text);font-size:13px;font-weight:600}.detail-section-summary-meta{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.detail-section-count{color:var(--text-mute);background:var(--bg-2);border:1px solid var(--line);border-radius:999px;padding:1px 7px;font-size:10px;font-weight:600}.detail-section-chevron{color:var(--text-mute);transition:transform .16s}.detail-section[open] .detail-section-chevron{transform:rotate(180deg)}.detail-list{background:var(--line);padding:0 1px 1px}.detail-list-grid{grid-template-columns:1fr;gap:1px;display:grid}.detail-row{background:var(--surface);flex-direction:column;gap:2px;min-width:0;padding:7px 10px;display:flex}.detail-row-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-mute);font-size:10px}.detail-row-value{color:var(--text);word-break:break-word;font-size:12px;font-weight:500}.detail-notes{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.detail-notes-text{color:var(--text);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:14px;line-height:1.6}.detail-notes.detail-notes-card{padding:0}.detail-notes-card .detail-section-heading{cursor:default;border-bottom:1px solid var(--line)}.detail-notes-card .detail-notes-text{padding:13px 14px}.recent-strip{scroll-snap-type:x mandatory;gap:10px;padding:2px 2px 8px;display:flex;overflow-x:auto}.recent-strip-draggable{cursor:grab;margin-top:10px}.recent-strip::-webkit-scrollbar{display:none}.recent-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);scroll-snap-align:start;flex:none;width:100px;position:relative;overflow:visible}.recent-card:focus-within{z-index:8}.recent-card .item-actions.overlay{top:6px;right:6px}.recent-card .r-cover{width:100%;height:72px;color:var(--text-dim);background:#fff;justify-content:center;align-items:center;display:flex;overflow:hidden}.recent-card .r-cover img{object-fit:cover;width:100%;height:100%}.recent-card .r-meta{padding:6px 8px 8px}.recent-card .r-meta .t{text-overflow:ellipsis;white-space:nowrap;color:var(--text);margin:0;font-size:11px;font-weight:600;overflow:hidden}.recent-card .r-meta .s{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:10px;overflow:hidden}.search{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);height:42px;color:var(--text-dim);align-items:center;gap:8px;padding:0 12px;display:flex}.search input{height:100%;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.search input::placeholder{color:var(--text-mute)}.sales-page .search{height:40px;padding:0 11px}.search-clear{width:24px;height:24px;color:var(--text-dim);border-radius:999px;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .15s;display:inline-flex}.search-clear:hover{color:var(--text);background:#ffffff0f}.search-clear:active{transform:scale(.96)}.home-search-shell{z-index:14;position:relative}.search-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;display:grid}.search-toolbar>.search{min-width:0}.search-scope{flex:none;align-items:stretch;min-width:max-content;display:flex;position:relative}.scope-btn{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);height:42px;color:var(--text);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.scope-btn:hover,.scope-btn.open{background:var(--surface-2);border-color:#34d39980}.scope-btn svg{color:var(--text-dim);flex:none;transition:transform .18s}.scope-btn.open svg{transform:rotate(180deg)}.scope-dropdown{z-index:20;background:#11141afa;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:2px;min-width:130px;padding:6px;animation:.14s scope-dropdown-in;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #00000080}.scope-option{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:13px;transition:background .12s;display:flex}.scope-option:hover{background:var(--surface-2)}.scope-option.active{color:var(--accent);font-weight:600}.scope-option.active:hover{background:#34d3991a}@keyframes scope-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-dropdown{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-md);z-index:16;max-height:min(56vh,420px);padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 18px 42px #00000052}.search-dropdown::-webkit-scrollbar{width:10px}.search-dropdown::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.search-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(#34d3998f,#10b981c7);border:2px solid #1b2027e6;border-radius:999px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4adeabb3,#10b981e6)}.quick-search-list{flex-direction:column;gap:4px;display:flex}.quick-search-row{background:0 0;border:0;border-radius:12px;padding:10px 12px}.quick-search-row:hover{background:#ffffff0a}.search-empty{color:var(--text-dim);padding:12px 14px;font-size:13px}.search-hit-badge{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;min-width:78px;height:28px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.search-hit-badge.owned{color:var(--accent);background:#34d39924}.search-hit-badge.wishlist{color:var(--warn);background:#fbbf2424}.search-hit-badge.missing{color:#cbd5e1;background:#94a3b824}@media (width<=420px){.search-toolbar{gap:8px}.scope-btn{padding:0 10px;font-size:12px}}.tabs{background:var(--surface);border:1px solid var(--line);border-radius:999px;justify-content:space-between;gap:4px;width:100%;padding:4px;display:inline-flex}.tabs button{height:34px;color:var(--text-dim);white-space:nowrap;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 8px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.tabs button.active{color:#0b0d10;background:#fff;font-weight:600}.view-tabs{margin-top:-2px}.tab-count{color:currentColor;opacity:.72;font-size:11px;font-weight:600}.tabs button.active .tab-count{opacity:1}.list{flex-direction:column;gap:10px;display:flex}.list-top{margin-top:10px}.row{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);align-items:center;gap:12px;padding:10px 12px;display:flex}.row.collection-row{background:0 0;border:0;align-items:stretch;gap:0;padding:0}.row.collection-row .thumb{z-index:1;border-radius:16px;align-self:stretch;width:62px;height:auto;min-height:70px;position:relative}.row.collection-row .thumb.plat-thumb{box-shadow:inset 0 0 0 1px #0f172a0f}.row.collection-row .thumb.plat-thumb img{width:76%;height:76%}.row.collection-row .thumb.brand-logo-wrap img{object-fit:cover;width:100%;height:100%}.row.collection-row .row-body{background:var(--surface);border:1px solid var(--line);border-radius:0 var(--radius-md) var(--radius-md) 0;border-left:0;flex:1;align-items:center;gap:12px;min-width:0;min-height:70px;margin-left:-10px;padding:8px 12px 8px 18px;display:flex}.row.collection-row .row-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.row.collection-row .row-pct{color:var(--accent);white-space:nowrap;font-size:10px;font-weight:600;line-height:1}.row.collection-row .info .t{font-size:13px}.row.collection-row .prog-mini{width:100%;height:4px}.row .thumb{width:54px;height:54px;color:var(--text-dim);background:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.row .thumb.plat-thumb{border-radius:12px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a14}.surface-light{background:#fff}.tone-accent{color:var(--accent)}.tone-muted{color:var(--text-mute)}.row .thumb.plat-thumb img{object-fit:contain;width:88%;height:88%}.row .thumb.plat-thumb.wide{width:74px;padding:0 6px}.row .thumb.plat-thumb.wide img{width:100%;height:76%}.row .thumb.plat-thumb.platform-art-wrap,.row.collection-row .thumb.plat-thumb.platform-art-wrap{background:var(--surface);border:1px solid var(--line);box-shadow:none;overflow:hidden}.row .thumb.plat-thumb.platform-art-wrap img,.row.collection-row .thumb.plat-thumb.platform-art-wrap img,.row .thumb img{object-fit:cover;width:100%;height:100%}.list-item-img{width:auto;min-width:32px;max-width:56px;height:42px;color:var(--text-mute);background:var(--surface-2);border-radius:6px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.list-item-img img{object-fit:cover;border-radius:6px;width:auto;height:100%;display:block}.plat-header-logo{border-radius:8px;justify-content:center;align-items:center;max-width:min(52vw,220px);height:32px;padding:0 12px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a0f}.plat-header-logo.wide{padding:0 14px}.plat-header-logo img{object-fit:contain;width:auto;max-width:100%;height:22px}.row .info{flex:1;min-width:0}.row .info .t{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:600;overflow:hidden}.row .info .s{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;overflow:hidden}.row .price{font-size:13px;font-weight:600}.sales-record-row{align-items:center}.sales-record-row .info{min-width:0}.sales-page .list{gap:8px}.sales-grid{gap:10px}.sales-card{overflow:hidden}.sales-card.sold{border-color:#34d39942}.sales-card .cover{aspect-ratio:1;background:linear-gradient(#12181ff5,#0b1014fa)}.sales-card .cover img{object-fit:cover}.sales-card .meta .s{-webkit-line-clamp:2;white-space:normal}.sales-card-state{z-index:1;color:var(--text);letter-spacing:.04em;text-transform:uppercase;background:#080f14bd;border:1px solid #ffffff14;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.sales-card-state.sold{color:#a8f5db;background:#174738e6;border-color:#5ef0c047}.sales-card-state.active{color:#f2f5f7}.sales-page .sales-record-row{padding-top:8px;padding-bottom:8px}.sales-record-row.sold{border-color:#34d39933}.sales-record-values{flex-direction:column;flex:none;align-items:flex-end;gap:3px;display:flex}.sales-record-primary{font-size:13px;font-weight:700}.sales-record-secondary{color:var(--text-dim);white-space:nowrap;font-size:11px}.pill{letter-spacing:.2px;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.pill.owned{background:var(--accent-soft);color:var(--accent)}.pill.missing{color:var(--warn);background:#fbbf2429}.pill.sold{color:#cbd5e1;background:#94a3b829}.pill.solid{background:var(--accent);color:#062014}.app-menu{position:relative}.app-menu-popover{min-width:176px;left:0;right:auto}.bottom-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:30;padding-bottom:env(safe-area-inset-bottom);background:#0c0e12eb;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav .inner{width:100%;max-width:var(--max-width);grid-template-columns:repeat(5,1fr);align-items:center;padding:3px 2px 4px;display:grid}.bottom-nav .nav-add-btn{color:var(--bg);background:var(--accent);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto;padding:0;font-size:0;transition:background .15s,transform .1s;display:flex;transform:translateY(-6px)}.bottom-nav .nav-add-btn svg{width:20px;height:20px}.bottom-nav .nav-add-btn:hover,.bottom-nav .nav-add-btn:active{background:#2ec28a;transform:translateY(-6px)scale(1.08)}.bottom-nav .nav-add-btn.active{color:var(--bg);background:var(--accent);box-shadow:0 0 0 3px #34d39938}.bottom-nav a,.bottom-nav button{color:var(--text-mute);width:100%;font-size:9px;line-height:1;font:inherit;background:0 0;border:0;flex-direction:column;align-items:center;gap:1px;padding:1px 0;transition:color .15s;display:flex}.bottom-nav a svg,.bottom-nav button svg{width:13px;height:13px}.bottom-nav button{cursor:pointer}.bottom-nav a.active,.bottom-nav button.active{color:var(--accent)}.bottom-nav-sheet-backdrop{z-index:31;background:0 0;border:0;position:fixed;inset:0}.bottom-nav-sheet{left:50%;bottom:calc(env(safe-area-inset-bottom) + 76px);width:calc(100vw - 24px);max-width:calc(var(--max-width) - 24px);z-index:32;background:#11141afa;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:12px;padding:14px;animation:.18s bottom-nav-sheet-in;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 20px 44px #0000008c}.bottom-nav-sheet-head{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.bottom-nav-sheet-title{letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);font-size:13px;font-weight:600}.bottom-nav-sheet-close{background:var(--surface-2);border:1px solid var(--line);width:28px;height:28px;color:var(--text-dim);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.bottom-nav-sheet-close:hover{background:var(--line);color:var(--text)}.bottom-nav-sheet-list{flex-direction:column;gap:8px;display:flex}.bottom-nav-sheet-action{background:var(--surface);border:1px solid var(--line);min-height:54px;color:var(--text);text-align:left;border-radius:16px;align-items:center;gap:12px;padding:0 14px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:flex}.bottom-nav-sheet-action svg{width:16px;height:16px;color:var(--accent);flex:none}.bottom-nav-sheet-action:hover{background:var(--surface-2);border-color:#34d39938}.bottom-nav-sheet-action:active{transform:scale(.98)}.bottom-nav-sheet-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.bottom-nav-sheet-tile.all{background:var(--surface);height:48px;color:var(--accent);cursor:pointer;border:1px solid #34d39940;border-radius:14px;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:flex}.bottom-nav-sheet-tile.all:hover{background:#34d39914;border-color:#34d39980}.bottom-nav-sheet-tile.all:active{transform:scale(.98)}.bottom-nav-sheet-tile.brand{background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:14px;align-items:flex-end;height:80px;padding:0;transition:border-color .15s,transform .12s;display:flex;position:relative;overflow:hidden}.bottom-nav-sheet-tile.brand:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#000000b3);height:55%;position:absolute;bottom:0;left:0;right:0}.bottom-nav-sheet-tile.brand img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bottom-nav-sheet-tile.brand span{z-index:2;color:#fff;text-shadow:0 1px 4px #000c;padding:6px 8px;font-size:11px;font-weight:700;line-height:1;position:relative}.bottom-nav-sheet-tile.brand:hover{border-color:#34d39966;transform:scale(1.02)}.bottom-nav-sheet-tile.brand:active{transform:scale(.98)}@keyframes bottom-nav-sheet-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.form{flex-direction:column;gap:12px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--text-dim);font-size:12px;font-weight:500}.form-note{color:var(--text-dim);margin:0;font-size:12px;line-height:1.45}.form-note.warn{color:var(--warn)}.field input,.field select,.field textarea{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;width:100%;padding:11px 12px;font-size:14px;transition:border-color .15s}.field textarea{resize:vertical;min-height:90px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lookup-panel{border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--line);flex-direction:column;gap:12px;padding:14px;display:flex}.lookup-heading{flex-direction:column;gap:4px;display:flex}.lookup-title{color:var(--text);margin:0;font-size:14px;font-weight:700}.lookup-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.lookup-field{min-width:0}.lookup-results{flex-direction:column;gap:14px;display:flex}.lookup-section{flex-direction:column;gap:10px;display:flex}.lookup-section-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.lookup-result-list{flex-direction:column;gap:10px;display:flex}.lookup-card{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);flex-direction:column;gap:10px;padding:12px;display:flex}.lookup-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.lookup-card-title{margin:0;font-size:14px;font-weight:600}.lookup-card-meta{color:var(--text-dim);margin:2px 0 0;font-size:12px}.lookup-badge{border:1px solid var(--line);min-height:26px;color:var(--text-dim);white-space:nowrap;background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.lookup-badge.high{color:var(--accent);background:#34d39914;border-color:#34d39959}.lookup-badge.medium{color:#facc15;background:#facc1514;border-color:#facc1559}.lookup-badge.low{color:var(--text-dim)}.lookup-market-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.lookup-stat{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--line);flex-direction:column;gap:4px;padding:10px;display:flex}.lookup-stat span{text-transform:uppercase;letter-spacing:.04em;color:var(--text-mute);font-size:11px}.lookup-stat strong{color:var(--text);font-size:13px}.lookup-note-list{flex-direction:column;gap:6px;display:flex}.lookup-listings{flex-direction:column;gap:8px;display:flex}.lookup-listing-row{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--line);color:var(--text);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.lookup-listing-row:hover{border-color:#34d39959}.lookup-action-row,.lookup-link-row{flex-wrap:wrap;gap:8px;display:flex}.inline-link{color:var(--accent);font-weight:600}.btn{border-radius:var(--radius-sm);background:var(--accent);color:#062014;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 18px;font-size:14px;font-weight:600;transition:filter .15s,transform .15s;display:inline-flex}.btn:hover{filter:brightness(1.05)}.btn:active{transform:scale(.98)}.btn.ghost{background:var(--surface);color:var(--text);border:1px solid var(--line)}.btn.small{height:36px;padding:0 14px;font-size:13px}.btn.danger{color:var(--danger);background:0 0;border:1px solid #f8717166}.btn-row{gap:10px;margin-top:4px;display:flex}.photo-pick{align-items:flex-start;gap:12px;display:flex}.photo-preview-grid{grid-template-columns:repeat(2,minmax(0,72px));gap:8px;display:grid}.photo-pick-meta{flex-direction:column;gap:8px;display:flex}.photo-pick .preview{border:1px dashed var(--line);width:72px;height:72px;color:var(--text-mute);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.photo-pick .preview-button{cursor:pointer}.photo-select-btn{align-self:flex-start}.preview-main-badge{color:#fff;background:#0f172ac2;border-radius:999px;padding:3px 6px;font-size:10px;font-weight:700;position:absolute;bottom:6px;left:6px}.input-hidden{display:none}.photo-hint{color:var(--text-dim);font-size:12px}.photo-pick .preview img{object-fit:cover;width:100%;height:100%}@media (width<=560px){.field-row,.lookup-controls,.lookup-market-grid{grid-template-columns:1fr}.photo-pick{flex-direction:column}.photo-preview-grid{grid-template-columns:repeat(3,minmax(0,72px))}.image-lightbox{padding:12px}.image-lightbox-panel{border-radius:18px;padding:14px 14px 12px}.image-lightbox-nav{width:34px;height:34px}.zoomable-gallery-controls{padding:0 6px}.zoomable-gallery-nav{width:30px;height:30px}.image-lightbox-image{max-height:calc(100vh - 110px)}.detail-section-heading{padding:12px 13px}.section-head,.sales-record-row{flex-direction:column;align-items:flex-start}.sales-record-values{align-items:flex-start}.lookup-controls .btn{width:100%}.lookup-card-head,.lookup-section-head,.lookup-listing-row{flex-direction:column;align-items:flex-start}}.empty{background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius-md);text-align:center;color:var(--text-dim);flex-direction:column;align-items:center;gap:10px;padding:24px 18px;font-size:13px;display:flex}.empty-text{margin:0}.sales-page .empty{gap:6px;padding:16px 14px}.sales-page .empty .btn.small{height:34px}.empty .mark{background:var(--surface-2);width:44px;height:44px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.error{color:#fecaca;border-radius:var(--radius-sm);background:#f8717114;border:1px solid #f8717159;padding:10px 14px;font-size:13px}.toast{background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-sm);border:1px solid #34d39959;padding:10px 14px;font-size:13px}.update-banner{z-index:20;border-radius:var(--radius-md);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#15191ff5;border:1px solid #34d39966;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:12px;display:grid;position:sticky;top:12px}.update-banner-text{gap:2px;min-width:0;display:grid}.update-banner-text strong{font-size:13px;line-height:1.2}.update-banner-text span{color:var(--text-dim);font-size:12px}.update-banner .icon-btn{width:36px;height:36px}@media (width<=420px){.update-banner{grid-template-columns:1fr auto}.update-banner .btn{order:3;grid-column:1/-1}}.fade-up{animation:.25s both fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.spinner{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:70vh;color:var(--text-dim);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.frame-auth{gap:0;max-width:none;padding:0}.launch-shell{width:100%;min-height:100svh;box-shadow:none;background:radial-gradient(circle at 0 0,#5ef0c02e,#0000 30%),radial-gradient(circle at 100% 100%,#d8a15b33,#0000 36%),linear-gradient(160deg,#071218fa,#0a171df5);border:none;border-radius:0;justify-content:center;align-items:center;padding:28px 22px;display:flex;position:relative;overflow:hidden}.launch-aurora,.launch-grid,.launch-scanline{pointer-events:none;position:absolute}.launch-aurora{filter:blur(18px);opacity:.58;border-radius:50%;width:320px;height:320px;animation:14s ease-in-out infinite launch-float}.launch-aurora-a{background:radial-gradient(circle,#5ef0c080 0%,#5ef0c000 72%);top:-96px;left:-84px}.launch-aurora-b{background:radial-gradient(circle,#d8a15b6b 0%,#d8a15b00 72%);animation-delay:-5s;bottom:-110px;right:-92px}.launch-grid{opacity:.12;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:38px 38px;inset:0;-webkit-mask-image:radial-gradient(circle,#000000e6,#0000 76%);mask-image:radial-gradient(circle,#000000e6,#0000 76%)}.launch-scanline{opacity:.45;background:linear-gradient(#0000,#5ef0c01a,#0000);height:160px;animation:7s linear infinite launch-sweep;bottom:18%;left:-10%;right:-10%;transform:rotate(-8deg)}.launch-panel,.auth-card{z-index:1;position:relative}.launch-panel{justify-items:center;gap:18px;max-width:340px;display:grid}.brand-lockup{align-items:center;gap:16px;width:100%;display:flex}.brand-lockup-launch{text-align:left;justify-content:center}.brand-lockup-auth{justify-content:flex-start}.brand-mark{flex-shrink:0;display:block;position:relative}.brand-mark-launch{width:92px;height:92px}.brand-mark-auth{width:68px;height:68px}.launch-logo,.auth-logo{z-index:1;object-fit:contain;width:100%;height:100%;display:block;position:relative}.launch-logo{animation:3.8s ease-in-out infinite launch-bob}.brand-copy{gap:4px;min-width:0;display:grid}.brand-copy h1{letter-spacing:-.04em;margin:0}.brand-copy-launch h1{font-size:clamp(28px,6.5vw,46px);line-height:.94}.launch-progress{background:#ffffff14;border:1px solid #ffffff14;border-radius:999px;width:180px;height:8px;padding:1px;overflow:hidden}.launch-progress span{border-radius:inherit;background:linear-gradient(90deg,#5ef0c0db,#d8a15beb,#5ef0c0db);width:42%;height:100%;animation:1.6s ease-in-out infinite launch-progress-slide;display:block}.auth-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080f14d6;border:1px solid #ffffff1a;border-radius:28px;gap:16px;width:min(100%,400px);padding:24px 22px 22px;display:grid;box-shadow:0 24px 70px #00000075}.auth-copy{text-align:left}.auth-copy h1{font-size:30px}.auth-copy p{color:var(--text-dim);margin:0;font-size:13px;line-height:1.4}.auth-form{gap:10px;display:grid}.auth-form label{color:var(--text-dim);font-size:12px;font-weight:600}.auth-form input{width:100%;height:48px;color:var(--text);background:#11181fd6;border:1px solid #ffffff1f;border-radius:14px;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s}.auth-form input:focus{border-color:#5ef0c099;box-shadow:0 0 0 3px #5ef0c01f}.auth-error,.auth-submit{width:100%}.auth-submit:disabled,.session-strip-btn:disabled{cursor:wait;opacity:.72}.session-fab{z-index:24;color:#f3f5f7f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0d10a3;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;top:22px;right:22px;box-shadow:0 12px 24px #00000042}.session-fab:focus-visible{outline-offset:2px;outline:2px solid #5ef0c0e6}.session-fab:hover{background:#11161dd1;border-color:#5ef0c038}.session-fab:active{transform:scale(.98)}.session-fab:disabled{cursor:wait;opacity:.72}.session-fab.offset-update{top:86px}.session-strip{border-radius:var(--radius-md);background:linear-gradient(135deg,#0b1016eb,#0d1c1feb);border:1px solid #5ef0c033;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex;box-shadow:0 14px 34px #0000003d}.session-strip-copy,.session-strip-btn{align-items:center;gap:7px;display:inline-flex}.session-strip-copy{color:var(--text);font-size:13px;font-weight:600}.session-strip-btn{height:36px;color:var(--text-dim);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.session-strip-btn:hover{color:var(--text);background:#ffffff14;border-color:#5ef0c03d}@keyframes launch-float{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(20px)scale(1.06)}}@keyframes launch-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes launch-sweep{0%{transform:translate(-6%)rotate(-8deg)}50%{transform:translate(5%,-6px)rotate(-8deg)}to{transform:translate(14%)rotate(-8deg)}}@keyframes launch-progress-slide{0%{transform:translate(-115%)}to{transform:translate(295%)}}@media (width<=560px){.frame-auth{padding:0}.session-fab{width:34px;height:34px;top:16px;right:16px}.session-fab.offset-update{top:78px}.launch-shell{border-radius:0;min-height:100svh;padding:22px 16px}.auth-card{border-radius:24px;padding:22px 18px 18px}.brand-lockup{gap:12px}.brand-mark-launch{width:78px;height:78px}.brand-mark-auth{width:58px;height:58px}.auth-copy h1{font-size:30px}.session-strip{flex-direction:column;align-items:stretch}.session-strip-btn{justify-content:center}}@media (prefers-reduced-motion:reduce){.launch-aurora,.launch-scanline,.launch-logo,.launch-logo-ring,.launch-progress span,.fade-up,.spinner{animation:none}}
