:root{color-scheme:light;font-family:-apple-system,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif;--brand: #147a8a;--brand-strong: #0f616e;--brand-soft: rgba(20, 122, 138, .1);--brand-line: rgba(20, 122, 138, .28);--indigo: #385cc7;--bg-page: #f2f5f8;--bg-card: #ffffff;--bg-inset: #f5f7fa;--line: #e4e9ef;--line-strong: #d3dbe4;--text-main: #1c2430;--text-soft: #55637a;--text-faint: #8a95a8;--success: #1d8f4e;--success-bg: #e5f6ec;--warning: #b45309;--warning-bg: #fdf3e2;--danger: #c2402b;--danger-bg: #fbeae6;--info: #1d5fc2;--info-bg: #e8f0fd;--radius-card: 14px;--radius-control: 10px;--shadow-card: 0 1px 2px rgba(28, 36, 48, .05), 0 8px 24px rgba(28, 36, 48, .06);--shadow-pop: 0 24px 60px rgba(28, 36, 48, .18)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:var(--bg-page);color:var(--text-main)}body{min-height:100vh}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-root{min-height:100vh}.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;text-align:center;gap:10px}.boot-mark,.shell-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--brand)}.boot-title{font-size:28px;font-weight:700}.boot-copy{max-width:520px;color:var(--text-soft);line-height:1.6}.shell{min-height:100vh;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding:0 24px 40px}.shell-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.shell-brand{display:flex;align-items:center;gap:12px}.shell-brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--indigo));color:#fff;font-size:13px;font-weight:800}.shell-brand-name{font-size:17px;font-weight:700}.shell-brand-sub,.shell-account-copy span{color:var(--text-faint);font-size:12px}.shell-nav,.shell-account,.shell-hero-metrics{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shell-nav-link{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;color:var(--text-soft);transition:background .16s ease,color .16s ease}.shell-nav-link span{font-size:14px;font-weight:500}.shell-nav-link:hover{background:var(--bg-inset);color:var(--text-main)}.shell-nav-link.active{background:var(--brand-soft);color:var(--brand-strong)}.shell-nav-link.active span{font-weight:600}.shell-account{justify-content:flex-end}.shell-account-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:700}.shell-account-copy{display:grid;gap:2px}.shell-account-copy strong{font-size:14px}.shell-hero.compact{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:6px 0 0}.shell-hero-copy.compact{max-width:680px;display:grid;gap:4px}.shell-title,.shell-title.compact{margin:0;font-size:24px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.shell-subtitle,.shell-subtitle.compact{margin:0;color:var(--text-soft);font-size:13px;line-height:1.6;max-width:760px}.shell-topbar-chip,.shell-topbar-chip.compact{min-height:42px;display:grid;align-content:center;gap:2px;padding:6px 14px;border-radius:12px;background:var(--bg-card);border:1px solid var(--line);font-size:12px}.shell-topbar-chip span{color:var(--text-faint)}.shell-topbar-chip strong{font-size:14px;color:var(--text-main)}.shell-content{display:block}.shell-footer{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--text-faint);font-size:12px}.shell-footer a{color:var(--brand)}.panel-card{padding:22px;border-radius:var(--radius-card);background:var(--bg-card);border:1px solid var(--line);box-shadow:var(--shadow-card)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.section-head h2{margin:0;font-size:16px;font-weight:700}.shell-primary-btn,.shell-ghost-btn,.dialog-close{border-radius:var(--radius-control);padding:10px 18px;border:1px solid transparent;cursor:pointer;font-size:14px;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.shell-primary-btn{background:var(--brand);color:#fff;font-weight:600}.shell-primary-btn:hover{background:var(--brand-strong)}.shell-primary-btn:disabled{opacity:.5;cursor:not-allowed}.shell-ghost-btn,.dialog-close{background:var(--bg-card);color:var(--text-main);border-color:var(--line-strong)}.shell-ghost-btn:hover,.dialog-close:hover{border-color:var(--brand-line);color:var(--brand-strong)}.shell-input{width:100%;min-width:0;padding:11px 14px;border-radius:var(--radius-control);border:1px solid var(--line-strong);background:var(--bg-card);color:var(--text-main)}.shell-input:focus{outline:2px solid var(--brand-line);outline-offset:0;border-color:var(--brand)}.empty-copy{color:var(--text-faint);line-height:1.7;font-size:13px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:5px 12px;border-radius:999px;font-style:normal;font-size:12px;font-weight:600}.status-pill.success,.status-pill.paid{color:var(--success);background:var(--success-bg)}.status-pill.syncing,.status-pill.processing,.status-pill.queued,.status-pill.created{color:var(--info);background:var(--info-bg)}.status-pill.failed,.status-pill.cancelled{color:var(--danger);background:var(--danger-bg)}.dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c243080;display:grid;place-items:center;z-index:40;padding:20px}.dialog-panel{width:min(100%,480px);padding:26px;border-radius:18px;background:var(--bg-card);color:var(--text-main);border:1px solid var(--line);box-shadow:var(--shadow-pop)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-title{font-size:20px;font-weight:700}.dialog-subtitle,.dialog-tip{margin-top:4px;color:var(--text-soft);font-size:13px;line-height:1.6}.dialog-state-strip{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dialog-state-strip small{color:var(--text-faint)}.dialog-qr-wrap{margin:18px 0;border-radius:var(--radius-card);padding:18px;background:var(--bg-inset);border:1px solid var(--line);display:grid;place-items:center}.dialog-qr{width:240px;height:240px;border-radius:10px}.dialog-qr-empty{min-height:240px;display:grid;place-items:center;color:var(--text-faint)}.dialog-result-card{margin:18px 0;border-radius:var(--radius-card);padding:20px;border:1px solid var(--line);background:var(--bg-inset);display:grid;gap:8px}.dialog-result-card.success,.dialog-result-card.paid,.dialog-result-card.syncing{border-color:#1d8f4e40;background:var(--success-bg)}.dialog-result-card.failed,.dialog-result-card.cancelled{border-color:#c2402b38;background:var(--danger-bg)}.dialog-result-kicker{color:var(--text-faint);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.dialog-result-card strong{font-size:20px}.dialog-result-card p{margin:0;color:var(--text-soft);line-height:1.6;font-size:13px}.dialog-order-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid var(--line);font-size:13px}.dialog-order-line span{color:var(--text-faint)}.video-stage{position:relative;width:100%;border-radius:var(--radius-card);overflow:hidden;background:#10151d;border:1px solid var(--line)}.video-stage-media,.video-stage-empty,.video-stage-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.video-stage-media{width:100%;height:100%;object-fit:contain;background:#05080d}.video-stage-empty{display:grid;place-items:center;align-content:center;text-align:center;gap:8px;padding:32px;color:#ffffffe0}.video-stage-empty span{color:#ffffff8c;font-size:13px}.video-box-label{color:#fff}.video-stage-overlay{pointer-events:none}.video-box{position:absolute;border:2px solid rgba(94,210,230,.95);background:#147a8a38;box-shadow:0 0 0 999px #00000052;pointer-events:auto;cursor:move}.video-box-label{position:absolute;left:10px;top:-30px;padding:4px 10px;border-radius:999px;background:#05080dc7;font-size:12px;white-space:nowrap}.video-box-handle{position:absolute;width:14px;height:14px;border-radius:50%;border:0;background:#fff;box-shadow:0 0 0 3px #5ed2e673;padding:0;cursor:pointer}.video-box-handle.lt{left:-7px;top:-7px;cursor:nwse-resize}.video-box-handle.rt{right:-7px;top:-7px;cursor:nesw-resize}.video-box-handle.lb{left:-7px;bottom:-7px;cursor:nesw-resize}.video-box-handle.rb{right:-7px;bottom:-7px;cursor:nwse-resize}@media(max-width:960px){.shell-topbar{flex-direction:column;align-items:flex-start}.shell-account,.shell-nav,.shell-hero-metrics{justify-content:flex-start}}@media(max-width:640px){.shell{padding:0 14px 32px}}
