:root{--brand: #870004;--brand-bright: #b8000a;--brand-soft: rgba(135, 0, 4, .14);--brand-line: rgba(135, 0, 4, .32);--bg: #0a0708;--bg-2: #120c0d;--bg-3: #17100f;--surface: #1a1213;--surface-2: #211617;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f5f1f0;--text-muted: #a89e9d;--text-dim: #7c7170;--media-chrome: rgba(10, 7, 8, .8);--media-chrome-strong: rgba(26, 18, 19, .92);--media-scrim: rgba(10, 7, 8, .92);--media-text: #f5f1f0;--media-text-muted: #a89e9d;--media-line: rgba(255, 255, 255, .14);--marker-ring: #f5f1f0;--panel: rgba(26, 18, 19, .88);--shadow-lg: 0 30px 80px rgba(0, 0, 0, .55);--shadow-md: 0 16px 40px rgba(0, 0, 0, .6);--shadow-sm: 0 2px 6px rgba(0, 0, 0, .5);--header-bg: rgba(10, 7, 8, .72);--header-wash: rgba(135, 0, 4, .28);--header-shadow: 0 1px 24px rgba(0, 0, 0, .45);--notice-info-text: #cfe0ff;--notice-warn-text: #fde3ac;--notice-ok-text: #bdf0cd;color-scheme:dark;--radius: 16px;--radius-sm: 10px;--maxw: 1180px;--ease: cubic-bezier(.22, 1, .36, 1);--font-display: "Sora", "Noto Sans Khmer", system-ui, sans-serif;--font-body: "Inter", "Noto Sans Khmer", system-ui, sans-serif}:root[data-theme=light]{--brand-soft: rgba(135, 0, 4, .07);--brand-line: rgba(135, 0, 4, .22);--bg: #faf8f8;--bg-2: #f3efef;--bg-3: #ece7e7;--surface: #ffffff;--surface-2: #f7f3f3;--border: rgba(20, 10, 12, .1);--border-strong: rgba(20, 10, 12, .18);--text: #1a1213;--text-muted: #5c5152;--text-dim: #857a7a;--marker-ring: #1a1213;--panel: rgba(255, 255, 255, .9);--shadow-lg: 0 24px 60px rgba(20, 10, 12, .16);--shadow-md: 0 12px 32px rgba(20, 10, 12, .14);--shadow-sm: 0 2px 6px rgba(20, 10, 12, .22);--header-bg: rgba(255, 255, 255, .82);--header-wash: rgba(135, 0, 4, .1);--header-shadow: 0 1px 20px rgba(20, 10, 12, .09);--notice-info-text: #1c3d80;--notice-warn-text: #7a4405;--notice-ok-text: #14532d;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}body>main{flex:1 0 auto}body>.site-footer{flex-shrink:0}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-bright)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-notice{display:flex;align-items:flex-start;gap:16px;padding:11px 24px;font-size:.9rem;line-height:1.5;border-bottom:1px solid}.site-notice__body{flex:1}.site-notice__body a{text-decoration:underline;text-underline-offset:2px;font-weight:600;white-space:nowrap}.site-notice__close{flex-shrink:0;background:none;border:0;color:inherit;opacity:.6;font-size:1.35rem;line-height:1;padding:0 2px;cursor:pointer;transition:opacity .2s var(--ease)}.site-notice__close:hover{opacity:1}.site-notice--info{background:#3884ff1f;border-color:#3884ff52;color:var(--notice-info-text)}.site-notice--warning{background:#f59e0b1f;border-color:#f59e0b57;color:var(--notice-warn-text)}.site-notice--success{background:#16a34a1f;border-color:#16a34a57;color:var(--notice-ok-text)}@media(max-width:640px){.site-notice{padding:10px 16px;font-size:.84rem;gap:10px}.site-notice__body a{white-space:normal}}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;height:76px;padding:0 24px;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);background:linear-gradient(102deg,var(--header-wash) 0%,transparent 46%),var(--header-bg);border-bottom:1px solid var(--border);box-shadow:var(--header-shadow)}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;pointer-events:none;background:linear-gradient(90deg,var(--brand-bright) 0%,var(--brand) 26%,transparent 68%);opacity:.75}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.site-header{background:var(--header-bg)}}.site-header .brand{display:inline-flex;align-items:center;gap:10px}.site-header .brand img{height:48px;width:auto;display:block}.site-header .brand .brand-logo-light{display:none}:root[data-theme=light] .site-header .brand--has-light .brand-logo-dark{display:none}:root[data-theme=light] .site-header .brand .brand-logo-light{display:block}.site-header .brand-text{font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:var(--text)}.site-header .brand-text span{color:var(--brand-bright)}.site-header nav{display:flex;gap:26px}.site-header nav a{font-size:.92rem;color:var(--text-muted);font-weight:500;position:relative;transition:color .2s var(--ease)}.site-header nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--brand-bright);transition:width .25s var(--ease)}.site-header nav a:hover{color:var(--text)}.site-header nav a:hover:after{width:100%}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:50%;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .2s var(--ease),border-color .2s var(--ease)}.theme-toggle:hover{color:var(--brand-bright);border-color:var(--brand-line)}.theme-toggle:focus-visible{outline:2px solid var(--brand-bright);outline-offset:2px}.theme-icon-light{display:none}:root[data-theme=light] .theme-icon-light{display:block}:root[data-theme=light] .theme-icon-dark{display:none}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:40px 0 24px;margin-top:3rem;color:var(--text-dim);font-size:.85rem}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--brand-bright)}.footer-tagline{color:var(--text-muted);font-size:.92rem;margin-bottom:10px}.page-title{font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.14;letter-spacing:-.02em;font-weight:700;margin:1.6rem 0 .3rem}.page-sub{color:var(--text-muted);margin:0 0 1rem}h2{font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.01em;font-weight:600;margin-bottom:.6rem}.meta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.9rem 0;align-items:center}.badge{display:inline-flex;align-items:center;padding:.28rem .85rem;border-radius:999px;background:var(--brand-soft);border:1px solid var(--brand-line);color:var(--text);font-size:.78rem;font-weight:600}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-bright);margin-right:8px;flex:none}.badge.gray{background:var(--surface);border-color:var(--border);color:var(--text-muted)}.badge.gray:before{background:var(--text-dim)}a.badge{text-decoration:none;transition:transform .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease),color .2s var(--ease)}a.badge:hover{transform:translateY(-1px);border-color:var(--brand-line);background:var(--brand-soft);color:var(--text);text-decoration:none}a.badge:hover:before{background:var(--brand-bright)}.map-full{height:calc(100vh - 76px - var(--chrome-extra, 0px));width:100%}.map-embed{height:24rem;width:100%;border-radius:var(--radius);border:1px solid var(--border-strong);overflow:hidden;box-shadow:0 20px 60px #00000073}.maplibregl-popup-content{background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--border-strong);border-radius:var(--radius-sm)!important;box-shadow:0 16px 40px #0000008c!important;padding:12px 14px!important;font-family:var(--font-body)}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:var(--surface)!important}.maplibregl-popup-anchor-top .maplibregl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:var(--surface)!important}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:var(--surface)!important}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:var(--surface)!important}.maplibregl-popup-close-button{color:var(--text-muted)!important;font-size:1.1rem}.maplibregl-ctrl-group{background:var(--surface)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-sm)!important}.maplibregl-ctrl-group button{background:transparent!important}.maplibregl-ctrl-group button span{filter:invert(.85)}:root[data-theme=light] .maplibregl-ctrl-group button span{filter:none}.maplibregl-ctrl-attrib{background:var(--panel)!important;color:var(--text-dim)!important;font-size:.68rem!important}.maplibregl-ctrl-attrib a{color:var(--text-muted)!important}.map-popup{display:block;font-size:.85rem;color:var(--text)}.map-popup img{width:100%;border-radius:8px;margin-bottom:.4rem;aspect-ratio:2/1;object-fit:cover}.map-popup strong{font-family:var(--font-display);font-weight:600}.map-popup span{color:var(--text-muted);display:block;font-size:.78rem}.map-popup em{display:block;color:var(--brand-bright);font-style:normal;margin-top:.35rem;font-weight:600}[x-cloak]{display:none!important}.filter-toggle{position:absolute;top:1rem;left:1rem;z-index:41;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text);background:var(--panel);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid var(--border-strong);border-radius:999px;padding:.55rem 1rem;cursor:pointer;box-shadow:0 12px 30px #00000073;transition:border-color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.filter-toggle:hover{border-color:var(--brand-bright);background:#211617f0;transform:translateY(-1px)}.filter-toggle .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .35rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem}.filter-bar{position:absolute;top:4rem;left:1rem;z-index:40;background:var(--panel);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.9rem;display:flex;flex-direction:column;gap:.55rem;width:16rem;box-shadow:0 20px 50px #00000080}.filter-bar select,.filter-bar input{width:100%;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-body);background:var(--bg-3);color:var(--text);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.filter-bar select:focus,.filter-bar input:focus{outline:none;border-color:var(--brand-bright);box-shadow:0 0 0 3px #87000440}.filter-bar .row{display:flex;gap:.4rem}.filter-bar .row input{flex:1 1 0;width:auto;min-width:0}.filter-bar button{font-family:var(--font-display);padding:.55rem 1rem;border-radius:999px;border:1px solid transparent;cursor:pointer;background:var(--brand);color:#fff;font-weight:600;font-size:.85rem;box-shadow:0 8px 22px #87000466;transition:transform .2s var(--ease),background .2s var(--ease)}.filter-bar button:hover{background:var(--brand-bright);transform:translateY(-1px)}.filter-bar button.secondary{background:transparent;color:var(--text);border-color:var(--border-strong);box-shadow:none}.filter-bar button.secondary:hover{border-color:var(--brand-bright);background:var(--brand-soft)}@media(max-width:640px){.filter-bar{width:calc(100% - 2rem)}}.pano-wrap{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-strong);box-shadow:var(--shadow-lg),inset 0 0 60px #87000414}.pano-viewer{height:62vh;min-height:20rem;width:100%}.pano-viewer-full{height:calc(100vh - 76px - var(--chrome-extra, 0px));width:100%}.pano-minimap{position:absolute!important;right:.85rem;bottom:3rem;width:15rem;height:10rem;border-radius:12px;overflow:hidden;border:1px solid var(--border-strong);box-shadow:var(--shadow-md);z-index:30}@media(max-width:640px){.pano-minimap{display:none}}.minimap-node{width:12px;height:12px;border-radius:999px;border:2px solid var(--marker-ring);background:var(--brand-bright);cursor:pointer;padding:0}.psv-navbar{background:var(--media-chrome)!important}.psv-loader{color:var(--brand-bright)!important}.place-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:1.25rem;align-items:stretch;margin-top:1.5rem}.place-map{display:flex;min-height:0}.place-hero .map-embed{height:100%;min-height:28rem}.place-playlist{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-height:34rem}.playlist-hero{position:relative;display:block;flex:none;border-bottom:1px solid var(--border)}.playlist-hero img{width:100%;aspect-ratio:16/7;object-fit:cover}.playlist-tours{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.playlist-tours .playlist-hero{flex:1 1 0;min-height:8.5rem;overflow:hidden}.playlist-tours .playlist-hero:last-child{border-bottom:0}.playlist-tours .playlist-hero img{height:100%;width:100%;aspect-ratio:auto;object-fit:cover}.place-scenes{margin-top:2rem}.place-scenes-title{font-family:var(--font-display);font-size:1.1rem;margin-bottom:.75rem}.playlist-hero-body{position:absolute;inset:auto 0 0 0;display:block;padding:.75rem .9rem;background:linear-gradient(180deg,transparent,var(--media-scrim));color:var(--media-text)}.playlist-hero-body strong{display:block;font-family:var(--font-display);font-size:1rem}.playlist-hero-body span:last-child{font-size:.8rem;color:var(--media-text-muted)}.playlist-hero-play{position:absolute;top:-1.6rem;left:.9rem;width:2.4rem;height:2.4rem;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;padding-left:3px;box-shadow:0 6px 18px #87000480}.playlist-hero:hover{text-decoration:none}.playlist-hero:hover .playlist-hero-play{background:var(--brand-bright)}.playlist-scroll{overflow-y:auto;padding:.4rem;scrollbar-width:thin}.playlist-section{font-family:var(--font-display);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim);padding:.6rem .5rem .35rem}.playlist-item{display:flex;gap:.65rem;align-items:center;padding:.4rem;border-radius:10px;transition:background .15s var(--ease)}.playlist-item:hover{background:var(--surface-2);text-decoration:none}.playlist-item img,.playlist-thumb-empty{width:6.5rem;flex:none;aspect-ratio:16/9;object-fit:cover;border-radius:7px;background:var(--bg-3)}.playlist-item-body{min-width:0}.playlist-item-body strong{display:block;font-size:.86rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-item-body span{font-size:.75rem;color:var(--text-dim)}@media(max-width:900px){.place-hero{grid-template-columns:1fr}.place-hero .map-embed{height:22rem;min-height:0}.place-playlist{max-height:26rem}}.place-detail{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.75rem}.place-detail .prose{max-width:68ch}.tour-stage{position:relative}.tour-switch{position:absolute;top:.85rem;left:.85rem;z-index:30;display:flex;flex-wrap:wrap;gap:.3rem;max-width:min(30rem,calc(100% - 1.7rem));padding:.35rem;border-radius:999px;background:var(--media-chrome-strong);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border:1px solid var(--media-line);box-shadow:var(--shadow-md)}.tour-switch a{padding:.3rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;color:var(--media-text-muted);white-space:nowrap;transition:color .2s var(--ease),background .2s var(--ease)}.tour-switch a:hover{color:var(--media-text);background:#ffffff14}.tour-switch a.is-active{background:var(--brand);color:#fff}@media(max-width:640px){.tour-switch{font-size:.75rem;max-width:calc(100% - 1.7rem)}.tour-switch a{padding:.25rem .55rem}}.tour-plan{position:absolute;right:.85rem;bottom:3rem;z-index:30;width:min(22rem,40vw);background:var(--media-chrome-strong);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--media-line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.tour-floors{display:flex;gap:.25rem;padding:.4rem;border-bottom:1px solid var(--media-line)}.tour-floors button{flex:1;padding:.35rem .5rem;font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid transparent;cursor:pointer;background:transparent;color:var(--media-text-muted)}.tour-floors button:hover{color:var(--media-text)}.tour-floors button.is-active{background:var(--brand);color:#fff}.tour-plan-canvas{position:relative;line-height:0}.tour-plan-canvas img{width:100%;display:block}.tour-plan-dot{position:absolute;transform:translate(-50%,-50%);width:14px;height:14px;padding:0;border-radius:999px;background:var(--brand-bright);border:2px solid #fff;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .15s var(--ease)}.tour-plan-dot:hover{transform:translate(-50%,-50%) scale(1.25)}.tour-plan-dot.is-current{background:#f59e0b;box-shadow:0 0 0 5px #f59e0b59}@media(max-width:640px){.tour-plan{display:none}}.sphere-grid{display:grid;gap:1.1rem;margin:1rem 0;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr))}.sphere-card,.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative;transition:transform .28s var(--ease),border-color .28s var(--ease),background .28s var(--ease)}.sphere-card:before,.project-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(340px 160px at 20% 0%,rgba(135,0,4,.16),transparent 70%);opacity:0;transition:opacity .3s var(--ease);pointer-events:none}.sphere-card:hover,.project-card:hover{transform:translateY(-4px);border-color:var(--brand-line);background:var(--surface-2)}.sphere-card:hover:before,.project-card:hover:before{opacity:1}.sphere-card img{aspect-ratio:2/1;object-fit:cover;width:100%;background:var(--bg-3)}.sphere-card .body{padding:.7rem .85rem;font-size:.85rem;display:block}.sphere-card .body strong{display:block;margin-bottom:.15rem;font-family:var(--font-display);font-weight:600;color:var(--text)}.sphere-card .body span{color:var(--text-muted);font-size:.78rem}.project-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));margin:1.5rem 0}.project-card{padding:1.4rem 1.3rem}.project-card h3{font-family:var(--font-display);font-weight:600;margin:0 0 .35rem;letter-spacing:-.01em}.project-card p{color:var(--text-muted);font-size:.9rem;margin:0 0 .6rem}.project-card .counts{font-size:.78rem;color:var(--text-dim)}.project-split{display:grid;gap:1.25rem}.project-split.has-info{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);align-items:stretch}.project-split>[x-data]{display:flex;min-height:0}.project-split.has-info .map-embed{height:100%;min-height:22rem}@media(max-width:860px){.project-split.has-info{grid-template-columns:1fr}.project-split.has-info .map-embed{height:22rem}}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;align-self:start}.info-card-title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin:0 0 .85rem;letter-spacing:-.01em}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem 2.25rem;align-items:start}.info-sub{font-family:var(--font-display);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:1.15rem 0 .5rem}.info-sub--first{margin-top:0}.info-list{list-style:none;display:grid;gap:.6rem;margin:0;padding:0}.info-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--text-muted)}.info-list svg{width:17px;height:17px;flex:none;margin-top:2px;fill:none;stroke:var(--brand-bright);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.info-list a{color:var(--text)}.info-list a:hover{color:var(--brand-bright)}.info-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.info-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:600;font-size:.85rem;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border-strong);color:var(--text);transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.info-btn:hover{transform:translateY(-1px);border-color:var(--brand-bright);background:var(--brand-soft);text-decoration:none}.info-btn.primary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 8px 22px #87000459}.info-btn.primary:hover{background:var(--brand-bright)}.hours-table{width:100%;border-collapse:collapse;font-size:.86rem}.hours-table th{text-align:left;font-weight:500;color:var(--text-muted);padding:.28rem 0;width:45%}.hours-table td{text-align:right;color:var(--text);padding:.28rem 0;font-variant-numeric:tabular-nums}.hours-table tr.is-today th,.hours-table tr.is-today td{color:var(--brand-bright);font-weight:600}.hours-table .closed{color:var(--text-dim)}.social-row{display:flex;flex-wrap:wrap;gap:.5rem}.social-row a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--bg-3);border:1px solid var(--border);color:var(--text-muted);transition:transform .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.social-row a:hover{color:#fff;background:var(--brand);border-color:var(--brand);transform:translateY(-2px)}.social-row svg{width:18px;height:18px}.share-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.share-label{font-family:var(--font-display);font-size:.8rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-right:.15rem}.share-btn{display:inline-flex;align-items:center;gap:.4rem;height:34px;padding:0 .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.share-btn:hover{color:#fff;background:var(--brand);border-color:var(--brand);transform:translateY(-1px);text-decoration:none}.share-copy-text{max-width:15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-copy-text:empty{display:none}.header-share{margin-left:auto;margin-right:1rem}.header-share .share-btn{height:30px;padding:0 .55rem}@media(max-width:780px){.header-share{display:none}}.pagination{display:flex;gap:.4rem;list-style:none;padding:0}.pagination a,.pagination span{color:var(--text-muted)}.prose{max-width:70rem;line-height:1.7;color:var(--text-muted);text-wrap:pretty;-webkit-hyphens:none;hyphens:none}.prose p{margin-bottom:.9rem}.prose p:last-child{margin-bottom:0}.prose h1,.prose h2,.prose h3{color:var(--text);font-family:var(--font-display)}.prose a{color:var(--brand-bright)}.prose img{border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:focus-visible{outline:2px solid var(--brand-bright);outline-offset:3px;border-radius:4px}
