:root{--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--bg: #ffffff;--bg-subtle: #f6f6f7;--bg-card: #ffffff;--text: #18181b;--text-muted: #6b7280;--border: #e6e6e9;--accent: #4f46e5;--accent-text: #4338ca;--accent-soft: #eef0fe;--shadow-sm: 0 1px 2px rgba(15, 15, 20, .05);--shadow-md: 0 1px 3px rgba(15, 15, 20, .06), 0 8px 28px rgba(15, 15, 20, .07);--maxw: 720px;--maxw-wide: 1060px;--radius: 14px;--radius-sm: 8px;--pad: clamp(1.25rem, 4vw, 2rem);--section-gap: clamp(3.5rem, 9vw, 6rem)}:root[data-theme=dark]{--bg: #0b0b0d;--bg-subtle: #141417;--bg-card: #161619;--text: #ededef;--text-muted: #9a9aa4;--border: #27272c;--accent: #818cf8;--accent-text: #a5b4fc;--accent-soft: #1b1b2c;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 1px 3px rgba(0, 0, 0, .4), 0 10px 34px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;display:flex;flex-direction:column;transition:background-color .2s ease,color .2s ease}img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.02em;font-weight:650}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}.container,.container-wide{width:100%;margin-inline:auto;padding-inline:var(--pad)}.container{max-width:var(--maxw)}.container-wide{max-width:var(--maxw-wide)}.site-main{flex:1 0 auto;width:100%;padding-block:clamp(2.5rem,6vw,4.5rem)}.section{margin-top:var(--section-gap)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.section-title{font-size:1.4rem}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px;z-index:100}.skip-link:focus{left:0}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px;flex-wrap:wrap}.brand{font-weight:700;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none}.nav{display:flex;align-items:center;gap:clamp(.65rem,2.5vw,1.5rem)}.nav-link{text-decoration:none;color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .15s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.theme-toggle{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--border);border-radius:9px;background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.theme-toggle:hover{color:var(--text);border-color:var(--text-muted)}.theme-toggle svg{width:18px;height:18px}:root[data-theme=dark] .icon-moon{display:none}:root:not([data-theme=dark]) .icon-sun{display:none}.site-footer{flex-shrink:0;border-top:1px solid var(--border);padding-block:2rem;margin-top:var(--section-gap)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-name{color:var(--text-muted);font-size:.9rem}.footer-socials{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .15s ease}.footer-link:hover{color:var(--accent-text)}.hero{padding-block:clamp(1rem,6vw,3.5rem) 1rem}.hero-eyebrow{color:var(--text-muted);font-size:1rem;font-weight:500;margin-bottom:.75rem}.hero-title{font-size:clamp(2.1rem,6.5vw,3.4rem);line-height:1.1;letter-spacing:-.03em;max-width:24ch}.hero-title .accent{color:var(--accent-text)}.hero-lead{margin-top:1.4rem;font-size:1.15rem;color:var(--text-muted);max-width:58ch}.hero-actions{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.15rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.95rem;font-weight:550;text-decoration:none;cursor:pointer;transition:transform .08s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.button:hover{border-color:var(--text-muted);box-shadow:var(--shadow-sm)}.button:active{transform:translateY(1px)}.button-primary{background:var(--accent);border-color:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-text);border-color:var(--accent-text)}.text-link{color:var(--accent-text);text-decoration:none;font-weight:550;font-size:.95rem}.text-link:hover{text-decoration:underline;text-underline-offset:3px}.back-link{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:.92rem;margin-bottom:1.25rem}.back-link:hover{color:var(--text)}.tag-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.01em;color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border);padding:.2rem .55rem;border-radius:999px}.status{font-size:.72rem;font-weight:600;text-transform:capitalize;padding:.18rem .55rem;border-radius:999px;white-space:nowrap;border:1px solid transparent}.status-active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-shipped{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-experimental{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-archived{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}:root[data-theme=dark] .status-active{color:#6ee7b7;background:#052e23;border-color:#065f46}:root[data-theme=dark] .status-shipped{color:#93c5fd;background:#0c1b33;border-color:#1e40af}:root[data-theme=dark] .status-experimental{color:#fcd34d;background:#2a1d05;border-color:#92580e}:root[data-theme=dark] .status-archived{color:#9ca3af;background:#1c1c1f;border-color:#303036}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.card-body{padding:1.4rem;display:flex;flex-direction:column;gap:.75rem;height:100%}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.card-title{font-size:1.15rem}.card-title a{text-decoration:none}.card-title a:after{content:"";position:absolute;inset:0}.card{position:relative}.card-desc{color:var(--text-muted);font-size:.96rem;flex:1}.card-links{display:flex;gap:1rem;position:relative;z-index:1}.page-head{margin-bottom:2.5rem}.page-title{font-size:clamp(1.9rem,5vw,2.6rem)}.page-lead{margin-top:.75rem;color:var(--text-muted);font-size:1.1rem;max-width:60ch}.post-list{list-style:none;padding:0;display:flex;flex-direction:column}.post-item{position:relative;display:flex;align-items:flex-start;gap:1.25rem;padding-block:1.5rem;border-bottom:1px solid var(--border)}.post-item:first-child{padding-top:0}.post-item-cover{display:block;flex:0 0 auto;width:200px;aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-subtle)}.post-item-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.post-item:hover .post-item-cover img{transform:scale(1.04)}.post-item-body{flex:1 1 auto;min-width:0}.post-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.post-item-title{font-size:1.2rem;font-weight:600;letter-spacing:-.01em}.post-item-title a{color:inherit;text-decoration:none}.post-item-title a:after{content:"";position:absolute;inset:0}.post-item:hover .post-item-title{color:var(--accent-text)}.post-item time{color:var(--text-muted);font-size:.88rem;font-family:var(--font-mono);white-space:nowrap}.post-item-desc{margin-top:.5rem;color:var(--text-muted);font-size:.98rem}.post{max-width:var(--maxw)}.post-header{margin-bottom:2.5rem}.post-meta{color:var(--text-muted);font-size:.9rem;font-family:var(--font-mono);margin-bottom:.85rem}.post-title{font-size:clamp(1.9rem,5vw,2.7rem);letter-spacing:-.03em}.post-description{margin-top:1rem;font-size:1.18rem;color:var(--text-muted)}.post-header .tag-list{margin-top:1.25rem}.post-footer{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.prose{font-size:1.075rem}.prose>*+*{margin-top:1.3rem}.prose h2{font-size:1.5rem;margin-top:2.75rem}.prose h3{font-size:1.2rem;margin-top:2rem}.prose p,.prose li{color:var(--text)}.prose a{color:var(--accent-text);text-underline-offset:3px}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.4rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1.1rem;color:var(--text-muted);font-style:italic}.prose img{max-height:70vh;width:auto;margin-inline:auto;border-radius:var(--radius-sm);border:1px solid var(--border)}.prose hr{border:none;border-top:1px solid var(--border);margin-block:2.5rem}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--bg-subtle);border:1px solid var(--border);padding:.12em .4em;border-radius:6px}.prose pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.15rem;overflow-x:auto;font-size:.9rem}.prose pre code{background:none;border:none;padding:0;font-size:inherit}.prose :where(h2,h3)+p{margin-top:.85rem}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.post-cover{display:block;max-width:100%;max-height:75vh;width:auto;height:auto;margin-inline:auto;margin-bottom:2.25rem;border-radius:var(--radius);border:1px solid var(--border)}.card{overflow:hidden}.card-cover{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-subtle);border-bottom:1px solid var(--border)}.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.card.has-cover:hover .card-cover img{transform:scale(1.04)}.media-figure{margin-block:1.75rem}.media-caption,.gallery-item figcaption,.lightbox-caption{margin-top:.6rem;font-size:.85rem;color:var(--text-muted);text-align:center}.video-embed{position:relative;aspect-ratio:16 / 9;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:#000}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-file{display:block;max-width:100%;max-height:75vh;width:auto;height:auto;margin-inline:auto;border-radius:var(--radius-sm);border:1px solid var(--border);background:#000}.video-error{padding:1rem;border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.9rem}.media-section{margin-top:3rem}.media-section .section-title{margin-bottom:1.25rem}.gallery{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),1fr);gap:.75rem}.gallery-item{margin:0}.gallery-thumb{display:block;width:100%;padding:0;aspect-ratio:4 / 3;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-subtle);cursor:zoom-in}.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-thumb:hover img{transform:scale(1.05)}.lightbox{border:none;padding:0;background:transparent;max-width:min(92vw,1100px);max-height:92vh;overflow:visible}.lightbox::backdrop{background:#000000d1;backdrop-filter:blur(2px)}.lightbox img{width:100%;height:auto;max-height:86vh;object-fit:contain;border-radius:var(--radius-sm);display:block}.lightbox-close{position:absolute;top:.6rem;right:.6rem;z-index:2;width:2.3rem;height:2.3rem;display:grid;place-items:center;border:none;border-radius:8px;background:#00000080;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.lightbox-close:hover{background:#000000bf}@media(max-width:600px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.header-inner{flex-direction:column;align-items:flex-start;gap:.5rem;padding-block:.75rem}.post-item-head{gap:.35rem}}@media(max-width:560px){.post-item{flex-direction:column;gap:.85rem}.post-item-cover{width:100%}}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
