:root{--color-primary: #cc785c;--color-primary-active: #a9583e;--color-primary-disabled: #e6dfd8;--color-accent-teal: #5db8a6;--color-accent-amber: #e8a55a;--color-canvas: #faf9f5;--color-surface-soft: #f5f0e8;--color-surface-card: #efe9de;--color-surface-cream-strong: #e8e0d2;--color-surface-dark: #181715;--color-surface-dark-elevated: #252320;--color-surface-dark-soft: #1f1e1b;--color-hairline: #e6dfd8;--color-hairline-soft: #ebe6df;--color-ink: #141413;--color-body-strong: #252523;--color-body: #3d3d3a;--color-muted: #6c6a64;--color-muted-soft: #8e8b82;--color-on-primary: #ffffff;--color-on-dark: #faf9f5;--color-on-dark-soft: #a09d96;--color-success: #5db872;--color-warning: #d4a017;--color-error: #c64545;--rounded-xs: 4px;--rounded-sm: 6px;--rounded-md: 8px;--rounded-lg: 12px;--rounded-xl: 16px;--rounded-pill: 9999px;--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--space-section: 96px;--font-display: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "STSong", "SimSun", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;--font-code: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}:root{font-family:var(--font-body);font-size:16px;line-height:1.55;color:var(--color-body);background:var(--color-canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font:inherit}h1,h2,h3,p,dl{margin:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.page-shell{min-height:100svh;display:grid;place-items:center;padding:var(--space-md);background:var(--color-surface-dark)}.player-shell{width:min(100%,1100px);aspect-ratio:16 / 9;display:grid;place-items:center;background:#050506;border-radius:var(--rounded-lg)}.player{width:100%;height:100%;display:block;background:#050506;border-radius:var(--rounded-lg)}.player-state{display:grid;place-items:center;width:100%;height:100%;min-height:180px;padding:var(--space-lg);color:var(--color-on-dark-soft);font-size:16px;line-height:1.5;text-align:center}.landing-shell{min-height:100svh;display:grid;grid-template-rows:1fr auto;place-items:center;padding:var(--space-xxl) var(--space-lg) var(--space-lg);background:var(--color-canvas)}.landing-hero{width:min(100%,760px);display:grid;gap:var(--space-md);text-align:center}.landing-icon{width:76px;height:76px;justify-self:center;display:grid;place-items:center;position:relative;border-radius:var(--rounded-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-soft);color:var(--color-primary-active)}.landing-icon svg{display:block}.landing-copy{width:min(100%,620px);justify-self:center;color:var(--color-body);font-size:14px;line-height:1.8}.landing-card{width:min(100%,420px);justify-self:center;display:grid;gap:var(--space-md);justify-items:center;margin-top:var(--space-sm);padding:var(--space-xl);border-radius:var(--rounded-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-soft)}.qr-placeholder{width:132px;height:132px;position:relative;border-radius:var(--rounded-md);background:linear-gradient(90deg,var(--color-surface-dark) 10px,transparent 10px) 18px 18px / 38px 38px,linear-gradient(var(--color-surface-dark) 10px,transparent 10px) 18px 18px / 38px 38px,var(--color-canvas);border:10px solid #ffffff}.qr-placeholder span{position:absolute;width:30px;height:30px;border:6px solid var(--color-surface-dark);border-radius:2px;background:#fff}.qr-placeholder span:nth-child(1){top:10px;left:10px}.qr-placeholder span:nth-child(2){top:10px;right:10px}.qr-placeholder span:nth-child(3){left:10px;bottom:10px}.landing-card-text{display:grid;gap:var(--space-xs)}.landing-card-text strong{color:var(--color-ink);font-size:15px;font-weight:500}.landing-card-text code{overflow-wrap:anywhere;color:var(--color-muted);font-family:var(--font-code);font-size:13px}.landing-footer{color:var(--color-muted-soft);font-size:13px}.admin-shell{width:min(100%,1200px);margin:0 auto;padding:var(--space-xxl) var(--space-lg) var(--space-section)}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-xxl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-hairline)}.header-title-row{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}.header-actions{display:flex;align-items:center;gap:var(--space-xs)}h1{font-family:var(--font-display);font-size:36px;font-weight:400;letter-spacing:-.5px;line-height:1.15;color:var(--color-ink)}.status-tags{display:flex;gap:var(--space-xs);align-items:center}.status-tag{display:inline-flex;align-items:center;gap:6px;padding:4px var(--space-sm);border-radius:var(--rounded-pill);font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-ok{background:#5db8721a;color:var(--color-success)}.status-ok .status-dot{background:var(--color-success);box-shadow:0 0 0 2px #5db87233}.status-err{background:#c645451a;color:var(--color-error)}.status-err .status-dot{background:var(--color-error);box-shadow:0 0 0 2px #c6454533}.status-pending{background:var(--color-surface-card);color:var(--color-muted-soft)}.status-pending .status-dot{background:var(--color-muted-soft)}h2{font-family:var(--font-display);font-size:24px;font-weight:400;letter-spacing:-.3px;line-height:1.2;color:var(--color-ink)}h3{font-family:var(--font-display);font-size:20px;font-weight:400;letter-spacing:-.2px;line-height:1.3;color:var(--color-ink)}button{height:40px;border:none;border-radius:var(--rounded-md);padding:0 20px;font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1;cursor:pointer;color:var(--color-on-primary);background:var(--color-primary);white-space:nowrap;transition:background .15s ease}button:hover,button:active{background:var(--color-primary-active)}button:disabled{background:var(--color-primary-disabled);color:var(--color-muted-soft);cursor:not-allowed}button.btn-secondary{color:var(--color-ink);background:var(--color-canvas);border:1px solid var(--color-hairline)}button.btn-secondary:hover{background:var(--color-surface-soft)}button.btn-secondary:active{background:var(--color-surface-card)}button.btn-small{height:28px;padding:0 12px;font-size:13px}button.btn-icon{width:32px;height:32px;display:inline-grid;place-items:center;padding:0}button.btn-icon svg{display:block}button.btn-danger{color:var(--color-on-primary);background:var(--color-error)}button.btn-danger:hover{background:#a93838}button.btn-text-link{height:auto;padding:0;border:none;background:none;color:var(--color-primary);font-size:13px;font-weight:500;cursor:pointer}button.btn-text-link:hover{background:none;text-decoration:underline}button.btn-dark{color:var(--color-on-dark);background:var(--color-surface-dark-elevated)}button.btn-dark:hover{background:#312f2b}label{display:grid;gap:var(--space-xs);color:var(--color-muted);font-size:13px;font-weight:500}input{width:100%;min-width:0;height:40px;border:1px solid var(--color-hairline);border-radius:var(--rounded-md);padding:0 14px;color:var(--color-ink);background:var(--color-canvas);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}input[type=file]{height:auto;min-height:44px;padding:10px 14px;color:var(--color-body)}input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #cc785c26}input::placeholder{color:var(--color-muted-soft)}.panel{border:1px solid var(--color-hairline);border-radius:var(--rounded-lg);background:var(--color-canvas);padding:var(--space-xl)}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.panel-head span{color:var(--color-muted-soft);font-size:13px;font-weight:400;line-height:1.45;text-align:right}.auth-shell{min-height:100svh;display:grid;place-items:center}.auth-panel{width:min(100%,420px);display:grid;gap:var(--space-md);background:var(--color-surface-card)}.upload-panel{display:grid;gap:var(--space-md);background:var(--color-surface-card);border-color:var(--color-hairline-soft);margin-bottom:var(--space-lg)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.video-meta div{display:grid;gap:2px}.message{margin:0 0 var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--rounded-md);background:#5db8721a;color:var(--color-success);font-size:14px;font-weight:500;border:1px solid rgba(93,184,114,.2)}.empty-state{min-height:200px;display:grid;place-items:center;color:var(--color-muted-soft);font-family:var(--font-display);font-size:18px;font-weight:400;letter-spacing:-.2px}.list-panel .panel-head{padding-bottom:var(--space-md);border-bottom:1px solid var(--color-hairline-soft)}.list-title-row{display:flex;align-items:center;gap:var(--space-sm)}.list-search{width:min(100%,260px)}.video-list{display:grid;gap:var(--space-md)}.video-item{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:var(--space-lg);border:1px solid var(--color-hairline-soft);border-radius:var(--rounded-lg);padding:var(--space-lg);background:var(--color-canvas);transition:border-color .15s ease}.video-item:hover{border-color:var(--color-primary-disabled)}.video-main{display:grid;gap:var(--space-md);min-width:0}.video-info-row{display:flex;align-items:center;gap:var(--space-lg)}.video-title-col{flex:1;min-width:0}.video-divider{width:1px;height:40px;background:var(--color-hairline-soft)}.video-main .file-key{margin-top:var(--space-xxs);overflow-wrap:anywhere;color:var(--color-muted);font-family:var(--font-code);font-size:13px;line-height:1.5}.video-meta{display:flex;flex-wrap:wrap;gap:var(--space-lg);margin:var(--space-xs) 0}.video-meta div{display:flex;align-items:baseline;gap:var(--space-xs)}dt{color:var(--color-muted-soft);font-size:12px;font-weight:400}dd{color:var(--color-body-strong);font-size:14px;margin:0}.row-actions{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center;justify-content:space-between;padding-top:var(--space-xs)}.action-buttons{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center}.view-count{margin-left:auto;color:var(--color-muted-soft);font-size:13px;white-space:nowrap}.view-count-link{height:auto;padding:0;border:0;background:transparent;color:var(--color-primary);cursor:pointer}.view-count-link:hover{background:transparent;text-decoration:underline}.qr-panel{display:grid;justify-items:center;align-content:start;gap:var(--space-xs)}.qr-code{width:120px;height:120px;display:grid;place-items:center;border:1px solid var(--color-hairline);border-radius:var(--rounded-md);padding:var(--space-xs);background:#fff}.qr-code svg{width:100%;height:100%;display:block}.qr-panel a{font-size:13px;font-weight:500}.list-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-hairline-soft)}.list-count{color:var(--color-muted);font-size:13px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-md)}.page-info{font-size:14px;color:var(--color-muted);font-family:var(--font-code)}.upload-btn{position:relative;overflow:hidden}.upload-btn .progress-fill{position:absolute;top:0;left:0;height:100%;background:#fff3;transition:width .2s ease;z-index:0}.upload-btn .btn-label{position:relative;z-index:1}.admin-footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-xxl);padding-top:var(--space-lg);border-top:1px solid var(--color-hairline-soft);color:var(--color-muted-soft);font-size:13px}.admin-footer .footer-divider{color:var(--color-hairline-soft)}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:var(--space-lg);background:#1817157a}.modal-panel{width:min(100%,860px);max-height:min(76svh,720px);overflow:auto;border-radius:var(--rounded-lg);background:var(--color-canvas);border:1px solid var(--color-hairline);padding:var(--space-xl)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-hairline-soft)}.modal-head p{margin-top:var(--space-xxs);color:var(--color-muted);font-size:14px}.history-empty{min-height:140px}.history-table{display:grid;margin-top:var(--space-md)}.history-row{display:grid;grid-template-columns:minmax(130px,.9fr) minmax(170px,1fr) minmax(70px,.55fr) minmax(90px,.7fr) minmax(90px,.7fr);gap:var(--space-md);padding:12px 0;border-top:1px solid var(--color-hairline-soft);color:var(--color-body);font-size:14px}.history-row span{min-width:0;overflow-wrap:anywhere}.history-row:first-child{border-top:0}.history-head{color:var(--color-muted-soft);font-size:12px;font-weight:500}@media(max-width:860px){.admin-shell{padding:var(--space-lg) var(--space-md) var(--space-xxl)}h1{font-size:28px}.admin-header{align-items:stretch;flex-direction:column;margin-bottom:var(--space-xl)}.header-actions{align-items:stretch;flex-direction:column}.panel-head{flex-direction:column;align-items:flex-start}.panel-head span{text-align:left}.form-grid,.video-item,.video-meta{grid-template-columns:1fr}.video-item{gap:var(--space-md)}.video-info-row{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.video-divider{display:none}.qr-panel{justify-items:start}.list-search{width:100%}.history-row{grid-template-columns:1fr;gap:var(--space-xs)}}@media(max-width:760px){.page-shell{padding:0;place-items:center}.player-shell{width:100%;border-radius:0}.player{border-radius:0}}
