:root{--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--border-radius-lg: .5rem;--border-radius-xl: 1rem;--theme-bg-surface: #ffffff;--theme-bg-surface-secondary: #f8fafc;--theme-bg-primary: #ffffff;--theme-border-primary: #e2e8f0;--theme-text-primary: #1e293b;--theme-text-secondary: #475569;--theme-text-muted: #64748b;--theme-color-primary: #2563eb;--theme-color-primary-hover: #1d4ed8;--theme-color-on-primary: #ffffff;--theme-color-primary-light: rgba(37, 99, 235, .1);--theme-color-error: #ef4444;--theme-color-success: #10b981;--theme-color-success-soft-bg: rgba(16, 185, 129, .1);--theme-color-error-soft-bg: rgba(239, 68, 68, .1)}[data-astro-cid-j7pv25f6][data-theme=dark]{--theme-bg-surface: #1e293b;--theme-bg-surface-secondary: #0f172a;--theme-bg-primary: #0f172a;--theme-border-primary: #334155;--theme-text-primary: #f1f5f9;--theme-text-secondary: #94a3b8;--theme-text-muted: #64748b;--theme-color-primary: #3b82f6;--theme-color-primary-hover: #60a5fa;--theme-color-on-primary: #ffffff;--theme-color-primary-light: rgba(59, 130, 246, .15);--theme-color-error: #f87171;--theme-color-success: #34d399;--theme-color-success-soft-bg: rgba(52, 211, 153, .15);--theme-color-error-soft-bg: rgba(248, 113, 113, .15)}[data-astro-cid-j7pv25f6]{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--theme-text-primary, #1e293b);background:var(--theme-bg-surface, #fafbff);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.header[data-astro-cid-j7pv25f6]{background:var(--theme-bg-surface, rgba(255, 255, 255, .85));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border-primary, rgba(0, 0, 0, .06));padding:.75rem 2rem;position:sticky;top:0;z-index:100}.header-content[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;color:var(--theme-text-primary, #0f172a);text-decoration:none;transition:opacity .2s}.header-logo[data-astro-cid-j7pv25f6]:hover{opacity:.85}.header-nav[data-astro-cid-j7pv25f6]{display:flex;gap:1rem;align-items:center}.header-signin-btn[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--theme-color-primary, #2563eb);color:var(--theme-color-on-primary, #fff);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.header-signin-btn[data-astro-cid-j7pv25f6]:hover{background:var(--theme-color-primary-hover, #1d4ed8)}.header-theme-toggle[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:8px;cursor:pointer;color:var(--theme-text-secondary, #475569);transition:all .2s}.header-theme-toggle[data-astro-cid-j7pv25f6]:hover{background:var(--theme-bg-surface-secondary, #f1f5f9);color:var(--theme-text-primary, #1e293b)}.theme-icon--moon[data-astro-cid-j7pv25f6],[data-astro-cid-j7pv25f6][data-theme=dark] .theme-icon--sun[data-astro-cid-j7pv25f6]{display:none}[data-astro-cid-j7pv25f6][data-theme=dark] .theme-icon--moon[data-astro-cid-j7pv25f6]{display:block}.hero[data-astro-cid-j7pv25f6]{position:relative;text-align:center;padding:6rem 2rem 4rem;overflow:hidden;background:linear-gradient(180deg,var(--theme-bg-surface-secondary, #f0f4ff) 0%,var(--theme-bg-surface, #fafbff) 100%)}.hero-glow[data-astro-cid-j7pv25f6]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.hero-glow--1[data-astro-cid-j7pv25f6]{width:600px;height:600px;background:radial-gradient(circle,#93b5ff 0%,transparent 70%);top:-200px;left:-100px;animation:float 8s ease-in-out infinite}.hero-glow--2[data-astro-cid-j7pv25f6]{width:500px;height:500px;background:radial-gradient(circle,#c4b5fd 0%,transparent 70%);bottom:-200px;right:-100px;animation:float 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.hero-content[data-astro-cid-j7pv25f6]{position:relative;z-index:1;max-width:720px;margin:0 auto}.hero-badge[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 1rem;background:#0066cc14;color:#06c;border-radius:50px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(0,102,204,.12)}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--theme-text-primary, #0f172a);margin-bottom:1.25rem;letter-spacing:-.02em}.hero-gradient-text[data-astro-cid-j7pv25f6]{background:linear-gradient(135deg,#06c,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc[data-astro-cid-j7pv25f6]{font-size:1.125rem;color:var(--theme-text-secondary, #64748b);margin-bottom:2.5rem;line-height:1.7;max-width:560px;margin-left:auto;margin-right:auto}.hero-buttons[data-astro-cid-j7pv25f6]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:500;font-family:inherit;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.34,1.56,.64,1);border:none}.btn--hero[data-astro-cid-j7pv25f6]{background:linear-gradient(135deg,#06c,#4f46e5);color:#fff;box-shadow:0 4px 16px #0066cc4d;padding:.875rem 2rem;font-size:1.0625rem}.btn--hero[data-astro-cid-j7pv25f6]:hover{box-shadow:0 8px 30px #06c6;transform:translateY(-2px)}.btn--hero[data-astro-cid-j7pv25f6]:active{transform:translateY(0)}.btn--outline-hero[data-astro-cid-j7pv25f6]{background:#fff;color:#374151;border:1.5px solid #e2e8f0;padding:.875rem 2rem;font-size:1.0625rem;box-shadow:0 2px 8px #0000000a}.btn--outline-hero[data-astro-cid-j7pv25f6]:hover{border-color:#06c;color:#06c;box-shadow:0 4px 16px #0066cc1a;transform:translateY(-2px)}.features[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem}.features-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card[data-astro-cid-j7pv25f6]{background:var(--theme-bg-surface, #fff);padding:2rem;border-radius:16px;border:1px solid var(--theme-border-primary, rgba(0, 0, 0, .04));box-shadow:0 1px 3px #0000000a;transition:all .3s}.feature-card[data-astro-cid-j7pv25f6]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.feature-icon[data-astro-cid-j7pv25f6]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon--blue[data-astro-cid-j7pv25f6]{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.feature-icon--purple[data-astro-cid-j7pv25f6]{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.feature-icon--teal[data-astro-cid-j7pv25f6]{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0d9488}.feature-card[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-size:1.125rem;font-weight:600;color:var(--theme-text-primary, #0f172a);margin-bottom:.625rem}.feature-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:.9375rem;color:var(--theme-text-secondary, #64748b);line-height:1.6}.tech-stack[data-astro-cid-j7pv25f6]{padding:3rem 2rem;background:linear-gradient(180deg,var(--theme-bg-surface, #fafbff) 0%,var(--theme-bg-surface-secondary, #f0f4ff) 100%)}.tech-stack-content[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;text-align:center}.tech-stack[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-size:1.25rem;font-weight:600;color:var(--theme-text-secondary, #64748b);margin-bottom:1.25rem}.tech-badges[data-astro-cid-j7pv25f6]{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.tech-badge[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--theme-bg-surface, #fff);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--theme-text-primary, #374151);box-shadow:0 1px 2px #0000000a}.tech-badge-dot[data-astro-cid-j7pv25f6]{width:8px;height:8px;border-radius:50%}.tech-badge-dot--orange[data-astro-cid-j7pv25f6]{background:#f97316}.tech-badge-dot--yellow[data-astro-cid-j7pv25f6]{background:#eab308}.tech-badge-dot--blue[data-astro-cid-j7pv25f6]{background:#3b82f6}.tech-badge-dot--green[data-astro-cid-j7pv25f6]{background:#22c55e}.footer[data-astro-cid-j7pv25f6]{background:var(--theme-bg-surface, #fff);border-top:1px solid var(--theme-border-primary, rgba(0, 0, 0, .06));padding:2rem;margin-top:auto}.footer-content[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-brand[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--theme-text-primary, #0f172a);font-size:.9375rem}.footer[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--theme-text-muted, #94a3b8);font-size:.875rem}@media(max-width:768px){.hero[data-astro-cid-j7pv25f6]{padding:4rem 1.5rem 3rem}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:2.25rem}.hero-desc[data-astro-cid-j7pv25f6]{font-size:1rem}.features[data-astro-cid-j7pv25f6]{padding:1.5rem 1.5rem 3rem}.features-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}.header[data-astro-cid-j7pv25f6]{padding:.75rem 1rem}.footer-content[data-astro-cid-j7pv25f6]{flex-direction:column;gap:.75rem;text-align:center}}@media(max-width:480px){.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:1.875rem}.hero-buttons[data-astro-cid-j7pv25f6]{flex-direction:column;align-items:center}.btn--hero[data-astro-cid-j7pv25f6],.btn--outline-hero[data-astro-cid-j7pv25f6]{width:100%;justify-content:center}}
