@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-primary: #0D0D0D;--bg-card: #1A1A1A;--bg-sidebar: #111111;--bg-input: #1A1A1A;--bg-hover: #222222;--gold: #FFD700;--gold-dark: #B8860B;--gold-glow: rgba(255, 215, 0, .15);--text-primary: #FFFFFF;--text-secondary: #B0B0B0;--text-muted: #808080;--success: #00C853;--danger: #FF5252;--warning: #FFA726;--info: #29B6F6;--border-color: #2A2A2A;--border-radius: 12px;--border-radius-sm: 8px;--border-radius-xs: 6px;--sidebar-width: 260px;--header-height: 60px;--bottom-nav-height: 70px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}input{font-family:inherit;outline:none;border:none}ul,ol{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}::selection{background:var(--gold);color:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .3s ease-out forwards}.skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#252525,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--border-radius-sm)}
