*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f2f5;color:#1a1a2e;min-height:100vh;padding-bottom:180px}header{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;box-shadow:0 1px 4px #0000000f}.logo{font-size:18px;font-weight:700;color:#008060;display:flex;align-items:center;gap:8px}.logo svg{width:22px;height:22px}.header-right{display:flex;align-items:center;gap:16px}.status-wrap{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;flex-shrink:0;transition:background .3s}.dot.connecting{background:#f59e0b;animation:blink 1s infinite}.dot.connected{background:#10b981;box-shadow:0 0 0 3px #10b98133;animation:blink 2.5s infinite}.dot.error{background:#ef4444}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.fetch-time{font-size:12px;color:#9ca3af}#toast{position:fixed;top:72px;right:24px;background:#008060;color:#fff;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 4px 16px #0000002e;opacity:0;transform:translateY(-8px);transition:opacity .3s,transform .3s;pointer-events:none;z-index:999}#toast.show{opacity:1;transform:translateY(0)}.toolbar{max-width:1400px;margin:24px auto 16px;padding:0 24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn{padding:8px 18px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:13px;cursor:pointer;color:#374151;transition:all .15s;font-weight:500;white-space:nowrap}.btn:hover{background:#f9fafb;border-color:#9ca3af}.btn.primary{background:#008060;color:#fff;border-color:#008060}.btn.primary:hover{background:#006e52}.btn.danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn.danger:hover{background:#dc2626}.btn.warning{background:#f59e0b;color:#fff;border-color:#f59e0b}.btn.warning:hover{background:#d97706}.btn:disabled{opacity:.45;cursor:not-allowed}.filter-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;outline:none;color:#374151;min-width:220px}.filter-input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601f}.count-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:4px 12px;font-size:12px;color:#6b7280;margin-left:auto}.count-badge span{font-weight:700;color:#374151}.stats{max-width:1400px;margin:0 auto 20px;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat-card{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #e5e7eb;transition:border-color .3s}.stat-card.flash{border-color:#10b981}.stat-card .label{font-size:12px;color:#6b7280;margin-bottom:6px}.stat-card .value{font-size:24px;font-weight:700;color:#111827}.stat-card .sub{font-size:11px;color:#9ca3af;margin-top:2px}.table-wrap{max-width:1400px;margin:0 auto;padding:0 24px 24px}.card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}table{width:100%;border-collapse:collapse;font-size:13px}thead tr{background:#f9fafb}th{text-align:left;padding:12px 14px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;white-space:nowrap}td{padding:10px 14px;border-bottom:1px solid #f3f4f6;vertical-align:middle;color:#374151}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#f9fafb}tbody tr.new-row td{animation:hl .8s ease-out}@keyframes hl{0%{background:#d1fae5}to{background:transparent}}.order-name{font-weight:700;color:#111827}.sub-text{font-size:11px;color:#9ca3af;margin-top:2px}.line-summary{max-width:320px}.line-item-row{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;padding:3px 0;border-bottom:1px dashed #e5e7eb;font-size:11px}.line-item-row:last-child{border-bottom:none}.item-name{color:#374151;flex:1;min-width:0;word-break:break-word;line-height:1.4}.item-price{color:#059669;font-weight:700;white-space:nowrap;flex-shrink:0}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.badge.paid{background:#d1fae5;color:#065f46}.badge.pending{background:#fef3c7;color:#92400e}.badge.refunded{background:#fee2e2;color:#991b1b}.badge.fulfilled{background:#dbeafe;color:#1e40af}.badge.unfulfilled{background:#f3f4f6;color:#6b7280}.badge.partial{background:#ede9fe;color:#5b21b6}.badge.default{background:#f3f4f6;color:#6b7280}.empty{text-align:center;padding:60px 24px;color:#9ca3af}.empty .icon{font-size:40px;margin-bottom:12px}.error-bar{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:10px 16px;font-size:13px;color:#991b1b;margin-bottom:16px}.print-btn{padding:4px 10px;border-radius:6px;border:1px solid #008060;background:#e6f4f1;color:#008060;font-size:12px;cursor:pointer;white-space:nowrap;transition:all .15s}.print-btn:hover{background:#008060;color:#fff}.print-btn:disabled{opacity:.4;cursor:not-allowed}#printerBar{position:fixed;bottom:0;left:0;right:0;z-index:30;background:#1e293b;color:#e2e8f0;border-top:2px solid #334155;box-shadow:0 -4px 20px #00000040}.printer-header{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid #334155;cursor:pointer;-webkit-user-select:none;user-select:none}.printer-header .ph-title{font-weight:700;font-size:14px;flex:1}.printer-header .ph-status{font-size:12px}.printer-header .ph-toggle{font-size:18px;transition:transform .2s}.printer-header.collapsed .ph-toggle{transform:rotate(180deg)}.printer-body{padding:14px 20px;display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}.printer-body.hidden{display:none}.bt-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;display:inline-block}.bt-dot.off{background:#64748b}.bt-dot.on{background:#10b981;box-shadow:0 0 0 3px #10b98140;animation:blink 2s infinite}.bt-log{flex:1;min-width:260px;max-height:80px;overflow-y:auto;background:#0f172a;border-radius:6px;padding:8px 12px;font-size:11px;font-family:monospace;color:#94a3b8;line-height:1.7}.auto-print-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;cursor:pointer;padding:4px 0}.auto-print-label input{accent-color:#10b981;width:14px;height:14px}.receipt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none}.receipt-modal.show{display:block}.receipt-modal .rm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.receipt-modal .rm-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(760px,calc(100vw - 28px));max-height:min(86vh,900px);background:#fff;border-radius:14px;box-shadow:0 18px 60px #00000059;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.rm-head{padding:12px 14px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:10px;background:#f9fafb}.rm-title{font-weight:800;color:#111827}.rm-sub{font-size:12px;color:#6b7280;margin-left:auto}.rm-body{padding:14px;overflow:auto;background:#f3f4f6}.rm-controls{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;margin:0 auto 12px;max-width:720px}.rm-controls .row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:8px}.rm-controls .row:first-child{margin-top:0}.rm-controls label{font-size:12px;color:#374151;display:inline-flex;align-items:center;gap:6px}.rm-controls input[type=number]{width:90px;padding:6px 8px;border:1px solid #d1d5db;border-radius:8px;font-size:12px;outline:none}.rm-controls input[type=text]{width:min(360px,100%);padding:6px 8px;border:1px solid #d1d5db;border-radius:8px;font-size:12px;outline:none}.rm-controls textarea{width:100%;min-height:58px;resize:vertical;padding:8px 10px;border:1px solid #d1d5db;border-radius:10px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.rm-paper{margin:0 auto;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 10px 28px #0000001a;padding:10px;width:fit-content;max-width:100%}.rm-paper canvas{display:block;max-width:100%;height:auto}.rm-foot{padding:12px 14px;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;align-items:center;background:#fff}.rm-warn{font-size:12px;color:#b45309;margin-right:auto}@media (max-width: 768px){.filter-input{min-width:100%}td,th{padding:8px 10px}.printer-body{gap:8px}}.logout-btn{padding:5px 14px;font-size:12px;color:#6b7280;border-color:#e5e7eb}.logout-btn:hover{color:#ef4444;border-color:#fca5a5;background:#fff1f2}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f2f5,#e8f5f0);padding:24px}.login-card{background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001a;padding:48px 40px 40px;width:100%;max-width:400px;text-align:center}.login-logo svg{width:48px;height:48px;margin-bottom:16px}.login-title{font-size:22px;font-weight:800;color:#111827;margin-bottom:6px}.login-sub{font-size:13px;color:#9ca3af;margin-bottom:32px}.login-form{text-align:left;display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:6px}.login-field label{font-size:13px;font-weight:600;color:#374151}.login-field input{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;color:#111827;transition:border-color .15s,box-shadow .15s}.login-field input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601f}.login-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:10px 14px;font-size:13px;color:#991b1b}.login-btn{width:100%;padding:12px;font-size:15px;font-weight:700;border-radius:10px;margin-top:4px}.tabs{display:flex;gap:6px;padding:8px 24px 0;background:#f0f2f5;border-bottom:1px solid #e5e7eb;position:sticky;top:60px;z-index:15}.tab{background:transparent;border:1px solid transparent;border-bottom:none;border-radius:10px 10px 0 0;padding:8px 18px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s,color .15s,border-color .15s}.tab:hover{color:#111827;background:#fff}.tab.active{background:#fff;color:#008060;border-color:#e5e7eb;position:relative;top:1px}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:11px;font-weight:700}.tab.active .tab-badge{background:#d1fae5;color:#047857}.page{padding:16px 24px 0}.page-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:12px}.page-toolbar .filter-input{flex:1 1 240px;min-width:200px}.scan-indicator{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:600;background:#f9fafb;color:#6b7280;white-space:nowrap;transition:background-color .18s ease,color .18s ease,border-color .18s ease;cursor:help;-webkit-user-select:none;user-select:none;max-width:280px;overflow:hidden}.scan-indicator-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;flex-shrink:0}.scan-indicator-text{overflow:hidden;text-overflow:ellipsis}.scan-indicator-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700}.scan-indicator--idle{background:#f9fafb;border-color:#e5e7eb;color:#6b7280}.scan-indicator--idle .scan-indicator-dot{background:#9ca3af;animation:scan-indicator-idle-pulse 2.4s ease-in-out infinite}@keyframes scan-indicator-idle-pulse{0%,to{opacity:1}50%{opacity:.45}}.scan-indicator--ready{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.scan-indicator--ready .scan-indicator-dot{background:#10b981;box-shadow:0 0 0 3px #10b9812e;animation:scan-indicator-pulse 2.4s ease-in-out infinite}@keyframes scan-indicator-pulse{0%,to{box-shadow:0 0 0 3px #10b98126}50%{box-shadow:0 0 0 5px #10b9810d}}.scan-indicator--receiving{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.scan-indicator--receiving .scan-indicator-dot{background:#3b82f6;animation:scan-indicator-blink .6s linear infinite}@keyframes scan-indicator-blink{0%,to{opacity:1}50%{opacity:.35}}.scan-indicator--done{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.scan-indicator--done .scan-indicator-dot{background:#10b981}.empty-card{background:#fff;border:1px dashed #d1d5db;border-radius:12px;padding:60px 16px;text-align:center}.empty-icon{font-size:40px;margin-bottom:8px}.empty-title{font-size:16px;font-weight:700;color:#374151;margin-bottom:4px}.empty-sub{font-size:13px;color:#9ca3af}.pm-tip{font-size:12px;color:#6b7280;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:8px 12px;margin-bottom:12px}.pm-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.pm-table{width:100%;border-collapse:collapse;font-size:13px}.pm-table thead th{background:#f9fafb;text-align:left;padding:10px 12px;font-size:12px;font-weight:700;color:#6b7280;border-bottom:1px solid #e5e7eb}.pm-table tbody td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.pm-table tbody tr:hover{background:#f9fafb}.pm-table .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.pm-row-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:nowrap}.pm-form-panel{width:min(520px,calc(100vw - 28px));max-height:min(80vh,720px)}.pm-form-body{background:#fff;padding:18px 20px}.pm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.pm-form-field{display:flex;flex-direction:column;gap:6px;min-width:0}.pm-form-field:nth-child(1),.pm-form-field:nth-child(2){grid-column:1 / -1}.pm-form-label{font-size:12px;font-weight:600;color:#374151;display:inline-flex;align-items:center;gap:4px}.pm-form-required{color:#dc2626;font-weight:700}.pm-form-input{width:100%;padding:9px 12px;font-size:14px;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.pm-form-input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601f}.pm-form-input.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.pm-form-tip{margin-top:14px;font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px}@media (max-width: 520px){.pm-form-grid{grid-template-columns:1fr}.pm-form-field:nth-child(1),.pm-form-field:nth-child(2){grid-column:auto}}.ob-search-wrap{position:relative;flex:1 1 280px;min-width:240px}.ob-suggest{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #00000014;max-height:360px;overflow:auto;z-index:20}.ob-suggest-item{padding:10px 14px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .12s}.ob-suggest-item:hover{background:#f0fdf9}.ob-suggest-item:last-child{border-bottom:none}.ob-suggest-main{display:flex;gap:8px;align-items:baseline;margin-bottom:4px}.ob-suggest-name{font-weight:700;color:#111827}.ob-suggest-model{font-size:12px;color:#6b7280;background:#f3f4f6;padding:1px 6px;border-radius:4px}.ob-suggest-meta{display:flex;justify-content:space-between;font-size:12px;color:#6b7280}.ob-suggest-meta .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ob-suggest-price{color:#008060;font-weight:700}.ob-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:12px}@media (max-width: 900px){.ob-grid{grid-template-columns:1fr}}.ob-cart{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ob-cart-head{padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#f9fafb;font-weight:700;display:flex;align-items:center;justify-content:space-between}.ob-cart-empty{padding:60px 16px;text-align:center;color:#9ca3af;font-size:14px}.ob-cart-table thead th{background:#fff}.qty-stepper{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff}.qty-stepper button{width:28px;height:28px;border:none;background:#f9fafb;cursor:pointer;font-size:14px;color:#374151}.qty-stepper button:hover{background:#e5e7eb}.qty-stepper input{width:48px;height:28px;border:none;text-align:center;font-size:13px;outline:none;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ob-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;align-self:flex-start;position:sticky;top:132px}.ob-summary-head{font-weight:800;font-size:15px;color:#111827;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.ob-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:#374151}.ob-row.total{margin-top:4px;padding-top:10px;border-top:1px dashed #e5e7eb;font-size:18px;font-weight:800;color:#008060}.ob-row .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ob-note{width:100%;margin:10px 0;min-height:60px;resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit;outline:none}.ob-note:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601f}.ob-last-order{margin-top:12px;padding:12px;background:#f0fdf9;border:1px solid #a7f3d0;border-radius:10px}.ob-last-label{font-size:11px;color:#047857;font-weight:700;margin-bottom:4px}.ob-last-no{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700;color:#064e3b;margin-bottom:2px}.ob-last-meta{font-size:12px;color:#047857}.ob-history{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ob-history-head{padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ob-history-title{display:flex;align-items:center;gap:10px;font-weight:700;color:#111827;flex-wrap:wrap}.ob-history-count{font-size:12px;font-weight:600;color:#6b7280;background:#fff;border:1px solid #e5e7eb;padding:2px 8px;border-radius:999px}.ob-history-today{font-size:12px;font-weight:600;color:#047857;background:#d1fae5;border:1px solid #6ee7b7;padding:2px 8px;border-radius:999px}.ob-history-actions{display:flex;align-items:center;gap:8px}.ob-history-search{width:240px;max-width:60vw}.ob-history-empty{padding:36px 16px;text-align:center;color:#9ca3af;font-size:13px}.ob-history-table{table-layout:fixed}.ob-history-table thead th{background:#fff}.ob-history-table td{vertical-align:middle}.ob-history-row{cursor:pointer}.ob-history-row:hover{background:#f9fafb}.ob-history-row.expanded{background:#f0fdf9}.ob-history-toggle{text-align:center;color:#6b7280;font-size:12px;-webkit-user-select:none;user-select:none}.ob-history-summary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#374151;font-size:13px}.ob-history-row-actions{display:flex;gap:6px;justify-content:flex-end}.btn.ghost-sm.danger{color:#b91c1c}.btn.ghost-sm.danger:hover{background:#fee2e2;border-color:#fca5a5}.ob-history-detail-row>td{background:#f0fdf9;padding:0}.ob-history-detail{padding:12px 16px 14px 40px;border-top:1px dashed #a7f3d0}.ob-history-items{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.ob-history-items th,.ob-history-items td{padding:8px 10px;font-size:13px;border-bottom:1px solid #f3f4f6}.ob-history-items thead th{background:#f9fafb;color:#6b7280;font-weight:600;text-align:left}.ob-history-items tbody tr:last-child td{border-bottom:none}.ob-history-note{margin-top:10px;font-size:13px;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px}.ob-history-note-label{font-weight:700;color:#6b7280;margin-right:6px}.bs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100}.bs-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bs-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(960px,calc(100vw - 32px));height:min(86vh,720px);max-height:86vh;background:#fff;border-radius:14px;box-shadow:0 22px 60px #00000073;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.bs-head{padding:12px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:10px;background:#f9fafb}.bs-title{font-weight:800;color:#111827;font-size:15px;flex:0 0 auto;margin-right:auto}.bs-interval{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12px;color:#374151;cursor:help}.bs-interval-label{color:#6b7280;font-weight:600}.bs-interval-input{width:56px;padding:3px 6px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;text-align:right;color:#111827;outline:none;background:#f9fafb}.bs-interval-input:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b98126}.bs-interval-unit{color:#6b7280}.bs-select{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;outline:none;max-width:280px}.bs-icon-btn{width:30px;height:30px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:14px;color:#374151}.bs-icon-btn:hover{background:#f3f4f6}.bs-body{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);grid-template-rows:minmax(0,1fr);gap:0;flex:1 1 auto;min-height:0;overflow:hidden}@media (max-width: 760px){.bs-body{grid-template-columns:1fr}}.bs-stage{position:relative;background:#000;display:flex;align-items:center;justify-content:center;min-height:360px;overflow:hidden}.bs-video{width:100%;height:100%;object-fit:cover;display:block}.bs-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.bs-frame{position:relative;width:min(70%,420px);aspect-ratio:1.6 / 1;border:2px solid rgba(16,185,129,.85);border-radius:12px;box-shadow:0 0 0 9999px #00000059;overflow:hidden;transition:border-color .18s ease,background-color .18s ease}.bs-frame.is-cooldown{border-color:#10b981;border-width:3px;background-color:#10b9812e}.bs-frame.is-cooldown .bs-laser{display:none}.bs-frame.is-confirming{border-color:#f59e0b;box-shadow:0 0 0 9999px #00000059,0 0 0 2px #f59e0b73 inset}.bs-confirm-bar{position:absolute;left:0;right:0;bottom:0;height:4px;background:#ffffff2e;overflow:hidden}.bs-confirm-bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#10b981);transition:width .12s linear}.bs-confirm-tip{position:absolute;left:50%;bottom:24px;transform:translate(-50%);padding:6px 12px;background:#f59e0bf2;color:#fff;font-size:12px;font-weight:600;border-radius:999px;box-shadow:0 2px 10px #00000040;white-space:nowrap;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;max-width:80%;overflow:hidden;text-overflow:ellipsis}.bs-skip-tip{position:absolute;left:50%;bottom:24px;transform:translate(-50%);padding:7px 14px;background:#6b7280f2;color:#fff;font-size:12px;font-weight:600;border-radius:999px;box-shadow:0 2px 10px #00000040;white-space:nowrap;pointer-events:none;animation:bs-cooldown-fade .18s ease-out}.bs-laser{position:absolute;left:6%;right:6%;height:2px;background:linear-gradient(90deg,transparent,#10b981,transparent);top:0;animation:bs-laser-move 2.2s linear infinite}@keyframes bs-laser-move{0%{top:8%}50%{top:92%}to{top:8%}}.bs-cooldown-tip{position:absolute;left:50%;bottom:24px;transform:translate(-50%);padding:8px 14px;background:#10b981f2;color:#fff;font-size:13px;font-weight:600;border-radius:999px;box-shadow:0 2px 10px #00000040;white-space:nowrap;pointer-events:none;animation:bs-cooldown-fade .18s ease-out}@keyframes bs-cooldown-fade{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}.bs-stage-tools{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;pointer-events:none;z-index:2}.bs-stage-tools>*{pointer-events:auto}.bs-zoom{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#0000008c;border-radius:999px;color:#fff;font-size:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex:1 1 200px;min-width:180px;max-width:320px}.bs-zoom input[type=range]{flex:1 1 auto;accent-color:#10b981;cursor:pointer}.bs-zoom-label{font-size:14px}.bs-zoom-val{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;min-width:36px;text-align:right;font-weight:600}.bs-stage-btn{margin-left:auto;padding:8px 14px;border:none;border-radius:999px;background:#10b981eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #0000004d;transition:background .15s,transform .05s}.bs-stage-btn:hover{background:#059669}.bs-stage-btn:active{transform:scale(.97)}.bs-error-card{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:min(92%,480px);max-height:92%;height:max-content;background:#fff;border-radius:14px;padding:22px 22px 18px;box-shadow:0 18px 48px #00000073;display:flex;flex-direction:column;align-items:stretch;text-align:left;overflow:auto}.bs-error-icon{font-size:36px;text-align:center;margin-bottom:4px}.bs-error-title{font-size:16px;font-weight:800;color:#b91c1c;text-align:center;margin-bottom:12px}.bs-error-hints{list-style:none;margin:0 0 14px;font-size:13px;color:#374151;line-height:1.7;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.bs-error-hints li{padding:1px 0;white-space:pre-wrap}.bs-error-actions{display:flex;gap:8px;justify-content:center}.bs-side{display:flex;flex-direction:column;border-left:1px solid #e5e7eb;background:#fff;min-height:0;overflow:hidden}.bs-latest{flex:0 0 auto;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.bs-latest-label{font-size:12px;color:#6b7280;margin-bottom:6px;display:flex;align-items:center;gap:8px}.bs-mode-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;color:#008060;background:#d1fae5;border:1px solid #6ee7b7;border-radius:999px;line-height:1.4}.bs-latest-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:18px;font-weight:700;color:#111827;word-break:break-all;margin-bottom:4px}.bs-latest-meta{font-size:12px;color:#008060;font-weight:600}.bs-latest-empty{font-size:13px;color:#9ca3af;padding:6px 0}.bs-latest-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.bs-history{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:hidden}.bs-history-head{flex:0 0 auto;padding:10px 16px;font-size:12px;color:#6b7280;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6;background:#fff}.bs-history-list{list-style:none;margin:0;padding:6px 8px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.bs-history-list::-webkit-scrollbar{width:8px}.bs-history-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.bs-history-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.bs-history-list::-webkit-scrollbar-track{background:transparent}.bs-history-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px}.bs-history-item:hover{background:#f3f4f6}.bs-history-text{flex:1 1 auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#111827;word-break:break-all;cursor:pointer}.bs-history-fmt{font-size:11px;color:#6b7280;flex-shrink:0}.btn.ghost-sm{padding:4px 10px;font-size:12px;background:#fff;color:#374151;border:1px solid #e5e7eb}.btn.ghost-sm:hover{background:#f3f4f6}.udp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100}.udp-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.udp-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 28px));max-height:min(80vh,720px);background:#fff;border-radius:14px;box-shadow:0 20px 60px #0006;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.udp-head{padding:14px 18px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:10px;background:#f9fafb}.udp-title{font-weight:800;color:#111827;font-size:15px}.udp-sub{font-size:12px;color:#6b7280;margin-left:auto}.udp-body{padding:8px;overflow:auto;flex:1 1 auto;background:#f3f4f6}.udp-empty{padding:36px 16px;text-align:center;font-size:13px;color:#6b7280;line-height:1.7}.udp-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.udp-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.udp-item:hover{border-color:#9ca3af;background:#fafafa}.udp-item.active{border-color:#008060;box-shadow:0 0 0 3px #00806026;background:#f0fdf9}.udp-item-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.udp-item-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#6b7280;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.udp-foot{padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:10px}.udp-tip{font-size:12px;color:#9ca3af}.udp-actions{margin-left:auto;display:flex;gap:8px}
