@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg-primary:#151718;--bg-secondary:#1a1a1a;--bg-card:#242424;--text-primary:#ecedee;--text-secondary:#9ba1a6;--text-muted:#666;--accent-primary:var(--theme-color,#4f8c73);--accent-hover:var(--theme-color,#5d9d82);--theme-color-05:var(--theme-color-lighter,#4f8c730d);--theme-color-08:var(--theme-color-lighter,#4f8c7314);--theme-color-10:var(--theme-color-lighter,#4f8c731a);--theme-color-12:var(--theme-color-lighter,#4f8c731f);--theme-color-15:var(--theme-color-light,#4f8c7326);--theme-color-20:var(--theme-color-light,#4f8c7333);--theme-color-30:var(--theme-color-light,#4f8c734d);--theme-color-50:var(--theme-color-light,#4f8c7380);--error-color:#f44;--success-color:var(--theme-color,#4f8c73);--warning-color:#fa0;--border-color:#2a2a2a;--input-bg:#1a1a1a;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--radius-full:9999px;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 12px #00000026;--shadow-lg:0 8px 24px #0003;--shadow-accent:0 8px 24px var(--theme-color-30,#4f8c7366);--transition-fast:.15s ease;--transition-normal:.2s ease;--transition-slow:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}::selection{color:var(--text-primary);background-color:#4f8c734d}a{color:var(--accent-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--text-secondary)}.container{width:100%;max-width:1280px;padding:0 var(--spacing-lg);margin:0 auto}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}
