.blog-card{display:flex;flex-direction:column;height:100%;background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-card:has(.blog-card-link:hover),.blog-card:has(.blog-card-link:focus-visible){border-color:#00d4ff59;transform:translateY(-2px);box-shadow:0 12px 28px #0003}html.light .blog-card:has(.blog-card-link:hover),html.light .blog-card:has(.blog-card-link:focus-visible){box-shadow:0 12px 28px #0f172a14}.blog-card-link{display:flex;flex-direction:column;flex:1;height:100%;text-decoration:none;color:inherit}.blog-card-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.blog-card-image{position:relative;aspect-ratio:1 / 1;width:100%;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);overflow:hidden}.blog-card-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.rx-image-wrap .rx-image{object-fit:cover;object-position:center}.blog-card-body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.35rem;gap:.5rem}.blog-card-read-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin-top:auto;padding-top:.85rem;font-size:.85rem;font-weight:600;color:var(--accent-color);transition:gap .2s ease}.blog-card-link:hover .blog-card-read-btn,.blog-card-link:focus-visible .blog-card-read-btn{gap:.55rem}html.light .blog-card-read-btn{color:#0077a8}.blog-card-meta{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-secondary)}.blog-card-title{color:var(--text-primary);font-size:1rem;font-weight:650;line-height:1.35;margin-bottom:.5rem}.blog-card-summary{color:var(--text-secondary);font-size:.85rem;line-height:1.55;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-post-filter{height:100%}.blog-posts-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.blog-posts-grid{grid-template-columns:repeat(3,1fr)}}.blog-posts-section-title{color:var(--text-primary);font-weight:700;letter-spacing:-.02em}html.light .blog-posts-section-title{color:#0f172a}.blog-lead{margin:0 auto 3rem;max-width:36rem;width:100%}.blog-lead-frame{border-radius:.75rem;overflow:hidden;border:1px solid var(--border-color);background:var(--bg-card)}.blog-inline-figure{margin:2.5rem auto;max-width:100%;width:100%}.blog-inline-figure-frame{border-radius:.75rem;overflow:hidden;border:1px solid var(--border-color);background:var(--bg-card);box-shadow:0 0 0 1px #00d4ff0a,0 12px 32px #0000002e}html.light .blog-inline-figure-frame{box-shadow:0 0 0 1px #0077a80f,0 12px 32px #0f172a14}.blog-inline-figure .rx-image-wrap{width:100%;line-height:0;background:var(--bg-secondary)}.blog-inline-figure .rx-image-wrap .rx-image,.blog-inline-figure-image{width:100%;height:auto;object-fit:contain;object-position:center}.blog-inline-figure-caption{margin-top:.875rem;padding:0 .75rem;font-size:.875rem;line-height:1.55;text-align:center;color:var(--text-secondary)}.article-content .pull-quote,.pull-quote{position:relative;margin:2.5rem 0;padding:1.5rem 1.5rem 1.5rem 1.75rem;border:none;border-left:4px solid var(--accent-color);border-radius:0 .75rem .75rem 0;background:linear-gradient(90deg,rgba(0,212,255,.08) 0%,var(--bg-secondary) 55%);box-shadow:0 0 0 1px #00d4ff0f,0 8px 24px #0000001f}html.light .article-content .pull-quote,html.light .pull-quote{background:linear-gradient(90deg,#0077a80f,#f8fafc 55%);box-shadow:0 0 0 1px #0077a814,0 8px 24px #0f172a0f}.article-content .pull-quote:before,.pull-quote:before{content:"“";position:absolute;top:.35rem;left:.85rem;font-size:2.5rem;line-height:1;font-weight:700;color:var(--accent-color);opacity:.35;pointer-events:none}.article-content .pull-quote p,.pull-quote p{margin:0;padding-left:1.25rem;font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.55;font-weight:650;letter-spacing:-.01em;color:var(--text-primary)}html.light .article-content .pull-quote p,html.light .pull-quote p{color:#0f172a}.home-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-color);opacity:.9}html.light .home-eyebrow{color:#0077a8;opacity:1}.home-section-title{color:var(--text-primary);font-weight:700;letter-spacing:-.02em}.home-section-subtitle{color:var(--text-secondary);line-height:1.65}html.light .home-section-title{color:#0f172a}html.light .home-section-subtitle{color:#475569}.home-hero{background:linear-gradient(160deg,#08080c,#0f1118 45%,#12151f);position:relative}html.light .home-hero{background:linear-gradient(160deg,#f8fafc,#f1f5f9,#e8f0f8)}.home-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,212,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.04) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 75%);pointer-events:none}.home-hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(0,212,255,.06) 0%,transparent 45%);pointer-events:none}.home-hero-name{font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.home-hero-heading{color:var(--text-primary);font-weight:700;letter-spacing:-.03em;line-height:1.08}.home-hero-role{color:var(--accent-color);font-weight:600}html.light .home-hero-role{color:#0077a8}.home-hero-sub{color:var(--text-secondary);line-height:1.7;max-width:36rem}.home-hero-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.home-hero-portrait{display:none}@media (min-width: 640px){.home-hero-portrait{display:flex;justify-content:center;align-items:center}}@media (min-width: 1024px){.home-hero-layout{grid-template-columns:minmax(0,1fr) auto;gap:2.5rem;align-items:stretch}.home-hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}.home-hero-portrait{justify-content:flex-end;align-items:center;align-self:center}}html.light .home-hero-heading{color:#0f172a}.home-terminal{background:#0a0c12b8;border:1px solid rgba(0,212,255,.18);border-radius:.75rem;backdrop-filter:blur(12px);box-shadow:0 8px 32px #00000059;overflow:hidden;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.78rem}html.light .home-terminal{background:#ffffffd9;border-color:#0077a833;box-shadow:0 8px 24px #0f172a14}.home-terminal-bar{display:flex;align-items:center;gap:.4rem;padding:.55rem .85rem;border-bottom:1px solid rgba(0,212,255,.12);background:#00000040}html.light .home-terminal-bar{background:#f1f5f9e6;border-bottom-color:#e2e8f0}.home-terminal-dot{width:.5rem;height:.5rem;border-radius:50%}.home-terminal-body{padding:1rem 1.1rem 1.15rem;color:#94a3b8;line-height:1.65}html.light .home-terminal-body{color:#64748b}.home-terminal-prompt{color:var(--accent-color)}.home-terminal-ok{color:#4ade80}.home-terminal-warn{color:#fbbf24}.home-terminal-muted{color:#64748b}.home-btn-primary{background:linear-gradient(135deg,#00d4ff,#09c);color:#0a0a0a;padding:.85rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00d4ff40}.home-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00d4ff59}.home-btn-secondary{color:var(--accent-color);padding:.85rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;border:1px solid rgba(0,212,255,.35);background:#00d4ff0a;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-btn-secondary:hover{background:#00d4ff1a;border-color:#00d4ff8c;transform:translateY(-1px)}html.light .home-btn-secondary{color:#0077a8;border-color:#0077a859}html.light .home-btn-secondary:hover{background:#0077a814}.home-hero-youtube{margin:0;padding-top:.25rem}.home-hero-youtube-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:color .2s ease,gap .2s ease}.home-hero-youtube-link:hover,.home-hero-youtube-link:focus-visible{color:var(--accent-color);gap:.55rem}html.light .home-hero-youtube-link:hover,html.light .home-hero-youtube-link:focus-visible{color:#0077a8}.home-hero-youtube-link:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px;border-radius:.25rem}.home-youtube{position:relative;overflow:hidden;scroll-margin-top:5rem;background:linear-gradient(135deg,#00d4ff,#00b8e6 38%,#09c 72%,#0077a8);border-bottom:1px solid rgba(0,0,0,.08)}.home-youtube-glow{position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.28) 0%,transparent 42%),radial-gradient(circle at 85% 80%,rgba(0,40,60,.18) 0%,transparent 45%);pointer-events:none}.home-youtube-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(180deg,black 0%,transparent 100%);pointer-events:none}.home-youtube-header{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 1024px){.home-youtube-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem}}.home-youtube-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .75rem;margin-bottom:1rem;border-radius:999px;background:#0a0a0a24;border:1px solid rgba(10,10,10,.12);color:#081018;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.home-youtube-title{color:#081018;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:.85rem;text-wrap:balance}.home-youtube-subtitle{color:#081018d1;font-size:1rem;line-height:1.65;max-width:40rem}.home-youtube-actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-youtube-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.4rem;border-radius:.5rem;background:#081018;color:#f8fafc;font-size:.95rem;font-weight:700;text-decoration:none;box-shadow:0 8px 24px #08101838;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-youtube-btn-primary:hover{transform:translateY(-1px);background:#0f172a;box-shadow:0 12px 28px #08101847}.home-youtube-videos{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.home-youtube-videos{grid-template-columns:repeat(3,1fr)}}.home-youtube-card{height:100%;border-radius:.75rem;overflow:hidden;background:#081018eb;border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 28px #0810182e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-youtube-card:has(.home-youtube-card-link:hover),.home-youtube-card:has(.home-youtube-card-link:focus-visible){transform:translateY(-3px);border-color:#ffffff47;box-shadow:0 16px 36px #08101847}.home-youtube-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.home-youtube-card-link:focus-visible{outline:2px solid #081018;outline-offset:3px}.home-youtube-card-thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:#0f172a}.home-youtube-card-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.home-youtube-card-link:hover .home-youtube-card-thumb img,.home-youtube-card-link:focus-visible .home-youtube-card-thumb img{transform:scale(1.03)}.home-youtube-card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#f8fafc;background:#08101847;transition:background .2s ease}.home-youtube-card-link:hover .home-youtube-card-play,.home-youtube-card-link:focus-visible .home-youtube-card-play{background:#0810186b}.home-youtube-card-body{display:flex;flex-direction:column;flex:1;gap:.45rem;padding:1rem 1.1rem 1.15rem}.home-youtube-card-meta{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#f8fafc9e}.home-youtube-card-title{color:#f8fafc;font-size:.95rem;font-weight:650;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-youtube-card-cta{margin-top:auto;padding-top:.65rem;font-size:.82rem;font-weight:700;color:#00d4ff}html.light .home-youtube{background:linear-gradient(135deg,#7ee7ff,#00d4ff 42%,#00a8d4)}html.light .home-youtube-badge{background:#ffffff8c;border-color:#ffffffa6}html.light .home-youtube-card{background:#fffffff5;border-color:#08101814}html.light .home-youtube-card-title{color:#0f172a}html.light .home-youtube-card-meta{color:#64748b}html.light .home-youtube-card-cta{color:#0077a8}.home-about{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.home-about-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.25rem 1.35rem;transition:border-color .2s ease}.home-about-card:hover{border-color:#00d4ff47}.home-about-card-title{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.35rem}.home-about-card-text{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.home-project-card{display:flex;flex-direction:column;height:100%;background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-project-card:hover{border-color:#00d4ff4d;transform:translateY(-2px);box-shadow:0 12px 28px #0003}html.light .home-project-card:hover{box-shadow:0 12px 28px #0f172a14}.home-project-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:#00d4ff14;border:1px solid rgba(0,212,255,.2);color:var(--accent-color);margin-bottom:1rem}.home-project-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.home-project-title{color:var(--text-primary);font-size:1.1rem;font-weight:650;line-height:1.3;margin:0}.home-project-status{flex-shrink:0;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .55rem;border-radius:999px;white-space:nowrap;margin-top:.15rem}.home-project-status-in-progress{background:#00d4ff1a;color:#00d4ff;border:1px solid rgba(0,212,255,.25)}.home-project-status-completed{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.25)}html.light .home-project-status-in-progress{background:#0077a81a;color:#0077a8;border-color:#0077a840}html.light .home-project-status-completed{color:#16a34a}.home-project-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.6;flex:1;margin-bottom:1rem}.home-project-focus{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.35rem}.home-project-focus li{font-size:.75rem;color:var(--text-secondary);padding-left:.85rem;position:relative}.home-project-focus li:before{content:"›";position:absolute;left:0;color:var(--accent-color);font-weight:700}.home-tech-badge{display:inline-block;font-size:.7rem;font-weight:500;padding:.2rem .55rem;border-radius:999px;background:#00d4ff0f;border:1px solid rgba(0,212,255,.18);color:var(--text-secondary)}.home-project-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;font-size:.8rem;font-weight:600;color:var(--accent-color);text-decoration:none;padding-top:.75rem;border-top:1px solid var(--border-color);transition:color .2s ease}.home-project-link:hover{color:var(--accent-hover)}.home-infra{background:linear-gradient(180deg,#0a0c10,#0f1218);position:relative;overflow:hidden}.home-infra:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 40%,rgba(0,212,255,.05) 0%,transparent 65%);pointer-events:none}html.light .home-infra{background:linear-gradient(180deg,#f1f5f9,#e8eef4)}.home-infra-panel{position:relative;background:#0c0e1499;border:1px solid rgba(0,212,255,.15);border-radius:.75rem;padding:1.5rem;backdrop-filter:blur(8px)}html.light .home-infra-panel{background:#ffffffbf;border-color:#dbe3ea}.home-infra-panel-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:1rem}.home-infra-layers{list-style:none;padding:0;margin:0}.home-infra-layer-row{padding:.75rem .85rem;border-radius:.5rem;border-left:2px solid rgba(0,212,255,.45);background:#0003}html.light .home-infra-layer-row{background:#f8fafc;border-left-color:#0077a880}.home-infra-layer-tier{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-color);margin-bottom:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.home-infra-layer-detail{font-size:.85rem;line-height:1.5;color:var(--text-secondary);margin:0}.home-infra-layer-connector{display:flex;justify-content:center;padding:.35rem 0;color:#00d4ff73}.home-infra-cta-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-color);margin:0}.home-infra-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.home-infra-highlights li{font-size:.85rem;color:var(--text-secondary);padding-left:1rem;position:relative;line-height:1.45}.home-infra-highlights li:before{content:"";position:absolute;left:0;top:.55em;width:.35rem;height:.35rem;border-radius:50%;background:var(--accent-color);opacity:.7}.home-infra-stack{display:flex;flex-wrap:wrap;gap:.45rem}.home-infra-tag{font-size:.72rem;padding:.3rem .65rem;border-radius:.375rem;background:#00d4ff0f;border:1px solid rgba(0,212,255,.15);color:var(--text-secondary)}.home-infra-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(0,212,255,.22);background:linear-gradient(135deg,rgba(0,212,255,.06) 0%,transparent 60%)}.home-writing{background-color:var(--bg-primary)}.home-portrait-ring{display:inline-flex;flex-shrink:0;border-radius:50%;padding:2px;background:linear-gradient(135deg,#00d4ff80,#00d4ff1f,#00d4ff59);box-shadow:0 0 24px #00d4ff1f}.home-portrait-ring>.rx-image-wrap{width:200px;height:200px;aspect-ratio:1 / 1;flex-shrink:0}.home-portrait{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top;display:block}@media (min-width: 1024px){.home-portrait-ring>.rx-image-wrap{width:420px;height:420px}}.home-portrait-credit{font-size:.75rem;color:var(--text-muted, #a3a3a3);text-align:center}.home-portrait-credit a{color:var(--accent, #00d4ff);text-decoration:none;transition:opacity .2s}.home-portrait-credit a:hover{opacity:.85;text-decoration:underline}
