:root{--color-bg: #0A0A0A;--color-bg-elevated: #141414;--color-bg-card: #1A1A1A;--color-brand: #E8600A;--color-brand-light: #FF7A22;--color-brand-glow: rgba(232, 96, 10, .15);--color-text: #F5F5F5;--color-text-secondary: #999999;--color-text-muted: #666666;--color-border: #2A2A2A;--color-success: #4CAF50;--color-error: #EF5350;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--max-width: 1120px;--max-width-text: 680px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-brand-light);text-decoration:none;transition:color .2s}a:hover{color:var(--color-brand)}img{max-width:100%;height:auto}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}code{font-family:var(--font-mono);background:var(--color-bg-elevated);padding:2px 6px;border-radius:4px;font-size:.9em}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.text-container{max-width:var(--max-width-text);margin:0 auto;padding:0 24px}.brand-gradient{background:linear-gradient(135deg,var(--color-brand),var(--color-brand-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:var(--color-brand);color:#fff}.btn-primary:hover{background:var(--color-brand-light);color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px var(--color-brand-glow)}.btn-outline{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-brand);color:var(--color-brand-light)}@media(max-width:768px){.container{padding:0 16px}}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;color:var(--color-text);text-decoration:none}.nav-icon.svelte-12qhfyh{width:36px;height:36px;border-radius:8px}.nav-title.svelte-12qhfyh{font-size:1.2rem;font-weight:700}.nav-links.svelte-12qhfyh{display:flex;gap:28px;font-size:.9rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary);transition:color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.nav-hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-line.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger-line.open.svelte-12qhfyh:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.hamburger-line.open.svelte-12qhfyh:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.drawer-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:99}.drawer.svelte-12qhfyh{position:fixed;top:64px;right:0;bottom:0;width:280px;background:var(--color-bg-elevated);border-left:1px solid var(--color-border);z-index:101;padding:24px;overflow-y:auto}.drawer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:4px}.drawer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary);padding:12px 16px;border-radius:var(--radius-sm);transition:background .2s,color .2s;font-size:1rem}.drawer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--color-bg-card);color:var(--color-text)}.footer.svelte-12qhfyh{border-top:1px solid var(--color-border);padding:60px 0 32px;margin-top:80px}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:16px}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.footer-icon.svelte-12qhfyh{width:40px;height:40px;border-radius:10px}.footer-name.svelte-12qhfyh{font-weight:700;font-size:1.1rem}.footer-tagline.svelte-12qhfyh{color:var(--color-text-secondary);font-size:.85rem}.footer-desc.svelte-12qhfyh{color:var(--color-text-muted);font-size:.85rem;line-height:1.6;max-width:280px}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:10px}.footer-heading.svelte-12qhfyh{font-size:.85rem;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary);font-size:.9rem;transition:color .2s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--color-border);padding-top:24px;display:flex;justify-content:center}.footer-copy.svelte-12qhfyh{color:var(--color-text-muted);font-size:.8rem}@media(max-width:768px){.nav-links.svelte-12qhfyh{display:none}.nav-hamburger.svelte-12qhfyh{display:flex}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:32px}.footer-brand-col.svelte-12qhfyh{grid-column:1 / -1}}@media(max-width:480px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
