:root{color-scheme:light;--bg:#f7f5f1;--fg:#131313;--muted:#665d54;--accent:#ad4720;--coral:#c75833;--border:#ded7cf;--surface:#fffdfb;--surface-raised:#fff;--surface-soft:#f7f3ed;--surface-muted:#f2ece4;--input-bg:#fff;--thumb-bg:#f4ede4;--control-hover-bg:#f2ece4;--control-hover-border:#c8bcae;--overlay:rgba(10,12,14,.72);--focus-ring:#cf7a4d;--preview-focus-ring:#d4cabd;--theme-toggle-bg:#f7f3ed;--theme-toggle-hover-bg:#efe7dc;--theme-toggle-fg:#131313;--mode-active-bg:#131313;--mode-active-fg:#fff;--on-accent:#fff;--danger-bg:#fff3f1;--danger-fg:#8b1f1f;--danger-border:#e3b9b9;--danger-bg-hover:#ffe8e4;--danger-border-hover:#d89a9a;--activity-spotify-start:#fffdfb;--activity-spotify-end:#eaf6ef;--activity-duolingo-start:#fffdfb;--activity-duolingo-end:#eef8da;--max-width:960px}:root[data-theme=dark]{color-scheme:dark;--bg:#18130f;--fg:#f3e8dd;--muted:#c8b5a3;--accent:#dca46a;--coral:#d97757;--border:#4a392f;--surface:#231b15;--surface-raised:#2a211a;--surface-soft:#31261f;--surface-muted:#3a2d24;--input-bg:#1f1813;--thumb-bg:#3b2e24;--control-hover-bg:#3a2d24;--control-hover-border:#5a473a;--overlay:rgba(9,6,3,.84);--focus-ring:#b58f66;--preview-focus-ring:#8d6f55;--theme-toggle-bg:#31261f;--theme-toggle-hover-bg:#3a2d24;--theme-toggle-fg:#ead8c6;--mode-active-bg:#dca46a;--mode-active-fg:#20150d;--on-accent:#20150d;--danger-bg:#442423;--danger-fg:#ffc8bf;--danger-border:#7b4541;--danger-bg-hover:#55302e;--danger-border-hover:#95605a;--activity-spotify-start:#2b2419;--activity-spotify-end:#3f3525;--activity-duolingo-start:#322814;--activity-duolingo-end:#4a3b20}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--font-sans),system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}main{padding:3.5rem 1.5rem 4rem}h1,h2,h3{font-family:var(--font-serif),Georgia,serif;letter-spacing:-.01em}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto}.site-header{padding:2.5rem 1.5rem 0}.site-header .container{display:grid;grid-gap:1rem;gap:1rem}.site-header-top{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header-controls{display:flex;align-items:center;justify-content:flex-end;gap:.9rem;flex-wrap:wrap}.site-title{font-family:var(--font-serif),Georgia,serif;font-size:1.4rem;letter-spacing:-.01em}.nav{display:flex;gap:1.5rem;font-size:.95rem;color:var(--muted)}.nav a{transition:color .2s ease}.nav a:hover{color:var(--fg)}.theme-toggle{border:1px solid var(--border);border-radius:999px;background:var(--theme-toggle-bg);color:var(--theme-toggle-fg);width:2.35rem;height:2.35rem;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.theme-toggle-icon{font-size:1.05rem;line-height:1}.theme-toggle:hover{background:var(--theme-toggle-hover-bg);border-color:var(--control-hover-border)}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem}.activity-ribbon{display:flex;align-items:flex-start;gap:0}.activity-item{flex:1 1;min-width:0;border:1px solid var(--border);background:var(--surface);overflow:hidden}.activity-item:first-child{border-right:0;border-radius:16px 0 0 16px}.activity-item+.activity-item{border-left:1px solid var(--border);border-radius:0 16px 16px 0}.activity-panel{display:block}.activity-panel>summary{list-style:none;cursor:pointer}.activity-panel>summary::-webkit-details-marker{display:none}.activity-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem .9rem}.activity-summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.activity-summary-spotify{background:linear-gradient(145deg,var(--activity-spotify-start) 0,var(--activity-spotify-end) 100%)}.activity-summary-duolingo{background:linear-gradient(145deg,var(--activity-duolingo-start) 0,var(--activity-duolingo-end) 100%)}.activity-summary-label-row{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.activity-summary-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--fg)}.activity-summary-value{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;color:var(--fg)}.activity-summary-caret{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;color:var(--muted);font-size:1.08rem;line-height:1}.activity-summary-caret:before{content:"▾"}.activity-panel[open] .activity-summary-caret:before{content:"▴"}.activity-summary-value-marquee{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.activity-marquee-track{display:inline-flex;align-items:center;gap:1.8rem;min-width:max-content;animation:activity-marquee 14s linear infinite}.activity-marquee-track>span{white-space:nowrap}@keyframes activity-marquee{0%{transform:translateX(0)}15%{transform:translateX(0)}to{transform:translateX(calc(-50% - .9rem))}}@media (prefers-reduced-motion:reduce){.activity-marquee-track{animation:none}}.activity-details{border-top:1px solid var(--border)}.activity-details>.card{border:0;border-radius:0}.hero h1{font-size:clamp(2.4rem,3vw,3.4rem);margin:0}.hero-intro{font-size:1.1rem;color:var(--muted);max-width:46rem}.section{margin-top:3rem}.section h2{font-size:1.6rem;margin-bottom:1rem}.card{border:1px solid var(--border);border-radius:16px;padding:1.5rem;background:var(--surface);display:grid;grid-gap:.5rem;gap:.5rem}.post-list{display:grid;grid-gap:1.5rem;gap:1.5rem}.post-meta{font-size:.9rem;color:var(--muted)}.home-card{padding:1.15rem 1.25rem;gap:.35rem}.home-card>*{margin:0}.home-card h3{font-size:clamp(1.2rem,1.8vw,1.45rem);line-height:1.24}.home-card-meta{font-size:.84rem}.home-card-copy{font-size:.98rem;line-height:1.5;color:var(--muted);max-width:38rem}.home-card-link{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:.2rem;color:var(--accent);font-weight:600}.home-card-link:hover{text-decoration:underline;text-underline-offset:.16em}.duolingo-tracker{background:linear-gradient(145deg,var(--activity-duolingo-start) 0,var(--activity-duolingo-end) 100%);gap:.7rem}.duolingo-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.duolingo-label{margin:0;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.duolingo-label-row{display:flex;align-items:center;gap:.5rem}.duolingo-fire-icon{width:1.3rem;height:1.3rem;display:block;flex-shrink:0}.duolingo-head a{font-size:.9rem;color:var(--accent)}.duolingo-head a:hover{text-decoration:underline}.duolingo-streak-value{margin:0;font-family:var(--font-serif),Georgia,serif;color:var(--fg);font-size:clamp(1.65rem,2.4vw,2.2rem);line-height:1.2}.duolingo-meta{margin:0;font-size:.95rem;color:var(--muted)}.spotify-tracker{background:linear-gradient(145deg,var(--activity-spotify-start) 0,var(--activity-spotify-end) 100%);gap:.7rem}.spotify-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.spotify-label{margin:0;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.spotify-label-row{display:flex;align-items:center;gap:.5rem}.spotify-logo{width:1.1rem;height:1.1rem;display:block;flex-shrink:0}.spotify-track-row{display:flex;align-items:center;gap:.9rem}.spotify-artwork{width:3.8rem;height:3.8rem;border-radius:.7rem;border:1px solid var(--border);object-fit:cover;flex-shrink:0;background:var(--surface-raised)}.spotify-track-copy{min-width:0;display:grid;grid-gap:.2rem;gap:.2rem}.spotify-head a,.spotify-history-track a,.spotify-meta a{font-size:.9rem;color:var(--accent)}.spotify-head a:hover,.spotify-history-track a:hover,.spotify-meta a:hover{text-decoration:underline}.spotify-track{margin:0;font-family:var(--font-serif),Georgia,serif;color:var(--fg);font-size:clamp(1.4rem,2.1vw,1.85rem);line-height:1.25}.spotify-meta{margin:0;font-size:.95rem;color:var(--muted)}.spotify-history-title{margin:0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--muted)}.spotify-history-panel{border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);overflow:hidden}.spotify-history-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.58rem .72rem}.spotify-history-summary::-webkit-details-marker{display:none}.spotify-history-caret{display:inline-flex;align-items:center;justify-content:center;width:1rem;color:var(--muted);font-size:1rem;line-height:1}.spotify-history-caret:before{content:"▾"}.spotify-history-panel[open] .spotify-history-caret:before{content:"▴"}.spotify-history-list{list-style:none;margin:0;padding:.45rem .72rem .72rem;display:grid;grid-gap:.55rem;gap:.55rem;border-top:1px solid var(--border)}.spotify-history-item{display:flex;align-items:center;gap:.7rem;min-width:0}.spotify-history-artwork{width:2.3rem;height:2.3rem;border-radius:.5rem;border:1px solid var(--border);object-fit:cover;flex-shrink:0;background:var(--surface-raised)}.spotify-history-artwork-placeholder{background:var(--surface-muted)}.spotify-history-copy{min-width:0;display:grid;grid-gap:.08rem;gap:.08rem}.spotify-history-track{margin:0;color:var(--fg);font-size:.95rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-footer{padding:2rem 1.5rem 3rem;color:var(--muted);font-size:.9rem}.editor-shell{display:grid;grid-gap:1.5rem;gap:1.5rem}.editor-panel{gap:1rem}.editor-single-pane{max-width:860px}.meta-grid{gap:.9rem}.checkbox-row{display:inline-flex;align-items:center;gap:.55rem;font-size:.95rem;color:var(--fg)}.checkbox-row input{width:auto;margin:0}.markdown-toolbar{margin-top:.25rem}.editor-mode-toggle{gap:.4rem}.editor-mode-toggle button{border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--muted);padding:.45rem .95rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.editor-mode-toggle button.mode-active{background:var(--mode-active-bg);color:var(--mode-active-fg);border-color:var(--mode-active-bg)}.markdown-editor{min-height:520px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.55;border-radius:16px}.editor-preview-surface{border:1px solid var(--border);border-radius:16px;background:var(--surface-raised);padding:2rem 2.2rem}.editor-preview-surface h1{margin-top:0}.editor-preview-surface .content{max-width:100%}.editor-preview-excerpt{color:var(--muted);font-size:1rem;margin-bottom:1.5rem}.preview-edit-hint{margin-top:-.2rem}.preview-markdown-source{display:none}.preview-editable-area{min-height:480px;outline:none;cursor:text}.preview-editable-area:focus{box-shadow:inset 0 0 0 2px var(--preview-focus-ring);border-radius:10px}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.75rem}.editor-toolbar a,.editor-toolbar button{display:inline-flex;align-items:center;justify-content:center}.form-grid{display:grid;grid-gap:1rem;gap:1rem}input,select,textarea{width:100%;border-radius:12px;border:1px solid var(--border);padding:.75rem .9rem;font-size:.95rem;font-family:inherit;background:var(--input-bg);color:var(--fg)}button.primary{background:var(--accent);color:var(--on-accent);border:none;border-radius:12px;padding:.75rem 1.4rem;cursor:pointer;font-size:.95rem}a.secondary,button.secondary{background:transparent;color:var(--fg);border:1px solid var(--border);border-radius:12px;padding:.7rem 1.2rem;cursor:pointer;font-size:.9rem;transition:background .2s ease,border-color .2s ease}a.secondary:hover,button.secondary:hover{background:var(--control-hover-bg);border-color:var(--control-hover-border)}button.danger-button{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border);border-radius:12px;padding:.7rem 1.2rem;cursor:pointer;font-size:.9rem;transition:background .2s ease,border-color .2s ease}button.danger-button:hover{background:var(--danger-bg-hover);border-color:var(--danger-border-hover)}button.danger-button:disabled,button.secondary:disabled{opacity:.65;cursor:wait}button.primary:disabled{opacity:.7;cursor:wait}.auth-panel{max-width:420px}.post-grid{display:grid;grid-gap:.8rem;gap:.8rem}.post-row{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-raised)}.post-row strong{font-weight:600}.photo-upload-panel{max-width:720px}.photography-section,.travel-section{width:100%}.photo-stage{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.photo-zoom-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:0 .85rem .75rem}.photo-zoom-slider{flex:1 1 320px;width:min(560px,74vw);min-width:180px;accent-color:var(--accent);touch-action:pan-y}.photo-justified-shell{width:100%}.photo-justified-rows{display:grid;grid-gap:0;gap:0}.photo-justified-row{display:flex;align-items:flex-start;gap:0}.photo-tile{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;cursor:pointer;page-break-inside:avoid;break-inside:avoid}.photo-tile img{display:block;width:100%;height:auto}.photo-justified-tile{flex:0 0 auto;line-height:0}.photo-justified-tile img{width:100%;height:100%;object-fit:contain}.photo-load-sentinel{display:block;width:100%;height:1px;page-break-inside:avoid;break-inside:avoid}.photo-modal-backdrop{position:fixed;inset:0;background:var(--overlay);display:grid;place-items:center;padding:1rem;z-index:1100}.photo-modal{width:min(760px,100%);max-height:92vh;overflow:auto;gap:1rem}.photo-modal-close{justify-self:end}.photo-modal-image{width:100%;height:auto;border-radius:12px;border:1px solid var(--border)}.photo-modal-meta{display:grid;grid-gap:.5rem;gap:.5rem}.photo-modal-meta p{margin:0}.photo-modal-meta a{color:var(--accent);text-decoration:underline}.photo-admin-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.photo-admin-card{gap:.9rem}.photo-admin-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid var(--border);background:var(--thumb-bg)}.photo-admin-path{margin:0;word-break:break-all;font-size:.8rem}.photo-admin-card textarea{min-height:92px;resize:vertical}.photo-admin-geo-label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.8rem;font-weight:600;color:var(--muted)}.photo-admin-geo-source{font-weight:500;font-style:italic;color:var(--accent)}.content{max-width:720px}.content p{color:var(--muted)}.content a{color:var(--accent);text-decoration:underline}.content h2,.content h3{margin-top:2rem;color:var(--fg)}.content ol,.content ul{padding-left:1.4rem;color:var(--fg)}.content li+li{margin-top:.45rem}.content blockquote{margin:1.5rem 0;border-left:3px solid var(--border);padding-left:1rem;color:var(--muted)}.content code{padding:.1rem .35rem;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.content code,.content pre{background:var(--surface-muted)}.content pre{overflow-x:auto;border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem}.content pre code{background:transparent;padding:0}.content table{width:100%;border-collapse:collapse;margin:1.4rem 0}.content td,.content th{border:1px solid var(--border);padding:.55rem .7rem;text-align:left}.content hr{border:0;margin:1.8rem 0}.content .footnotes,.content hr{border-top:1px solid var(--border)}.content .footnotes{margin-top:2rem;padding-top:1rem}.content .footnotes p{margin:0}@media (max-width:740px){.activity-ribbon{flex-direction:column}.activity-item:first-child{border-right:1px solid var(--border);border-bottom:0;border-radius:16px 16px 0 0}.activity-item+.activity-item{border-left:1px solid var(--border);border-top:0;border-radius:0 0 16px 16px}.activity-summary{gap:.55rem;padding:.7rem .8rem}.activity-summary-label{font-size:.72rem}.activity-summary-value{font-size:.88rem}.site-header-top{flex-direction:column;align-items:flex-start;gap:.8rem}.site-header-controls{width:100%;justify-content:space-between}.nav{flex-wrap:wrap;gap:.9rem}.post-row{flex-direction:column;align-items:flex-start}}@media (min-width:640px){.photo-zoom-toolbar{padding-left:1.1rem;padding-right:1.1rem}}@media (min-width:980px){.photo-zoom-toolbar{padding-left:1.3rem;padding-right:1.3rem}}@media (min-width:1320px){.photo-zoom-toolbar{padding-left:1.5rem;padding-right:1.5rem}}.desk-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-top:-3.5rem;margin-bottom:2.5rem;height:min(86svh,800px);min-height:420px;background:#0e0a07;overflow:hidden}:root:not([data-theme]) .desk-hero,:root[data-theme=light] .desk-hero{background:#efe4cf}.desk-hero canvas{display:block;outline:none;touch-action:pan-y}.desk-hero-loading{position:absolute;inset:0;background:radial-gradient(ellipse at 42% 38%,#2a1f14 0,#0e0a07 72%)}:root:not([data-theme]) .desk-hero-loading,:root[data-theme=light] .desk-hero-loading{background:radial-gradient(ellipse at 42% 38%,#f4ead6 0,#e3d4ba 72%)}.desk-hero-fallback{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-top:-3.5rem;margin-bottom:2.5rem;height:min(86svh,800px);min-height:420px;display:flex;align-items:flex-end;overflow:hidden;background-color:#0e0a07;background-image:linear-gradient(180deg,rgba(8,6,4,0) 40%,rgba(8,6,4,.85)),url(/desk-poster-dark.jpg);background-size:cover;background-position:center 40%}:root:not([data-theme]) .desk-hero-fallback,:root[data-theme=light] .desk-hero-fallback{background-color:#e3d4ba;background-image:linear-gradient(180deg,rgba(18,12,7,0) 36%,rgba(18,12,7,.78)),url(/desk-poster-light.jpg)}.desk-hero-fallback-inner{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 1.5rem 2.75rem}.desk-hero-fallback-title{margin:0 0 .75rem;font-size:clamp(1.9rem,4.5vw,2.8rem);line-height:1.12;color:#fbf3e4;text-shadow:0 1px 14px rgba(0,0,0,.55)}.desk-hero-fallback-copy{margin:0;max-width:38rem;color:hsla(39,74%,94%,.86);text-shadow:0 1px 10px rgba(0,0,0,.5)}.site-preloader{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:2rem;background:radial-gradient(ellipse 120% 100% at 50% 42%,#241a11 0,#150f0a 56%,#0c0805 100%);opacity:1;transform:scale(1);filter:blur(0);transition:opacity .76s ease,transform .92s cubic-bezier(.22,1,.36,1),filter .76s ease;will-change:opacity,transform,filter}:root:not([data-theme]) .site-preloader,:root[data-theme=light] .site-preloader{background:radial-gradient(ellipse 120% 100% at 50% 42%,#f8f1e3 0,#efe4cf 58%,#e4d3b6 100%)}.site-preloader.is-leaving{opacity:0;transform:scale(1.02) translateY(-6px);filter:blur(6px);pointer-events:none}.site-preloader-stage{display:flex;flex-direction:column;align-items:center;gap:1.55rem}.site-preloader-mark{position:relative;display:grid;place-items:center;width:clamp(58px,12vw,76px);height:clamp(58px,12vw,76px);color:#d97757}.site-preloader-mark:before{content:"";position:absolute;left:50%;top:50%;width:260%;height:260%;transform:translate(-50%,-50%) scale(1);border-radius:50%;background:radial-gradient(circle,rgba(217,119,87,.42) 0,rgba(217,119,87,0) 66%);animation:pl-aura 1.5s ease-in-out infinite;pointer-events:none}:root[data-theme=dark] .site-preloader-mark:before{background:radial-gradient(circle,rgba(225,130,96,.5) 0,rgba(225,130,96,0) 66%)}.site-preloader-glyph{position:relative;width:100%;height:100%;display:block;transform-origin:50% 50%;animation:pl-pulse 1.5s ease-in-out infinite;will-change:transform}.site-preloader-line{margin:0;display:flex;align-items:center;justify-content:center;min-width:min(22rem,82vw);font-family:var(--font-serif),Georgia,"Times New Roman",serif;font-size:clamp(1.06rem,2.6vw,1.34rem);letter-spacing:.012em;white-space:nowrap;color:#5b4632}:root[data-theme=dark] .site-preloader-line{color:#ecdcc6}.site-preloader-verb{display:inline-block;animation:pl-verb-in .55s cubic-bezier(.22,1,.36,1) both}.site-preloader-dots{display:inline-flex;align-items:center;gap:.2rem;margin-left:.32rem;color:#b9966e}:root[data-theme=dark] .site-preloader-dots{color:#c7a77f}.site-preloader-dots i{width:.26rem;height:.26rem;border-radius:50%;background:currentColor;animation:pl-dot 1.4s ease-in-out infinite}.site-preloader-dots i:nth-child(2){animation-delay:.18s}.site-preloader-dots i:nth-child(3){animation-delay:.36s}@keyframes pl-pulse{0%,to{transform:scale(.95)}50%{transform:scale(1.1)}}@keyframes pl-aura{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.12)}}@keyframes pl-verb-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes pl-dot{0%,78%,to{opacity:.28}38%{opacity:1}}@media (prefers-reduced-motion:reduce){.site-preloader,.site-preloader-dots i,.site-preloader-glyph,.site-preloader-mark,.site-preloader-mark:before,.site-preloader-verb{animation:none!important}.site-preloader{transition:opacity .4s ease}.site-preloader.is-leaving{transform:none;filter:none}}.desk-hud{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);z-index:4;display:flex;align-items:center;gap:.7rem;max-width:min(92%,580px);padding:.55rem .6rem .55rem .95rem;border:1px solid hsla(41,42%,90%,.14);border-radius:999px;background:rgba(14,12,9,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 32px rgba(0,0,0,.35),inset 0 1px 0 hsla(41,42%,90%,.07);color:#f0e9da;pointer-events:auto}.desk-hud-dot{flex:none;width:9px;height:9px;border-radius:50%;background:#8d8474}.desk-hud-dot-live{background:#1db954}@media (prefers-reduced-motion:no-preference){.desk-hud-dot-live{animation:desk-hud-pulse 2.2s ease-out infinite}@keyframes desk-hud-pulse{0%{box-shadow:0 0 0 0 rgba(29,185,84,.55)}70%{box-shadow:0 0 0 7px rgba(29,185,84,0)}to{box-shadow:0 0 0 0 rgba(29,185,84,0)}}}.desk-hud-track{display:flex;flex-direction:column;min-width:0;line-height:1.32}.desk-hud-title{font-size:.86rem;font-weight:500}.desk-hud-artist,.desk-hud-title{max-width:38ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desk-hud-artist{font-size:.76rem;color:hsla(41,42%,90%,.62)}.desk-hud-empty{font-size:.86rem;color:hsla(41,42%,90%,.66)}.desk-hud-note{margin-top:1px;font-size:11px;color:hsla(41,42%,90%,.48);max-width:38ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desk-hud-needle{flex:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid hsla(41,42%,90%,.28);border-radius:999px;background:hsla(41,42%,90%,.08);color:#f0e9da;font:inherit;font-size:.78rem;font-weight:500;letter-spacing:.01em;padding:.42rem .85rem;cursor:pointer;white-space:nowrap;transition:background .14s ease,border-color .14s ease}.desk-hud-needle:hover:not(:disabled){background:hsla(41,42%,90%,.16);border-color:hsla(41,42%,90%,.45)}.desk-hud-needle:active:not(:disabled){background:hsla(41,42%,90%,.22)}.desk-hud-needle[aria-pressed=true]{background:rgba(29,185,84,.16);border-color:rgba(29,185,84,.5)}.desk-hud-needle:disabled{cursor:default;opacity:.45}.desk-hud-needle:focus-visible{outline:2px solid hsla(41,42%,90%,.9);outline-offset:2px}.desk-hud-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (max-width:560px){.desk-hud{flex-wrap:wrap;justify-content:center;gap:.45rem .55rem;bottom:12px;max-width:calc(100% - 24px);padding:.5rem .65rem;border-radius:18px}.desk-hud-track{align-items:center;text-align:center}.desk-hud-artist,.desk-hud-note,.desk-hud-title{max-width:26ch}.desk-hud-needle{padding:.36rem .7rem;font-size:.74rem}}@media (max-width:640px){.desk-hero,.desk-hero-fallback{height:min(62svh,540px);min-height:360px}}:root:has(.desk-hero,.desk-hero-fallback) .desk-hero,:root:has(.desk-hero,.desk-hero-fallback) .desk-hero-fallback{height:100svh;max-height:none;min-height:0;margin-top:-3.5rem;margin-bottom:0}:root:has(.desk-hero,.desk-hero-fallback) .site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:.5rem 1.1rem;background:hsla(40,36%,95%,.5);-webkit-backdrop-filter:blur(20px) saturate(1.35);backdrop-filter:blur(20px) saturate(1.35);border-bottom:1px solid rgba(40,30,20,.07);box-shadow:0 6px 24px rgba(28,18,8,.05)}:root[data-theme=dark]:has(.desk-hero,.desk-hero-fallback) .site-header{background:rgba(18,13,9,.44);border-bottom-color:rgba(255,240,220,.06);box-shadow:0 8px 28px rgba(0,0,0,.28)}:root:has(.desk-hero,.desk-hero-fallback) .site-header .container{display:flex}:root:has(.desk-hero,.desk-hero-fallback) .site-header-top{flex:1 1;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}:root:has(.desk-hero,.desk-hero-fallback) .site-title{font-size:1.12rem;white-space:nowrap}:root:has(.desk-hero,.desk-hero-fallback) .site-header-controls{width:auto;flex-wrap:nowrap;gap:.35rem}:root:has(.desk-hero,.desk-hero-fallback) .nav{gap:.25rem}:root:has(.desk-hero,.desk-hero-fallback) .nav a{padding:.34rem .66rem;border-radius:999px;font-size:.85rem;color:var(--fg);border:1px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease}:root:has(.desk-hero,.desk-hero-fallback) .nav a:hover{background:rgba(40,30,20,.06);border-color:rgba(40,30,20,.12)}:root[data-theme=dark]:has(.desk-hero,.desk-hero-fallback) .nav a:hover{background:rgba(255,240,220,.09);border-color:rgba(255,240,220,.16)}@media (max-width:640px){:root:has(.desk-hero,.desk-hero-fallback) .site-header{padding:.5rem .7rem .55rem}:root:has(.desk-hero,.desk-hero-fallback) .site-header-top{flex-direction:column;align-items:center;gap:.4rem}:root:has(.desk-hero,.desk-hero-fallback) .site-title{font-size:1.05rem}:root:has(.desk-hero,.desk-hero-fallback) .site-header-controls{width:100%;justify-content:center}:root:has(.desk-hero,.desk-hero-fallback) .nav{flex-wrap:wrap;justify-content:center;gap:.15rem}:root:has(.desk-hero,.desk-hero-fallback) .nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 .5rem;font-size:.8rem}:root:has(.desk-hero,.desk-hero-fallback) .theme-toggle{position:absolute;top:.5rem;right:.7rem;width:2.05rem;height:2.05rem}}:root:has(.desk-hero,.desk-hero-fallback) .nav a:focus-visible{outline:2px solid #c75833;outline-offset:2px}:root:has(.desk-hero,.desk-hero-fallback) .desk-panel{z-index:60}@media (min-width:641px){:root:has(.desk-hero,.desk-hero-fallback) .desk-panel{top:4.75rem}}@media (max-height:560px){:root:has(.desk-hero-fallback) .desk-hero-fallback-title{font-size:clamp(1.3rem,4vw,1.9rem)}:root:has(.desk-hero-fallback) .desk-hero-fallback-copy{font-size:.92rem}:root:has(.desk-hero-fallback) .desk-hero-fallback-inner{padding-bottom:1.5rem}}.desk-credit{position:absolute;right:14px;bottom:12px;z-index:4;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:rgba(14,12,9,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:hsla(41,42%,90%,.82);font-size:11px;letter-spacing:.02em;pointer-events:auto;transition:background .2s ease,color .2s ease}.desk-credit:hover{background:rgba(14,12,9,.68);color:#f0e9da}.desk-credit svg{display:block}.desk-panel{position:absolute;top:16px;right:16px;bottom:16px;z-index:5;width:min(420px,calc(100vw - 32px));display:flex;flex-direction:column;border-radius:18px;background:rgba(16,13,10,.93);border:.5px solid hsla(41,42%,90%,.14);color:#f0e9da;overflow:hidden;animation:desk-panel-in .45s cubic-bezier(.22,1,.36,1)}@keyframes desk-panel-in{0%{transform:translateX(40px);opacity:0}to{transform:translateX(0);opacity:1}}@media (prefers-reduced-motion:reduce){.desk-panel{animation:none}}.desk-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:.5px solid hsla(41,42%,90%,.12)}.desk-panel-eyebrow{margin:0 0 2px;font-size:11px;letter-spacing:1.6px;color:hsla(41,42%,90%,.55)}.desk-panel-title{margin:0;font-size:1.3rem;line-height:1.2;color:#f7f1e4}.desk-panel-close{flex:none;border:.5px solid hsla(41,42%,90%,.25);background:transparent;color:#ece4d2;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.desk-panel-close:hover{background:hsla(41,42%,90%,.1)}.desk-panel-close:focus-visible{outline:2px solid #d97757;outline-offset:2px}.desk-panel-body{flex:1 1;overflow-y:auto;padding:16px 20px 20px;font-size:13.5px;line-height:1.55}.desk-panel-body a{color:#e8b491;text-decoration:underline;text-underline-offset:2px}@media (max-width:640px){.desk-panel{top:auto;right:8px;left:8px;bottom:8px;width:auto;max-height:72%}.desk-panel-close-label{display:none}}.desk-panel-section{margin:0 0 18px}.desk-panel-section-title{margin:0 0 8px;font-size:11px;letter-spacing:1.4px;color:hsla(41,42%,90%,.5)}.desk-panel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.desk-panel-row{display:flex;align-items:center;gap:10px}.desk-panel-thumb{width:38px;height:38px;border-radius:6px;object-fit:cover;flex:none;background:hsla(41,42%,90%,.08)}.desk-panel-row-main{min-width:0}.desk-panel-row-title{font-size:13px;font-weight:500;color:#f3ecdc}.desk-panel-meta,.desk-panel-row-title{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desk-panel-meta{font-size:11.5px;color:hsla(41,42%,90%,.55)}.desk-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.desk-panel-grid img{width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover;background:hsla(41,42%,90%,.08)}.desk-panel-note{padding:10px 12px;border-radius:10px;background:hsla(41,42%,90%,.06);border:.5px solid hsla(41,42%,90%,.1)}.desk-panel-note-body{margin:0;font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:14px;color:#f0e9da}.desk-panel-form{display:flex;flex-direction:column;gap:8px}.desk-panel-input,.desk-panel-textarea{width:100%;box-sizing:border-box;border-radius:8px;border:.5px solid hsla(41,42%,90%,.22);background:hsla(41,42%,90%,.06);color:#f0e9da;padding:8px 10px;font-size:13px;font-family:inherit}.desk-panel-textarea{min-height:72px;resize:vertical}.desk-panel-input:focus-visible,.desk-panel-textarea:focus-visible{outline:2px solid #d97757;outline-offset:1px}.desk-panel-button{align-self:flex-start;border:.5px solid hsla(41,42%,90%,.3);background:rgba(217,119,87,.18);color:#f3ecdc;border-radius:999px;padding:7px 16px;font-size:12.5px;cursor:pointer}.desk-panel-button:hover:not(:disabled){background:rgba(217,119,87,.32)}.desk-panel-button:disabled{opacity:.5;cursor:default}.desk-panel-empty{margin:0;font-size:12.5px;color:hsla(41,42%,90%,.55)}.desk-credit-anchored{position:static;flex-direction:column;align-items:flex-start;gap:1px;white-space:nowrap;text-decoration:none}.desk-credit-line{font-weight:500;color:#f0e9da}.desk-credit-sub{font-size:11px;color:hsla(41,42%,90%,.6)}.desk-chess-status{margin:0 0 4px;font-size:14.5px;font-weight:500;line-height:1.4;color:#f7f1e4}.desk-chess-board-frame{position:relative;width:min(340px,100%);margin:0 auto;padding:8px;border-radius:12px;background:linear-gradient(150deg,#5d3f28,#442e1d);box-shadow:inset 0 1px 0 hsla(41,42%,90%,.14),0 10px 24px rgba(0,0,0,.35)}.desk-chess-board{display:grid;grid-template-columns:repeat(8,1fr);border-radius:6px;overflow:hidden;box-shadow:inset 0 0 0 .5px rgba(0,0,0,.45)}.desk-chess-square{position:relative;display:block;width:100%;aspect-ratio:1;margin:0;padding:0;border:none;font:inherit;cursor:default;-webkit-tap-highlight-color:transparent}.desk-chess-square--light{background:#ecdfc3}.desk-chess-square--dark{background:#7b5839}.desk-chess-square--actionable:not(:disabled){cursor:pointer}.desk-chess-square--last:before{content:"";position:absolute;inset:0;background:rgba(199,88,51,.3);pointer-events:none}.desk-chess-square--selected{box-shadow:inset 0 0 0 2px #c75833}.desk-chess-square--check:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(178,52,36,.55) 0,rgba(178,52,36,0) 68%);pointer-events:none}.desk-chess-square:focus-visible{outline:2px solid #d97757;outline-offset:-2px;z-index:1}.desk-chess-piece{position:absolute;inset:4%;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.desk-chess-glyph{display:block;width:100%;height:100%}.desk-chess-dot{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.desk-chess-dot:after{content:"";width:28%;aspect-ratio:1;border-radius:50%;background:rgba(199,88,51,.55)}.desk-chess-dot--capture:after{width:86%;background:transparent;border:2.5px solid rgba(199,88,51,.65);box-sizing:border-box}.desk-chess-coord{position:absolute;font-size:8.5px;font-weight:600;line-height:1;letter-spacing:.2px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.desk-chess-coord--rank{top:2px;left:3px}.desk-chess-coord--file{bottom:2px;right:3px}.desk-chess-square--light .desk-chess-coord{color:rgba(123,88,57,.85)}.desk-chess-square--dark .desk-chess-coord{color:hsla(41,52%,85%,.85)}.desk-chess-promo{position:absolute;inset:8px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:6px;background:rgba(16,13,10,.84);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.desk-chess-promo-label{margin:0;font-size:11px;letter-spacing:1.4px;color:hsla(41,42%,90%,.6)}.desk-chess-promo-options{display:flex;gap:8px}.desk-chess-promo-button{width:52px;height:52px;padding:4px;border-radius:10px;border:.5px solid hsla(41,42%,90%,.25);background:hsla(41,42%,90%,.08);cursor:pointer}.desk-chess-promo-button:focus-visible,.desk-chess-promo-button:hover{background:rgba(217,119,87,.28)}.desk-chess-promo-button:focus-visible{outline:2px solid #d97757;outline-offset:2px}.desk-chess-promo-button .desk-chess-glyph{width:100%;height:100%}.desk-chess-promo-cancel{border:none;background:none;padding:2px 6px;font-size:11.5px;color:hsla(41,42%,90%,.6);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.desk-chess-promo-cancel:hover{color:#f0e9da}.desk-chess-posting{margin-top:8px;text-align:center}.desk-chess-notice{margin:8px 0 0;font-size:12.5px;line-height:1.45;color:#e8b491;text-align:center}.desk-chess-moves{list-style:none;margin:0;padding:0;max-height:132px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.desk-chess-move-row{display:grid;grid-template-columns:30px 1fr 1fr;grid-gap:6px;gap:6px;align-items:baseline;padding:2px 8px;border-radius:6px;font-size:12.5px}.desk-chess-move-row:nth-child(odd){background:hsla(41,42%,90%,.05)}.desk-chess-move-no{color:hsla(41,42%,90%,.45)}.desk-chess-move{color:#f0e9da}.desk-chess-move--jason{color:#e8b491}.desk-chess-move--pending{color:hsla(41,42%,90%,.35)}.desk-chess-retry{margin-top:10px}.desk-chess-footnote{margin:2px 0 0;font-size:11.5px;font-style:italic;line-height:1.5;color:hsla(41,42%,90%,.5)}.chess-turn-banner{display:flex;align-items:center;gap:.75rem;margin:0 0 1.75rem;padding:.85rem 1.1rem;border:1px solid var(--border);border-left:4px solid var(--coral);border-radius:12px;background:var(--surface-soft);color:var(--fg);font-size:.95rem;transition:background .2s ease,border-color .2s ease}.chess-turn-banner:hover{background:var(--control-hover-bg);border-color:var(--control-hover-border)}.chess-turn-banner-dot{flex:none;width:.6rem;height:.6rem;border-radius:999px;background:var(--coral);box-shadow:0 0 0 0 color-mix(in srgb,var(--coral) 65%,transparent);animation:chess-turn-pulse 1.9s ease-out infinite}@keyframes chess-turn-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--coral) 55%,transparent)}70%{box-shadow:0 0 0 .5rem transparent}to{box-shadow:0 0 0 0 transparent}}.chess-turn-banner-text{flex:1 1 auto}.chess-turn-banner-text strong{color:var(--accent)}.chess-turn-banner-cta{flex:none;font-size:.85rem;font-weight:600;color:var(--accent)}@media (prefers-reduced-motion:reduce){.chess-turn-banner-dot{animation:none}}.chess-admin-shell{margin-top:1rem;padding:20px;border-radius:18px;border:.5px solid hsla(41,42%,90%,.18);background:#181310;color:#f0e9da;font-size:13.5px;line-height:1.55}.chess-admin-layout{display:grid;grid-template-columns:minmax(0,356px) minmax(220px,1fr);grid-gap:24px;gap:24px;align-items:start}@media (max-width:760px){.chess-admin-layout{grid-template-columns:1fr}}.chess-admin-aside{display:flex;flex-direction:column;gap:16px;min-width:0}.chess-admin-moves{max-height:264px}.chess-admin-notice{text-align:left}.chess-admin-info{margin:0;font-size:12.5px;line-height:1.45;color:hsla(41,42%,90%,.8)}.chess-admin-confirm-copy{margin-bottom:10px;line-height:1.5}.chess-admin-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.chess-admin-button--quiet{background:hsla(41,42%,90%,.05);border-color:hsla(41,42%,90%,.22);color:hsla(41,42%,90%,.8)}.chess-admin-button--quiet:hover:not(:disabled){background:hsla(41,42%,90%,.12)}.chess-admin-cancel{border:none;background:none;padding:2px 6px;font-size:11.5px;color:hsla(41,42%,90%,.6);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.chess-admin-cancel:hover:not(:disabled){color:#f0e9da}.chess-admin-cancel:focus-visible{outline:2px solid #d97757;outline-offset:2px;border-radius:4px}.chess-admin-cancel:disabled{opacity:.5;cursor:default}.travel-globe-wrap{position:relative;width:100%;margin-top:1.75rem;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(120% 90% at 50% 18%,var(--surface-soft) 0,var(--bg) 70%)}.travel-globe-canvas,.travel-globe-loading{width:100%;height:min(70vh,620px);min-height:380px;touch-action:pan-y}.travel-globe-loading{background:radial-gradient(60% 60% at 50% 45%,var(--surface-soft) 0,transparent 75%);animation:travel-globe-pulse 1.8s ease-in-out infinite}@keyframes travel-globe-pulse{0%,to{opacity:.55}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.travel-globe-loading{animation:none}}.travel-globe-hint{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);margin:0;padding:.3rem .85rem;font-size:.8rem;letter-spacing:.02em;color:var(--muted);background:color-mix(in srgb,var(--surface) 70%,transparent);border:1px solid var(--border);border-radius:999px;pointer-events:none}.travel-place-panel{position:absolute;top:1.25rem;left:1.25rem;width:min(20rem,calc(100% - 2.5rem));padding:1.25rem 1.4rem;border:1px solid var(--border);border-left:3px solid var(--coral);border-radius:14px;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 40px -22px rgba(10,8,5,.6);display:grid;grid-gap:.4rem;gap:.4rem;animation:travel-card-in .32s cubic-bezier(.22,1,.36,1)}@keyframes travel-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.travel-place-panel{animation:none}}@media (max-width:640px){.travel-place-panel{top:auto;bottom:.9rem;left:.9rem;width:calc(100% - 1.8rem)}}.travel-place-panel-close{position:absolute;top:.55rem;right:.65rem;width:1.75rem;height:1.75rem;display:grid;place-items:center;font-size:1.25rem;line-height:1;color:var(--muted);background:transparent;border:none;border-radius:8px;cursor:pointer}.travel-place-panel-close:hover{color:var(--fg);background:var(--control-hover-bg)}.travel-place-panel-name{margin:0;font-size:1.3rem;line-height:1.15;color:var(--fg)}.travel-place-panel-region{margin:0;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--accent)}.travel-place-panel-note{margin:.15rem 0 0;color:var(--fg)}.travel-place-panel-when{margin:0;font-size:.85rem;color:var(--muted)}.travel-place-panel-link{margin-top:.35rem;justify-self:start;font-weight:600;color:var(--accent)}.travel-place-panel-link:hover{text-decoration:underline}.travel-place-panel-badge{margin:.1rem 0 .2rem;justify-self:start;padding:.15rem .5rem;font-size:.72rem;font-weight:600;letter-spacing:.01em;color:var(--accent);background:color-mix(in srgb,var(--coral) 14%,transparent);border:1px solid color-mix(in srgb,var(--coral) 30%,transparent);border-radius:999px}.travel-place-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.35rem;gap:.35rem;margin-top:.2rem;max-height:13rem;overflow-y:auto}.travel-place-thumb{padding:0;border:1px solid var(--border);border-radius:9px;overflow:hidden;aspect-ratio:1/1;background:var(--control-hover-bg);cursor:pointer;transition:transform .16s ease,border-color .16s ease}.travel-place-thumb:hover{transform:translateY(-1px);border-color:var(--coral)}.travel-place-thumb img{width:100%;height:100%;object-fit:cover;display:block}.travel-place-panel-empty{margin:.2rem 0 0;font-size:.9rem;color:var(--muted)}.travel-place-count{margin:.1rem 0 0;font-size:.82rem;font-weight:600;color:var(--accent)}.travel-globe-seo{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.travel-fallback{margin-top:1.75rem}.travel-place-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.travel-place-card{padding:1.25rem 1.35rem;border:1px solid var(--border);border-left:3px solid var(--coral);border-radius:14px;background:var(--surface);display:grid;grid-gap:.4rem;gap:.4rem}.travel-place-card-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.travel-place-card-head h3{margin:0;font-size:1.15rem}.travel-place-region{font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--accent)}.travel-place-note{margin:0;color:var(--fg)}.travel-place-when{margin:0;font-size:.85rem;color:var(--muted)}.summer-blog-terms{margin-top:1.5rem}.summer-blog-terms h2{font-size:1.2rem;margin-bottom:.25rem}.summer-blog-terms ol{margin:0;padding-left:1.2rem;display:grid;grid-gap:.4rem;gap:.4rem;color:var(--muted)}.summer-blog-board{margin-top:2rem;display:grid;grid-gap:1.25rem;gap:1.25rem}.summer-blog-unlock{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.summer-blog-unlock-status{font-size:.85rem;color:var(--muted)}.summer-blog-unlock-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.summer-blog-unlock-label{font-size:.85rem;color:var(--muted)}.summer-blog-input{width:auto;flex:1 1 12rem;border-radius:10px;padding:.55rem .75rem;font-size:.9rem}.summer-blog-btn{background:var(--accent);color:var(--on-accent);border:none;border-radius:10px;padding:.55rem 1.05rem;font-size:.9rem;cursor:pointer;transition:opacity .2s ease}.summer-blog-btn:hover:not(:disabled){opacity:.9}.summer-blog-btn:disabled{opacity:.6;cursor:wait}.summer-blog-btn-quiet{background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:10px;padding:.4rem .8rem;font-size:.85rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.summer-blog-btn-quiet:hover:not(:disabled){background:var(--control-hover-bg);border-color:var(--control-hover-border);color:var(--fg)}.summer-blog-btn-quiet:disabled{opacity:.6;cursor:wait}.summer-blog-message{margin:0;font-size:.85rem;color:var(--danger-fg)}.summer-blog-weeks{display:grid;grid-gap:1.25rem;gap:1.25rem}.summer-blog-week{gap:1rem}.summer-blog-week.is-current{border-color:var(--coral);box-shadow:inset 3px 0 0 var(--coral)}.summer-blog-week-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.summer-blog-week-head h3{margin:0;font-size:1.15rem}.summer-blog-week-meta{font-size:.85rem;color:var(--muted)}.summer-blog-rows{display:grid;grid-gap:.75rem;gap:.75rem}.summer-blog-row{display:grid;grid-template-columns:5.5rem 1fr;align-items:start;grid-gap:.75rem;gap:.75rem}.summer-blog-author{font-weight:600;font-size:.95rem;padding-top:.35rem}.summer-blog-slot{min-height:2.1rem;display:flex;align-items:center}.summer-blog-filled{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;flex-wrap:wrap}.summer-blog-link{color:var(--accent);text-decoration:none;word-break:break-word;font-size:.95rem}.summer-blog-link:hover{text-decoration:underline}.summer-blog-slot-actions{display:flex;gap:.4rem;flex-shrink:0}.summer-blog-empty{color:var(--muted);font-size:.9rem;font-style:italic}.summer-blog-add{background:transparent;border:1px dashed var(--border);color:var(--muted);border-radius:10px;padding:.4rem .85rem;font-size:.88rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.summer-blog-add:hover{border-color:var(--coral);color:var(--coral)}.summer-blog-slotform{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.summer-blog-slotform-actions{display:flex;gap:.4rem}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-sans:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Newsreader_8a2a6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_8a2a6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_8a2a6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_8a2a6c{font-family:__Newsreader_8a2a6c;font-style:normal}.__variable_8a2a6c{--font-serif:"__Newsreader_8a2a6c"}