:root{--primary-color: #2563eb;--primary-dark: #1e40af;--text-dark: #ffffff;--text-light: #9ca3af;--bg-light: #000000;--bg-white: #000000;--border-color: #333333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6;background:#000}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border-radius:.5rem;font-weight:600;transition:background .2s;border:none;cursor:pointer;text-align:center}.btn:hover{background:var(--primary-dark);color:#fff}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}html,body{height:100%;margin:0}.layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}nav.svelte-12qhfyh{border-bottom:1px solid var(--border-color);padding:1rem 0}nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-weight:700;color:var(--text-dark)}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-light)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary-color)}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{border-top:1px solid var(--border-color);padding:2rem 0;text-align:center;color:var(--text-light)}@media (max-width: 768px){nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){flex-direction:column;gap:1rem}}
