:root{font-family:Arial,Helvetica,sans-serif;color:#263733;background:#f3f8f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-size:16px;--ink:#263733;--green:#284a44;--muted:#67716d;--border:#d0dfcd;--surface:#fcfefa;--pastel:#dcefd3;--pastel-soft:#eaf4e6}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a,button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #a78547;outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:400}h1{font-size:clamp(2.2rem,4vw,3.25rem);letter-spacing:-1.8px;line-height:1.13}h2{font-size:1.8rem;letter-spacing:-.6px}h3{font-size:1rem;font-weight:500}button{border:0}svg{flex-shrink:0}.shell{width:min(1120px,calc(100% - 80px));margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);height:112px;gap:20px}.identity{display:flex;gap:15px;align-items:center;text-decoration:none}.door-number{border:1px solid #9faea2;border-radius:8px;width:52px;height:58px;display:grid;place-items:center;font-family:Georgia,serif;font-size:1.9rem;color:var(--green)}.identity-text{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.15;font-weight:400;letter-spacing:-.5px}.door-number{flex-shrink:0;background:var(--pastel);border-color:#b9cfb1}nav{display:flex;gap:7px}nav a{text-decoration:none;padding:13px 20px;font-size:.95rem;border-radius:7px}nav a[aria-current=page]{background:var(--pastel);color:var(--green)}nav a:hover{background:var(--pastel-soft)}.page-intro{display:flex;justify-content:space-between;align-items:end;gap:28px;margin:44px 0 34px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:.75rem;font-weight:600;color:var(--muted);display:block}.page-intro h1{margin:12px 0}.page-intro p:not(.eyebrow){color:var(--muted);line-height:1.5}.location-note{font-size:.875rem;line-height:1.6;text-align:right;padding-bottom:3px;white-space:nowrap}.location-note span{display:block;color:var(--muted);font-size:.8rem}.booking-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:stretch}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:26px 30px}.section-top,.month-nav,.month-nav>div{display:flex;justify-content:space-between;align-items:center;gap:8px}.section-top{min-height:30px}.text-button{background:none;text-decoration:underline;text-underline-offset:4px;color:var(--muted);font-size:.875rem;min-height:44px;padding:8px 0}.text-button:hover{color:var(--ink)}.month-nav{margin:12px 0 21px}.month-nav h2{font-size:1.7rem}.icon-button{width:44px;height:44px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);border-radius:50%}.icon-button:hover{background:#f1f4f0}.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.weekdays{font-size:.8rem;color:var(--muted);text-align:center;margin-bottom:12px}.weekdays span{padding:5px}.day{background:transparent;min-height:49px;position:relative;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.95rem;border:1px solid transparent}.day:not(:disabled):hover{border-color:var(--green)}.day:disabled{color:#a0a8a3}.day.other-month{opacity:.42}.day.occupied{background:#f0f1ed;color:#70776d}.occupied-dot{position:absolute;width:4px;height:4px;bottom:7px;background:#8b9186;border-radius:50%}.day.today>span:first-child{border-bottom:2px solid #977940;padding-bottom:2px}.day.in-range{background:var(--pastel)}.day.selected{background:var(--green);color:#fff}.day.selected .occupied-dot{background:#fff}.calendar-legend{display:flex;align-items:center;flex-wrap:wrap;gap:20px;border-top:1px solid var(--border);padding-top:20px;margin-top:22px;font-size:.75rem;color:var(--muted)}.calendar-legend>span{display:flex;align-items:center;gap:7px}.legend-dot{width:9px;height:9px;display:inline-block;border-radius:50%;flex-shrink:0}.booked-dot{background:#b3b8ad}.selected-dot{background:var(--green)}.today-dot{background:#a78950}.calendar-hint{font-size:.8rem;color:var(--muted);line-height:1.5;margin-top:17px;min-height:1.5em}.reserve-panel{background:#fff;border-color:#dce1db;padding-top:38px;display:flex;flex-direction:column}.reserve-panel h2{margin-top:12px}.reserve-description{margin-top:9px;font-size:.875rem}.reserve-panel form{margin-top:27px}fieldset{border:0;margin:0;padding:0;min-width:0}label{display:flex;flex-direction:column;gap:9px;font-size:.875rem;color:#46524c}input{width:100%;min-width:0;min-height:49px;border:1px solid #d5ddd4;border-radius:7px;padding:12px;background:#fff;color:var(--ink);font-size:1rem}input::placeholder{color:#929991}input:disabled{background:#f3f4f1}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}input[type=date]{padding:10px 8px;min-width:0;-webkit-appearance:none;appearance:none}input::-webkit-date-and-time-value{text-align:left}.stay-summary{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:24px 0;padding:17px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:.85rem;color:var(--muted)}.stay-summary strong{font-weight:500;color:var(--ink)}.primary-button{background:var(--green);color:#fff;padding:15px 20px;border-radius:8px;min-height:50px;font-weight:500}.primary-button:hover:not(:disabled){background:#1c3b35}.primary-button:disabled{background:#d2e4ca;color:#52644f}.book-button{display:flex;width:100%;justify-content:space-between;align-items:center}.form-note{font-size:.8rem;line-height:1.6;color:var(--muted);margin-top:17px;max-width:330px}.notice{display:flex;gap:14px;justify-content:space-between;align-items:center;padding:14px 18px;border-radius:8px;margin-bottom:20px;font-size:.9rem;line-height:1.5}.error{background:#fbf0e9;color:#864628;border:1px solid #edcbb8}.success{background:#e8f0e7;color:#284a35;border:1px solid #c8d8c5}.notice .text-button{color:inherit;flex-shrink:0}.stays-section,.usage-section{margin-top:42px}.list-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px}.list-heading h2{margin-top:9px}.count-pill{background:var(--pastel-soft);border:1px solid var(--border);border-radius:30px;padding:8px 14px;font-size:.8rem;color:var(--muted);white-space:nowrap}.booking-list{border-top:1px solid var(--border)}.booking-row{display:flex;gap:20px;align-items:center;border-bottom:1px solid var(--border);padding:22px 0}.date-tile{width:54px;height:61px;border:1px solid var(--border);border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.date-tile>span{font-size:.7rem;text-transform:uppercase;color:var(--muted);letter-spacing:1px}.date-tile>strong{font-family:Georgia,serif;font-size:1.6rem;font-weight:400;margin-top:3px}.booking-detail{flex:1;min-width:0}.booking-detail h3{font-size:1.05rem;overflow-wrap:anywhere}.booking-detail p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-top:6px}.booking-meta{display:flex;align-items:end;flex-direction:column;gap:8px;flex-shrink:0;font-size:.8rem}.badge{font-size:.75rem;background:var(--pastel);border-radius:30px;padding:6px 11px;color:#617056;white-space:nowrap}.badge.current{background:#e1eee7;color:#2e5a46}.cancel{padding:8px;min-width:58px}.empty{border:1px dashed #ccd4c9;border-radius:12px;padding:30px 24px;text-align:center;background:#eef6e9}.empty-mark{font-family:Georgia,serif;font-size:1.7rem;color:#9aa68f;display:block;margin-bottom:9px}.empty h3{font-family:Georgia,serif;font-size:1.35rem}.empty p{font-size:.875rem;color:var(--muted);line-height:1.6;max-width:430px;margin:9px auto 0}.muted{color:var(--muted)}.loading{padding:32px 0;color:var(--muted)}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);margin-top:55px;padding:25px 0 35px;color:var(--muted);font-size:.75rem;line-height:1.6}.stats-rule{font-size:.9rem;color:var(--muted);line-height:1.7;padding:0 0 22px;max-width:640px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:14px;background:var(--pastel-soft);padding:29px 0}.metrics>div{padding:0 30px}.metrics>div+div{border-left:1px solid var(--border)}.metrics span{font-size:.875rem;color:var(--muted)}.metrics strong{font-family:Georgia,serif;display:block;font-weight:400;font-size:3.3rem;margin:16px 0 9px;line-height:1}.metrics p{font-size:.8rem;color:var(--muted);line-height:1.5}.sorting-note{font-size:.8rem}.usage-table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}.usage-table th:first-child{width:65%}.usage-table thead th{font-size:.8rem;font-weight:400;color:var(--muted);padding:14px 0;background:var(--pastel)}.usage-table th:first-child{padding-left:18px}.usage-table th:last-child,.usage-table td:last-child{padding-right:18px}.usage-table td,.usage-table tbody th{padding:21px 0;border-bottom:1px solid var(--border);font-size:1rem;font-weight:400}.usage-table td,.usage-table th:not(:first-child){text-align:right}.usage-table tbody th{overflow-wrap:anywhere}.usage-table tbody th>span{display:inline-block;vertical-align:middle;max-width:calc(100% - 42px)}.rank{font-size:.75rem;color:#939d8e;width:38px}.usage-table small{display:block;color:var(--muted);font-size:.75rem;margin-top:6px}.section-note{font-size:.875rem;line-height:1.6;color:var(--muted);margin:-10px 0 20px}dialog{width:min(440px,calc(100% - 32px));color:var(--ink);border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 12px 60px #172a2520}dialog::backdrop{background:#172a2570}dialog h2{font-size:1.8rem}dialog p{line-height:1.7;margin:16px 0;color:var(--muted)}.dialog-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.dialog-actions button{flex:1;white-space:nowrap}.secondary-button{background:var(--pastel);border-radius:8px;padding:14px 18px;min-height:50px}@media(min-width:1200px){.day{min-height:53px}}@media(max-width:950px){.shell{width:calc(100% - 48px)}.booking-layout{grid-template-columns:1.15fr 1fr;gap:18px}.panel{padding:24px 20px}.date-fields{grid-template-columns:1fr;gap:16px}.reserve-panel{padding-top:30px}.location-note{display:none}.metrics>div{padding:0 22px}.day{min-height:46px}.calendar-legend{gap:13px}}@media(max-width:720px){.shell{width:calc(100% - 36px)}.site-header{height:94px;gap:8px}.door-number{width:43px;height:49px;font-size:1.55rem}.identity{gap:10px}.identity-text{font-size:1.25rem}nav{gap:0}nav a{padding:13px 12px;font-size:.875rem}.page-intro{margin:31px 0 27px}.page-intro h1{font-size:2.25rem;letter-spacing:-1.2px;margin:12px 0 11px}.page-intro p:not(.eyebrow){font-size:.925rem}.eyebrow{font-size:.7rem;letter-spacing:1.5px}.booking-layout{grid-template-columns:1fr;gap:18px}.panel{padding:19px 15px;border-radius:12px}.month-nav{margin:8px 0 17px}.month-nav h2{font-size:1.6rem}.day{min-height:46px}.calendar-grid,.weekdays{gap:2px}.calendar-legend{gap:15px;font-size:.7rem;margin-top:19px;padding-top:17px}.calendar-hint{font-size:.75rem}.reserve-panel{padding:25px 21px}.reserve-panel h2{margin-top:10px;font-size:1.9rem}.reserve-panel form{margin-top:25px}.date-fields{grid-template-columns:1fr 1fr;gap:10px}input[type=date]{font-size:1rem}.form-note{max-width:none}.list-heading h2{font-size:1.55rem}.list-heading{margin-bottom:20px}.stays-section,.usage-section{margin-top:33px}.booking-row{gap:13px;flex-wrap:wrap;padding:19px 0}.booking-detail{flex-basis:calc(100% - 72px)}.booking-detail p{font-size:.8rem}.booking-meta{margin-left:67px;flex-direction:row;align-items:center;gap:12px}.booking-row>.cancel{margin-left:auto}.badge{font-size:.7rem}.date-tile{width:52px;height:58px}.empty{padding:25px 19px}.empty h3{font-size:1.25rem}.empty p{font-size:.825rem}.notice{align-items:start;flex-direction:column;gap:4px}.notice .text-button{align-self:end}.metrics{grid-template-columns:1fr;padding:0}.metrics>div{padding:21px 24px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px}.metrics>div+div{border-left:0;border-top:1px solid var(--border)}.metrics strong{grid-column:2;grid-row:1 / span 2;font-size:2.6rem;margin:0 0 0 12px}.metrics p{grid-column:1;font-size:.75rem}.metrics span{font-size:.9rem}.stats-rule{font-size:.825rem}.usage-table th:first-child{width:61%;padding-left:8px}.usage-table th:last-child,.usage-table td:last-child{padding-right:8px}.usage-table td,.usage-table tbody th{font-size:.95rem}.rank{width:29px}.sorting-note{font-size:.75rem;max-width:75px;text-align:right}.section-note{font-size:.825rem}footer{flex-direction:column;gap:7px;margin-top:38px;padding:22px 0 28px}.dialog-actions button{font-size:.875rem;padding:13px}.book-button{min-height:53px}}@media(max-width:360px){.shell{width:calc(100% - 24px)}.panel{padding-left:10px;padding-right:10px}.day{min-height:42px}nav a{padding:13px 9px}.reserve-panel{padding:23px 17px}.date-fields{grid-template-columns:1fr}.calendar-legend{gap:10px}.identity-text{font-size:1.1rem}.page-intro h1{font-size:2rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.reserve-panel .stay-summary{border-color:#dce1db}.reserve-panel .primary-button:disabled{background:#e4e9e2;color:#5f6c61}
