html,body,#root{margin:0;padding:0;height:100%}body{background:#f2f1ee}a{color:var(--accent, #4d6780)}a:hover{color:#3a5268}button{font-family:inherit}input[type=range]{accent-color:var(--accent, #4d6780)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes indeterminate{0%{transform:translate(-100%)}to{transform:translate(290%)}}.lane-card{transition:transform .12s,box-shadow .12s}.lane-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #1414141a;border-color:var(--accent, #4d6780)!important}.clip-card{transition:transform .12s}.clip-card:hover{transform:translateY(-2px);border-color:var(--accent, #4d6780)!important}@media (max-width: 560px){.hide-sm{display:none!important}}input,select,textarea{font-size:max(16px,1em)}button,a{-webkit-tap-highlight-color:transparent}button:not(:disabled):active{transform:scale(.96)}button:disabled{opacity:.45}body{overflow-x:hidden}.cx-app{--bg: #f6f6f5;--surface: #ffffff;--surface2: #f1f1ef;--border: #e7e5e2;--border-strong: #d6d3cf;--text: #1c1917;--muted: #736e69;--accent: #1c1917;--on-accent: #ffffff;--brand: #b91c1c;--ok: #15803d;--okbg: #ecf7ef;--warn: #b45309;--warnbg: #fef6e7;--danger: #b91c1c;--ring: 0 0 0 4px rgba(28, 25, 23, .12);--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 0, 0, .04);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:IBM Plex Sans Thai,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}.cx-app[data-theme=dark]{--bg: #0e0e10;--surface: #17171a;--surface2: #202024;--border: #29292e;--border-strong: #3a3a41;--text: #f4f4f5;--muted: #a1a1aa;--accent: #f4f4f5;--on-accent: #18181b;--brand: #dc2626;--ok: #4ade80;--okbg: #14261a;--warn: #fbbf24;--warnbg: #2a2113;--danger: #f87171;--ring: 0 0 0 4px rgba(244, 244, 245, .14);--shadow: none}.cx-app *,.cx-app *:before,.cx-app *:after{box-sizing:border-box}.cx-app :where(button){font-family:inherit;color:inherit}.cx-mono{font-family:IBM Plex Mono,ui-monospace,monospace}.cx-num{font-variant-numeric:tabular-nums}.cx-top{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--border)}.cx-top-in{max-width:1080px;margin:0 auto;height:64px;padding:0 20px;display:flex;align-items:center;gap:12px}.cx-brand{display:flex;align-items:center;gap:11px;border:0;background:none;padding:0;cursor:pointer;text-align:left;min-width:0}.cx-mark{width:34px;height:34px;flex:none;border-radius:9px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:12.5px;font-weight:700;letter-spacing:.02em}.cx-brand-name{font-size:15.5px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cx-brand-sub{font-size:12px;color:var(--muted)}.cx-top .cx-spacer{flex:1}.cx-main{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:32px 20px 56px}.cx-narrow{max-width:440px;margin:0 auto}.cx-eyebrow{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.02em;margin-bottom:8px}.cx-h1{margin:0 0 8px;font-size:clamp(25px,6vw,32px);font-weight:700;line-height:1.25;letter-spacing:-.01em}.cx-h2{margin:0;font-size:18px;font-weight:600}.cx-lead{margin:0;font-size:15px;color:var(--muted);line-height:1.65}.cx-small{font-size:13px;color:var(--muted);line-height:1.6}.cx-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.cx-card-pad{padding:28px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:0 22px;border-radius:14px;border:1px solid transparent;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .15s,background .15s,border-color .15s,transform .1s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.cx-btn:active:not(:disabled){transform:scale(.985)}.cx-btn:focus-visible{outline:none;box-shadow:var(--ring)}.cx-btn-primary{background:var(--accent);color:var(--on-accent)}.cx-btn-primary:hover:not(:disabled){opacity:.9}.cx-btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.cx-btn-secondary:hover:not(:disabled){background:var(--surface2)}.cx-btn-ghost{background:transparent;color:var(--muted);min-height:44px;padding:0 12px;font-weight:500;font-size:15px}.cx-btn-ghost:hover:not(:disabled){color:var(--text);background:var(--surface2)}.cx-btn:disabled{opacity:.45;cursor:default}.cx-btn-block{width:100%}.cx-btn-sm{min-height:40px;padding:0 14px;border-radius:11px;font-size:14.5px}.cx-label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px}.cx-input{width:100%;height:58px;padding:0 18px;border-radius:14px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:20px;letter-spacing:.06em;transition:border-color .15s,box-shadow .15s}.cx-input::placeholder{color:var(--muted);opacity:.55}.cx-input:focus{outline:none;border-color:var(--accent);box-shadow:var(--ring)}.cx-alert{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:12px;font-size:14.5px;line-height:1.5;text-align:left}.cx-alert-error{background:color-mix(in srgb,var(--danger) 9%,transparent);color:var(--danger)}.cx-alert-warn{background:var(--warnbg);color:var(--warn)}.cx-alert-info{background:var(--surface2);color:var(--text)}.cx-progress{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:13px;color:var(--muted);font-weight:500}.cx-progress-bars{display:flex;gap:6px}.cx-progress-bars i{display:block;width:28px;height:4px;border-radius:4px;background:var(--border-strong)}.cx-progress-bars i.on{background:var(--accent)}.cx-how{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:880px;margin:40px auto 0}.cx-how-item{display:flex;gap:12px;align-items:flex-start}.cx-how-n{width:28px;height:28px;flex:none;border-radius:50%;border:1px solid var(--border-strong);display:grid;place-items:center;font-size:13px;font-weight:600;color:var(--muted)}.cx-how-t{font-size:14.5px;font-weight:600;margin-bottom:2px}.cx-recent{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;overflow:hidden}.cx-recent-row{display:flex;align-items:stretch;border-bottom:1px solid var(--border)}.cx-recent-row:last-child{border-bottom:0}.cx-recent-go{flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:0 16px;border:0;background:var(--surface);cursor:pointer;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:17px;font-weight:600;text-align:left}.cx-recent-go:hover{background:var(--surface2)}.cx-recent-go span:last-child{color:var(--muted);display:inline-flex}.cx-recent-x{width:52px;border:0;border-left:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;display:grid;place-items:center}.cx-recent-x:hover{color:var(--danger);background:var(--surface2)}.cx-divider{display:flex;align-items:center;gap:12px;margin:22px 0 16px;font-size:13px;color:var(--muted)}.cx-divider:before,.cx-divider:after{content:"";flex:1;height:1px;background:var(--border)}.cx-pin-cells{display:flex;justify-content:center;gap:12px;margin:22px 0 14px}.cx-pin-cell{width:62px;height:70px;border-radius:16px;background:var(--surface2);border:2px solid transparent;display:grid;place-items:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:28px;font-weight:600;transition:border-color .15s,background .15s}.cx-pin-cell.active{border-color:var(--accent);background:var(--surface)}.cx-pin-cell.filled:after{content:"";width:14px;height:14px;border-radius:50%;background:var(--text)}.cx-pin-cell.shake{animation:cx-shake .35s}.cx-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.cx-key{height:60px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-size:23px;font-weight:500;cursor:pointer;display:grid;place-items:center;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:background .1s,transform .08s}.cx-key:active:not(:disabled){background:var(--surface2);transform:scale(.96)}.cx-key.soft{background:transparent;border-color:transparent;color:var(--muted)}.cx-key:disabled{cursor:default;opacity:.5}@keyframes cx-shake{0%,to{transform:none}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.cx-sess{display:flex;align-items:center;gap:20px;padding:22px 24px;margin-bottom:28px;flex-wrap:wrap}.cx-sess-code{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:26px;font-weight:600;letter-spacing:.02em;line-height:1.1}.cx-sess-meta{display:flex;gap:8px 18px;flex-wrap:wrap;margin-top:6px;font-size:14px;color:var(--muted)}.cx-sess-meta b{color:var(--text);font-weight:600}.cx-chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 11px;border-radius:999px;font-size:13px;font-weight:600;background:var(--surface2);color:var(--text);white-space:nowrap}.cx-chip.ok{background:var(--okbg);color:var(--ok)}.cx-chip.warn{background:var(--warnbg);color:var(--warn)}.cx-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 14px}.cx-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:18px}.cx-clip{display:block;width:100%;padding:0;text-align:left;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.cx-clip:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #00000014;border-color:var(--border-strong)}.cx-clip:focus-visible{outline:none;box-shadow:var(--ring)}.cx-clip:disabled{cursor:default}.cx-thumb{position:relative;aspect-ratio:16 / 9;background:#0c0c0e;overflow:hidden}.cx-thumb video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cx-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 45%);pointer-events:none}.cx-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;width:54px;height:54px;border-radius:50%;background:#ffffffeb;color:#111;display:grid;place-items:center;box-shadow:0 6px 20px #00000040}.cx-thumb-badge{position:absolute;z-index:1;top:12px;left:12px}.cx-thumb-dur{position:absolute;z-index:1;right:12px;bottom:10px;color:#fff;font-size:12.5px;font-weight:600;font-family:IBM Plex Mono,ui-monospace,monospace}.cx-clip-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px}.cx-clip-title{font-size:16px;font-weight:600}.cx-clip-sub{font-size:13px;color:var(--muted)}.cx-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#a1a1aa;font-size:14px;background:linear-gradient(100deg,#151518 30%,#222227,#151518 70%);background-size:300% 100%;animation:cx-shimmer 1.6s linear infinite}@keyframes cx-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.cx-list{display:flex;flex-direction:column}.cx-list-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--border);flex-wrap:wrap}.cx-list-row:first-child{border-top:0;padding-top:4px}.cx-list-main{flex:1 1 180px;min-width:0}.cx-empty{text-align:center;padding:48px 20px;color:var(--muted)}.cx-back{margin:-6px 0 14px -12px}.cx-studio{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start}.cx-player{position:relative;width:100%;aspect-ratio:16 / 9;max-height:70vh;border-radius:18px;overflow:hidden;background:#000;display:grid;place-items:center}.cx-player video{width:100%;height:100%;object-fit:contain;cursor:pointer}.cx-player-big{position:absolute;width:76px;height:76px;border-radius:50%;border:0;cursor:pointer;background:#ffffffeb;color:#111;display:grid;place-items:center;box-shadow:0 8px 24px #0000004d}.cx-player-bar{position:absolute;left:0;right:0;bottom:0;padding:28px 14px 12px;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);transition:opacity .2s}.cx-player-bar input[type=range]{width:100%;height:22px;cursor:pointer;accent-color:#fff;margin:0}.cx-player-row{display:flex;align-items:center;gap:10px;margin-top:2px;color:#fff}.cx-icon-btn{width:38px;height:38px;flex:none;border-radius:50%;border:0;cursor:pointer;background:#ffffff29;color:#fff!important;display:grid;place-items:center}.cx-icon-btn:hover{background:#ffffff42}.cx-player-msg{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;align-content:center;gap:12px;color:#d4d4d8;font-size:14.5px;text-align:center;padding:20px}.cx-note{font-size:12.5px;color:var(--muted);margin-top:10px;text-align:center}.cx-panel{padding:22px;display:flex;flex-direction:column;gap:20px}.cx-opt-label{font-size:13.5px;font-weight:600;color:var(--muted);margin-bottom:8px;display:flex;justify-content:space-between}.cx-seg{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:4px;border-radius:13px;background:var(--surface2)}.cx-seg button{min-height:42px;padding:0 6px;border-radius:10px;border:0;background:transparent;cursor:pointer;font-size:14.5px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;transition:background .15s,color .15s}.cx-seg button[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000001a}.cx-seg button .own{color:var(--ok);display:inline-flex}.cx-app[data-theme=dark] .cx-seg button[aria-pressed=true]{background:var(--border-strong)}.cx-summary{border-top:1px solid var(--border);padding-top:18px}.cx-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;color:var(--muted);margin-bottom:6px}.cx-summary-row b{color:var(--text);font-weight:600}.cx-price{font-size:30px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.cx-owned{border-radius:14px;background:var(--okbg);padding:14px}.cx-owned-t{display:flex;align-items:center;gap:7px;color:var(--ok);font-weight:600;font-size:14.5px;margin-bottom:10px}.cx-buybar{display:none}.cx-crash{max-width:420px;margin:12vh auto 0;text-align:center;padding:0 20px}@media (min-width: 960px){.cx-studio{grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);gap:24px}.cx-studio-side{position:sticky;top:88px}}@media (max-width: 720px){.cx-how{grid-template-columns:1fr;gap:14px;margin-top:28px}}@media (max-width: 640px){.cx-top-in{height:58px;padding:0 16px}.cx-brand-sub{display:none}.cx-main{padding:22px 16px 40px}.cx-card-pad{padding:22px 18px}.cx-sess{padding:18px;gap:14px}.cx-sess-code{font-size:22px}.cx-sess .cx-btn{width:100%}.cx-player{border-radius:14px}.cx-panel{padding:18px}.cx-studio-side .cx-buy-desktop{display:none}.cx-main.has-buybar{padding-bottom:120px}.cx-buybar{display:flex;align-items:center;gap:12px;position:fixed;z-index:25;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border)}.cx-buybar .cx-btn{flex:1}.cx-pin-cell{width:58px;height:66px}}@media (max-width: 360px){.cx-pin-cells{gap:8px}.cx-pin-cell{width:52px;height:60px}.cx-key{height:54px}}.cx-spin{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid var(--border-strong);border-top-color:var(--text);animation:spin .8s linear infinite}
