:root{color-scheme:dark;font-family:Manrope,PingFang SC,Avenir Next,Helvetica Neue,sans-serif;--bg-page: #070b12;--bg-panel: rgba(10, 15, 24, .78);--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 195, 113, .28);--text-main: #f7f2e8;--text-soft: rgba(235, 237, 242, .64);--text-faint: rgba(235, 237, 242, .48);--accent: #f3c17a;--accent-strong: #f59f2f;--surface: rgba(255, 255, 255, .04);--success: #49b26b;--danger: #d35c46;--warning: #d8a452}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(110,168,255,.08),transparent 28%),radial-gradient(circle at 24% 20%,rgba(243,193,122,.11),transparent 28%),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;text-align:center;gap:10px}.boot-mark,.shell-eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:11px;color:#f3c17ab8}.boot-title{font-size:40px;font-weight:700}.boot-copy{max-width:520px;color:var(--text-soft);line-height:1.6}.shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.shell-sidebar{border-right:1px solid var(--line);padding:28px 20px 24px;background:#070b12db;display:flex;flex-direction:column;justify-content:space-between;gap:24px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shell-brand{display:flex;align-items:center;gap:14px}.shell-brand-mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f3c17a,#6ea8ff);color:#081220;font-weight:800}.shell-brand-name{font-size:18px;font-weight:700}.shell-brand-sub,.shell-user-meta{color:var(--text-faint);font-size:12px}.shell-nav{display:grid;gap:8px}.shell-nav-link{display:grid;gap:5px;padding:14px 16px;border-radius:18px;border:1px solid transparent;color:var(--text-soft);background:transparent;transition:transform .18s ease,border-color .18s ease,background .18s ease}.shell-nav-link span{font-size:15px;font-weight:600;color:var(--text-main)}.shell-nav-link small{color:var(--text-faint)}.shell-nav-link:hover,.shell-nav-link.active{transform:translate(4px);border-color:var(--line-strong);background:linear-gradient(180deg,#f3c17a14,#ffffff05)}.shell-sidebar-foot{display:grid;gap:14px}.shell-user-card{padding:16px;border-radius:20px;background:var(--surface);border:1px solid var(--line)}.shell-user-name{font-size:15px;font-weight:600}.shell-main{min-width:0;padding:28px}.shell-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.shell-title{margin:10px 0 6px;font-size:clamp(28px,4vw,44px);line-height:1}.shell-subtitle{margin:0;color:var(--text-soft);max-width:720px;line-height:1.6}.shell-content{animation:rise-in .42s ease both}.shell-footer{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:10px 18px;color:var(--text-faint);font-size:12px}.shell-footer a{color:var(--accent)}.shell-primary-btn,.shell-ghost-btn,.dialog-close{border-radius:999px;padding:12px 18px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.shell-primary-btn{background:linear-gradient(135deg,#f3c17a,#ffb24d);color:#081220;font-weight:700}.shell-primary-btn:hover,.shell-ghost-btn:hover,.dialog-close:hover{transform:translateY(-1px)}.shell-primary-btn:disabled{opacity:.6;cursor:not-allowed}.shell-ghost-btn,.dialog-close{background:#ffffff05;color:var(--text-main);border-color:var(--line)}.shell-input{width:100%;min-width:0;padding:13px 16px;border-radius:16px;border:1px solid var(--line);background:#ffffff08;color:var(--text-main)}.empty-copy{color:var(--text-soft);line-height:1.7}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:7px 12px;border-radius:999px;font-style:normal;font-size:12px;border:1px solid transparent}.status-pill.success,.status-pill.paid{color:#b8ffd0;border-color:#49b26b52;background:#49b26b1f}.status-pill.processing,.status-pill.queued,.status-pill.created{color:#ffe2a9;border-color:#d8a45247;background:#d8a4521f}.status-pill.failed,.status-pill.cancelled{color:#ffc4b8;border-color:#d35c4647;background:#d35c461f}.dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;display:grid;place-items:center;z-index:40;padding:20px}.dialog-panel{width:min(100%,520px);padding:28px;border-radius:30px;background:#f7f2e8;color:#081220;box-shadow:0 32px 90px #00000061}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-title{font-size:28px;font-weight:700}.dialog-subtitle,.dialog-tip{color:#081220ad;line-height:1.6}.dialog-qr-wrap{margin:22px 0;border-radius:24px;padding:20px;background:#fffdf8;border:1px solid rgba(8,18,32,.08);display:grid;place-items:center}.dialog-qr{width:260px;height:260px;border-radius:16px}.dialog-qr-empty{min-height:260px;display:grid;place-items:center}.dialog-order-line{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(8,18,32,.08)}.video-stage{position:relative;width:100%;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#ffffff0a,#ffffff05);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:#02050a}.video-stage-empty{display:grid;place-items:center;text-align:center;gap:10px;padding:32px}.video-stage-empty span,.video-box-label{color:var(--text-soft)}.video-stage-overlay{pointer-events:none}.video-box{position:absolute;border:2px solid rgba(243,193,122,.95);background:#f3c17a1f;box-shadow:0 0 0 999px #00000047;pointer-events:auto;cursor:move}.video-box-label{position:absolute;left:12px;top:-30px;padding:5px 10px;border-radius:999px;background:#05080dc2;font-size:12px}.video-box-handle{position:absolute;width:14px;height:14px;border-radius:50%;border:0;background:#fff;box-shadow:0 0 0 3px #f3c17a59}.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}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.shell{grid-template-columns:1fr}.shell-sidebar{border-right:0;border-bottom:1px solid var(--line)}.shell-main{padding:18px}.shell-topbar{flex-direction:column}}
