@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Inter:wght@700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--bg-secondary: #f5f5f5;--text: #171717;--text-secondary: #525252;--text-muted: #a3a3a3;--border: #e5e5e5;--amber: #d97706;--btn-bg: #171717;--btn-text: #ffffff;--btn-hover: #262626;color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0a0a0a;--bg-secondary: #171717;--text: #fafafa;--text-secondary: #a3a3a3;--text-muted: #737373;--border: #262626;--amber: #f59e0b;--btn-bg: #fafafa;--btn-text: #0a0a0a;--btn-hover: #e5e5e5;color-scheme:dark}}:root[data-theme=dark]{--bg: #0a0a0a;--bg-secondary: #171717;--text: #fafafa;--text-secondary: #a3a3a3;--text-muted: #737373;--border: #262626;--amber: #f59e0b;--btn-bg: #fafafa;--btn-text: #0a0a0a;--btn-hover: #e5e5e5;color-scheme:dark}html{font-size:16px}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.landing{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px;max-width:1200px;margin:0 auto;width:100%}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:32px;height:32px}.logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--amber)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background-color .15s,color .15s}.theme-toggle:hover{background:var(--bg-secondary);color:var(--text)}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .theme-toggle .icon-sun{display:block}:root:not([data-theme=light]) .theme-toggle .icon-moon{display:none}}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}:root[data-theme=light] .theme-toggle .icon-sun{display:none}:root[data-theme=light] .theme-toggle .icon-moon{display:block}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:48px 24px 64px;max-width:1200px;margin:0 auto;width:100%}.hero-content{display:flex;flex-direction:column;gap:20px}.hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.hero-subtitle{font-size:1.0625rem;line-height:1.6;color:var(--text-secondary)}.hero-actions{display:flex;align-items:center;gap:16px;margin-top:4px}.hero-note{font-size:.875rem;color:var(--text-muted)}.hero-image{display:flex;justify-content:center}.hero-img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px #0000001f}.hero-img-light{display:block}.hero-img-dark{display:none}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .hero-img-light{display:none}:root:not([data-theme=light]) .hero-img-dark{display:block}:root:not([data-theme=light]) .hero-img{box-shadow:0 8px 32px #0006}}:root[data-theme=dark] .hero-img-light{display:none}:root[data-theme=dark] .hero-img-dark{display:block}:root[data-theme=dark] .hero-img{box-shadow:0 8px 32px #0006}:root[data-theme=light] .hero-img-light{display:block}:root[data-theme=light] .hero-img-dark{display:none}.btn{display:inline-flex;align-items:center;padding:12px 24px;border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s}.btn-primary{background:var(--btn-bg);color:var(--btn-text)}.btn-primary:hover{background:var(--btn-hover)}.btn-large{padding:14px 28px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:48px 24px;max-width:1200px;margin:0 auto;width:100%;border-top:1px solid var(--border)}.feature{display:flex;flex-direction:column;gap:8px}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);margin-bottom:4px}.feature-icon svg{width:20px;height:20px}.feature-title{font-size:.9375rem;font-weight:600}.feature-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}.use-cases{padding:32px 24px;max-width:1200px;margin:0 auto;width:100%}.use-cases-text{font-size:.9375rem;color:var(--text-muted)}.cta{padding:48px 24px;max-width:1200px;margin:0 auto;width:100%;border-top:1px solid var(--border)}.cta-title{font-size:1.5rem;font-weight:600;margin-bottom:20px}.footer{padding:48px 24px 24px;max-width:1200px;margin:0 auto;width:100%;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-text,.footer-copyright{font-size:.875rem;color:var(--text-muted)}@media (max-width: 1024px){.features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header{padding:0 20px}.hero{grid-template-columns:1fr;gap:40px;padding:32px 20px 48px}.hero-content{order:1}.hero-image{order:2}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.btn{width:100%;justify-content:center}.features{grid-template-columns:1fr;gap:28px;padding:40px 20px}.use-cases,.cta,.footer{padding-left:20px;padding-right:20px}}
