:root{--color-primary:#e11d48;--color-primary-dark:#be123c;--color-accent:#f43f5e;--color-bg:#0f0f0f;--color-bg-elevated:#212121;--color-surface:#181818;--color-card:#272727;--color-text:#f1f5f9;--color-text-muted:#aaa;--color-border:#303030;--radius:12px;--shadow:0 1px 2px #00000059;--nav-height:56px;--sidebar-width:220px}*{box-sizing:border-box}body{background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;font-family:Outfit,Segoe UI,sans-serif}a{color:inherit}input[type=text],input[type=email],input[type=password],input[type=file],textarea,select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-elevated);color:var(--color-text);outline:none;font-family:inherit;font-size:14px;transition:border-color .15s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus,select:focus{border-color:var(--color-primary)}button{border-radius:var(--radius);background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;font-family:inherit;font-weight:600;transition:background-color .15s,transform .1s}button:hover:not(:disabled){background-color:var(--color-primary-dark)}button:disabled{opacity:.6;cursor:not-allowed}.app-shell{background:var(--color-bg);min-height:100vh}.home-layout{min-height:calc(100vh - var(--nav-height));display:flex}.home-sidebar{width:var(--sidebar-width);border-right:1px solid var(--color-border);background:var(--color-bg);top:var(--nav-height);height:calc(100vh - var(--nav-height));flex-shrink:0;padding:16px 12px;position:sticky;overflow-y:auto}.home-sidebar a{color:var(--color-text);border-radius:10px;align-items:center;gap:12px;margin-bottom:4px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.home-sidebar a:hover,.home-sidebar a.active{background:var(--color-bg-elevated)}.home-main{flex:1;min-width:0;padding:20px 24px 40px}.video-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px 16px;display:grid}.video-card{color:inherit;text-decoration:none;display:block}.video-card-thumb{aspect-ratio:16/9;object-fit:cover;background:#000;border-radius:12px;width:100%;display:block}.video-card-meta{gap:12px;margin-top:12px;display:flex}.channel-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;text-decoration:none;display:flex}@media (width<=860px){.home-sidebar{display:none}.home-main{padding:16px}}
