:root{color:#172033;background:#f5f7fb;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1320px;margin:0 auto 22px}.brand{display:flex;align-items:baseline;gap:12px}.brand span{font-size:26px;font-weight:800}.brand small,.topbar-note{color:#667085}.topbar-note{padding:8px 12px;border:1px solid #d9e0eb;border-radius:8px;background:#fff}.topbar-actions{display:flex;align-items:center;gap:8px}.logout-button{display:inline-flex;align-items:center;gap:6px;min-height:38px;border:1px solid #d9e0eb;border-radius:8px;padding:0 12px;color:#475467;background:#fff}.login-page{display:grid;place-content:center;gap:14px;min-height:100vh;padding:24px;color:#344054;background:#f5f7fb}.login-card{width:min(100%,400px);padding:32px;border:1px solid #dce3ee;border-radius:8px;background:#fff;box-shadow:0 18px 45px #1f29371a}.login-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:8px;color:#fff;background:#126b64}.login-card h1{margin-bottom:8px;font-size:24px}.login-card>p{margin-bottom:24px;color:#667085;line-height:1.6}.workspace{display:grid;grid-template-columns:minmax(320px,420px) minmax(260px,340px) minmax(360px,1fr);gap:18px;max-width:1320px;margin:0 auto;align-items:start}.upload-panel,.list-panel,.detail-panel{background:#fff;border:1px solid #dce3ee;border-radius:8px;box-shadow:0 16px 45px #1f293712}.upload-panel{padding:22px}.panel-heading{display:flex;gap:14px;margin-bottom:20px}.icon-badge{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:8px;color:#fff;background:#126b64}h1,h2,p{margin-top:0}.panel-heading h1{margin-bottom:8px;font-size:24px;line-height:1.25}.panel-heading p,.detail-top p,.muted{margin-bottom:0;color:#667085;line-height:1.6}.field{display:grid;gap:8px;margin-bottom:14px;color:#344054;font-weight:650}.field input,.field textarea{width:100%;border:1px solid #cfd8e6;border-radius:8px;padding:12px;color:#172033;background:#fbfcfe;outline:none}.field textarea{min-height:82px;resize:vertical}.field input:focus,.field textarea:focus{border-color:#126b64;box-shadow:0 0 0 3px #126b6424}.dropzone{display:grid;place-items:center;gap:9px;min-height:164px;margin:16px 0;padding:22px;border:1.5px dashed #9fb2ca;border-radius:8px;color:#466174;background:#f8fbff;text-align:center}.dropzone.has-file{border-color:#126b64;background:#f3faf8}.dropzone input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.dropzone strong{max-width:100%;overflow:hidden;color:#172033;text-overflow:ellipsis;white-space:nowrap}.dropzone span{color:#667085;font-size:14px}.notice{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:11px 12px;border-radius:8px;line-height:1.45}.notice.error{color:#9f1d1d;background:#fff1f1;border:1px solid #ffd1d1}.notice.success{color:#11635c;background:#eef9f6;border:1px solid #bde6de}.auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:18px}.auth-links button{display:inline-flex;align-items:center;gap:5px;border:0;padding:0;color:#126b64;background:transparent;font-size:14px;font-weight:700}.progress-wrap{margin-bottom:14px}.progress-text{display:flex;justify-content:space-between;color:#344054;font-size:14px}.progress-bar{height:10px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e8eef6}.progress-bar span{display:block;height:100%;border-radius:inherit;background:#126b64;transition:width .18s ease}.primary-button,.link-box button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:0;border-radius:8px;color:#fff;background:#126b64;font-weight:750}.primary-button:disabled{cursor:not-allowed;opacity:.7}.list-panel{padding:18px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title h2{margin:0;font-size:18px}.section-title span{color:#667085;font-size:14px}.video-list{display:grid;gap:10px;max-height:calc(100vh - 170px);overflow:auto;padding-right:2px}.video-card{display:flex;align-items:center;gap:12px;width:100%;border:1px solid #dce3ee;border-radius:8px;padding:10px;color:inherit;background:#fff;text-align:left}.video-card.active{border-color:#126b64;background:#f3faf8}.thumb{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:8px;color:#126b64;background:#e6f3f0}.video-meta{display:grid;min-width:0}.video-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-meta small{margin-top:5px;color:#667085}.detail-panel{min-height:540px;padding:20px}.detail-panel.empty{display:grid;place-items:center;align-content:center;text-align:center;color:#667085}.detail-panel.empty h2{margin:14px 0 6px;color:#172033}.detail-top{display:flex;justify-content:space-between;gap:18px;margin-bottom:16px}.detail-top h2{margin-bottom:8px;font-size:22px}.status{display:inline-flex;align-items:center;gap:6px;align-self:start;flex:0 0 auto;padding:8px 10px;border-radius:8px;color:#126b64;background:#e6f3f0;font-size:14px;font-weight:700}.preview-video{width:100%;aspect-ratio:16 / 9;border-radius:8px;background:#101828}.share-grid{display:grid;grid-template-columns:220px 1fr;gap:16px;margin-top:16px}.qr-box,.link-box{border:1px solid #dce3ee;border-radius:8px;padding:14px}.qr-box{display:grid;place-items:center;gap:8px;color:#667085}.qr-box img{width:168px;height:168px}.link-box{display:grid;align-content:start;gap:12px}.link-box span{display:inline-flex;align-items:center;gap:6px;color:#344054;font-weight:750}.link-box p{margin:0;overflow-wrap:anywhere;color:#667085;line-height:1.5}.link-warning{margin-top:-2px;color:#9a5b00;background:#fff7e6;border:1px solid #f3d39a;border-radius:6px;padding:9px 10px;font-size:12px;line-height:1.55}.link-box button{max-width:150px}.detail-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.secondary-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border-radius:8px;padding:0 14px;font-weight:700}.secondary-button{border:1px solid #b8c7d9;color:#126b64;background:#fff}.danger-button{border:1px solid #f0b5b5;color:#a32626;background:#fff7f7}.secondary-button:disabled,.danger-button:disabled{cursor:not-allowed;opacity:.55}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .9s linear infinite}.watch-page{display:grid;place-items:center;min-height:100vh;padding:16px;color:#fff;background:#0b1220}.mobile-player{width:min(100%,880px)}.mobile-player video{width:100%;max-height:78vh;border-radius:8px;background:#000}.mobile-info{padding:16px 2px 0}.mobile-info h1{margin-bottom:8px;font-size:24px}.mobile-info p{color:#cbd5e1;line-height:1.7}.watch-error{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;border-radius:8px;background:#9f1d1d}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.workspace{grid-template-columns:minmax(300px,1fr) minmax(320px,1.2fr)}.list-panel{grid-column:1}.detail-panel{grid-column:2;grid-row:1 / span 2}}@media(max-width:760px){.app-shell{padding:16px}.topbar{align-items:flex-start;flex-direction:column}.brand{flex-direction:column;gap:2px}.workspace{grid-template-columns:1fr}.detail-panel,.list-panel{grid-column:auto;grid-row:auto}.video-list{max-height:none}.detail-top,.share-grid{grid-template-columns:1fr;flex-direction:column}.link-box button{max-width:none}.detail-actions{display:grid;grid-template-columns:1fr 1fr}.mobile-info h1{font-size:20px}}
