:root{color-scheme:dark;font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;line-height:1.6;font-size:16px;--color-bg:#111827;--color-surface:#1f2937;--color-surface-alt:#142033;--color-surface-raised:#1f2f45;--color-border:rgba(148, 163, 184, 0.16);--color-text:#e5e7eb;--color-text-muted:#94a3b8;--color-highlight:#38bdf8;--color-highlight-soft:rgba(56, 189, 248, 0.18);--shadow-soft:0 18px 38px rgba(2, 6, 23, 0.55);--shadow-card:0 22px 44px rgba(15, 23, 42, 0.45)}body{margin:0;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}a{color:var(--color-highlight);text-decoration:none}a:hover,a:focus{text-decoration:underline}.layout{display:flex;min-height:100vh;flex-direction:column}.content{width:min(980px,92vw);margin:0 auto;padding:2.5rem 0 3.5rem;flex:1}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding:1.5rem clamp(1rem,5vw,3rem);position:sticky;top:0;z-index:10;box-shadow:0 14px 24px rgba(8,15,40,.32)}@media(max-width:767px){.site-header{grid-template-columns:1fr}}.site-branding{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.site-title{font-weight:700;font-size:1.5rem;text-decoration:none;color:var(--color-text)}.site-title:hover{text-decoration:none}.site-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;flex:auto;margin:0 auto}.nav-link{display:inline-flex;align-items:center;color:var(--color-text-muted);padding:.3rem 0;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;font-weight:500;text-decoration:none}.nav-link:hover,.nav-link.is-active{color:var(--color-text);border-color:var(--color-highlight);text-decoration:none}.search-form{background:var(--color-surface-alt);border:1px solid rgba(148,163,184,.25);border-radius:999px;padding:.35rem;box-shadow:none;max-width:240px;margin-left:auto}.search-form:focus-within{border-color:rgba(56,189,248,.55);box-shadow:0 0 0 2px rgba(56,189,248,.18)}.search-form input[type=search]{padding:0 1rem;width:100%;background:0 0;border:none;color:var(--color-text);font-size:.95rem;outline:none}.search-form input[type=search]::placeholder{color:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.list-page h1,.post h1{margin-top:0}.post-list{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.5rem}.post-item{background:var(--color-surface);padding:1.5rem;border-radius:.75rem;box-shadow:var(--shadow-soft);border:1px solid rgba(56,189,248,5%);background-image:linear-gradient(145deg,rgba(56,189,248,8%),transparent)}.post-item:hover{border-color:rgba(56,189,248,.2)}.post-preview{display:grid;grid-template-columns:1fr minmax(180px,240px);gap:1.5rem;align-items:stretch}.post-preview__thumb{display:flex;align-items:center;justify-content:center;border-radius:.5rem;overflow:hidden;background:rgba(15,23,42,.25)}.post-preview__thumb--right{justify-self:end;width:100%;height:100%}.post-preview__thumb img{width:100%;height:100%;object-fit:cover;display:block}.post-preview__body{display:flex;flex-direction:column}.post-preview__body>h2{margin-bottom:0}.post-meta{margin-top:0;color:var(--color-text-muted);font-size:.9rem}.post-summary{margin-bottom:0;color:rgba(226,232,240,.88)}pre{padding:1rem;background:#0b1120;color:#e2e8f0;overflow-x:auto;border-radius:.5rem;border:1px solid rgba(56,189,248,.1);box-shadow:inset 0 0 0 1px rgba(15,23,42,.6)}code{font-family:jetbrains mono,fira code,ui-monospace,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:.9em;background:rgba(56,189,248,.15);color:#f8fafc;padding:.15em .4em;border-radius:.4em}.post{background:var(--color-surface);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-card);border:1px solid rgba(56,189,248,8%);background-image:radial-gradient(circle at top left,rgba(56,189,248,.2),transparent 55%)}.post-tags{margin-top:.75rem;display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:rgba(56,189,248,.22);color:#f0f9ff;padding:.25rem .75rem;border-radius:999px;font-size:.8rem}.post-body img{max-width:100%;border-radius:.75rem;margin:1.5rem 0;border:1px solid rgba(56,189,248,.18);box-shadow:0 28px 44px rgba(2,6,23,.55)}.post-related{margin-top:3rem;background:var(--color-surface-alt);padding:1.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.14)}.site-footer{margin-top:auto;padding:2.5rem clamp(1rem,5vw,3rem);background:#0b1220;color:#cbd5f5}.site-footer a{color:inherit;text-decoration:none}.footer-columns{display:grid;max-width:980px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem;border-top:2px solid rgba(148,163,184,.25)}.footer-column__title{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(203,213,225,.65)}.footer-column__body{display:flex;flex-direction:column;gap:.45rem}.footer-column__body--inline{display:block}.footer-column__body--inline a{display:inline}.footer-column__body a{color:rgba(226,232,240,.85);font-size:.95rem;transition:color .2s ease}.footer-column__body a:hover,.footer-column__body a:focus{color:#38bdf8}.footer-empty{color:rgba(148,163,184,.45);font-size:.9rem}.footer-credits{margin:2.5rem auto 0;text-align:center;font-size:.85rem;color:rgba(148,163,184,.75)}.footer-credits a{text-decoration:underline}.contact-form{margin-top:2rem;display:grid;gap:1rem;background:rgba(15,23,42,.75);border:1px solid rgba(56,189,248,.18);border-radius:1rem;padding:1.75rem;box-shadow:0 20px 36px rgba(2,6,23,.45)}.contact-form__field{display:flex;flex-direction:column;gap:.45rem}.contact-form__field label{font-weight:600;color:rgba(226,232,240,.85)}.contact-form__field input,.contact-form__field textarea{background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.25);border-radius:.75rem;color:var(--color-text);padding:.75rem 1rem;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:rgba(56,189,248,.6);box-shadow:0 0 0 2px rgba(56,189,248,.18);outline:none}.contact-form__submit{justify-self:start;background:var(--color-highlight);color:#0b1120;border:none;border-radius:999px;padding:.65rem 1.5rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.contact-form__submit:hover,.contact-form__submit:focus{background:#5ad0ff;transform:translateY(-1px)}.contact-form__note{margin:0;font-size:.85rem;color:rgba(148,163,184,.75)}.gallery-hero{margin-bottom:2.5rem;text-align:center;color:var(--color-text-muted)}.gallery-hero__text{margin:0 auto;max-width:620px}.gallery-hero__text p{margin:.5rem 0}.gallery-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gallery-card{position:relative;overflow:hidden;border-radius:1rem;border:1px solid rgba(148,163,184,.1);box-shadow:0 18px 36px rgba(2,6,23,.55);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 28px 48px rgba(2,6,23,.65);border-color:rgba(56,189,248,.35)}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.gallery-card span{position:absolute;inset:auto 0 0;padding:.85rem 1rem;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.88));color:#e2e8f0;font-size:.85rem;letter-spacing:.01em}@media(min-width:1200px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr}}.home-hero{margin-bottom:2.5rem;text-align:center}.home-hero__text{color:var(--color-text-muted);max-width:620px;margin:0 auto}.home-hero__text p{margin:.5rem 0}.search-page{display:flex;flex-direction:column;gap:1.5rem}.search-page #pagefind-search{background:var(--color-surface);border-radius:1rem;border:1px solid rgba(56,189,248,.1);padding:1.5rem;box-shadow:var(--shadow-soft)}.search-page .pagefind-ui__input{background:rgba(15,23,42,.6);border-radius:.75rem}.search-page .pagefind-ui__message{color:var(--color-text-muted)}.search-page .pagefind-ui__results{display:flex;flex-direction:column;gap:1.25rem;color:rgba(226,232,240,.92)}.search-page .pagefind-ui__results a{color:rgba(248,250,252,.94)}li.pagefind-ui__result{border-top:none!important;border:none!important;padding:20px!important}a.pagefind-ui__result-link{color:#fff!important}.search-page .pagefind-ui__result{background:rgba(15,23,42,.7);border:1px solid rgba(148,163,184,.25);border-radius:.85rem}.search-page .pagefind-ui__result-title{color:rgba(248,250,252,.96)}.search-page .pagefind-ui__result-excerpt,.search-page .pagefind-ui__result-meta{color:rgba(203,213,225,.86)}@media(max-width:767px){.site-header{position:static;flex-direction:column;align-items:center;text-align:center}.site-branding{align-items:center;text-align:center}.site-nav{width:100%;justify-content:center}.search-form{width:100%;max-width:320px;justify-content:center}.post-preview{grid-template-columns:1fr}.post-preview__thumb{width:100%;justify-self:center}}