@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg-base:#0a0c12;--bg-surface:#111420;--bg-elevated:#181d2e;--bg-overlay:#1e2436;--bg-hover:#252b40;--glass-bg:#181d2eb3;--glass-border:#ffffff0f;--glass-blur:blur(16px);--accent:#e8a020;--accent-light:#f0b83a;--accent-dark:#c4861a;--accent-subtle:#e8a0201f;--accent-glow:#e8a0204d;--text-primary:#f0f2f7;--text-secondary:#9aa3b8;--text-muted:#5c6480;--text-inverse:#0a0c12;--status-to-consume:#3b82f6;--status-to-consume-bg:#3b82f61f;--status-consuming:#f59e0b;--status-consuming-bg:#f59e0b1f;--status-consumed:#10b981;--status-consumed-bg:#10b9811f;--status-abandoned:#6b7280;--status-abandoned-bg:#6b72801f;--type-movie:#8b5cf6;--type-movie-bg:#8b5cf61f;--type-tv_show:#ec4899;--type-tv_show-bg:#ec48991f;--type-book:#10b981;--type-book-bg:#10b9811f;--type-podcast:#f97316;--type-podcast-bg:#f973161f;--type-music_artist:#06b6d4;--type-music_artist-bg:#06b6d41f;--type-misc:#6b7280;--type-misc-bg:#6b72801f;--border-subtle:#ffffff0d;--border-default:#ffffff17;--border-accent:#e8a02066;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-accent:0 0 24px #e8a02033;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.35s ease;--sidebar-width:240px;--content-max-width:1100px;--header-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-size:16px}body{background-color:var(--bg-base);height:100%;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}#__next,main{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-overlay);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:var(--content-max-width);margin:0 auto;padding:0 24px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.3s both fadeIn}.animate-slide-up{animation:.4s both slideUp}.skeleton{background:linear-gradient(90deg, var(--bg-elevated) 25%, var(--bg-overlay) 50%, var(--bg-elevated) 75%);border-radius:var(--radius-sm);background-size:400px 100%;animation:1.4s infinite shimmer}.toast-container{z-index:1000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}
