@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-purple:#7c3aed;--color-purple-light:#ede9fe;--color-purple-dark:#5b21b6;--color-orange:#f97316;--color-orange-light:#fff7ed;--color-pink:#fce7f3;--color-pink-deep:#fbcfe8;--color-text:#111827;--color-text-muted:#6b7280;--color-white:#fff;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-full:9999px;--shadow-sm:0 4px 20px #1118270f;--shadow-md:0 8px 32px #1118271a;--shadow-lg:0 16px 48px #7c3aed1f;--max-width:1200px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,.btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-orange);color:var(--color-white);box-shadow:0 4px 16px #f9731659}.btn-primary:hover{background:#ea580c}.btn-outline{color:var(--color-purple);border:2px solid var(--color-purple-light);background:0 0}.btn-outline:hover{background:var(--color-purple-light)}.btn-purple{background:var(--color-purple);color:var(--color-white);box-shadow:0 4px 16px #7c3aed59}.btn-purple:hover{background:var(--color-purple-dark)}.section-tag{color:var(--color-purple);background:var(--color-purple-light);border-radius:var(--radius-full);align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.highlight-box{background:var(--color-purple-light);border-radius:var(--radius-sm);color:var(--color-purple-dark);background-image:linear-gradient(#7c3aed14 1px,#0000 1px),linear-gradient(90deg,#7c3aed14 1px,#0000 1px);background-size:12px 12px;padding:.1em .35em;display:inline-block}.page-wrapper{overflow-x:hidden}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section{padding-block:5rem}.section-title{text-align:center;letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:540px;margin:0 auto 3rem;font-size:1.05rem}.dot{pointer-events:none;border-radius:50%;position:absolute}.dot-purple{background:var(--color-purple)}.dot-orange{background:var(--color-orange)}.dot-pink{background:var(--color-pink-deep)}.nav[data-astro-cid-wpvy4v7s]{z-index:100;backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #7c3aed14;padding-block:1rem;position:sticky;top:0}.nav-inner[data-astro-cid-wpvy4v7s]{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.logo[data-astro-cid-wpvy4v7s]{color:var(--color-text);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;display:flex}.logo-icon[data-astro-cid-wpvy4v7s]{background:var(--color-purple);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.85rem;display:flex}.nav-links[data-astro-cid-wpvy4v7s]{gap:2rem;display:flex}.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]{color:var(--color-text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover{color:var(--color-purple)}.nav-actions[data-astro-cid-wpvy4v7s]{align-items:center;gap:1.25rem;display:flex}.nav-login[data-astro-cid-wpvy4v7s]{color:var(--color-text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.nav-login[data-astro-cid-wpvy4v7s]:hover{color:var(--color-purple)}.nav-cta[data-astro-cid-wpvy4v7s]{padding:.65rem 1.35rem;font-size:.875rem}@media (width<=768px){.nav-links[data-astro-cid-wpvy4v7s],.nav-login[data-astro-cid-wpvy4v7s]{display:none}}.hero[data-astro-cid-ge2uvauf]{align-items:center;min-height:85vh;padding-block:4rem 6rem;display:flex;position:relative}.hero-grid[data-astro-cid-ge2uvauf]{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-content[data-astro-cid-ge2uvauf]{flex-direction:column;gap:1.5rem;display:flex}.hero-title[data-astro-cid-ge2uvauf]{letter-spacing:-.03em;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.hero-subtitle[data-astro-cid-ge2uvauf]{color:var(--color-text-muted);max-width:480px;margin:0;font-size:1.1rem;line-height:1.7}.hero-actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.hero-visual[data-astro-cid-ge2uvauf]{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.hero-circle-bg[data-astro-cid-ge2uvauf]{background:var(--color-pink);border-radius:50%;justify-content:center;align-items:center;width:min(380px,90vw);height:min(380px,90vw);display:flex;position:relative;overflow:hidden}.wave-pattern[data-astro-cid-ge2uvauf]{width:100%;height:100%;position:absolute;inset:0}.hero-avatar[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg, var(--color-purple) 0%, #a855f7 50%, var(--color-orange) 100%);width:72%;height:72%;box-shadow:var(--shadow-lg);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex}.avatar-inner[data-astro-cid-ge2uvauf]{color:#fff;flex-direction:column;align-items:center;gap:.5rem;display:flex}.avatar-icon[data-astro-cid-ge2uvauf]{opacity:.9;font-size:3.5rem;font-weight:800}.avatar-label[data-astro-cid-ge2uvauf]{font-size:1.25rem;font-weight:700}.floating-card[data-astro-cid-ge2uvauf]{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:2;align-items:center;gap:.75rem;padding:.75rem 1.1rem;animation:4s ease-in-out infinite float;display:flex;position:absolute}.floating-card[data-astro-cid-ge2uvauf]:nth-child(odd){animation-delay:-2s}.card-logo[data-astro-cid-ge2uvauf]{object-fit:contain;flex-shrink:0;width:32px;height:32px}.card-text[data-astro-cid-ge2uvauf]{flex-direction:column;gap:.1rem;font-size:.8rem;line-height:1.3;display:flex}.card-text[data-astro-cid-ge2uvauf] strong[data-astro-cid-ge2uvauf]{color:var(--color-text);font-weight:700}.card-text[data-astro-cid-ge2uvauf] span[data-astro-cid-ge2uvauf]{color:var(--color-text-muted);font-size:.72rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=900px){.hero-grid[data-astro-cid-ge2uvauf]{text-align:center;grid-template-columns:1fr}.hero-content[data-astro-cid-ge2uvauf]{align-items:center}.hero-subtitle[data-astro-cid-ge2uvauf]{max-width:100%}.hero-actions[data-astro-cid-ge2uvauf]{justify-content:center}.hero-visual[data-astro-cid-ge2uvauf]{min-height:360px}.floating-card[data-astro-cid-ge2uvauf]{padding:.6rem .85rem}}@media (width<=480px){.floating-card[data-astro-cid-ge2uvauf]:nth-child(4),.floating-card[data-astro-cid-ge2uvauf]:nth-child(5){display:none}}.feature-card[data-astro-cid-a5zxh5oa]{text-align:center;border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .25s,box-shadow .25s;display:flex}.feature-card[data-astro-cid-a5zxh5oa].highlighted{background:var(--color-white);box-shadow:var(--shadow-md)}.feature-card[data-astro-cid-a5zxh5oa]:not(.highlighted):hover{transform:translateY(-4px)}.feature-card[data-astro-cid-a5zxh5oa].highlighted:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon[data-astro-cid-a5zxh5oa]{background:var(--color-orange-light);border-radius:var(--radius-md);justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.25rem;display:flex}.feature-card[data-astro-cid-a5zxh5oa].highlighted .feature-icon[data-astro-cid-a5zxh5oa]{background:var(--color-purple-light)}.feature-icon[data-astro-cid-a5zxh5oa] img[data-astro-cid-a5zxh5oa]{object-fit:contain;width:48px;height:48px}.feature-name[data-astro-cid-a5zxh5oa]{color:var(--color-text);margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.feature-desc[data-astro-cid-a5zxh5oa]{color:var(--color-text-muted);margin:0;font-size:.925rem;line-height:1.65}.features[data-astro-cid-cognygiv]{background:linear-gradient(180deg, var(--color-white) 0%, #fafafa 100%)}.features-grid[data-astro-cid-cognygiv]{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.features-grid[data-astro-cid-cognygiv]{grid-template-columns:1fr;max-width:420px;margin-inline:auto}}.about[data-astro-cid-ved4y6mq]{padding-block:6rem}.about-grid[data-astro-cid-ved4y6mq]{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-visual[data-astro-cid-ved4y6mq]{justify-content:center;display:flex}.about-image-bg[data-astro-cid-ved4y6mq]{aspect-ratio:1;background:var(--color-pink);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;max-width:440px;padding:1.5rem;display:flex}.about-image-inner[data-astro-cid-ved4y6mq]{background:var(--color-white);border-radius:var(--radius-md);width:100%;height:100%;box-shadow:var(--shadow-md);justify-content:center;align-items:center;padding:1.25rem;display:flex;overflow:hidden}.code-preview[data-astro-cid-ved4y6mq]{border-radius:var(--radius-sm);background:#1e1e2e;width:100%;overflow:hidden}.code-header[data-astro-cid-ved4y6mq]{background:#2d2d3f;gap:6px;padding:.65rem .85rem;display:flex}.code-header[data-astro-cid-ved4y6mq] span[data-astro-cid-ved4y6mq]{border-radius:50%;width:10px;height:10px}.dot-red[data-astro-cid-ved4y6mq]{background:#ff5f57}.dot-yellow[data-astro-cid-ved4y6mq]{background:#febc2e}.dot-green[data-astro-cid-ved4y6mq]{background:#28c840}.code-block[data-astro-cid-ved4y6mq]{color:#cdd6f4;margin:0;padding:1rem 1.25rem;font-family:Cascadia Code,Fira Code,ui-monospace,monospace;font-size:.82rem;line-height:1.6;overflow-x:auto}.kw[data-astro-cid-ved4y6mq]{color:#cba6f7}.fn[data-astro-cid-ved4y6mq]{color:#89b4fa}.str[data-astro-cid-ved4y6mq]{color:#a6e3a1}.about-content[data-astro-cid-ved4y6mq]{flex-direction:column;gap:1.25rem;display:flex}.about-title[data-astro-cid-ved4y6mq]{letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.text-purple[data-astro-cid-ved4y6mq]{color:var(--color-purple)}.about-text[data-astro-cid-ved4y6mq]{flex-direction:column;gap:1rem;display:flex}.about-text[data-astro-cid-ved4y6mq] p[data-astro-cid-ved4y6mq]{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.75}@media (width<=900px){.about-grid[data-astro-cid-ved4y6mq]{grid-template-columns:1fr;gap:2.5rem}.about-content[data-astro-cid-ved4y6mq]{text-align:center;align-items:center}.about-text[data-astro-cid-ved4y6mq]{text-align:left}}.footer[data-astro-cid-lcdefpme]{background:#fafafa;border-top:1px solid #7c3aed14;padding:2rem 0}.footer-inner[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--color-text-muted);margin:0;font-size:.875rem}.footer[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--color-purple);font-size:.875rem;font-weight:600;transition:color .2s}.footer[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{color:var(--color-purple-dark)}
