:root,html[data-theme=light]{--color-bg-main: #ffffff;--color-bg-sub: #fafafc;--color-text-main: #282832;--color-text-sub: #5d5d67;--color-text-link: #2380ed;--color-border: #babcbd;--color-border-light: #e5e5e5;--text-xs: clamp(.7rem, .68rem + .08vw, .78rem);--text-s: .94rem;--text-m: clamp(1.05rem, 1rem + .2vw, 1.18rem);--text-l: clamp(1.35rem, 1.3rem + .23vw, 1.67rem);--text-xl: clamp(1.62rem, 1.53rem + .43vw, 2.22rem);--text-jumbo: clamp(2rem, 4.2vw, 3rem);--text-weight-bold: 600}html[data-theme=dark]{--color-bg-main: #262626;--color-bg-sub: #202020;--color-text-main: #ffffff;--color-text-sub: #d1d1d1;--color-border: #686868;--color-border-light: #3a3a3a}*{box-sizing:border-box}html{background:var(--color-bg-main);color:var(--color-text-main);font-family:IBM Plex Sans,system-ui,sans-serif;text-rendering:optimizeLegibility}body{margin:0}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--color-text-main);font-weight:600;letter-spacing:0}.section{padding:2rem 1.5rem 4rem}.page-column{margin:0 auto;max-width:58rem;width:100%}.navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:72rem;padding:2rem 1.5rem 1rem}.navbar a{color:var(--color-text-main)}.navbar-links{align-items:center;display:flex;gap:1.25rem}.azi-nav-wordmark{align-items:baseline;display:inline-flex;font-family:Space Grotesk,IBM Plex Sans,sans-serif;font-size:var(--text-m);font-weight:700;gap:.02em;line-height:1}.azi-nav-wordmark span:nth-child(3){color:#2380ed}.nav-icon-link{align-items:center;color:var(--color-text-sub);display:inline-flex;opacity:.75;transition:opacity .15s}.nav-icon-link:hover{opacity:1}.theme-toggle{align-items:center;background:transparent;border:0;cursor:pointer;display:inline-flex;height:1.5rem;justify-content:center;padding:0;width:1.5rem}.theme-toggle img{height:1.1rem;width:1.1rem}.home-page{display:flex;flex-direction:column;gap:2.5rem;padding:3% 0 2%}.home-about-hero{display:grid;gap:1.35rem}.home-about-intro{align-items:center;display:grid;gap:1.25rem;grid-template-columns:auto 1fr;margin:0 auto;width:fit-content}.home-about-photo{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#2380ed1a,#2380ed33);border:1px solid var(--color-border-light);border-radius:50%;display:inline-flex;justify-content:center;overflow:hidden;width:clamp(6.5rem,15vw,9.25rem)}.home-about-photo img{height:100%;object-fit:cover;width:100%}.home-about-copy{display:grid;gap:.25rem}.home-about-copy h1{font-size:var(--text-jumbo);line-height:1;padding:0}.home-about-role-line{color:var(--color-text-main);font-size:var(--text-m);font-weight:600;line-height:1.35}.home-about-location{color:var(--color-text-sub);font-size:var(--text-s)}.home-about-text{display:grid;gap:.85rem}.home-about-text p{color:var(--color-text-sub);font-size:clamp(1rem,1.8vw,1.12rem);line-height:1.68}.home-azi-inline,.home-azi-inline strong,.home-azi-inline span{color:var(--color-text-main);font-weight:600}.home-azi-inline>span>span{color:#2380ed}.home-section{border-top:1px solid var(--color-border-light);display:flex;flex-direction:column;gap:.85rem;padding-top:1.35rem}.home-section-heading{align-items:center;display:flex;gap:1rem;justify-content:space-between}.home-section-label,.home-rec-type,.takes-section-label{color:var(--color-text-sub);font-family:IBM Plex Mono,monospace;font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-section-heading a,.home-post-read{color:#2380ed;font-size:var(--text-s);font-weight:600}.home-post-card,.home-rec-card,.notelist-feed{background:var(--color-bg-main);border:1px solid var(--color-border-light);border-radius:.5rem;color:inherit;text-decoration:none}.home-post-card,.notelist-feed a{display:flex;flex-direction:column;gap:.45rem;padding:1rem}.home-post-card:hover,.home-rec-card:hover,.notelist-feed:hover{border-color:#2380ed;text-decoration:none}.home-post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.55rem}.home-post-meta span{background:#2380ed14;border:1px solid rgba(35,128,237,.18);border-radius:.35rem;color:#2380ed;font-size:var(--text-xs);font-weight:600;padding:.1rem .45rem}.home-post-meta time,.post-page time{color:var(--color-text-sub);font-size:var(--text-xs)}.home-post-card h2,.notelist-feed h2{font-size:var(--text-m);line-height:1.35}.home-post-card p,.home-rec-card p,.excerpt,.empty-note{color:var(--color-text-sub);font-size:var(--text-s);line-height:1.55}.home-recs,.takes-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.home-rec-card{display:flex;flex-direction:column;gap:.35rem;padding:.9rem}.home-rec-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.home-rec-type{color:#2380ed}.home-rec-rating{background:var(--color-bg-sub);border:1px solid var(--color-border-light);border-radius:.35rem;color:var(--color-text-sub);font-size:var(--text-xs);font-weight:600;padding:.1rem .45rem;white-space:nowrap}.home-rec-rating--essential{background:#2380ed14;border-color:#2380ed2e;color:#2380ed}.home-rec-card strong{color:var(--color-text-main);font-size:var(--text-s);line-height:1.35}.page-heading{display:grid;gap:.75rem;margin-bottom:1.5rem}.page-heading h1,.post-page h1{font-size:var(--text-jumbo);line-height:1.05}.page-heading p{color:var(--color-text-sub);line-height:1.6}.back-link{color:var(--color-text-sub);font-family:IBM Plex Mono,monospace;font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.feed-list,.takes-page,.post-page{display:grid;gap:1rem}.takes-section{display:grid;gap:.85rem}.content{color:var(--color-text-sub);font-size:var(--text-m);line-height:1.7}.content h2,.content h3{color:var(--color-text-main);margin-top:2rem}.content p,.content ul,.content ol,.content pre,.content blockquote{margin:1rem 0}.content a{text-decoration:underline}.content pre{background:var(--color-bg-sub);border:1px solid var(--color-border-light);border-radius:.5rem;overflow-x:auto;padding:1rem}.content code{font-family:IBM Plex Mono,monospace;font-size:.9em}.search-visual{border:1px solid var(--color-border-light);border-radius:.5rem;margin:1.25rem 0;padding:1rem}.search-visual-row,.ranking-cascade,.blend-grid,.latency-bars{display:grid;gap:.65rem}.search-visual-row,.ranking-cascade,.blend-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.search-visual-row span,.ranking-cascade div,.blend-grid div,.latency-bars div{background:#2380ed0f;border:1px solid rgba(35,128,237,.16);border-radius:.4rem;padding:.65rem}.search-visual-footer,.ranking-note{color:var(--color-text-sub);font-size:var(--text-s);margin-top:.75rem}.ranking-cascade strong,.blend-grid strong,.latency-bars strong{color:var(--color-text-main)}.ranking-cascade span,.blend-grid span{color:var(--color-text-sub);display:block;font-size:var(--text-xs)}.latency-bars div{align-items:center;display:grid;grid-template-columns:minmax(7rem,.8fr) minmax(6rem,1fr) minmax(4rem,auto)}.latency-bars span{background:#2380ed33;border-radius:999px;display:block;height:.55rem;width:var(--w)}@media(max-width:800px){.navbar{align-items:flex-start;gap:1rem}.navbar-links{flex-wrap:wrap;justify-content:flex-end}.home-about-intro{align-items:start;grid-template-columns:1fr}.home-recs,.takes-grid,.search-visual-row,.ranking-cascade,.blend-grid,.latency-bars div{grid-template-columns:1fr}}
