:root{--bg-primary:#0a0a0a;--bg-secondary:#141414;--bg-tertiary:#1a1a1a;--bg-hover:#252525;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--accent:#7c3aed;--accent-hover:#6d28d9;--border:#2a2a2a;--error:#ef4444;--success:#22c55e}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}p{color:var(--text-secondary)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{background:var(--bg-tertiary);border:none;border-radius:.5rem;color:var(--text-primary);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:background-color .2s,transform .1s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:hover:not(:disabled){background:var(--bg-hover)}button:active:not(:disabled){transform:scale(.98)}button:disabled{cursor:not-allowed;opacity:.5}button.primary{background:var(--accent)}button.primary:hover:not(:disabled){background:var(--accent-hover)}@media(hover:none)and (pointer:coarse){button{min-height:44px;padding:.75rem 1.5rem}input,select{font-size:16px;min-height:44px}}input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:.5rem;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}input::-moz-placeholder{color:var(--text-muted)}input::placeholder{color:var(--text-muted)}input:focus{border-color:var(--accent);outline:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.card{background:var(--bg-tertiary);border-radius:.5rem;padding:1rem}img{height:auto;max-width:100%}img.cover{-o-object-fit:cover;object-fit:cover}.skeleton{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-hover) 50%,var(--bg-tertiary) 75%);background-size:200% 100%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}
