*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--purple: #7F77DD;--purple-light: #EEEDFE;--purple-dark: #534AB7;--teal: #1D9E75;--teal-light: #E1F5EE;--teal-dark: #0F6E56;--gray-200: #e5e5e5;--text: #1a1a1a;--text-muted: #666}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,sans-serif;color:var(--text);background:#fff;line-height:1.6}.hero{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.container{max-width:900px;margin:0 auto;width:100%}.full-container{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.badge{display:inline-block;background:var(--teal-light);color:var(--teal-dark);font-size:13px;font-weight:500;padding:5px 14px;border-radius:20px}h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:600;line-height:1.15;margin-bottom:1.25rem}.accent{color:var(--purple)}.sub{font-size:1.15rem;color:var(--text-muted);margin-bottom:2rem;max-width:500px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:2.5rem}.tag{background:var(--purple-light);color:var(--purple-dark);font-size:13px;font-weight:500;padding:5px 14px;border-radius:20px}.cta{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:var(--purple);color:#fff;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s}.btn-primary:hover{background:var(--purple-dark)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--gray-200);padding:12px 28px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s}.btn-secondary:hover{border-color:var(--purple);color:var(--purple)}.deco{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:22vw;font-weight:700;color:var(--purple);opacity:.04;pointer-events:none;user-select:none;line-height:1}.projects{padding:6rem 2rem;background:var(--gray-100, #f8f8f8)}h2{font-size:2rem;font-weight:600;margin-bottom:.5rem}.section-sub{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem}.card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}h3{font-size:1.2rem;font-weight:600}.status{font-size:12px;font-weight:500;padding:4px 12px;border-radius:20px;white-space:nowrap}.status.in-development{background:var(--gray-200);color:var(--text)}.status.production{background:var(--teal-light);color:var(--teal-dark)}.status.open-source{background:var(--purple-light);color:var(--purple-dark)}.description{color:var(--text-muted);font-size:.95rem;line-height:1.6}.stack{display:flex;gap:8px;flex-wrap:wrap}.tech{background:#f1f1f1;color:var(--text);font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px}.link{color:var(--purple);font-size:14px;font-weight:500;text-decoration:none;margin-top:auto}.link:hover{color:var(--purple-dark)}.contact{padding:8rem 2rem;background:var(--purple);text-align:center}.eyebrow{display:inline-block;background:#ffffff26;color:#fff;font-size:13px;font-weight:500;padding:5px 14px;border-radius:20px;margin-bottom:1.5rem}.contact h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;line-height:1.2;margin-bottom:1.25rem}.section-sub{color:#ffffffbf;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-light{background:#fff;color:var(--purple-dark);padding:14px 32px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.btn-light:hover{opacity:.9}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:14px 32px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s}.btn-outline:hover{border-color:#fff}.left{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.right{background:#0f0f0f;border-radius:12px;padding:1.5rem;font-family:monospace;font-size:14px;line-height:1.8}.top-bar{display:flex;align-items:center;gap:6px;margin-bottom:1.25rem}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#e24b4a}.dot.yellow{background:#ef9f27}.dot.green{background:#639922}.filename{color:var(--text-muted);font-size:12px;text-align:center}pre{margin:0;white-space:pre;overflow-x:auto}code{font-family:monospace;font-size:14px;line-height:1.8;color:#ccc}.cm{color:#555}.kw{color:#afa9ec}.fn{color:#5dcaa5}.st{color:#fac775}.ty{color:#da6643}.pu{color:#ccc}.id{color:#40a76e}@media(max-width:768px){.container{grid-template-columns:1fr;gap:2rem}.right{display:none}}.section-stack{padding:6rem 2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.stack-card{background:var(--gray-100, #f8f8f8);border-radius:12px;padding:1.5rem}h3{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--purple);margin-bottom:1rem}ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}li{font-size:15px;color:var(--text);display:flex;align-items:center;gap:8px}li svg{width:18px;height:18px;flex-shrink:0;fill:var(--text-muted)}.dot{width:6px;height:6px;border-radius:50%;background:var(--purple);flex-shrink:0}.about{padding:6rem 2rem}.container{max-width:900px;margin:0 auto}.header{margin-bottom:2.5rem}.eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--purple);margin-bottom:.5rem}h2{font-size:2rem;font-weight:600;margin:0}.body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.left{display:flex;flex-direction:column;gap:1.5rem}.quote{border-left:3px solid var(--purple);padding-left:1.5rem}.quote p{font-size:1.15rem;font-weight:500;line-height:1.6;color:var(--text);margin:0}.text{font-size:1rem;color:var(--text-muted);line-height:1.8;margin:0}.stats{display:flex;flex-direction:column;gap:1px;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden}.stat{padding:1.25rem 1.5rem;background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gray-200)}.stat:last-child{border-bottom:none}.stat-label{font-size:14px;color:var(--text-muted)}.stat-value{font-size:1.25rem;font-weight:600;color:var(--purple)}@media(max-width:768px){.body{grid-template-columns:1fr;gap:2rem}}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;transition:background .3s,border-color .3s;border-bottom:1px solid transparent}.navbar[data-astro-cid-5blmo7yk].scrolled{background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200)}nav[data-astro-cid-5blmo7yk]{max-width:900px;margin:0 auto;display:flex;justify-content:flex-end;gap:2rem}a[data-astro-cid-5blmo7yk]{font-size:14px;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s}a[data-astro-cid-5blmo7yk]:hover{color:var(--purple)}
