.hero-section:where(.astro-ge2uvauf){align-items:center;min-height:0;padding:112px 0 96px;display:flex;position:relative}.hero-inner:where(.astro-ge2uvauf){width:min(var(--max), calc(100% - 48px));grid-template-columns:1fr 1fr;align-items:center;gap:56px;margin-inline:auto;display:grid}.hero-badge:where(.astro-ge2uvauf){-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);font-family:var(--mono);color:#059669;background:#ffffffb8;border:1px solid #10b9812e;align-items:center;gap:10px;margin-bottom:20px;padding:8px 14px;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 4px 16px #10b98114}.hero-badge:where(.astro-ge2uvauf) .pulse-dot:where(.astro-ge2uvauf){background:var(--green-wa);width:6px;height:6px;box-shadow:none;animation:2s infinite pulse}.hero-prompt:where(.astro-ge2uvauf){font-family:var(--mono);color:var(--accent-text);align-items:center;gap:6px;margin-bottom:10px;font-size:1rem;display:flex}.cursor:where(.astro-ge2uvauf){background:var(--green);vertical-align:text-bottom;width:10px;height:1.1em;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}h1:where(.astro-ge2uvauf){font-family:var(--font-display);letter-spacing:-.04em;color:var(--white);margin-bottom:24px;font-size:clamp(2.6rem,6vw,4.2rem);font-weight:900;line-height:1.05}.gradient-text:where(.astro-ge2uvauf){background:linear-gradient(135deg, var(--accent-text), var(--accent-2-text));color:#0000;background-clip:text}.hero-desc:where(.astro-ge2uvauf){color:var(--muted);max-width:540px;margin-bottom:10px;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.7}.hero-desc:where(.astro-ge2uvauf) strong:where(.astro-ge2uvauf){color:var(--white);font-weight:600}.hero-loc:where(.astro-ge2uvauf){font-family:var(--mono);color:var(--muted);margin-bottom:28px;font-size:.78rem}.hero-actions:where(.astro-ge2uvauf){flex-wrap:wrap;align-items:center;gap:14px;display:flex}.btn-wa:where(.astro-ge2uvauf){color:#fff;transition:all .22s var(--ease-out);background:linear-gradient(135deg,#10b981,#0e9f6e);border:1px solid #ffffffa6;border-radius:999px;align-items:center;gap:10px;padding:16px 28px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:6px 6px 14px #10b98133,-6px -6px 14px #ffffffeb,inset 1px 1px 1px #ffffffbf}.btn-wa:where(.astro-ge2uvauf):hover{transform:translateY(-1px)scale(1.01);box-shadow:8px 8px 18px #10b9813d,-8px -8px 18px #fffffff5,inset 1px 1px 1px #ffffffd9}.btn-wa:where(.astro-ge2uvauf):active{transform:translateY(0)scale(.99);box-shadow:inset 5px 5px 10px #10b98133,inset -5px -5px 10px #fffffff2}@keyframes wa-glow{0%,to{box-shadow:6px 6px 14px #10b98133,-6px -6px 14px #ffffffeb}50%{box-shadow:8px 8px 20px #10b98142,-8px -8px 20px #fffffff5}}.btn-secondary:where(.astro-ge2uvauf){-webkit-backdrop-filter:blur(12px)saturate(160%);color:#022c22;transition:all .22s var(--ease-out);background:#ffffffb8;border:1px solid #10b98124;border-radius:999px;align-items:center;gap:8px;padding:16px 28px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:5px 5px 12px #10b9811a,-5px -5px 12px #ffffffeb,inset 1px 1px 1px #ffffffd9}.btn-secondary:where(.astro-ge2uvauf):hover{color:#047857;background:#ffffffe0;border-color:#10b98138;box-shadow:0 0 16px #10b9811a}.hero-code:where(.astro-ge2uvauf){-webkit-backdrop-filter:blur(16px)saturate(160%);font-family:var(--mono);transition:transform .4s var(--ease-out);background:#ffffffad;border:1px solid #10b98124;border-radius:16px;font-size:.78rem;overflow:hidden;transform:perspective(1000px)rotateY(-3deg)rotateX(2deg);box-shadow:0 8px 32px #10b9811f,0 2px 8px #0000000f}.hero-code:where(.astro-ge2uvauf):hover{background:#ffffffc7;transform:perspective(1000px)rotateY(0)rotateX(0)}.hero-code-header:where(.astro-ge2uvauf){background:#ffffff73;border-bottom:1px solid #10b9811f;align-items:center;gap:8px;padding:12px 16px;display:flex}.hero-code-title:where(.astro-ge2uvauf){color:var(--muted);margin-left:8px;font-size:.72rem}.hero-code-body:where(.astro-ge2uvauf){color:#344e41;padding:20px;line-height:1.9}.code-keyword:where(.astro-ge2uvauf){color:#0e9f6e;font-weight:600}.code-string:where(.astro-ge2uvauf){color:#059669}.code-prop:where(.astro-ge2uvauf){color:#022c22;font-weight:600}.code-comment:where(.astro-ge2uvauf){color:#8fa89b;font-style:italic}.code-dot:where(.astro-ge2uvauf){border-radius:50%;width:10px;height:10px}.code-dot:where(.astro-ge2uvauf).red{background:#ff5f57}.code-dot:where(.astro-ge2uvauf).yellow{background:#ffbd2e}.code-dot:where(.astro-ge2uvauf).green{background:#28c840}@media (width<=1024px){.hero-inner:where(.astro-ge2uvauf){text-align:center;grid-template-columns:1fr;gap:40px}.hero-content:where(.astro-ge2uvauf){flex-direction:column;align-items:center;display:flex}.hero-desc:where(.astro-ge2uvauf){margin-inline:auto}.hero-actions:where(.astro-ge2uvauf){justify-content:center}.hero-code:where(.astro-ge2uvauf){width:100%;max-width:520px;margin:0 auto;transform:none}.hero-code:where(.astro-ge2uvauf):hover{transform:none}}@media (width<=768px){.hero-section:where(.astro-ge2uvauf){padding:80px 0 64px}h1:where(.astro-ge2uvauf){font-size:clamp(2.2rem,8vw,2.8rem)}.hero-actions:where(.astro-ge2uvauf){flex-direction:column;align-items:stretch;width:100%;max-width:320px}.btn-wa:where(.astro-ge2uvauf),.btn-secondary:where(.astro-ge2uvauf){justify-content:center}.hero-code:where(.astro-ge2uvauf){display:none}}@media (prefers-reduced-motion:reduce){.cursor:where(.astro-ge2uvauf),.hero-code:where(.astro-ge2uvauf),.btn-wa:where(.astro-ge2uvauf){animation:none!important}}.serv-layout:where(.astro-lesv7jgp){grid-template-columns:5fr 7fr;align-items:start;gap:24px;display:grid}.serv-secondary:where(.astro-lesv7jgp){grid-template-columns:1fr;gap:20px;display:grid}.serv-featured:where(.astro-lesv7jgp){border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px)saturate(160%);transition:all .3s var(--ease);background:#ffffffad;border:1px solid #10b98124;flex-direction:column;gap:18px;padding:36px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #10b98114}.serv-featured:where(.astro-lesv7jgp):hover{background:#ffffffc7;border-color:#10b98138;box-shadow:0 12px 40px #10b9811f}.serv-badge:where(.astro-lesv7jgp){font-family:var(--mono);letter-spacing:.1em;color:var(--amber-text);border:1px solid var(--line-amber);border-radius:var(--radius-full);background:#d4a85314;width:fit-content;padding:4px 10px;font-size:.65rem}.serv-corner-glow:where(.astro-lesv7jgp){pointer-events:none;background:radial-gradient(circle,#00d0841f,#0000 60%);border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.serv-term:where(.astro-lesv7jgp){border-top:1px solid var(--line);margin-top:auto;padding-top:16px}.serv-term:where(.astro-lesv7jgp) .term-line:where(.astro-lesv7jgp){color:var(--muted);font-size:.72rem}.serv-term:where(.astro-lesv7jgp) .prompt:where(.astro-lesv7jgp){color:var(--accent-text)}.serv-icon-wrap:where(.astro-lesv7jgp){width:48px;height:48px;position:relative}.serv-icon-wrap:where(.astro-lesv7jgp).sm{width:38px;height:38px}.serv-icon:where(.astro-lesv7jgp){border:1px solid var(--line-green);width:100%;height:100%;color:var(--accent-text);font-family:var(--mono);z-index:2;background:#00d08414;border-radius:14px;place-items:center;font-size:1rem;font-weight:700;display:grid;position:relative}.serv-icon-wrap:where(.astro-lesv7jgp).sm .serv-icon:where(.astro-lesv7jgp){border-radius:10px;font-size:.85rem}.serv-icon-bg:where(.astro-lesv7jgp){z-index:1;background:radial-gradient(circle,#00d0841a,#0000 60%);border-radius:50%;position:absolute;inset:-8px}.serv-secondary:where(.astro-lesv7jgp) .serv-card:where(.astro-lesv7jgp){border-radius:var(--radius);-webkit-backdrop-filter:blur(16px)saturate(160%);transition:all .3s var(--ease);background:#ffffff9e;border:1px solid #10b98124;flex-direction:column;padding:24px;display:flex;box-shadow:0 8px 24px #10b9810f}.serv-secondary:where(.astro-lesv7jgp) .serv-card:where(.astro-lesv7jgp):hover{background:#ffffffc2;border-color:#10b98138}.serv-featured:where(.astro-lesv7jgp) h3:where(.astro-lesv7jgp){font-family:var(--font-display);letter-spacing:-.03em;font-size:1.5rem;font-weight:700}.serv-featured:where(.astro-lesv7jgp) p:where(.astro-lesv7jgp){color:var(--muted);font-size:.95rem;line-height:1.7}.serv-secondary:where(.astro-lesv7jgp) h3:where(.astro-lesv7jgp){margin:8px 0;font-size:1.1rem;font-weight:700}.serv-card:where(.astro-lesv7jgp) p:where(.astro-lesv7jgp){color:var(--muted);font-size:.9rem;line-height:1.7}.serv-card:where(.astro-lesv7jgp) .tags:where(.astro-lesv7jgp){flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:16px;display:flex}@media (width<=1024px){.serv-layout:where(.astro-lesv7jgp),.serv-secondary:where(.astro-lesv7jgp){grid-template-columns:1fr}.serv-featured:where(.astro-lesv7jgp){order:-1}}@media (width<=640px){.serv-featured:where(.astro-lesv7jgp){padding:28px}.serv-secondary:where(.astro-lesv7jgp) .serv-card:where(.astro-lesv7jgp){padding:22px}}section:where(.astro-ftq3vvlr){padding:96px 0}.section-head:where(.astro-ftq3vvlr){margin-bottom:48px}.eyebrow:where(.astro-ftq3vvlr){color:var(--accent-text);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;opacity:.8;margin-bottom:14px;font-size:.82rem}h2:where(.astro-ftq3vvlr){font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;line-height:1.05}.section-sub:where(.astro-ftq3vvlr){color:var(--muted);max-width:650px;font-size:1.05rem;line-height:1.7}.editor-window:where(.astro-ftq3vvlr){-webkit-backdrop-filter:blur(16px)saturate(160%);transition:all .3s var(--ease);background:#ffffffa3;border:1px solid #10b98124;border-radius:18px;margin-bottom:28px;overflow:hidden;box-shadow:0 8px 32px #10b98114,0 1px 3px #0000000a}.project-preview:where(.astro-ftq3vvlr){border-bottom:1px solid var(--line);background:var(--glass-light);display:block;position:relative;overflow:hidden}.project-preview:where(.astro-ftq3vvlr) img:where(.astro-ftq3vvlr){aspect-ratio:16/7;object-fit:cover;object-position:top;width:100%;transition:transform .45s var(--ease), filter .45s var(--ease)}.project-preview:where(.astro-ftq3vvlr) span:where(.astro-ftq3vvlr){border:1px solid var(--line-green);border-radius:var(--radius-full);background:var(--glass-bg-heavy);color:var(--accent-text);font-family:var(--mono);padding:8px 12px;font-size:.75rem;font-weight:700;position:absolute;bottom:14px;right:18px}.project-preview:where(.astro-ftq3vvlr):hover img:where(.astro-ftq3vvlr),.project-preview:where(.astro-ftq3vvlr):focus-visible img:where(.astro-ftq3vvlr){filter:saturate(1.08);transform:scale(1.025)}.editor-window:where(.astro-ftq3vvlr):hover{background:#ffffffc2;border-color:#10b98138;transform:translateY(-2px);box-shadow:0 12px 40px #10b98124,0 4px 12px #0000000f}.editor-tabs:where(.astro-ftq3vvlr){-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#ffffff7a;border:1px solid #10b9811f;border-radius:999px;flex-wrap:nowrap;gap:6px;padding:6px;display:flex;overflow:auto hidden}.editor-tabs:where(.astro-ftq3vvlr)::-webkit-scrollbar{display:none}.editor-window:where(.astro-ftq3vvlr){scroll-margin-top:96px}.editor-tab:where(.astro-ftq3vvlr){font-family:var(--mono);color:var(--muted);white-space:nowrap;transition:all .2s var(--ease);border:1px solid #0000;border-radius:999px;flex:none;align-items:center;gap:7px;padding:8px 14px;font-size:.74rem;text-decoration:none;display:flex}.editor-tab:where(.astro-ftq3vvlr):hover,.editor-tab:where(.astro-ftq3vvlr):focus-visible{background:var(--glass-card-hover);color:var(--accent-text);border-color:var(--line-green)}.editor-tab-icon:where(.astro-ftq3vvlr){color:var(--accent-2-text);font-size:.7rem}.editor-body:where(.astro-ftq3vvlr){padding:28px}.editor-meta:where(.astro-ftq3vvlr){flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.editor-title:where(.astro-ftq3vvlr){font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:6px;font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:800}.editor-tagline:where(.astro-ftq3vvlr){font-family:var(--mono);color:var(--accent-text);font-size:.78rem}.editor-links:where(.astro-ftq3vvlr){gap:16px;display:flex}.editor-links:where(.astro-ftq3vvlr) a:where(.astro-ftq3vvlr){font-family:var(--mono);color:var(--accent-2-text);font-size:.78rem;font-weight:500;text-decoration:none;transition:opacity .2s}.editor-links:where(.astro-ftq3vvlr) a:where(.astro-ftq3vvlr):hover{opacity:.7}.editor-grid:where(.astro-ftq3vvlr){grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;display:grid}.editor-block:where(.astro-ftq3vvlr) h4:where(.astro-ftq3vvlr){font-family:var(--mono);color:var(--accent-2-text);letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px;font-size:.72rem}.editor-block:where(.astro-ftq3vvlr) h4:where(.astro-ftq3vvlr):before{content:"// ";color:#8b8b9680}.editor-block:where(.astro-ftq3vvlr) p:where(.astro-ftq3vvlr){color:var(--muted);font-size:.92rem;line-height:1.65}.editor-block:where(.astro-ftq3vvlr) p:where(.astro-ftq3vvlr) strong:where(.astro-ftq3vvlr){color:var(--white);font-weight:600}.editor-tags:where(.astro-ftq3vvlr){flex-wrap:wrap;gap:8px;margin-top:24px;padding-top:4px;display:flex}.editor-tags:where(.astro-ftq3vvlr) .tag:where(.astro-ftq3vvlr){font-family:var(--mono);border-radius:var(--radius-full);color:var(--accent-text);background:#10b9810f;border:1px solid #10b9811f;padding:6px 12px;font-size:.72rem;transition:all .2s}.editor-tags:where(.astro-ftq3vvlr) .tag:where(.astro-ftq3vvlr):hover{background:#10b9811f;transform:translateY(-1px);box-shadow:0 0 10px #10b9811a}.editor-terminal:where(.astro-ftq3vvlr){background:var(--bg-2);border-top:1px solid var(--line);font-family:var(--mono);color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 24px;font-size:.75rem;display:flex}.editor-terminal:where(.astro-ftq3vvlr) .t-prompt:where(.astro-ftq3vvlr){color:var(--accent-text)}.editor-terminal:where(.astro-ftq3vvlr) .t-val:where(.astro-ftq3vvlr){color:var(--accent-2-text)}@media (width<=860px){.editor-body:where(.astro-ftq3vvlr){padding:22px}.editor-grid:where(.astro-ftq3vvlr){grid-template-columns:1fr;gap:18px}.editor-meta:where(.astro-ftq3vvlr){flex-direction:column;gap:14px}.editor-links:where(.astro-ftq3vvlr){width:100%}.editor-terminal:where(.astro-ftq3vvlr){gap:6px;padding:12px 18px;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.editor-window:where(.astro-ftq3vvlr){transition:none}}section:where(.astro-oxgmilyn){padding:96px 0}.about-grid:where(.astro-oxgmilyn){grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.about-text:where(.astro-oxgmilyn) .eyebrow:where(.astro-oxgmilyn){color:var(--accent-text);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;opacity:.8;margin-bottom:14px;font-size:.82rem}.about-text:where(.astro-oxgmilyn) h2:where(.astro-oxgmilyn){font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:900;line-height:1.15}.about-story:where(.astro-oxgmilyn){color:var(--muted);margin-bottom:24px;font-size:1rem;line-height:1.85}.about-quote:where(.astro-oxgmilyn){color:var(--white);background:var(--surface);border-left:3px solid var(--green);border-radius:0 10px 10px 0;padding:18px 22px;font-size:1.05rem;font-weight:700;line-height:1.5;box-shadow:0 10px 40px #0003}.about-editor:where(.astro-oxgmilyn){background:var(--surface);border:1px solid var(--line);font-family:var(--mono);border-radius:14px;max-width:100%;font-size:.78rem;overflow:hidden;box-shadow:0 24px 70px #00000073}.about-editor-header:where(.astro-oxgmilyn){background:var(--surface-2);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:12px 16px;display:flex}.terminal-title:where(.astro-oxgmilyn){color:var(--muted);margin-left:8px;font-size:.72rem}.about-editor-body:where(.astro-oxgmilyn){grid-template-columns:140px 1fr;display:grid}.editor-sidebar:where(.astro-oxgmilyn){background:var(--bg-2);border-right:1px solid var(--line);color:var(--muted);padding:16px 12px;font-size:.72rem;line-height:2}.sidebar-title:where(.astro-oxgmilyn){color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.65rem;font-weight:600}.sidebar-file:where(.astro-oxgmilyn){color:var(--muted);align-items:center;gap:6px;display:flex}.sidebar-file:where(.astro-oxgmilyn).active{color:var(--white);background:#10b98114;margin:0 -12px;padding:2px 12px}.sidebar-folder:where(.astro-oxgmilyn){color:var(--accent-2-text);align-items:center;gap:6px;display:flex}.editor-codearea:where(.astro-oxgmilyn){padding:16px;line-height:2;overflow-x:auto}.line:where(.astro-oxgmilyn){gap:10px;display:flex}.line-number:where(.astro-oxgmilyn){color:#8b8b9666;text-align:right;user-select:none;min-width:1.5rem}.line-content:where(.astro-oxgmilyn){color:var(--muted)}.t-keyword:where(.astro-oxgmilyn){color:var(--accent-2-text)}.t-prop:where(.astro-oxgmilyn){color:var(--white)}.t-string:where(.astro-oxgmilyn){color:var(--accent-text)}.t-comment:where(.astro-oxgmilyn){color:#8b8b9666;font-style:italic}.t-prompt:where(.astro-oxgmilyn){color:var(--accent-text)}.t-val:where(.astro-oxgmilyn){color:var(--muted)}.t-status:where(.astro-oxgmilyn){color:var(--accent-text);font-weight:600}.code-dot:where(.astro-oxgmilyn){border-radius:50%;width:10px;height:10px}.code-dot:where(.astro-oxgmilyn).red{background:#ff5f57}.code-dot:where(.astro-oxgmilyn).yellow{background:#ffbd2e}.code-dot:where(.astro-oxgmilyn).green{background:#28c840}.currently:where(.astro-oxgmilyn){background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-top:48px;overflow:hidden}.currently-header:where(.astro-oxgmilyn){background:var(--bg-2);border-bottom:1px solid var(--line);font-family:var(--mono);color:var(--muted);align-items:center;gap:8px;padding:12px 16px;font-size:.72rem;display:flex}.currently-header:where(.astro-oxgmilyn):before{content:"●";color:var(--accent-text);animation:2s infinite pulse}.currently-body:where(.astro-oxgmilyn){font-family:var(--mono);padding:16px 20px;font-size:.82rem;line-height:1.9}.log-line:where(.astro-oxgmilyn){color:var(--muted);margin-bottom:6px}.log-time:where(.astro-oxgmilyn){color:#8b8b9680;margin-right:10px}.log-level:where(.astro-oxgmilyn){color:var(--accent-text);margin-right:10px}.log-line:where(.astro-oxgmilyn) span:where(.astro-oxgmilyn):last-child strong:where(.astro-oxgmilyn){color:var(--white);font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=1024px){.about-grid:where(.astro-oxgmilyn){text-align:center;grid-template-columns:1fr;gap:40px}.about-text:where(.astro-oxgmilyn){max-width:680px;margin:0 auto}.about-quote:where(.astro-oxgmilyn){text-align:left}.about-editor:where(.astro-oxgmilyn){max-width:620px;margin:0 auto}}@media (width<=640px){.about-editor-body:where(.astro-oxgmilyn){grid-template-columns:1fr}.editor-sidebar:where(.astro-oxgmilyn){display:none}.about-text:where(.astro-oxgmilyn) h2:where(.astro-oxgmilyn){font-size:1.6rem}.about-editor:where(.astro-oxgmilyn){font-size:.72rem}.currently:where(.astro-oxgmilyn){margin-top:36px}.currently-body:where(.astro-oxgmilyn){padding:14px 16px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.currently-header:where(.astro-oxgmilyn):before{animation:none}}.exp-timeline:where(.astro-bl6cniha){gap:0;max-width:820px;margin:0 auto;display:grid}.exp-node:where(.astro-bl6cniha){grid-template-columns:auto 1fr;gap:24px;display:grid}.exp-marker:where(.astro-bl6cniha){flex-direction:column;align-items:center;width:24px;padding-top:6px;display:flex}.exp-dot:where(.astro-bl6cniha){background:var(--green);z-index:2;border-radius:50%;flex-shrink:0;width:16px;height:16px;position:relative;box-shadow:0 0 20px #00d08466}.exp-dot-accent:where(.astro-bl6cniha){background:var(--amber);box-shadow:0 0 20px #d4a8534d}.exp-connector:where(.astro-bl6cniha){background:linear-gradient(180deg, var(--green), var(--cyan), transparent);opacity:.4;flex:1;width:1.5px;min-height:20px}.exp-card:where(.astro-bl6cniha){border:1px solid var(--line);background:var(--glass-card);transition:border-color .3s var(--ease);border-radius:20px;margin-bottom:18px;padding:26px}.exp-card:where(.astro-bl6cniha):hover{border-color:var(--line-green)}.exp-card-accent:where(.astro-bl6cniha){border-color:var(--line-amber);background:#d4a85308}.exp-card-accent:where(.astro-bl6cniha):hover{border-color:var(--amber)}.exp-card-top:where(.astro-bl6cniha){justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.exp-date:where(.astro-bl6cniha){color:var(--accent-text);font-family:var(--mono);font-size:.78rem}.exp-status:where(.astro-bl6cniha){font-family:var(--mono);color:var(--accent-text);opacity:.7;font-size:.7rem}.exp-card:where(.astro-bl6cniha) h3:where(.astro-bl6cniha){margin-bottom:10px;font-size:1.1rem;font-weight:700}.exp-card:where(.astro-bl6cniha) p:where(.astro-bl6cniha){color:var(--muted);font-size:.9rem;line-height:1.7}.exp-tags:where(.astro-bl6cniha){flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.exp-tags:where(.astro-bl6cniha) .tag:where(.astro-bl6cniha){padding:6px 10px;font-size:.7rem}.exp-metric-line:where(.astro-bl6cniha){border-top:1px solid var(--line);font-family:var(--mono);color:var(--white);align-items:center;gap:8px;margin-top:14px;padding-top:14px;font-size:.85rem;display:flex}.exp-metric-bar:where(.astro-bl6cniha){background:var(--glass-card-strong);border-radius:3px;flex:1;height:6px;position:relative;overflow:hidden}.exp-metric-bar:where(.astro-bl6cniha) span:where(.astro-bl6cniha){background:var(--muted);border-radius:3px;height:100%;display:block}.exp-metric-bar:where(.astro-bl6cniha).green span:where(.astro-bl6cniha){background:linear-gradient(90deg, var(--green), var(--cyan))}@media (width<=640px){.exp-node:where(.astro-bl6cniha){gap:12px}.exp-card:where(.astro-bl6cniha){padding:18px}}.dash-grid:where(.astro-ic3gsucs){grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.dash-featured:where(.astro-ic3gsucs){grid-area:span 1/span 2}.dash-accent:where(.astro-ic3gsucs){grid-column:span 2}.dash-card:where(.astro-ic3gsucs){border:1px solid var(--line);background:var(--glass-card);transition:border-color .3s var(--ease), background .3s var(--ease);border-radius:22px;flex-direction:column;gap:10px;min-width:0;padding:24px;display:flex}.dash-card:where(.astro-ic3gsucs):hover{border-color:var(--line-green);background:var(--glass-card-hover)}.dash-num:where(.astro-ic3gsucs)[data-count]{animation:metric-in .7s var(--ease) both}@keyframes metric-in{0%{opacity:.35;transform:translateY(.25em)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.dash-num:where(.astro-ic3gsucs)[data-count]{animation:none}}.dash-featured:where(.astro-ic3gsucs){background:linear-gradient(160deg, var(--bg-glow-1), var(--glass-card));border-color:var(--line-green)}.dash-accent:where(.astro-ic3gsucs){background:linear-gradient(160deg, var(--bg-glow-2), var(--glass-card))}.dash-label:where(.astro-ic3gsucs){font-family:var(--mono);letter-spacing:.06em;color:var(--muted);opacity:.7;font-size:.68rem}.dash-value:where(.astro-ic3gsucs){margin:4px 0}.dash-num:where(.astro-ic3gsucs){font-family:var(--font-display);color:var(--accent-text);letter-spacing:-.06em;font-size:2.8rem;font-weight:900;line-height:1}.dash-num-accent:where(.astro-ic3gsucs){font-family:var(--font-display);color:var(--white);letter-spacing:-.04em;font-size:2rem;font-weight:800;line-height:1}.dash-num-accent:where(.astro-ic3gsucs).highlight{color:var(--accent-2-text);font-size:2.4rem}.dash-plus:where(.astro-ic3gsucs){font-family:var(--font-display);color:var(--accent-text);opacity:.5;margin-left:2px;font-size:2rem;font-weight:700}.dash-arrow:where(.astro-ic3gsucs){font-family:var(--mono);color:var(--muted);opacity:.5;margin:0 6px;font-size:1.4rem}.dash-value:where(.astro-ic3gsucs).sm .dash-num:where(.astro-ic3gsucs){font-size:2rem}.dash-value:where(.astro-ic3gsucs).md{align-items:baseline;display:flex}.dash-value:where(.astro-ic3gsucs).xs .dash-num:where(.astro-ic3gsucs){font-size:1.6rem}.dash-unit:where(.astro-ic3gsucs){color:var(--muted);font-size:.82rem;line-height:1.4}.dash-bar:where(.astro-ic3gsucs){background:var(--surface-2);border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.dash-bar:where(.astro-ic3gsucs) span:where(.astro-ic3gsucs){background:linear-gradient(90deg, var(--green), var(--cyan));border-radius:2px;height:100%;display:block}.dash-gauge:where(.astro-ic3gsucs){background:var(--surface-2);border-radius:2px;height:4px;margin-top:8px;position:relative;overflow:visible}.dash-gauge-fill:where(.astro-ic3gsucs){background:linear-gradient(90deg, var(--cyan), var(--green));border-radius:2px;height:100%;display:block;position:relative}.dash-gauge-label:where(.astro-ic3gsucs){font-family:var(--mono);color:var(--accent-text);font-size:.65rem;position:absolute;top:-16px;right:0}@media (width<=1024px){.dash-grid:where(.astro-ic3gsucs){grid-template-columns:repeat(2,1fr);gap:16px}.dash-featured:where(.astro-ic3gsucs),.dash-accent:where(.astro-ic3gsucs){grid-column:span 2}.dash-card:where(.astro-ic3gsucs){padding:22px}}@media (width<=640px){.dash-grid:where(.astro-ic3gsucs){grid-template-columns:1fr;gap:14px}.dash-featured:where(.astro-ic3gsucs),.dash-accent:where(.astro-ic3gsucs){grid-column:span 1}.dash-card:where(.astro-ic3gsucs){padding:20px}.dash-num:where(.astro-ic3gsucs){font-size:2rem}.dash-value:where(.astro-ic3gsucs).sm .dash-num:where(.astro-ic3gsucs){font-size:1.6rem}}.certs-wrap:where(.astro-wcg6dn3j){grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.cert-card:where(.astro-wcg6dn3j){border:1px solid var(--line);background:var(--glass-card);transition:border-color .3s var(--ease);border-radius:18px;align-items:flex-start;gap:14px;min-width:0;padding:20px;display:flex}.cert-card:where(.astro-wcg6dn3j):hover{border-color:var(--line-green)}.cert-card:where(.astro-wcg6dn3j).featured{background:linear-gradient(135deg, var(--bg-glow-1), var(--glass-card));border-color:var(--line-green);grid-column:span 2}.cert-icon:where(.astro-wcg6dn3j){border:1px solid var(--line-green);width:40px;height:40px;color:var(--accent-text);font-family:var(--mono);background:#00d08414;border-radius:12px;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:700;display:grid}.cert-icon:where(.astro-wcg6dn3j).sm{width:34px;height:34px;font-size:.7rem}.cert-card:where(.astro-wcg6dn3j) small:where(.astro-wcg6dn3j){color:var(--accent-text);font-family:var(--mono);margin-bottom:4px;font-size:.7rem;display:block}.cert-card:where(.astro-wcg6dn3j) h3:where(.astro-wcg6dn3j){letter-spacing:-.01em;font-size:.9rem;font-weight:600;line-height:1.35}@media (width<=1024px){.certs-wrap:where(.astro-wcg6dn3j){grid-template-columns:repeat(2,1fr);gap:14px}.cert-card:where(.astro-wcg6dn3j).featured{grid-column:span 2}.cert-card:where(.astro-wcg6dn3j){padding:18px}}@media (width<=640px){.certs-wrap:where(.astro-wcg6dn3j){grid-template-columns:1fr;gap:12px}.cert-card:where(.astro-wcg6dn3j).featured{grid-column:span 1}.cert-card:where(.astro-wcg6dn3j){padding:16px}}.faq-list:where(.astro-7synugci){gap:12px;max-width:820px;margin:0 auto;display:grid}.faq-item:where(.astro-7synugci){border:1px solid var(--line);background:var(--glass-card);transition:border-color .3s var(--ease);border-radius:16px;overflow:hidden}.faq-item:where(.astro-7synugci)[open]{border-color:var(--line-green);background:#00d08405}summary:where(.astro-7synugci){cursor:pointer;user-select:none;align-items:center;gap:14px;padding:18px 22px;font-size:.95rem;font-weight:600;list-style:none;display:flex}summary:where(.astro-7synugci)::-webkit-details-marker{display:none}.faq-qmark:where(.astro-7synugci){border:1px solid var(--line-green);width:28px;height:28px;color:var(--accent-text);font-family:var(--mono);transition:background .3s var(--ease);background:#00d08414;border-radius:50%;flex-shrink:0;place-items:center;font-size:.82rem;display:grid}.faq-item:where(.astro-7synugci)[open] .faq-qmark:where(.astro-7synugci){background:#00d08426}summary:where(.astro-7synugci):after{content:"+";font-family:var(--mono);color:var(--muted);opacity:.5;transition:transform .3s var(--ease);margin-left:auto;font-size:1.2rem}.faq-item:where(.astro-7synugci)[open] summary:where(.astro-7synugci):after{content:"−";transform:rotate(180deg)}.faq-answer:where(.astro-7synugci){padding:0 22px 18px 64px}.faq-answer:where(.astro-7synugci) p:where(.astro-7synugci){color:var(--muted);margin:0;font-size:.9rem;line-height:1.7}@media (width<=640px){summary:where(.astro-7synugci){padding:16px 18px}.faq-answer:where(.astro-7synugci){padding:0 18px 16px}}.contact-section:where(.astro-he3spzz3){padding:96px 0}.contact-section:where(.astro-he3spzz3) .container:where(.astro-he3spzz3){max-width:820px;margin:0 auto}.section-label:where(.astro-he3spzz3){font-family:var(--mono,"JetBrains Mono", monospace);color:var(--green,#00d084);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.75rem}.section-title:where(.astro-he3spzz3){letter-spacing:-1px;color:var(--white,#f8fafc);margin-bottom:1rem;font-size:2.2rem;font-weight:900;line-height:1.15}.section-desc:where(.astro-he3spzz3){color:var(--muted,#94a3b8);max-width:650px;margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.contact-shell:where(.astro-he3spzz3){-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffffa8;border:1px solid #10b98124;border-radius:20px;overflow:hidden;box-shadow:8px 8px 24px #10b9811a,-8px -8px 24px #ffffffeb}.contact-shell-header:where(.astro-he3spzz3){font-family:var(--mono,"JetBrains Mono", monospace);color:var(--muted,#5a7468);background:#ffffff73;border-bottom:1px solid #10b9811f;padding:.8rem 1.2rem;font-size:.78rem}.contact-list:where(.astro-he3spzz3){flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.contact-cmd:where(.astro-he3spzz3){color:var(--muted,#94a3b8);font-family:var(--mono,"JetBrains Mono", monospace);border-radius:10px;align-items:center;gap:.8rem;padding:1.1rem 1.25rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.contact-cmd:where(.astro-he3spzz3):hover{background:var(--bg-2,#0a1325);color:var(--white,#f8fafc)}.contact-cmd:where(.astro-he3spzz3).wa-cmd{background:#25d36614;border:1px solid #25d3662e}.contact-cmd:where(.astro-he3spzz3).wa-cmd:hover{background:#25d36624;border-color:#25d366;box-shadow:0 0 24px #25d36626}.wa-icon:where(.astro-he3spzz3){color:#25d366;font-size:1.1rem}.cmd-prompt:where(.astro-he3spzz3){color:var(--green,#00d084)}.cmd-name:where(.astro-he3spzz3){color:var(--white,#f8fafc);font-weight:600}.cmd-args:where(.astro-he3spzz3){color:var(--cyan,#58d8ff)}.cmd-desc:where(.astro-he3spzz3){color:var(--muted,#94a3b8);margin-left:auto;font-size:.8rem}@media (width<=768px){.contact-section:where(.astro-he3spzz3){padding:72px 0}.section-title:where(.astro-he3spzz3){font-size:1.8rem}.contact-list:where(.astro-he3spzz3){padding:1rem}.contact-cmd:where(.astro-he3spzz3){flex-wrap:wrap;gap:.5rem;font-size:.88rem}.cmd-desc:where(.astro-he3spzz3){width:100%;margin-left:0;padding-left:1.6rem}}
