*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0f172a;--surface: #1e293b;--surface2: #334155;--text: #e2e8f0;--muted: #94a3b8;--neon: #22d3ee;--danger: #ef4444;--tier-common: #9ca3af;--tier-advanced: #4ade80;--tier-rare: #38bdf8;--tier-hero: #a78bfa;--tier-legend: #fbbf24;--tier-myth: #f43f5e}html,body{height:100%}body{background:#0f172a;color:#e2e8f0;font-family:Pretendard,Segoe UI,Apple SD Gothic Neo,sans-serif;-webkit-font-smoothing:antialiased;touch-action:manipulation;overflow-x:hidden}#root{height:100%}.page{min-height:100dvh;display:flex;flex-direction:column;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;text-align:center}.logo{font-size:clamp(2rem,10vw,3.2rem);letter-spacing:.28em;padding-left:.28em;font-weight:800}.tagline{color:#94a3b8;font-size:1rem}.auth{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:.5rem}.welcome{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;color:#e2e8f0}.avatar{width:32px;height:32px;border-radius:50%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:48px;padding:0 1.4rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.btn.google{margin-top:.75rem;background:#fff;color:#1f2937}.btn.google:active{transform:scale(.98)}.btn.ghost{background:transparent;color:#94a3b8;border:1px solid #334155;min-height:44px;font-size:.9rem}.status{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#cbd5e1;background:#1e293b;border-radius:999px;padding:.55rem 1.1rem}.dot{width:.6rem;height:.6rem;border-radius:50%}.dot.ok{background:#22c55e;box-shadow:0 0 8px #22c55e88}.dot.bad{background:#ef4444}.dot.wait{background:#eab308}.foot{padding:1rem;text-align:center;color:#475569;font-size:.8rem}.btn.play{margin-top:.25rem;background:#2563eb;color:#fff}.btn.play:active{transform:scale(.98)}.rank{width:100%;max-width:420px;margin-top:1.5rem}.rank-title{font-size:1rem;color:#cbd5e1;margin-bottom:.6rem}.rank-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.rank-list li{display:flex;align-items:center;gap:.6rem;background:#1e293b;border-radius:10px;padding:.5rem .8rem;font-size:.92rem}.rank-list li.me{outline:1px solid #2563eb}.rank-no{width:1.4rem;text-align:center;color:#94a3b8;font-weight:700}.avatar.sm{width:24px;height:24px}.avatar.ph{display:inline-block;background:#334155;border-radius:50%}.rank-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.rank-score{font-weight:700;color:#93c5fd}.my-rank{margin-top:.5rem;font-size:.85rem;color:#94a3b8;text-align:center}.game-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0b1120;display:flex;flex-direction:column}.game-dialog{flex:1;min-height:0;display:flex;flex-direction:column}.game-close{align-self:flex-end;margin:max(.5rem,env(safe-area-inset-top)) .75rem .25rem;min-height:44px;padding:0 1rem;background:#1e293b;color:#cbd5e1;border:none;border-radius:10px;font-size:.9rem;cursor:pointer}.game-frame{flex:1;width:100%;border:none}.app-shell{min-height:100dvh;background:var(--bg)}.side-nav{display:none}.app-content{width:100%;max-width:680px;min-height:100dvh;margin:0 auto;padding:env(safe-area-inset-top) max(1rem,env(safe-area-inset-right)) calc(84px + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.tab-bar{position:fixed;z-index:30;right:0;bottom:0;left:0;min-height:56px;display:grid;grid-template-columns:repeat(4,1fr);padding:.2rem max(.5rem,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(.5rem,env(safe-area-inset-left));background:#111c31f5;border-top:1px solid var(--surface2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.tab-link{min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;color:var(--muted);font-size:.75rem;text-decoration:none}.tab-link.active{color:var(--neon)}.tab-icon{font-size:1.2rem;line-height:1}.screen{width:100%;padding:1rem 0}.screen-header,.channel-header{min-height:52px;display:flex;align-items:center;margin-bottom:1rem}.screen-header h1,.channel-header h1{font-size:1.45rem}.center-state,.centered-screen{min-height:calc(100dvh - 120px);display:flex;align-items:center;justify-content:center;color:var(--muted);text-align:center}.centered-screen{flex-direction:column;gap:1rem}.compact-state{min-height:120px}.home-guest{min-height:calc(100dvh - 100px)}.card-list{display:flex;flex-direction:column;gap:.75rem}.empty-card,.feature-card,.profile-card,.manage-card,.fandan-card,.channel-cell{background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.empty-card,.feature-card{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem;color:var(--muted);text-align:center}.empty-card h2{color:var(--text);font-size:1.15rem}.btn.primary,.btn.compact{background:#164e63;color:#cffafe}.btn.compact{min-height:44px;padding:0 .9rem;font-size:.85rem}.btn.danger{color:#fecaca;background:#7f1d1d}.fandan-card{border-left-width:4px;overflow:hidden}.card-main{display:flex;flex-direction:column;gap:.25rem;padding:1rem;color:var(--text);text-decoration:none}.card-main span,.channel-cell span{color:var(--muted);font-size:.88rem}.quick-actions{display:flex;gap:.5rem;padding:0 1rem 1rem}.channel-cell{position:relative;min-height:72px;display:flex;flex-direction:column;justify-content:center;gap:.3rem;padding:.8rem 3rem .8rem 1rem;color:var(--text);text-decoration:none}.cell-arrow{position:absolute;top:50%;right:1rem;transform:translateY(-50%);font-size:1.8rem!important}.channel-header{gap:.7rem}.icon-button{width:44px;min-width:44px;height:44px;border:0;border-radius:50%;background:var(--surface);color:var(--text);font-size:1.2rem;cursor:pointer}.sub-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:1rem;border-bottom:1px solid var(--surface2)}.sub-tab{min-height:44px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;text-decoration:none;border-bottom:2px solid transparent}.sub-tab.active{color:var(--neon);border-bottom-color:var(--neon)}.board-caption{margin:-.35rem 0 1rem;color:var(--muted);font-size:.78rem;line-height:1.45;text-align:center}.seat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.seat-card{min-width:0;display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:1rem .7rem;background:var(--surface);border:1px solid;border-radius:14px;text-align:center}.seat-card .google{width:100%;margin-top:0;padding:0 .5rem;font-size:.78rem}.seat-photo{width:72px;height:72px;object-fit:cover;border-radius:50%}.seat-photo.placeholder{display:block;opacity:.55}.muted{display:block;color:var(--muted);font-size:.85rem}.faction-badge{min-height:44px;display:inline-flex;align-items:center;padding:0 .8rem;border:1px solid;border-radius:999px;font-size:.82rem;font-weight:700}.multiplier-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 .65rem;border:1px solid;border-radius:999px;font-size:.88rem;font-weight:800}.seat-multiplier-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem}.faction-rank{color:#cbd5e1;font-size:.75rem;font-weight:700}.faction-sum{color:var(--muted);font-size:.78rem}.faction-dot{width:.65rem;height:.65rem;flex:0 0 auto;border-radius:50%;box-shadow:0 0 0 2px #ffffff1f}.faction-dot.neutral{background:var(--muted)}.channel-rank{max-width:none;margin-top:0}.desktop-board-rank{display:none}.rank-caption{margin:-.3rem 0 .8rem;color:var(--muted);font-size:.78rem}.error-text{color:#fca5a5}.dialog-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#020617cc}.dialog-card{width:min(100%,380px);padding:1.25rem;background:var(--surface);border:1px solid var(--surface2);border-radius:16px;box-shadow:0 24px 64px #0008}.dialog-card h2{margin-bottom:.7rem;font-size:1.15rem}.dialog-card p{color:#cbd5e1;line-height:1.55}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.2rem}.profile-card{display:flex;align-items:center;gap:.8rem;padding:1rem}.profile-avatar{width:52px;height:52px;flex:0 0 auto;object-fit:cover;border-radius:50%}.profile-avatar.placeholder{background:var(--surface2)}.section-title{margin:1.5rem 0 .7rem;font-size:1rem}.manage-card{min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.5rem;padding:.7rem}.color-chip{width:12px;height:36px;border-radius:999px}.manage-copy{min-width:0}.manage-copy strong,.manage-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button{width:100%;margin-top:1.5rem}.my-health{display:flex;justify-content:center;margin-top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.box-store-title{margin-top:0}.box-card{position:relative;width:100%;min-height:82px;display:grid;grid-template-columns:6px minmax(0,1fr) auto;align-items:center;gap:.9rem;overflow:hidden;padding:.8rem .9rem .8rem 0;color:var(--text);text-align:left;background:var(--surface);border:1px solid var(--surface2);border-radius:14px;cursor:pointer}.box-card:active{transform:scale(.99)}.box-seat-bar{align-self:stretch;border-radius:0 999px 999px 0}.box-card-copy{min-width:0;display:flex;flex-direction:column;gap:.25rem}.box-card-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-badge,.sealed-badge,.tier-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 .6rem;border-radius:999px;font-size:.75rem;font-weight:800}.price-badge{color:#cffafe;background:#164e63}.tier-chip{width:fit-content;color:var(--tier-color);background:color-mix(in srgb,var(--tier-color) 14%,transparent);border:1px solid var(--tier-color)}.sheet-backdrop{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;background:#020617dd}.box-sheet,.open-sheet,.commerce-sheet{width:min(100%,680px);height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding:max(.75rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:var(--bg)}.sheet-header{flex:0 0 auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--surface2)}.sheet-header h2{font-size:1.15rem;overflow-wrap:anywhere}.sheet-header>div{min-width:0}.sheet-scroll{flex:1;min-height:0;overflow-y:auto;padding:1rem 0}.box-description,.box-notices,.point-notice,.verify-subtitle,.verify-how p{color:#cbd5e1;font-size:.88rem;line-height:1.6}.reward-groups{display:flex;flex-direction:column;gap:.9rem}.reward-group{display:flex;flex-direction:column;gap:.45rem}.reward-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.8rem;background:var(--surface);border:1px solid var(--surface2);border-radius:12px}.point-note{color:var(--muted);font-size:.75rem;text-align:right}.probability-fold,.verify-how,.verify-detail{margin-top:1rem;padding:.9rem;background:#111c31;border:1px solid var(--surface2);border-radius:12px}.probability-fold summary,.verify-how summary,.verify-detail summary{min-height:44px;display:flex;align-items:center;color:var(--neon);font-weight:700;cursor:pointer}.probability-table{margin-top:.7rem;border-top:1px solid var(--surface2)}.probability-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:.65rem 0;border-bottom:1px solid #33415588;font-size:.82rem}.probability-row span:last-child{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#bae6fd}.box-notices{display:grid;gap:.4rem;margin-top:1rem;padding:.9rem;background:#17255488;border-radius:12px}.sheet-actions{flex:0 0 auto;padding-top:.8rem;border-top:1px solid var(--surface2)}.sheet-actions>.btn{width:100%}.sheet-actions .btn:disabled,.tap-gauge:disabled{cursor:not-allowed;opacity:.55}.claim-done{display:block;margin-bottom:.65rem;color:#86efac;text-align:center}.action-pair,.open-result-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.purchase-summary,.purchase-summary>div{display:flex;flex-direction:column;gap:.35rem}.purchase-summary>div span,.field-hint,.commerce-note{color:var(--muted);font-size:.8rem}.purchase-summary .btn,.commerce-form>.btn{width:100%}.commerce-form,.form-section,.selection-list{display:flex;flex-direction:column;gap:.75rem}.form-section{padding-bottom:1rem;border-bottom:1px solid var(--surface2)}.form-section h3{color:#e2e8f0;font-size:.95rem}.field-row{display:flex;flex-direction:column;gap:.4rem;color:#cbd5e1;font-size:.86rem}.field-row input,.field-row textarea,.commerce-form select,.commerce-form>textarea{width:100%;min-height:48px;padding:.75rem;color:var(--text);background:#0f172a;border:1px solid #334155;border-radius:10px;font:inherit}.field-row textarea,.commerce-form>textarea{min-height:112px;resize:vertical}.field-row input:focus,.field-row textarea:focus,.commerce-form select:focus,.commerce-form>textarea:focus{border-color:var(--neon);outline:2px solid #22d3ee33}.form-grid,.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.short-field{max-width:180px}.checkbox-row,.radio-card{min-height:48px;display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;color:#e2e8f0;background:#111c31;border:1px solid var(--surface2);border-radius:10px;cursor:pointer}.checkbox-row input,.radio-card input{width:20px;height:20px;flex:0 0 auto;accent-color:var(--neon)}.checkbox-row span{display:flex;flex-direction:column;gap:.2rem}.checkbox-row small{color:var(--muted)}.radio-card:has(input:checked),.checkbox-row:has(input:checked){border-color:#22d3ee88;background:#164e6355}.radio-card:has(input:disabled){cursor:not-allowed;opacity:.5}.quantity-row{display:grid;grid-template-columns:48px minmax(72px,120px) 48px;justify-content:center}.quantity-row button,.quantity-row input{min-height:48px;color:var(--text);text-align:center;background:#111c31;border:1px solid #334155;font:inherit;font-weight:800}.quantity-row button:first-child{border-radius:10px 0 0 10px}.quantity-row button:last-child{border-radius:0 10px 10px 0}.quantity-row button:disabled{opacity:.45}.total-line{color:#67e8f9;text-align:center}.commerce-done{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:2rem 0;text-align:center}.commerce-done>strong{color:#86efac;font-size:1.15rem}.commerce-done .action-pair{width:100%;margin-top:1rem}.commerce-note{padding:.75rem;color:#a7f3d0;text-align:center;background:#064e3b55;border-radius:10px}.form-card{margin-bottom:1rem;padding:1rem;background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.segmented-control{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;padding:.25rem;background:#111c31;border:1px solid var(--surface2);border-radius:14px}.segmented-control button{min-height:44px;padding:0 .5rem;color:var(--muted);background:transparent;border:0;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer}.segmented-control button.active{color:#cffafe;background:#164e63}.inventory-panel{margin-top:1rem}.inventory-list-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.inventory-card,.reward-inventory-card{min-width:0;min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.8rem;background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.inventory-card-copy{min-width:0;display:flex;flex-direction:column;gap:.28rem}.inventory-card-copy strong,.inventory-card-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sealed-badge{width:fit-content;max-width:100%;color:#c4b5fd;background:#4c1d9588;border:1px solid #8b5cf6;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.reward-status{color:#cbd5e1;font-size:.78rem}.inline-success{margin-bottom:.8rem;padding:.75rem;color:#86efac;text-align:center;background:#14532d66;border:1px solid #22c55e;border-radius:10px}.points-hero{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:linear-gradient(145deg,#164e63,#172554);border:1px solid #22d3ee66;border-radius:16px}.points-hero span{color:#bae6fd}.points-hero strong{color:#ecfeff;font-size:2rem}.point-notice{margin-top:.8rem;padding:.8rem;background:var(--surface);border-radius:10px}.ledger-list{display:flex;flex-direction:column;border-top:1px solid var(--surface2)}.ledger-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--surface2)}.ledger-row .positive{color:#4ade80}.ledger-row .negative{color:#f87171}.open-sheet{justify-content:flex-start}.gauge-stage,.open-result-stage,.open-error{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem 0}.tap-gauge{width:min(100%,460px);min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;color:var(--text);text-align:center;background:radial-gradient(circle,#164e63,#111827 65%);border:2px solid var(--neon);border-radius:24px;box-shadow:0 0 32px #22d3ee33;cursor:pointer;touch-action:manipulation}.tap-gauge strong{color:#67e8f9;font-size:1.5rem}.gauge-track{width:100%;height:18px;overflow:hidden;background:#020617;border:1px solid #475569;border-radius:999px}.gauge-fill{display:block;height:100%;background:linear-gradient(90deg,#06b6d4,#a78bfa,#f43f5e);transition:width 90ms ease-out}.tap-gauge.shake-1{animation:box-shake-1 .18s linear infinite}.tap-gauge.shake-2{animation:box-shake-2 .12s linear infinite}@keyframes box-shake-1{0%,to{transform:translate(0)}25%{transform:translate(-3px) rotate(-.4deg)}75%{transform:translate(3px) rotate(.4deg)}}@keyframes box-shake-2{0%,to{transform:translate(0)}25%{transform:translate(-5px,2px) rotate(-.8deg)}50%{transform:translate(4px,-2px) rotate(.8deg)}75%{transform:translate(-3px,-1px)}}.confetti-copy{color:#fde68a;font-size:1.3rem;font-weight:800}.result-card{width:min(100%,420px);min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;text-align:center;background:var(--surface);border:2px solid var(--tier-color);border-radius:20px;box-shadow:0 0 32px color-mix(in srgb,var(--tier-color) 38%,transparent)}.result-card strong{font-size:1.25rem}.open-result-actions{width:min(100%,420px)}.bulk-results-card{width:min(100%,480px);max-height:min(80dvh,680px);display:flex;flex-direction:column;gap:1rem;padding:1rem;background:var(--surface);border:1px solid var(--surface2);border-radius:16px}.bulk-results-list{min-height:0;display:flex;flex-direction:column;gap:.55rem;overflow-y:auto}.bulk-result-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.45rem .7rem;padding:.75rem;background:#111827;border-radius:10px}.bulk-result-row .text-button{grid-column:2}.text-button{width:fit-content;min-height:44px;padding:0;color:#67e8f9;text-align:left;background:transparent;border:0;font-weight:700;cursor:pointer}.my-menu-list,.order-list,.address-list,.fulfillment-list,.fulfillment-panel,.fulfillment-card,.address-card-copy,.reward-actions{display:flex;flex-direction:column;gap:.75rem}.my-menu-list .verify-menu-card{margin-top:0}.commerce-page-header{justify-content:space-between;gap:1rem}.order-card,.address-card,.fulfillment-card{min-width:0;background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.order-card{overflow:hidden}.order-card-toggle{width:100%;min-height:92px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.9rem;color:var(--text);text-align:left;background:transparent;border:0;cursor:pointer}.order-card-main,.order-card-meta{min-width:0;display:flex;flex-direction:column;gap:.3rem}.order-card-main span,.order-card small,.address-card span,.fulfillment-card span{color:var(--muted);font-size:.8rem}.order-card-main strong,.order-card-main span,.order-card-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card-meta{align-items:flex-end;text-align:right}.order-detail{display:flex;flex-direction:column;gap:.7rem;padding:1rem;background:#0b112088;border-top:1px solid var(--surface2)}.order-detail .btn{align-self:flex-end}.order-box-counts{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.status-chip,.default-badge{width:fit-content;padding:.3rem .6rem;color:#bae6fd;background:#164e6388;border:1px solid #0891b2;border-radius:999px;font-size:.72rem;font-weight:800}.status-chip[data-status=paid],.status-chip[data-status=closed],.status-chip[data-status=completed]{color:#bbf7d0;background:#14532d88;border-color:#22c55e}.status-chip[data-status=canceled],.status-chip[data-status=failed]{color:#fecaca;background:#7f1d1d88;border-color:#ef4444}.status-chip[data-status=delivered],.status-chip[data-status=confirmed]{color:#ddd6fe;background:#4c1d9588;border-color:#8b5cf6}.address-card{min-height:112px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem}.address-card-copy>div{display:flex;align-items:center;gap:.5rem}.card-actions{display:flex;flex-direction:column;gap:.45rem}.reward-actions{align-items:stretch}.reward-actions .btn{white-space:nowrap}.fulfillment-panel{gap:1.25rem}.fulfillment-section .section-title{margin-top:0}.fulfillment-card{padding:.9rem}.fulfillment-card .btn{align-self:flex-end}.fulfillment-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.verify-menu-card{width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:1rem;color:var(--text);text-align:left;background:var(--surface);border:1px solid var(--surface2);border-radius:14px;cursor:pointer}.verify-menu-card>span:first-child{min-width:0;display:flex;flex-direction:column;gap:.25rem}.menu-arrow{color:var(--neon);font-size:1.8rem}.verify-subtitle{margin-bottom:1rem}.verify-how{margin-top:0;margin-bottom:1rem}.opening-list{display:flex;flex-direction:column;gap:.55rem}.opening-row{width:100%;min-height:82px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;padding:.8rem;color:var(--text);text-align:left;background:var(--surface);border:1px solid var(--surface2);border-radius:12px;cursor:pointer}.opening-row.active{border-color:var(--neon);box-shadow:0 0 0 1px #22d3ee55}.opening-copy{min-width:0;display:flex;flex-direction:column;gap:.2rem}.opening-copy span{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.verify-panel{margin-top:1rem;padding:1rem;background:#111827;border:1px solid var(--surface2);border-radius:14px}.verify-fields{display:flex;flex-direction:column}.verify-fields>div{display:grid;gap:.35rem;padding:.7rem 0;border-bottom:1px solid #33415588}.verify-fields span{color:var(--muted);font-size:.78rem}.verify-fields code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#c4b5fd;line-height:1.45;overflow-wrap:anywhere;word-break:break-all}.verify-run{width:100%;margin-top:1rem}.verify-outcome{display:grid;gap:.6rem;margin-top:1rem}.check-line{display:grid;grid-template-columns:28px minmax(0,1fr);gap:.5rem;padding:.75rem;line-height:1.45;border-radius:10px}.check-line.pass{color:#bbf7d0;background:#14532d66}.check-line.fail{color:#fecaca;background:#7f1d1d66}.check-line>span{font-size:1.2rem;font-weight:900}.verify-badge{width:fit-content;min-height:36px;display:inline-flex;align-items:center;justify-content:center;justify-self:center;padding:0 .9rem;border-radius:999px}.verify-badge.pass{color:#052e16;background:#4ade80}.verify-badge.fail{color:#450a0a;background:#f87171}.slot-table{margin-top:.6rem}.slot-row{display:grid;grid-template-columns:2rem minmax(0,1fr) auto auto;align-items:center;gap:.5rem;padding:.55rem 0;border-bottom:1px solid #33415588;font-size:.76rem}.slot-row code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#bae6fd}@media(max-width:440px){.inventory-card,.reward-inventory-card{grid-template-columns:auto minmax(0,1fr)}.inventory-card>.btn,.reward-inventory-card>.btn{grid-column:2;width:100%}.reward-inventory-card>.tier-chip{align-self:start}.reward-inventory-card>.reward-actions{grid-column:2;width:100%}.form-grid,.order-card-toggle,.address-card{grid-template-columns:1fr}.order-card-meta{align-items:flex-start;text-align:left}.card-actions{flex-direction:row}.segmented-control button{padding:0 .25rem;font-size:.76rem}.reward-row{grid-template-columns:1fr}.reward-row .point-note{text-align:left}.slot-row{grid-template-columns:1.5rem minmax(0,1fr) auto}.slot-row code:last-child{grid-column:2 / 4}}@media(prefers-reduced-motion:reduce){.tap-gauge.shake-1,.tap-gauge.shake-2{animation:none}}@media(max-width:360px){.manage-card{grid-template-columns:auto minmax(0,1fr) auto}.manage-card .danger{grid-column:2 / 4}}@media(min-width:1024px){.app-shell{min-height:100dvh;display:flex;flex-direction:row;padding-left:240px}.side-nav{position:fixed;z-index:40;inset:0 auto 0 0;width:240px;min-height:100dvh;display:flex;flex-direction:column;gap:2rem;overflow-y:auto;padding:max(2rem,env(safe-area-inset-top)) 1rem max(2rem,env(safe-area-inset-bottom));background:linear-gradient(180deg,#111c31,#0b1120);border-right:1px solid var(--surface2);box-shadow:16px 0 40px #02061733}.side-nav-logo{padding:.65rem .75rem;color:var(--text);font-size:1.35rem;font-weight:900;letter-spacing:.18em;text-decoration:none}.side-nav-links{display:flex;flex-direction:column;gap:.45rem}.side-nav-link{min-height:52px;display:flex;align-items:center;gap:.9rem;padding:0 1rem;color:var(--muted);border:1px solid transparent;border-radius:12px;font-weight:700;text-decoration:none}.side-nav-link.active{color:#cffafe;background:#164e6388;border-color:#22d3ee44;box-shadow:inset 3px 0 0 var(--neon)}.side-nav-icon{width:1.5rem;color:var(--neon);font-size:1.25rem;text-align:center}.app-content{flex:1;min-width:0;max-width:1200px;min-height:100dvh;margin:0 auto;padding:2rem clamp(1.5rem,4vw,3.5rem)}.tab-bar{display:none}.screen{padding:0}.screen-header,.channel-header{margin-bottom:1.5rem}.screen-header h1,.channel-header h1{font-size:1.75rem}.home-guest{min-height:calc(100dvh - 4rem)}.card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.fandan-card,.channel-cell,.box-card,.inventory-card,.reward-inventory-card,.manage-card{min-width:0}.fandan-card,.box-card,.inventory-card,.reward-inventory-card{height:100%}.sub-tabs{grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.rank-sub-tab{display:none}.channel-board-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:1.5rem}.board-panel,.desktop-board-rank{min-width:0}.desktop-board-rank{display:block}.board-caption{text-align:left}.channel-board-layout .channel-rank{width:100%;max-width:none}.rank-tab-panel{width:100%;max-width:720px;margin:0 auto}.rank-tab-panel .channel-rank{max-width:720px}.my-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"profile title" "verify content" "logout content" "health content";grid-template-rows:auto auto auto 1fr;align-items:start;gap:1rem 1.5rem}.my-layout .profile-card{grid-area:profile}.my-fandan-title{grid-area:title;align-self:end;margin:0 0 .7rem}.my-fandan-content{grid-area:content;min-width:0}.my-fandan-content .card-list{grid-template-columns:1fr}.my-layout .my-menu-list{grid-area:verify;margin-top:0}.my-layout .logout-button{grid-area:logout;margin-top:0}.my-layout .my-health{grid-area:health;margin-top:0}.points-panel,.verify-screen{width:100%;max-width:720px;margin-right:auto;margin-left:auto}.dialog-backdrop,.sheet-backdrop{align-items:center;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-card{width:min(100%,560px);max-height:85vh;overflow-y:auto}.box-sheet,.open-sheet,.commerce-sheet{width:min(100%,560px);height:min(85vh,780px);max-height:85vh;padding:1.25rem;background:var(--bg);border:1px solid var(--surface2);border-radius:20px;box-shadow:0 24px 80px #000a}.open-sheet{overflow-y:auto}.order-list,.address-list,.fulfillment-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.fulfillment-panel{display:grid;grid-template-columns:1fr 1fr;align-items:start}.bulk-results-card{width:min(100%,560px);max-height:85vh}.game-modal{align-items:center;justify-content:center;padding:2rem;background:#020617dd;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.game-dialog{flex:0 1 auto;width:min(100%,480px);height:min(85vh,850px);overflow:hidden;background:#0b1120;border:1px solid var(--surface2);border-radius:20px;box-shadow:0 24px 80px #000a}.game-frame{min-height:0}}@media(min-width:1024px)and (hover:hover)and (pointer:fine){.fandan-card,.channel-cell,.box-card,.inventory-card,.reward-inventory-card,.manage-card,.seat-card,.verify-menu-card,.order-card,.address-card,.fulfillment-card,.opening-row,.btn,.icon-button,.sub-tab,.side-nav-link,.game-close,.text-button{transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,background-color .15s ease,transform .15s ease,filter .15s ease}.fandan-card:hover,.channel-cell:hover,.box-card:hover,.inventory-card:hover,.reward-inventory-card:hover,.manage-card:hover,.seat-card:hover,.verify-menu-card:hover,.order-card:hover,.address-card:hover,.fulfillment-card:hover,.opening-row:hover{border-color:#22d3ee77;box-shadow:0 12px 28px #02061755;transform:translateY(-2px)}.btn:not(:disabled):hover,.icon-button:hover,.sub-tab:hover,.side-nav-link:hover,.game-close:hover,.text-button:hover{filter:brightness(1.15)}}.studio-shell{min-height:100dvh;background:var(--bg)}.studio-mobile-header{min-height:64px;display:grid;grid-template-columns:64px 1fr 64px;align-items:center;padding:max(.5rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) .5rem max(1rem,env(safe-area-inset-left));border-bottom:1px solid var(--surface2)}.studio-mobile-header h1{font-size:1.2rem;text-align:center}.studio-rail{display:none}.studio-main{width:min(100%,1120px);margin:0 auto;padding:1rem max(1rem,env(safe-area-inset-right)) max(2rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.studio-topbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.studio-topbar h1{font-size:1.45rem}.studio-topbar>div{min-width:0;display:flex;flex-direction:column;gap:.2rem}.studio-channel-picker{min-width:min(240px,46vw);display:flex;flex-direction:column;gap:.3rem;color:var(--muted);font-size:.78rem}.studio-channel-picker select,.studio-section-card select,.studio-seat-card select,.studio-wizard select,.studio-box-editor select{min-height:48px;width:100%;padding:.65rem .75rem;color:var(--text);background:#0f172a;border:1px solid var(--surface2);border-radius:10px;font:inherit}.studio-mobile-tabs,.studio-sub-tabs{display:flex;gap:.4rem;overflow-x:auto;margin:0 -1rem 1rem;padding:0 1rem .5rem;scrollbar-width:none}.studio-mobile-tabs button,.studio-sub-tabs button,.studio-rail nav button{min-height:44px;flex:0 0 auto;padding:0 1rem;color:var(--muted);background:transparent;border:1px solid var(--surface2);border-radius:999px;font-weight:700;cursor:pointer}.studio-mobile-tabs button.active,.studio-sub-tabs button.active,.studio-rail nav button.active{color:#cffafe;background:#164e6388;border-color:#22d3ee88}.studio-stack,.studio-section-card,.studio-seat-card,.studio-box-card,.studio-version-history,.wizard-panel,.wizard-slot-list,.wizard-slot-card,.studio-queue-list{display:flex;flex-direction:column;gap:.85rem}.studio-section-card,.studio-seat-card,.studio-box-card{min-width:0;padding:1rem;background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.studio-seat-card,.studio-box-card{border-top-width:4px}.studio-narrow{max-width:640px}.studio-section-card>.btn{align-self:flex-start}.studio-section-heading{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.studio-caption{color:var(--muted);font-size:.82rem;line-height:1.55}.studio-section-toolbar{display:flex;justify-content:flex-end}.studio-add-seat{flex-direction:row;align-items:center;justify-content:space-between}.studio-add-seat>div{display:flex;flex-direction:column;gap:.7rem}.swatch-picker{display:flex;flex-wrap:wrap;gap:.6rem}.swatch{width:44px;height:44px;border:3px solid transparent;border-radius:12px;cursor:pointer}.swatch.active{border-color:#fff;box-shadow:0 0 0 2px var(--neon),0 0 18px #22d3ee66}.studio-card-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem}.studio-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.78rem}.studio-inline-fields{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.studio-assign-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.studio-card-actions,.studio-action-row{display:flex;flex-wrap:wrap;gap:.6rem}.studio-box-metrics{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;color:var(--muted);font-size:.82rem}.studio-box-metrics strong{color:#cffafe}.curve-table{display:flex;flex-direction:column;gap:.5rem}.curve-row{display:grid;grid-template-columns:minmax(54px,80px) minmax(100px,160px) auto;align-items:center;gap:.6rem}.curve-row input{min-width:0;width:100%;min-height:48px;padding:.65rem;color:var(--text);background:var(--bg);border:1px solid var(--surface2);border-radius:10px;font:inherit}.curve-header{color:var(--muted);font-size:.8rem}.studio-form-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem}.studio-form-grid textarea{min-height:110px}.studio-version-history{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--surface2)}.version-row{display:flex;flex-direction:column;gap:.2rem;padding:.7rem 0;border-bottom:1px solid #33415588}.version-row span{color:var(--muted);font-size:.78rem}.studio-wizard-backdrop{z-index:90}.studio-wizard{width:100%;height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding:max(.75rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:var(--bg)}.studio-wizard .sheet-header{align-items:flex-start}.studio-wizard .sheet-header>div{flex:1}.wizard-steps{display:flex;gap:.35rem;overflow-x:auto;margin-top:.65rem;list-style:none}.wizard-steps li{min-width:0;display:flex;align-items:center;gap:.35rem;color:#64748b;font-size:.72rem;white-space:nowrap}.wizard-steps li span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--surface2);border-radius:50%}.wizard-steps li.active{color:var(--neon)}.wizard-steps li.active span,.wizard-steps li.done span{color:#083344;background:var(--neon);border-color:var(--neon)}.wizard-scroll{flex:1;min-height:0;overflow-y:auto;padding:1rem 0}.wizard-slot-card{padding:.9rem;background:var(--surface);border:1px solid var(--surface2);border-radius:12px}.wizard-slot-card>.btn{align-self:flex-end}.probability-editor{display:flex;flex-direction:column;gap:.65rem}.probability-edit-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 92px 72px;align-items:center;gap:.6rem;padding:.8rem;background:var(--surface);border:1px solid var(--surface2);border-radius:12px}.probability-edit-row input{width:100%;min-height:44px;padding:.5rem;color:var(--text);background:var(--bg);border:1px solid var(--surface2);border-radius:8px}.probability-edit-row output{color:#bae6fd;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.78rem;text-align:right}.box-preview-head{display:flex;align-items:flex-start;gap:.8rem}.box-preview-head>div{min-width:0;display:flex;flex-direction:column;gap:.3rem}.box-preview-head p{color:var(--muted);line-height:1.5}.wizard-actions{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.7rem;padding-top:.8rem;border-top:1px solid var(--surface2)}.wizard-actions .btn:only-child{grid-column:1 / -1}.error-text code{display:inline-block;margin-left:.5rem;color:#fecaca;font-size:.75rem}.studio-sub-tabs{margin:0;padding:0}.age-warning{color:#fbbf24;font-size:.75rem}.studio-queue-list{display:grid;grid-template-columns:minmax(0,1fr)}.studio-queue-list .fulfillment-card{min-width:0}.studio-queue-list .studio-card-actions{margin-top:.35rem}@media(min-width:700px){.studio-card-grid,.studio-inline-fields,.studio-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-span-2{grid-column:1 / -1}.wizard-slot-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-slot-card>.btn{grid-column:2;justify-self:end}.studio-queue-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.studio-shell{padding-left:250px}.studio-mobile-header,.studio-mobile-tabs{display:none}.studio-rail{position:fixed;inset:0 auto 0 0;width:250px;display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1rem;background:linear-gradient(180deg,#111c31,#0b1120);border-right:1px solid var(--surface2)}.studio-logo{padding:.65rem .75rem;color:var(--text);font-size:1.3rem;font-weight:900;letter-spacing:.16em;text-decoration:none}.studio-rail h1{padding:0 .75rem;color:var(--muted);font-size:.9rem}.studio-rail nav{display:flex;flex-direction:column;gap:.45rem}.studio-rail nav button{width:100%;justify-content:flex-start;border-radius:12px;text-align:left}.studio-rail nav button.active{box-shadow:inset 3px 0 0 var(--neon)}.studio-main{padding:2rem clamp(1.5rem,4vw,3rem)}.studio-topbar{margin-bottom:1.5rem}.studio-topbar h1{font-size:1.75rem}.studio-card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.studio-wizard-backdrop{align-items:center;padding:2rem}.studio-wizard{width:min(960px,100%);height:min(88vh,860px);padding:1.25rem;border:1px solid var(--surface2);border-radius:20px;box-shadow:0 24px 80px #000a}.wizard-steps li{font-size:.78rem}.studio-queue-list{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}.ops-login-screen{min-height:100dvh;display:grid;place-items:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:radial-gradient(circle at top,#164e6355 0%,var(--bg) 48%)}.ops-login-card{width:min(100%,420px);display:flex;flex-direction:column;gap:1rem;padding:clamp(1.25rem,5vw,2rem);background:linear-gradient(145deg,#111c31 0%,var(--surface) 100%);border:1px solid #22d3ee55;border-radius:18px;box-shadow:0 24px 80px #020617aa,0 0 32px #22d3ee14}.ops-login-card h1{margin-bottom:.25rem;color:#cffafe;font-size:clamp(1.4rem,5vw,1.8rem)}.ops-login-card .btn{width:100%;margin-top:.25rem}.ops-console .studio-logo{cursor:default}.ops-kicker{color:var(--neon);font-size:.72rem;font-weight:800;letter-spacing:.08em}.ops-topbar{align-items:flex-end}.ops-topbar>div{gap:.3rem}.admin-stack{display:flex;flex-direction:column;gap:1rem}.admin-search,.admin-status-filter,.admin-edit-line input,.admin-org-meta select{width:100%;min-height:46px;padding:.7rem .8rem;color:var(--text);background:var(--bg);border:1px solid var(--surface2);border-radius:10px;font:inherit}.admin-search{max-width:680px}.admin-row-list{display:flex;flex-direction:column;gap:.75rem}.admin-row,.admin-org-card{min-width:0;padding:1rem;background:var(--surface);border:1px solid var(--surface2);border-radius:14px}.admin-row{display:flex;flex-direction:column;gap:.85rem}.admin-primary,.admin-order-metrics{min-width:0;display:flex;flex-direction:column;gap:.25rem}.admin-badges,.admin-actions,.admin-seat-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.admin-actions{margin-top:auto}.admin-org-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem}.admin-org-card{display:flex;flex-direction:column;gap:.8rem}.admin-edit-line{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.admin-org-meta{display:grid;grid-template-columns:minmax(100px,.6fr) minmax(0,1fr);align-items:center;gap:.6rem}.admin-org-meta .text-button{text-align:left}.admin-performer-head{display:flex;align-items:center;gap:.7rem}.admin-performer-head>img,.admin-performer-head>.profile-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover}.admin-performer-head .admin-edit-line{flex:1}.admin-seat-chips i{width:8px;height:8px;display:inline-block;margin-right:.3rem;border-radius:50%}.admin-filter-group{display:flex;flex-direction:column;gap:.65rem}.filter-chips{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.2rem}.filter-chips button{flex:0 0 auto;min-height:38px;padding:.45rem .75rem;color:var(--muted);background:var(--surface);border:1px solid var(--surface2);border-radius:999px;cursor:pointer}.filter-chips button.active{color:#cffafe;background:#164e6388;border-color:#22d3ee88}.admin-status-filter{max-width:260px}.admin-dialog{width:min(620px,calc(100% - 1.5rem));max-height:min(88vh,760px)}.admin-dialog-body{display:flex;flex-direction:column;gap:1rem}.admin-dialog .sheet-actions{position:static;padding:1rem 0 0}.cash-warning{padding:.8rem;color:#fde68a;background:#78350f44;border:1px solid #f59e0b55;border-radius:10px}.admin-box-card{width:100%;color:var(--text);text-align:left;cursor:pointer}.admin-slot-table{overflow-x:auto}.admin-slot-row{min-width:620px;display:grid;grid-template-columns:minmax(150px,1.5fr) repeat(4,minmax(80px,1fr));gap:.6rem;padding:.65rem 0;border-bottom:1px solid var(--surface2);font-size:.82rem}.admin-slot-head{color:var(--muted)}.admin-span-2{grid-column:1 / -1}@media(min-width:800px){.admin-org-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.admin-user-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(240px,1.6fr) 110px minmax(260px,1.4fr);align-items:center}.admin-order-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(180px,1fr) minmax(130px,.7fr) minmax(220px,1fr);align-items:center}.admin-actions{margin-top:0;justify-content:flex-end}}
