@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Roboto+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Caveat:wght@500;600;700&display=swap);body{margin:0}:root,[data-theme=dark]{--bg:#0f0b18;--bg-2:#17122a;--bg-3:#1f1838;--bg-4:#271f44;--border:#3d2f58;--border-2:#2c2244;--text:#d4cee0;--text-2:#8a8298;--text-3:#5e5870;--green:#c47aab;--green-dim:#9d5888;--green-glow:#c47aab29;--green-border:#c47aab4d;--blue:#8b2e50;--blue-dim:#6e1e3c;--btn-text:#0f0b18;--logo-fill:#d4cee0;--radius:8px;--radius-lg:14px;--shadow:0 4px 24px #000000a6;--shadow-sm:0 2px 8px #00000073}[data-theme=light]{--bg:#f1efea;--bg-2:#f8f7f4;--bg-3:#e8e5df;--bg-4:#dedad3;--border:#cac6be;--border-2:#d5d1c9;--text:#1c2540;--text-2:#4e5870;--text-3:#7e8898;--green:#c47aab;--green-dim:#9d5888;--green-glow:#c47aab21;--green-border:#c47aab47;--blue:#1c2c5e;--blue-dim:#131f44;--btn-text:#1c2540;--logo-fill:#1c2540;--shadow:0 4px 24px #1c254021;--shadow-sm:0 2px 8px #1c254014}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:"Roboto Mono","Courier New",monospace;--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-script:"Caveat","Brush Script MT",cursive;--max-w:1100px;--max-w-prose:720px;--pad-x:1.5rem}html{scroll-behavior:smooth}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0b18;background-color:var(--bg);color:#d4cee0;color:var(--text);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--font-sans);font-size:16px;line-height:1.7;min-height:100%;transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}img{display:block;height:100%;object-fit:cover;width:100%}.site{display:flex;flex-direction:column;min-height:100vh}.main{flex:1 1}.section-inner{margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:5rem 1.5rem;padding:5rem var(--pad-x)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.5rem}.section-label{color:#c47aab;color:var(--green);display:block;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;margin-bottom:.75rem;text-transform:uppercase}.header{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#17122a;background:var(--bg-2);border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;transition:background-color .25s ease;z-index:100}.header-inner{height:64px;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:0 1.5rem;padding:0 var(--pad-x)}.header-inner,.header-logo{align-items:center;display:flex}.header-logo{flex-shrink:0}.logo-svg{fill:#d4cee0;fill:var(--logo-fill);height:34px;transition:fill .25s ease;width:auto}.logo-svg:hover{fill:#c47aab;fill:var(--green)}.desktop-nav{align-items:center;display:flex;gap:.5rem}.nav-link{border-radius:8px;border-radius:var(--radius);color:#8a8298;color:var(--text-2);font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.4rem .75rem;transition:color .15s ease,background .15s ease}.nav-link:hover{background:#1f1838;background:var(--bg-3);color:#d4cee0;color:var(--text)}.nav-link.active{color:#c47aab;color:var(--green)}.theme-toggle{align-items:center;background:#1f1838;background:var(--bg-3);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;margin-left:.25rem;transition:background .15s ease,border-color .15s ease;width:36px}.theme-toggle:hover{background:#271f44;background:var(--bg-4);border-color:#c47aab;border-color:var(--green)}.mobile-controls{align-items:center;display:none;gap:.5rem}.menu-btn{align-items:center;background:#1f1838;background:var(--bg-3);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease;width:36px}.menu-btn:hover{background:#271f44;background:var(--bg-4)}.icon-svg{color:#8a8298;color:var(--text-2);height:18px;width:18px}.mobile-nav{background:#17122a;background:var(--bg-2);border-top:1px solid #3d2f58;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;padding:1rem var(--pad-x)}.hero{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);overflow:hidden;padding:0 1.5rem;padding:0 var(--pad-x)}.hero-inner{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:5rem 0 5.5rem}.hero-text-only .hero-inner{grid-template-columns:1fr;max-width:720px;padding:6.5rem 0 7rem;text-align:left}.hero-greeting{color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85rem;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.hero-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(3rem,7vw,5rem);font-weight:600;letter-spacing:-.02em;line-height:1;margin-bottom:1.25rem}.hero-sub,.hero-title-accent{color:#8a8298;color:var(--text-2)}.hero-sub{font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.9rem;letter-spacing:.06em;margin-bottom:2.25rem}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:#c47aab;background:var(--green);border-radius:8px;border-radius:var(--radius);color:#0f0b18;color:var(--btn-text);display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;letter-spacing:.01em;padding:.65rem 1.4rem;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.btn-primary:hover{background:#9d5888;background:var(--green-dim);box-shadow:0 0 0 3px #c47aab29;box-shadow:0 0 0 3px var(--green-glow);transform:translateY(-1px)}.btn-ghost{align-items:center;border:1px solid #3d2f58;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#8a8298;color:var(--text-2);display:inline-flex;font-size:.875rem;font-weight:500;padding:.65rem 1.4rem;transition:color .15s ease,border-color .15s ease,background .15s ease}.btn-ghost:hover{background:#1f1838;background:var(--bg-3);border-color:#5e5870;border-color:var(--text-3);color:#d4cee0;color:var(--text)}.hero-visuals{grid-gap:10px;align-self:center;display:grid;gap:10px;grid-template-columns:3fr 2fr;grid-template-rows:240px 148px;width:100%}.img-card{border:2px solid #3d2f58;border:2px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);min-height:0;min-width:0;overflow:hidden;transition:transform .3s ease}.img-card img{height:100%;object-fit:cover}.img-card:hover{transform:translateY(-4px)}.img-card-main{grid-column:1;grid-row:1/3}.img-card-float{grid-column:2;grid-row:1}.img-card-small{grid-column:2;grid-row:2}.about{background:#17122a;background:var(--bg-2);border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border)}.about .section-inner{padding-bottom:5rem}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 320px;margin-top:.5rem}.about-heading{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.about-text p{color:#8a8298;color:var(--text-2);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.about-image{border:2px solid #3d2f58;border:2px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);height:400px;overflow:hidden}.featured-posts{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border)}.see-all{color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.05em;transition:color .15s ease}.see-all:hover{color:#9d5888;color:var(--green-dim)}.post-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.post-card{background:#17122a;background:var(--bg-2);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.post-card:hover{border-color:#c47aab;border-color:var(--green);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);transform:translateY(-3px)}.post-card-img{flex-shrink:0;height:200px;overflow:hidden}.post-card-img img{transition:transform .4s ease}.post-card:hover .post-card-img img{transform:scale(1.04)}.post-card-body{display:flex;flex:1 1;flex-direction:column;gap:.6rem;padding:1.5rem}.post-card-title{color:#d4cee0;color:var(--text);font-size:1.1rem;font-weight:600;letter-spacing:-.01em;line-height:1.35}.post-card-excerpt{color:#8a8298;color:var(--text-2);flex:1 1;font-size:.875rem;line-height:1.7}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:none;border:none;color:#c47aab;color:var(--green);display:inline;font-size:.75rem;padding:0}.post-date,.tag{font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);letter-spacing:.04em}.post-date{color:#5e5870;color:var(--text-3);font-size:.72rem}.blog-page{min-height:60vh}.blog-page-header{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.blog-page-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem}.blog-page-desc{color:#8a8298;color:var(--text-2);font-size:1.05rem;max-width:520px}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-row{grid-gap:1.75rem;background:#17122a;background:var(--bg-2);border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);display:grid;gap:1.75rem;grid-template-columns:220px 1fr;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-row:hover{border-color:#c47aab;border-color:var(--green);box-shadow:0 2px 8px #00000073;box-shadow:var(--shadow-sm);transform:translateX(3px)}.blog-row-img{flex-shrink:0;height:180px;overflow:hidden}.blog-row-img img{transition:transform .4s ease}.blog-row:hover .blog-row-img img{transform:scale(1.05)}.blog-row-body{display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem 1.5rem 1.5rem 0}.blog-row-title{color:#d4cee0;color:var(--text);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.blog-row-excerpt{color:#8a8298;color:var(--text-2);font-size:.9rem;line-height:1.7}.post-page{min-height:60vh;padding:3rem 1.5rem 6rem;padding:3rem var(--pad-x) 6rem}.post-inner{margin:0 auto;max-width:720px;max-width:var(--max-w-prose)}.back-link{align-items:center;color:#8a8298;color:var(--text-2);display:inline-flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.04em;margin-bottom:2rem;transition:color .15s ease}.back-link:hover{color:#c47aab;color:var(--green)}.post-hero-img{border:1px solid #3d2f58;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);height:360px;margin-bottom:0;object-fit:cover;width:100%}.post-page-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-bottom:.6rem;margin-top:1.25rem}.post-body{color:#8a8298;color:var(--text-2);font-size:1.05rem;line-height:1.85;margin-top:2rem}.post-body h1,.post-body h2,.post-body h3,.post-body h4{color:#d4cee0;color:var(--text);font-weight:600;letter-spacing:-.01em;line-height:1.25;margin-bottom:.75rem;margin-top:2.25rem}.post-body h1{font-size:1.75rem}.post-body h2{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);font-size:1.35rem;padding-bottom:.5rem}.post-body h3{font-size:1.1rem}.post-body p{margin-bottom:1.25rem}.post-body a{text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:#9d5888;color:var(--green-dim)}.post-body strong{color:#d4cee0;color:var(--text);font-weight:600}.post-body em{color:#d4cee0;color:var(--text);font-style:italic}.post-body ol,.post-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem}.post-body code{background:#271f44;background:var(--bg-4);border-radius:4px;color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.875em;padding:.15em .45em}.post-body code,.post-body pre{border:1px solid #3d2f58;border:1px solid var(--border)}.post-body pre{background:#17122a;background:var(--bg-2);border-radius:8px;border-radius:var(--radius);margin-bottom:1.5rem;overflow-x:auto;padding:1.25rem}.post-body pre code{background:none;border:none;color:#8a8298;color:var(--text-2);padding:0}.post-body blockquote{background:#c47aab29;background:var(--green-glow);border-left:3px solid #c47aab;border-left:3px solid var(--green);border-radius:0 8px 8px 0;border-radius:0 var(--radius) var(--radius) 0;color:#d4cee0;color:var(--text);font-style:italic;margin:1.5rem 0;padding:.75rem 1.25rem}.post-body hr{border:none;border-top:1px solid #3d2f58;border-top:1px solid var(--border);margin:2.5rem 0}.post-body table{border-collapse:collapse;font-size:.9rem;margin-bottom:1.5rem;width:100%}.post-body td,.post-body th{border:1px solid #3d2f58;border:1px solid var(--border);padding:.6rem 1rem;text-align:left}.post-body th{background:#1f1838;background:var(--bg-3);color:#d4cee0;color:var(--text);font-weight:600}.footer{background:#17122a;background:var(--bg-2);border-top:1px solid #3d2f58;border-top:1px solid var(--border)}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:1.75rem 1.5rem;padding:1.75rem var(--pad-x)}.footer-copy,.footer-credit{font-size:.75rem;letter-spacing:.03em}.footer-copy,.footer-credit,.loading-state{color:#5e5870;color:var(--text-3);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono)}.loading-state{font-size:.85rem;letter-spacing:.06em;padding:3rem 0;text-align:center}.text-muted{color:#8a8298;color:var(--text-2);font-size:.95rem}.inline-link{color:#c47aab;color:var(--green);font-weight:500}.inline-link:hover{color:#9d5888;color:var(--green-dim)}@media (max-width:860px){.hero-inner{gap:2.5rem;grid-template-columns:1fr;padding:4rem 0;text-align:center}.hero-actions{justify-content:center}.hero-visuals{grid-template-columns:1fr 1fr;grid-template-rows:220px;margin:0 auto;max-width:520px;width:100%}.img-card-main{grid-column:1;grid-row:1}.img-card-float{grid-column:2;grid-row:1}.img-card-small{display:none}.about-grid{gap:2.5rem;grid-template-columns:1fr}.about-image{height:280px;max-width:400px}.blog-row,.post-grid{grid-template-columns:1fr}.blog-row-img{height:200px;width:100%}.blog-row-body{padding:1.25rem}}@media (max-width:640px){:root{--pad-x:1rem}.section-inner{padding:3.5rem 1.5rem;padding:3.5rem var(--pad-x)}.desktop-nav{display:none}.mobile-controls{display:flex}.hero-visuals{grid-template-columns:1fr;grid-template-rows:220px;max-width:400px}.img-card-float,.img-card-small{display:none}.img-card-main{grid-column:1;grid-row:1}.footer-inner{align-items:flex-start;flex-direction:column;gap:.35rem}}.photos-page{min-height:60vh}.photos-page-header{border-bottom:1px solid #3d2f58;border-bottom:1px solid var(--border);margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:3.5rem 1.5rem 2.5rem;padding:3.5rem var(--pad-x) 2.5rem}.photos-page-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:.6rem}.photos-page-desc{color:#8a8298;color:var(--text-2);font-size:1rem;max-width:420px}.photo-grid{grid-gap:3px;background:#0f0b18;background:var(--bg);display:grid;gap:3px;grid-template-columns:repeat(4,1fr)}.photo-cell{aspect-ratio:1/1;background:#1f1838;background:var(--bg-3);border:none;cursor:zoom-in;display:block;overflow:hidden;padding:0;position:relative;width:100%}.photo-cell img{display:block;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.25,.46,.45,.94);width:100%}.photo-cell:hover img{transform:scale(1.04)}.photo-overlay{background:linear-gradient(0deg,#000000b8 0,#0000 55%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1rem 1rem .9rem;pointer-events:none;position:absolute;transition:opacity .3s ease}.photo-cell:hover .photo-overlay{opacity:1}.photo-caption{color:#fff;font-size:.8rem;font-weight:500;line-height:1.3;transition:transform .3s ease}.photo-caption,.photo-location{display:block;transform:translateY(4px)}.photo-location{color:#ffffffa6;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em;margin-top:.2rem;transition:transform .3s ease .03s}.photo-cell:hover .photo-caption,.photo-cell:hover .photo-location{transform:translateY(0)}.photos-empty{color:#8a8298;color:var(--text-2);font-size:1rem;line-height:1.8;margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:4rem 1.5rem;padding:4rem var(--pad-x)}.photos-empty-hint{color:#5e5870;color:var(--text-3);font-size:.9rem;margin-top:.5rem}.photos-empty code{background:#c47aab29;background:var(--green-glow);border-radius:4px;color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.875em;padding:.1em .4em}.lb-backdrop{align-items:center;animation:lb-fade-in .18s ease;background:#05070af7;cursor:zoom-out;display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:300}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lb-close{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;color:#fff9;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;line-height:1;position:absolute;right:1.25rem;top:1.25rem;transition:background .15s ease,color .15s ease;width:36px;z-index:301}.lb-close:hover{background:#ffffff26;color:#fff}.lb-counter{color:#fff6;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.72rem;left:50%;letter-spacing:.1em;pointer-events:none;position:absolute;top:1.4rem;transform:translateX(-50%)}.lb-stage{cursor:default;gap:1rem;max-height:80vh;max-width:92vw}.lb-img-wrap,.lb-stage{align-items:center;display:flex}.lb-img-wrap{justify-content:center}.lb-img{animation:lb-img-in .2s ease;border-radius:4px;display:block;height:auto;max-height:78vh;max-width:82vw;object-fit:contain;width:auto}@keyframes lb-img-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.lb-arrow{align-items:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;color:#ffffffb3;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;height:44px;justify-content:center;line-height:1;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none;width:44px}.lb-arrow:hover{background:#ffffff24;color:#fff}.lb-arrow-hidden{opacity:0;pointer-events:none}.lb-meta{cursor:default;margin-top:1.25rem;text-align:center}.lb-caption{color:#ffffffd9;font-size:.9rem;font-weight:500;margin:0 0 .3rem}.lb-details{align-items:center;color:#ffffff61;display:flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.72rem;gap:.5rem;justify-content:center;letter-spacing:.05em}.lb-sep{opacity:.4}@media (max-width:1100px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.photo-grid{gap:2px;grid-template-columns:repeat(3,1fr)}.lb-stage{gap:.5rem}.lb-arrow{font-size:1.5rem;height:36px;width:36px}.lb-img{max-height:70vh;max-width:88vw}}@media (max-width:380px){.photo-grid{grid-template-columns:repeat(2,1fr)}}.tag-filter{border-bottom:1px solid #2c2244;border-bottom:1px solid var(--border-2);display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem}.filter-tag{background:none;border:none;color:#8a8298;color:var(--text-2);cursor:pointer;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.04em;padding:.25rem 0;transition:color .2s}.filter-tag.active,.filter-tag:hover{color:#c47aab;color:var(--green)}.filter-tag.active{font-weight:600}.no-results{color:#5e5870;color:var(--text-3);font-size:.95rem;padding:2rem;text-align:center}.blog-pagination{display:flex;gap:.4rem;padding:2rem 0 .5rem}.blog-pagination,.page-btn{align-items:center;justify-content:center}.page-btn{background:#17122a;background:var(--bg-2);border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:8px;color:#8a8298;color:var(--text-2);cursor:pointer;display:inline-flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.82rem;height:36px;min-width:36px;padding:0 .6rem;transition:all .15s ease}.page-btn:hover:not(:disabled){background:#1f1838;background:var(--bg-3);border-color:#c47aab4d;border-color:var(--green-border);color:#d4cee0;color:var(--text)}.page-btn.active{background:#c47aab;background:var(--green);border-color:#c47aab;border-color:var(--green);color:#0f0b18;color:var(--btn-text);font-weight:600}.page-btn:disabled{cursor:not-allowed;opacity:.35}.board-stack{gap:4.5rem;margin:0 auto;max-width:1200px;padding:3rem 1.5rem;padding:3rem var(--pad-x)}.board,.board-stack{display:flex;flex-direction:column}.board{gap:1.5rem}.board-header{text-align:center}.board-title{color:#c47aab;color:var(--green);font-family:Caveat,Brush Script MT,cursive;font-family:var(--font-script);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1;margin:0}.board-title-sage{color:#7ec8a4}.board-title-brown{color:#b8845a}.board-title-dusk{color:#a38bd4}[data-theme=light] .board-title-sage{color:#3a9970}[data-theme=light] .board-title-brown{color:#8b5e3c}[data-theme=light] .board-title-dusk{color:#7c5dba}.board-subtitle{color:#5e5870;color:var(--text-3);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;margin:.25rem 0 0;text-transform:uppercase}.board-grid{grid-gap:6px;border-radius:14px;border-radius:var(--radius-lg);display:grid;gap:6px;overflow:hidden;width:100%}.board-grid .photo-cell{background:#1f1838;background:var(--bg-3);border:0;cursor:pointer;margin:0;min-height:0;overflow:hidden;padding:0;position:relative}.board-grid .photo-cell img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.board-grid .photo-cell:hover img{transform:scale(1.04)}.board-2x2{aspect-ratio:1/1;grid-template-rows:1fr 1fr;margin:0 auto;max-width:720px}.board-2x2,.board-l3r1{grid-template-columns:1fr 1fr}.board-l3r1{aspect-ratio:3/2;grid-template-rows:repeat(3,1fr)}.board-l3r1 .cell-1{grid-column:1;grid-row:1}.board-l3r1 .cell-2{grid-column:1;grid-row:2}.board-l3r1 .cell-3{grid-column:1;grid-row:3}.board-l3r1 .cell-4{grid-column:2;grid-row:1/4}.board-l1r3{aspect-ratio:3/2;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr)}.board-l1r3 .cell-1{grid-column:1;grid-row:1/4}.board-l1r3 .cell-2{grid-column:2;grid-row:1}.board-l1r3 .cell-3{grid-column:2;grid-row:2}.board-l1r3 .cell-4{grid-column:2;grid-row:3}.board-row3{aspect-ratio:3/1;grid-template-columns:repeat(3,1fr)}@media (max-width:720px){.board-stack{gap:3rem;padding:2rem 1.5rem;padding:2rem var(--pad-x)}.board-2x2{max-width:100%}.board-l1r3,.board-l3r1{aspect-ratio:3/4;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.board-l1r3 .cell-1,.board-l1r3 .cell-2,.board-l1r3 .cell-3,.board-l1r3 .cell-4,.board-l3r1 .cell-1,.board-l3r1 .cell-2,.board-l3r1 .cell-3,.board-l3r1 .cell-4{grid-column:1;grid-row:auto}}.code-block-wrap{background:#17122a;background:var(--bg-2);border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:8px;border-radius:var(--radius);margin:1.75rem 0;overflow:hidden}.code-block-header{align-items:center;background:#1f1838;background:var(--bg-3);border-bottom:1px solid #2c2244;border-bottom:1px solid var(--border-2);display:flex;justify-content:space-between;padding:.5rem .85rem}.code-lang{color:#5e5870;color:var(--text-3);letter-spacing:.06em;text-transform:uppercase}.code-copy-btn,.code-lang{font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.7rem}.code-copy-btn{background:none;border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:4px;color:#8a8298;color:var(--text-2);cursor:pointer;letter-spacing:.04em;padding:.2rem .55rem;transition:all .15s}.code-copy-btn:hover{border-color:#c47aab4d;border-color:var(--green-border);color:#c47aab;color:var(--green)}.code-block-wrap pre{margin:0!important;overflow-x:auto;padding:.85rem 1rem!important}.inline-code{background:#1f1838;background:var(--bg-3);border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:4px;color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85em;padding:.1rem .4rem}.post-img-wrap{display:block;margin:1.5rem 0}.post-img-wrap img{border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:8px;border-radius:var(--radius);height:auto;width:100%}.post-img-caption{color:#5e5870;color:var(--text-3);display:block;font-size:.85rem;font-style:italic;margin-top:.5rem;text-align:center}.post-body a{border-bottom:1px solid #c47aab4d;border-bottom:1px solid var(--green-border);color:#c47aab;color:var(--green);transition:border-color .15s}.post-body a:hover{border-color:#c47aab;border-color:var(--green)}.post-widget{margin:2rem 0}.widget-missing{border:1px dashed #3d2f58;border:1px dashed var(--border);border-radius:8px;border-radius:var(--radius);color:#5e5870;color:var(--text-3);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85rem;padding:1rem}.stock-ticker,.widget-missing{background:#17122a;background:var(--bg-2)}.stock-ticker{border-bottom:1px solid #2c2244;border-bottom:1px solid var(--border-2);border-top:1px solid #2c2244;border-top:1px solid var(--border-2);overflow:hidden;padding:.85rem 0;width:100%}.ticker-track{animation:ticker-scroll 50s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.ticker-item{align-items:center;display:inline-flex;font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85rem;gap:.6rem;padding:0 1.75rem;white-space:nowrap}.ticker-symbol{color:#d4cee0;color:var(--text);font-weight:600}.ticker-price{color:#8a8298;color:var(--text-2)}.ticker-change.up{color:#4ade80}.ticker-change.down{color:#f87171}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.candlestick-wrap{background:#17122a;background:var(--bg-2);border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:8px;border-radius:var(--radius);padding:1rem;width:100%}.candlestick-svg{display:block;height:auto;width:100%}.candle-gridline{stroke:#2c2244;stroke:var(--border-2);stroke-width:1;stroke-dasharray:2 4}.candle-tick-label{fill:#5e5870;fill:var(--text-3);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:10px}.candle-wick{stroke-width:1.5}.candle-up .candle-body,.candle-up .candle-wick{stroke:#4ade80;fill:#4ade80}.candle-down .candle-body,.candle-down .candle-wick{stroke:#f87171;fill:#f87171}.stock-grid-wrap{border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:8px;border-radius:var(--radius);overflow:hidden}.stock-grid-wrap .MuiDataGrid-root{color:#d4cee0!important;color:var(--text)!important}.admin-page{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:3rem 1.5rem;padding:3rem var(--pad-x)}.admin-card{background:#17122a;background:var(--bg-2);border:1px solid #2c2244;border:1px solid var(--border-2);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #000000a6;box-shadow:var(--shadow);max-width:420px;padding:2.5rem 2rem;text-align:center;width:100%}.admin-header{margin-bottom:1.75rem}.admin-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.6rem;font-weight:600;letter-spacing:-.01em;margin:.5rem 0}.admin-desc{color:#8a8298;color:var(--text-2);font-size:.95rem;margin:0}.admin-sso{display:flex;justify-content:center;margin:1.5rem 0}.admin-error{color:#f87171;font-size:.85rem;margin:.5rem 0 0}.admin-note{color:#5e5870;color:var(--text-3);font-size:.78rem;line-height:1.5;margin-top:1.5rem}.admin-note code{color:#c47aab;color:var(--green);font-family:Roboto Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.85em}.admin-dashboard{align-items:center;display:flex;justify-content:center;min-height:75vh;padding:3rem 1.5rem;padding:3rem var(--pad-x)}.rocket-wrap{max-width:480px;text-align:center}.rocket{animation:rocket-bob 3.5s ease-in-out infinite;display:inline-block;filter:drop-shadow(0 8px 20px rgba(196,122,171,.25));font-size:4.5rem}@keyframes rocket-bob{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-14px) rotate(-8deg)}}.rocket-trail{align-items:center;display:flex;flex-direction:column;gap:4px;height:28px;margin-top:-10px}.rocket-trail span{animation:rocket-trail 1.4s ease-out infinite;background:linear-gradient(180deg,#c47aab,#0000);background:linear-gradient(180deg,var(--green) 0,#0000 100%);border-radius:4px;height:6px;opacity:0;width:4px}.rocket-trail span:nth-child(2){animation-delay:.3s}.rocket-trail span:nth-child(3){animation-delay:.6s}@keyframes rocket-trail{0%{opacity:0;transform:translateY(-6px) scaleY(.4)}40%{opacity:1}to{opacity:0;transform:translateY(20px) scaleY(1.4)}}.rocket-title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em;margin:1.5rem 0 .5rem}.rocket-sub{color:#8a8298;color:var(--text-2);font-size:1rem;margin:0}.rocket-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.img-card,.img-card img{height:auto;width:100%}.img-card img{display:block}@media (max-width:880px){.hero-visuals{align-items:center;flex-direction:column}.img-card-float,.img-card-main,.img-card-small{left:0!important;max-width:100%;position:relative!important;top:0!important}.img-card-main{max-width:400px}.img-card-float{max-width:180px;order:-1}.img-card-small{max-width:150px}}
/*# sourceMappingURL=main.2c9ec726.css.map*/