:root{--bg: #080b0f;--bg2: #0d1117;--bg3: #131920;--border: #1e2a35;--accent: #e8b84b;--accent2: #c9a03c;--red: #e05252;--green: #52c97a;--blue: #5b9cf6;--text: #e8edf2;--text2: #8a9bb0;--text3: #4a5a6b;--radius: 8px;--shadow: 0 4px 24px rgba(0,0,0,.5)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.6;min-height:100vh}h1,h2,h3{font-family:Bebas Neue,sans-serif;letter-spacing:.05em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}a{color:inherit;text-decoration:none}input,select,textarea{background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:8px 12px;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}button{cursor:pointer;font-family:inherit;border:none;outline:none;transition:all .2s}.btn{padding:8px 16px;border-radius:var(--radius);font-weight:500;font-size:13px}.btn-primary{background:var(--accent);color:var(--bg);font-weight:600}.btn-primary:hover{background:var(--accent2)}.btn-ghost{background:transparent;color:var(--text2);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{background:#e0525226;color:var(--red);border:1px solid rgba(224,82,82,.3)}.btn-danger:hover{background:#e0525240}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-watching{background:#5b9cf626;color:var(--blue)}.badge-found{background:#52c97a26;color:var(--green)}.badge-archived{background:#8a9bb026;color:var(--text2)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-in{animation:fadeIn .3s ease forwards}.spin{animation:spin 1s linear infinite}.poster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}@media (max-width: 768px){.poster-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}}@media (max-width: 768px){.sidebar{width:100%!important;height:auto!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;flex-direction:row!important;border-right:none!important;border-top:1px solid var(--border)!important;transform:none!important;z-index:100!important;padding:0!important}.sidebar>div:first-child{display:none!important}.sidebar nav{flex-direction:row!important;overflow-x:auto!important;gap:0!important;padding:0!important;width:100%!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav a{flex-direction:column!important;gap:3px!important;padding:8px 12px!important;font-size:10px!important;min-width:60px!important;border-radius:0!important;white-space:nowrap;align-items:center!important}.sidebar>div:last-child{display:none!important}main{margin-left:0!important;padding:16px 16px 80px!important}.poster-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:10px!important}.card{border-radius:8px!important}h2[style*="font-size: 32"]{font-size:24px!important}[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}[style*="display: flex"][style*="gap: 16"]{flex-wrap:wrap!important}[style*="height: 320"]{height:200px!important}[style*="display: flex"][style*="gap: 12"][style*="marginBottom: 24"],[style*="display: flex"][style*="gap: 16"][style*="marginBottom: 24"]{flex-wrap:wrap!important}[style*="overflowX: auto"]{-webkit-overflow-scrolling:touch}[style*="width: 400"]{width:100%!important;max-width:400px!important}[style*="width: 380"]{width:100%!important;max-width:380px!important}[style*="gridTemplateColumns: repeat(4"],[style*="gridTemplateColumns: repeat(3"]{grid-template-columns:repeat(2,1fr)!important}[style*="display: flex"][style*="gap: 24"][style*="marginBottom: 32"]{flex-direction:column!important;align-items:center!important;text-align:center!important}[style*="gridTemplateColumns: repeat(auto-fit, minmax(160"]{grid-template-columns:1fr 1fr!important}.mobile-menu{display:none!important}}@media (max-width: 480px){.poster-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}[style*="gridTemplateColumns: repeat(3"]{grid-template-columns:1fr 1fr!important}main{padding:12px 12px 75px!important}}@keyframes musicBar1{0%{height:4px}to{height:12px}}@keyframes musicBar2{0%{height:10px}to{height:4px}}@keyframes musicBar3{0%{height:6px}to{height:14px}}
