:root{--bg: #ece8dd;--surface: #fbfaf5;--panel: #f5f1e8;--ink: #181a1f;--text: #50565d;--text-strong: #111315;--muted: #7b8289;--border: #d2cabd;--border-strong: #aea395;--accent: #176d57;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;letter-spacing:0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100svh;margin:0}a{color:inherit}img{display:block;max-width:100%}.site-shell{width:min(1120px,calc(100% - 24px));margin:0 auto;padding:12px 0 44px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;border:1px solid var(--border);border-radius:8px 8px 0 0;background:var(--surface);padding:0 12px}.brand,.site-nav a,.room-card,.post-row{text-decoration:none}.brand{display:inline-flex;align-items:center;gap:10px;border-radius:7px;color:var(--text-strong);font-size:17px;font-weight:800;padding:4px}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:700}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:7px;background:var(--ink);color:var(--bg);font-size:13px}.site-nav{display:flex;gap:4px}.site-nav a{border-radius:6px;color:var(--text);padding:7px 10px}.site-nav a:hover{background:var(--bg);color:var(--text-strong)}.brand:focus-visible,.site-nav a:focus-visible,.room-card:focus-visible,.post-row:focus-visible,.breadcrumbs a:focus-visible{outline:3px solid rgb(23 109 87 / .35);outline-offset:2px}.hero-panel,.page-heading,.post-header{border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-left:1px solid var(--border);background:var(--panel);padding:24px}.page-heading,.post-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);align-items:stretch;gap:22px}.kicker{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{color:var(--text-strong)}h1{max-width:820px;margin-bottom:10px;font-size:clamp(34px,6vw,64px);line-height:.96}.hero-panel p,.page-heading p,.post-header p{max-width:760px;margin-bottom:0;color:var(--text);font-size:18px}.page-heading figure,.post-header figure{align-self:stretch;margin:0}.page-heading img,.post-header img{width:100%;height:100%;min-height:220px;border:1px solid var(--border);border-radius:8px;object-fit:cover}figcaption{margin-top:6px;color:var(--muted);font-size:12px;font-weight:700}.panel{margin-top:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;border-bottom:1px solid var(--border);padding:0 14px}.panel-heading h2{margin-bottom:0;font-size:18px}.panel-heading span,.post-room,.post-meta-line span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.room-card{display:grid;gap:8px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:inherit;padding:16px}.room-card img{width:100%;aspect-ratio:16 / 9;border:1px solid var(--border);border-radius:8px;object-fit:cover}.room-card:nth-child(2n){border-right:0}.room-card:nth-last-child(-n+2){border-bottom:0}.room-card:hover,.post-row:hover{background:var(--panel)}.room-card span{color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase}.room-card strong{font-size:24px}.room-card p{margin-bottom:0}.post-list{display:grid}.post-row{display:grid;grid-template-columns:120px minmax(0,1fr) 120px;gap:14px;border-bottom:1px solid var(--border);color:inherit;padding:14px}.post-row:last-child{border-bottom:0}.post-row strong{font-size:18px}.post-row p{grid-column:2;margin-bottom:0}.post-row time{color:var(--muted);font-size:13px;font-weight:800;text-align:right}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-left:1px solid var(--border);background:var(--surface);padding:10px 14px}.breadcrumbs a,.breadcrumbs span{color:var(--text);font-size:14px;font-weight:800}.breadcrumbs a:after{color:var(--muted);content:"/";margin-left:8px}.breadcrumbs span{color:var(--text-strong)}.post-page{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.post-header{border:0;border-bottom:1px solid var(--border)}.post-meta-line{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.prose{max-width:760px;padding:22px 24px 30px}.prose h2{margin-top:28px;margin-bottom:8px;font-size:24px}.prose p,.prose li{color:var(--text);font-size:17px}.prose p{margin-bottom:16px}.prose ul,.prose ol{padding-left:22px}@media(max-width:720px){.site-shell{width:min(100% - 16px,1120px);padding-top:8px}.site-header{align-items:flex-start;flex-direction:column;padding:10px}.site-nav{flex-wrap:wrap;width:100%;overflow:visible}.site-nav a{flex:1 1 76px;min-width:0;background:var(--bg);text-align:center}.hero-panel,.page-heading,.post-header,.prose{padding:16px}.page-heading,.post-header,.room-grid,.post-row{grid-template-columns:1fr}.room-card,.room-card:nth-child(2n),.room-card:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.room-card:last-child{border-bottom:0}.post-row p{grid-column:auto}.post-row time{text-align:left}}
