:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.layout{min-height:100vh}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0}.brand{font-weight:700;font-size:16px;white-space:nowrap}.nav{display:flex;gap:12px;flex:1}.nav a{min-height:44px;display:inline-flex;align-items:center;padding:0 8px}.nav a.router-link-active{color:#2563eb;font-weight:600}.user{display:flex;align-items:center;gap:8px;color:#475569;font-size:14px}.user-name{display:none}.main{max-width:720px;margin:0 auto;padding:16px 16px 32px}.page-title{margin:0 0 8px;font-size:24px}.page-subtitle{margin:0 0 20px;color:#64748b}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:12px}.filters{position:sticky;top:57px;z-index:5;background:#f8fafc;padding:12px 0 16px;margin-bottom:8px}.field{display:grid;gap:6px;margin-bottom:12px}.input,.textarea,.select{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font:inherit;background:#fff}.textarea{min-height:96px;resize:vertical}.btn{border:0;border-radius:8px;min-height:44px;padding:10px 16px;font:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#2563eb;color:#fff}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-ghost{background:transparent;color:#475569;min-height:44px}.btn-block{width:100%}.btn-danger{background:#fee2e2;color:#b91c1c}.muted{color:#64748b}.error{color:#b91c1c}.success{color:#15803d}.center-card{max-width:420px;margin:64px auto}.video-list-item{display:block;padding:16px;border-bottom:1px solid #f1f5f9}.video-list-item:last-child{border-bottom:0}.video-list-item:active{background:#f8fafc}.video-list-title{font-weight:600;margin-bottom:6px}.video-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#64748b}.badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px}.video-player{width:100%;border-radius:8px;background:#000;max-height:50vh}.empty-state{text-align:center;padding:48px 16px;color:#64748b}.row{display:flex;gap:12px;flex-wrap:wrap}@media(min-width:640px){.header{padding:16px 24px}.main{padding:24px}.user-name{display:inline}.page-title{font-size:28px}}
