@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #ffffff;--bg-secondary: #f7f7f8;--text: #0a0a0b;--text-secondary: #6b6f76;--border: #e5e5e6;--accent: #7c5cfc;--accent-hover: #6a48e8;--surface: #ffffff;--surface-hover: #f0f0f1;--nav-bg: rgba(255, 255, 255, .8)}[data-theme=dark]{--bg: #0a0a0b;--bg-secondary: #111113;--text: #ededef;--text-secondary: #8b8d94;--border: #1e1e21;--accent: #8b6cff;--accent-hover: #a08aff;--surface: #141416;--surface-hover: #1c1c1f;--nav-bg: rgba(10, 10, 11, .8)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}body{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}::selection{background:var(--accent);color:#fff}.prose p{margin-bottom:1.25em}.prose h2{font-size:28px;font-weight:700;margin-top:2em;margin-bottom:.75em;letter-spacing:-.5px}.prose h3{font-size:22px;font-weight:600;margin-top:1.75em;margin-bottom:.5em}.prose h4{font-size:18px;font-weight:600;margin-top:1.5em;margin-bottom:.5em}.prose ul,.prose ol{margin-bottom:1.25em;padding-left:1.5em}.prose li{margin-bottom:.5em}.prose blockquote{border-left:3px solid var(--accent);padding-left:1em;margin:1.5em 0;color:var(--text-secondary);font-style:italic}.prose a{color:var(--accent);text-decoration:underline}.prose strong{font-weight:600}.prose em{font-style:italic}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:8px;padding:4px 10px;font-size:20px;cursor:pointer;color:var(--text);line-height:1}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none!important;position:absolute;top:56px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column!important;padding:16px 24px;gap:16px!important}.nav-links.open{display:flex!important}.hero-section{flex-direction:column!important;padding-top:40px!important;padding-bottom:40px!important;gap:32px!important}.hero-heading{font-size:36px!important;letter-spacing:-1px!important}.hero-image{width:100%!important;height:300px!important}.hero-ctas{flex-direction:column!important}.project-grid{grid-template-columns:1fr!important}.project-card{flex-direction:column!important;text-align:center}.page-title{font-size:32px!important}.product-hero{flex-direction:column!important;gap:32px!important}.screenshot-gallery{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}
