/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}}:root{--paper:#f2efe8;--ink:#20221e;--muted:#777970;--line:#20221e1c;--card:#fffdfa;--olive:#65705b;--clay:#b56d52;--amber:#c6934a}*{box-sizing:border-box}html{background:var(--paper)}body{background:radial-gradient(circle at 80% 0%, #fffc, transparent 34rem), var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{color:inherit;font:inherit}button:focus-visible{outline-offset:3px;outline:3px solid #65705b59}.app-shell{min-height:100vh}.side-nav{z-index:20;border-right:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f6f1eb;flex-direction:column;align-items:center;width:84px;padding:24px 12px;display:flex;position:fixed;inset:0 auto 0 0}.brand-mark{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:15px;width:46px;height:46px;font-family:Georgia,serif;font-size:21px}.side-nav nav{gap:8px;width:100%;margin-top:58px;display:grid}.nav-item,.help-button{cursor:pointer;color:#8b8c85;background:0 0;border:0;border-radius:14px;place-items:center;gap:2px;min-height:56px;display:grid}.nav-item span{font-size:21px;line-height:1}.nav-item small{font-size:9px}.nav-item:hover,.nav-item.active{color:var(--ink);background:#fff;box-shadow:0 7px 22px #20221e12}.help-button{margin-top:auto;font-size:18px;font-weight:700}.page{min-height:100vh;margin-left:84px}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:96px;padding:22px clamp(24px,4vw,64px);display:flex}.eyebrow{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:750}.topbar h1,.summary h2,.card-heading h2,.floor-header h2,.concept-view h2,.modal-content h2,.update-modal h2{letter-spacing:-.025em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500}.topbar h1{font-size:30px}.topbar-actions{align-items:center;gap:20px;display:flex}.avatars{display:flex}.avatar{border:3px solid var(--paper);border-radius:50%;place-items:center;width:36px;height:36px;margin-left:-8px;font-size:12px;font-weight:800;display:grid}.avatar-one{background:#dad8cd}.avatar-two{background:#d9c1ad}.add-button,.primary{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:14px;padding:13px 18px;font-weight:700}.add-button span{color:#b8d0a9;margin-right:5px}main{max-width:1620px;margin:0 auto;padding:30px clamp(24px,4vw,64px) 56px}.summary{grid-template-columns:minmax(400px,1.8fr) repeat(3,minmax(130px,.6fr));align-items:center;gap:18px;min-height:150px;padding:12px 0 30px;display:grid}.summary-main{align-items:center;gap:24px;display:flex}.summary h2{font-size:clamp(27px,2.1vw,38px);line-height:1.08}.progress-dial{--progress:64%;background:conic-gradient(var(--olive) var(--progress), #dedbd3 0);border-radius:50%;flex:none;place-items:center;width:106px;height:106px;display:grid;position:relative}.progress-dial:after{content:"";background:var(--paper);border-radius:50%;position:absolute;inset:9px}.progress-dial strong{z-index:1;font-family:Georgia,serif;font-size:27px;font-weight:500;position:relative}.metric{border-left:1px solid var(--line);align-content:center;gap:4px;min-height:72px;padding:13px 10px 10px 22px;display:grid}.metric strong{font-family:Georgia,serif;font-size:22px;font-weight:500}.metric span{color:var(--muted);font-size:12px}.workspace{grid-template-columns:minmax(380px,.9fr) minmax(520px,1.35fr);align-items:start;gap:22px;display:grid}.house-card,.floor-card,.concept-view{background:var(--card);border:1px solid #20221e14;border-radius:26px;box-shadow:0 18px 55px #2b2a2312}.house-card,.floor-card{padding:24px}.card-heading,.floor-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.card-heading h2,.floor-header h2{font-size:28px}.live-pill{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.live-pill i{background:#79956c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e6ecdf}.house-stage{background:#d5d0c5;border-radius:20px;height:510px;position:relative;overflow:hidden}.house-stage:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#14161240);position:absolute;inset:0}.house-stage img{object-fit:cover;object-position:51% 46%;filter:saturate(.72)contrast(.96);width:100%;height:100%}.floor-zone{z-index:2;color:#fff;-webkit-backdrop-filter:blur(1.2px);backdrop-filter:blur(1.2px);cursor:pointer;text-shadow:0 1px 10px #00000073;background:#1317111f;border:1px solid #ffffff85;border-radius:15px;justify-content:space-between;align-items:center;padding:0 15px;transition:all .2s;display:flex;position:absolute;left:12%;right:9%}.floor-zone:hover,.floor-zone.selected{background:#65705bb8;border-color:#fffc;transform:translate(4px)}.floor-zone span{align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.floor-zone span b{background:#ffffff2e;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.floor-zone>strong{font-family:Georgia,serif;font-size:21px;font-weight:500}.floor-3{height:24%;top:8%}.floor-2{height:23%;top:34%}.floor-1{height:22%;top:59%}.site-link{text-align:left;cursor:pointer;background:#f4f2ed;border:0;border-radius:17px;align-items:center;gap:12px;width:100%;margin-top:14px;padding:10px;display:flex}.site-link:hover{background:#ebece5}.site-thumb{border-radius:13px;width:54px;height:54px;overflow:hidden}.site-thumb img{object-fit:cover;width:100%;height:100%}.site-link>span:nth-child(2){gap:4px;display:grid}.site-link small{color:var(--muted)}.site-link>strong{margin-left:auto;padding-right:10px}.floor-score{border-radius:16px;place-items:center;min-width:92px;height:66px;padding:10px 14px;display:grid}.floor-score.ready{background:#dfe8da}.floor-score.active{background:#eee3ce}.floor-score.early{background:#efdad2}.floor-score strong{font-family:Georgia,serif;font-size:23px;font-weight:500}.floor-score span{color:var(--muted);font-size:10px}.floor-tabs{background:#f2f0eb;border-radius:13px;grid-template-columns:repeat(3,1fr);margin-bottom:14px;padding:4px;display:grid}.floor-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:9px;font-size:12px}.floor-tabs button.active{color:var(--ink);background:#fff;font-weight:750;box-shadow:0 4px 14px #20221e12}.room-list{gap:8px;display:grid}.room-row{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:17px;grid-template-columns:58px minmax(180px,1fr) minmax(100px,.55fr) 20px;align-items:center;gap:13px;width:100%;min-height:75px;padding:8px;display:grid}.room-row:hover{border-color:var(--line);background:#f8f6f2}.room-row img{object-fit:cover;filter:saturate(.78);border-radius:13px;width:58px;height:58px}.room-info{gap:5px;display:grid}.room-info b{font-size:14px}.room-info small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.25;overflow:hidden}.room-progress{grid-template-columns:1fr 38px;align-items:center;gap:9px;display:grid}.room-progress>span,.large-progress{background:#e5e2da;border-radius:10px;height:5px;overflow:hidden}.room-progress i,.large-progress i{border-radius:10px;height:100%;display:block}i.ready{background:var(--olive)}i.active{background:var(--amber)}i.early{background:var(--clay)}.room-progress b{font-family:Georgia,serif;font-size:15px;font-weight:500}.chevron{color:#a2a39c;font-size:23px}.concept-view{min-height:610px;padding:clamp(28px,5vw,72px)}.concept-view h2{max-width:750px;margin:24px 0;font-size:clamp(42px,6vw,76px);line-height:.98}.concept-view>p:not(.eyebrow){color:var(--muted);max-width:620px;font-size:18px;line-height:1.5}.back-home{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 0 50px}.concept-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px;display:grid}.concept-grid button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f7f4ee;border-radius:20px;align-content:space-between;min-height:180px;padding:22px;display:grid}.concept-grid button:hover{background:#fff;transform:translateY(-3px)}.concept-grid span,.concept-grid small{color:var(--muted);font-size:11px}.concept-grid strong{font-family:Georgia,serif;font-size:24px;font-weight:500}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c1d198c;place-items:center;padding:24px;animation:.18s fade;display:grid;position:fixed;inset:0}.room-modal{background:var(--card);border-radius:28px;grid-template-columns:.9fr 1.1fr;width:min(930px,96vw);max-height:90vh;display:grid;position:relative;overflow:auto;box-shadow:0 30px 100px #00000047}.modal-photo{border-radius:28px 0 0 28px;min-height:620px;position:relative;overflow:hidden}.modal-photo img{object-fit:cover;filter:saturate(.8);width:100%;height:100%}.modal-photo span{background:#ffffffe0;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:750;position:absolute;bottom:20px;left:20px}.modal-content{padding:58px 42px 38px}.modal-close{z-index:4;cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:18px;right:18px}.modal-title{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.modal-title h2,.update-modal h2{font-size:38px}.modal-title>strong{color:var(--olive);font-family:Georgia,serif;font-size:28px;font-weight:500}.room-note{color:var(--muted);line-height:1.5}.large-progress{height:8px;margin:22px 0 36px}.modal-content h3{margin:0 0 12px;font-family:Georgia,serif;font-size:19px;font-weight:500}.modal-actions{grid-template-columns:1fr 1.6fr;gap:10px;margin-top:30px;display:grid}.secondary{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:14px;font-weight:700}.update-modal{background:var(--card);border-radius:28px;width:min(680px,95vw);padding:42px;position:relative;box-shadow:0 30px 100px #00000047}.update-modal>p:not(.eyebrow){color:var(--muted)}.update-options{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px;display:grid}.update-options button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f7f5f0;border-radius:17px;align-content:space-between;min-height:150px;padding:18px;display:grid}.update-options button:hover{background:#e8ece3}.update-options span{color:var(--olive);font-size:25px}.update-options small{color:var(--muted)}.toast{z-index:80;background:var(--ink);color:#fff;border-radius:13px;padding:13px 18px;font-size:13px;animation:.2s rise;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #0003}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{opacity:0;transform:translate(-50%,10px)}}@media (width<=1120px){.summary{grid-template-columns:1fr repeat(3,.42fr)}.summary-main{grid-column:1/-1}.workspace{grid-template-columns:1fr}.house-stage{height:620px}}@media (width<=760px){.side-nav{border:1px solid var(--line);border-radius:18px;flex-direction:row;justify-content:center;width:auto;height:64px;padding:6px 10px;inset:auto 12px 12px;box-shadow:0 12px 30px #20221e24}.brand-mark,.help-button{display:none}.side-nav nav{gap:4px;margin:0;display:flex}.nav-item{width:58px;min-height:50px}.nav-item span{font-size:18px}.nav-item small{font-size:8px}.page{margin-left:0;padding-bottom:76px}.topbar{min-height:82px;padding:18px}.topbar h1{font-size:25px}.avatars{display:none}.add-button{padding:11px 13px}main{padding:20px 14px 28px}.summary{grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 4px 24px}.summary-main{grid-column:1/-1;gap:16px}.summary h2{font-size:25px}.progress-dial{width:84px;height:84px}.metric{border-left:0;border-top:1px solid var(--line);min-height:60px;padding:8px}.metric strong{font-size:17px}.metric span{font-size:9px}.workspace{gap:14px}.house-card,.floor-card{border-radius:21px;padding:16px}.house-stage{height:470px}.room-row{grid-template-columns:50px minmax(0,1fr) 74px 12px;gap:9px}.room-row img{width:50px;height:50px}.room-info small{max-width:145px}.room-progress{grid-template-columns:1fr;gap:3px}.room-progress b{text-align:right}.room-modal{grid-template-columns:1fr}.modal-photo{border-radius:22px 22px 0 0;min-height:260px;max-height:35vh}.modal-content{padding:30px 22px 22px}.modal-title h2,.update-modal h2{font-size:30px}.modal-actions{grid-template-columns:1fr}.secondary{padding:12px}.update-modal{padding:34px 20px 22px}.update-options,.concept-grid{grid-template-columns:1fr}.update-options button{grid-template-columns:32px 1fr auto;align-items:center;min-height:92px}.concept-view{padding:30px 22px}.concept-view h2{font-size:42px}}.boot-screen{background:var(--paper);min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:16px;display:grid}.boot-screen span,.login-mark{background:var(--ink);color:#fff;border-radius:18px;place-items:center;width:58px;height:58px;font:27px Georgia,serif;display:grid}.login-page{background:#e4e0d8;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);max-width:none;min-height:100vh;padding:0;display:grid}.login-visual{min-height:100vh;position:relative;overflow:hidden}.login-visual:after{content:"";background:linear-gradient(#14161208,#14161299);position:absolute;inset:0}.login-visual img{object-fit:cover;filter:saturate(.72)contrast(.95);width:100%;height:100%}.login-visual-copy{z-index:2;color:#fff;position:absolute;bottom:clamp(42px,9vh,100px);left:clamp(34px,6vw,90px)}.login-visual-copy .eyebrow{color:#ffffffb8}.login-visual-copy h1{letter-spacing:-.045em;margin:12px 0 0;font:500 clamp(45px,5vw,78px)/.98 Georgia,serif}.login-panel{background:var(--card);place-items:center;padding:46px;display:grid}.login-form{gap:22px;width:min(390px,100%);display:grid}.login-form h2,.form-modal h2,.room-detail-header h2,.section-page-heading h2{letter-spacing:-.025em;margin:0;font:500 38px/1 Georgia,serif}.login-form label,.stack-form label,.progress-form>label{color:var(--muted);gap:8px;font-size:12px;font-weight:700;display:grid}.login-form input,.stack-form input,.stack-form select,.stack-form textarea,.progress-form textarea,.settings-form input,.inline-add input{border:1px solid var(--line);width:100%;color:var(--ink);background:#f8f6f1;border-radius:13px;outline:none;padding:13px 14px}.login-form input:focus,.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.progress-form textarea:focus,.settings-form input:focus,.inline-add input:focus{border-color:var(--olive);box-shadow:0 0 0 3px #65705b1a}.login-form small{color:var(--muted);line-height:1.5}.form-error{color:#8c4530;background:#f3dfd8;border-radius:11px;margin:0;padding:11px 13px;font-size:12px}.form-submit{min-height:48px}.primary:disabled,.form-submit:disabled{opacity:.48;cursor:not-allowed}.signed-user{color:var(--muted);font-size:12px}.totp-form{gap:16px;width:min(430px,100%)}.totp-intro{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.totp-qr{border:1px solid var(--line);background:#fff;border-radius:18px;justify-self:center;width:210px;height:210px;padding:10px;box-shadow:0 9px 28px #20221e14}.totp-manual{border:1px solid var(--line);background:#f8f6f1;border-radius:13px;padding:11px 13px}.totp-manual summary{color:var(--olive);cursor:pointer;font-size:12px;font-weight:750}.totp-manual code{color:var(--ink);overflow-wrap:anywhere;margin-top:10px;font-size:13px;line-height:1.5;display:block}.text-button{color:var(--olive);cursor:pointer;background:0 0;border:0;justify-self:center;font-weight:700}.recovery-panel{gap:16px;width:min(500px,100%)}.recovery-codes{grid-template-columns:1fr 1fr;gap:7px;display:grid}.recovery-codes code{border:1px solid var(--line);color:var(--ink);text-align:center;background:#f8f6f1;border-radius:10px;padding:10px;font-size:11px}.recovery-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.recovery-actions button{min-height:43px}.form-modal{background:var(--card);border-radius:28px;width:min(580px,95vw);max-height:92vh;padding:42px;position:relative;overflow:auto;box-shadow:0 30px 100px #00000047}.form-modal-wide{width:min(780px,95vw)}.form-modal>h2{margin-bottom:28px}.stack-form{gap:17px;display:grid}.stack-form textarea,.progress-form textarea{resize:vertical;min-height:105px}.stack-form label small,.progress-form label small{font-weight:500}.file-drop{text-align:center;cursor:pointer;background:#f4f4ee;border:1px dashed #65705b73;border-radius:17px;place-items:center;min-height:140px;padding:22px}.file-drop input{opacity:0;width:1px;height:1px;position:absolute}.file-drop span{color:var(--olive);font-size:25px}.file-drop b{color:var(--ink)}.file-drop small{color:var(--muted)}.action-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.action-options button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f7f5f0;border-radius:18px;align-content:space-between;gap:12px;min-height:180px;padding:22px;display:grid}.action-options button:hover{background:#eaeee5;transform:translateY(-2px)}.action-options span{color:var(--olive);font-size:29px}.action-options b{font:500 24px Georgia,serif}.action-options small{color:var(--muted)}.progress-form{gap:20px;display:grid}.progress-editor{justify-content:center;align-items:center;gap:12px;min-height:100px;display:flex}.progress-editor input{border:0;border-bottom:1px solid var(--line);text-align:right;background:0 0;outline:none;width:108px;font:500 54px Georgia,serif}.progress-editor b{color:var(--olive);font:500 25px Georgia,serif}.progress-number-before{color:var(--muted);font:500 30px Georgia,serif}.progress-range{width:100%;accent-color:var(--olive)}.recalc-preview{grid-template-columns:1fr 1fr;gap:10px;display:grid}.recalc-preview span{background:#f1f0eb;border-radius:13px;gap:5px;padding:14px;display:grid}.recalc-preview small{color:var(--muted)}.recalc-preview b{font:500 18px Georgia,serif}.progress-form label em{color:var(--clay);font-style:normal;font-weight:600}.evidence-picker{border:0;margin:0;padding:0}.evidence-picker legend{color:var(--muted);margin-bottom:10px;font-size:12px;font-weight:700}.evidence-picker legend small{font-weight:400}.evidence-picker>div{gap:8px;display:flex;overflow-x:auto}.evidence-picker label{cursor:pointer;border:3px solid #0000;border-radius:11px;flex:0 0 80px;height:72px;position:relative;overflow:hidden}.evidence-picker label.selected{border-color:var(--olive)}.evidence-picker input{opacity:0;position:absolute}.evidence-picker img{object-fit:cover;width:100%;height:100%}.room-placeholder{background:#e8e5dd;border-radius:13px;place-items:center;width:58px;height:58px;font:500 22px Georgia,serif;display:grid}.add-room-row{border:1px dashed var(--line);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:15px;margin-top:10px;padding:15px}.add-room-row:hover{border-color:var(--olive);color:var(--ink);background:#f6f5f0}.room-detail-modal{background:var(--card);border-radius:28px;width:min(1120px,96vw);max-height:92vh;position:relative;overflow:auto;box-shadow:0 30px 100px #00000047}.room-detail-header{justify-content:space-between;align-items:flex-start;gap:28px;padding:40px 50px 24px;display:flex}.room-detail-header>div>p:last-child{max-width:650px;color:var(--muted);margin:12px 0 0;line-height:1.45}.room-progress-button{cursor:pointer;border:0;border-radius:17px;gap:2px;min-width:100px;padding:12px 16px;display:grid}.room-progress-button.ready{background:#dfe8da}.room-progress-button.active{background:#eee3ce}.room-progress-button.early{background:#efdad2}.room-progress-button strong{font:500 28px Georgia,serif}.room-progress-button span{color:var(--muted);font-size:10px}.room-tabs{border-bottom:1px solid var(--line);gap:8px;padding:0 50px;display:flex}.room-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-right:18px;padding:13px 4px}.room-tabs button.active{color:var(--ink);border-bottom-color:var(--olive);font-weight:750}.room-tabs button span{background:#e8e5dd;border-radius:10px;place-items:center;min-width:20px;height:20px;margin-left:5px;font-size:9px;display:inline-grid}.room-detail-content{padding:30px 50px 48px}.room-overview-single{max-width:980px}.section-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.section-heading h3{margin:0;font:500 24px Georgia,serif}.section-heading>button,.section-heading>a{color:var(--olive);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:750;text-decoration:none}.section-heading>span{background:#e9e7df;border-radius:11px;place-items:center;min-width:32px;height:32px;font-size:11px;display:grid}.featured-gallery{grid-template-rows:160px 160px;grid-template-columns:1.3fr .7fr;gap:8px;display:grid}.featured-gallery img{object-fit:cover;border-radius:13px;width:100%;height:100%}.featured-gallery img:first-child{grid-row:1/3}.featured-gallery.count-1{height:328px;display:block}.featured-gallery.count-2{grid-template-rows:328px;grid-template-columns:1fr 1fr}.featured-gallery.count-2 img:first-child{grid-row:auto}.empty-gallery{border:1px dashed var(--line);width:100%;min-height:260px;color:var(--muted);cursor:pointer;background:#f5f3ee;border-radius:16px;line-height:1.7}.empty-gallery b{color:var(--olive)}.inline-add{gap:7px;margin-top:10px;display:flex}.inline-add button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:11px;padding:0 14px}.inline-add button:disabled{opacity:.4}.photo-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.photo-grid article{border:1px solid var(--line);background:#f7f5f0;border-radius:15px;min-width:0;position:relative;overflow:hidden}.photo-grid article>img{aspect-ratio:1.18;object-fit:cover;width:100%;display:block}.photo-grid article>div{gap:4px;padding:11px;display:grid}.photo-grid article>div span{color:var(--muted);font-size:10px}.photo-grid article>div b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.photo-grid menu{gap:5px;margin:0;padding:0 9px 9px;display:flex}.photo-grid menu button{cursor:pointer;background:#fff;border:0;border-radius:8px;flex:1;padding:7px;font-size:9px}.photo-grid menu button.danger{color:#a25843}.history-list{gap:12px;display:grid}.history-event{grid-template-columns:58px 1fr;gap:17px;display:grid}.event-date{color:var(--muted);align-content:start;justify-items:center;padding-top:8px;display:grid}.event-date strong{color:var(--ink);font:500 24px Georgia,serif}.event-date span{font-size:11px}.event-date small{font-size:9px}.event-body{border:1px solid var(--line);background:#f8f6f2;border-radius:15px;padding:17px;position:relative}.event-heading{justify-content:space-between;gap:16px;display:flex}.event-heading small{color:var(--olive);font-size:10px;font-weight:750}.event-heading h3{margin:5px 0 0;font:500 18px Georgia,serif}.event-progress{color:var(--olive);font:500 22px Georgia,serif}.event-body>p{color:var(--muted);font-size:13px;line-height:1.5}.event-photos{gap:7px;margin:12px 0;display:flex;overflow:hidden}.event-photos img{object-fit:cover;border-radius:9px;width:92px;height:72px}.event-author{color:#96978f;font-size:9px}.section-page{background:var(--card);border:1px solid #20221e14;border-radius:26px;min-height:620px;padding:clamp(28px,4vw,58px);box-shadow:0 18px 55px #2b2a2312}.section-page-heading{justify-content:space-between;gap:20px;margin-bottom:42px;display:flex}.section-page-heading h2{font-size:clamp(38px,5vw,64px)}.section-page-heading p:last-child{color:var(--muted)}.section-page-heading>strong{color:var(--olive);font:500 68px Georgia,serif}.global-history{max-width:880px}.settings-grid{grid-template-columns:.8fr 1.2fr;gap:18px;display:grid}.settings-card{border:1px solid var(--line);background:#f8f6f1;border-radius:19px;padding:22px}.user-list,.token-list{gap:8px;display:grid}.user-list>div{background:#fff;border-radius:12px;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;padding:10px;display:grid}.user-list>div>span{background:#ddd8cc;border-radius:50%;grid-row:1/3;place-items:center;width:38px;height:38px;font:500 17px Georgia,serif;display:grid}.user-list small,.token-list small{color:var(--muted)}.settings-form{border-top:1px solid var(--line);gap:8px;margin-top:22px;padding-top:18px;display:grid}.settings-form h4{margin:0 0 5px}.settings-form .primary{margin-top:4px}.agent-package-note{background:#e6ecdf;border-radius:13px;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin-bottom:13px;padding:14px;display:grid}.agent-package-note>span{width:42px;height:42px;color:var(--olive);background:#fff;border-radius:12px;place-items:center;font-size:21px;font-weight:750;display:grid}.agent-package-note>div{gap:4px;display:grid}.agent-package-note small{color:var(--muted);line-height:1.4}.token-list>div{background:#fff;border-radius:11px;justify-content:space-between;gap:10px;padding:11px;display:flex}.token-list>div>span{gap:4px;display:grid}.token-list>div>button{color:#a25843;cursor:pointer;background:0 0;border:0}.token-list>div.inactive{opacity:.48}.token-add{margin-top:14px}.token-add button{padding:0 14px}@media (width<=900px){.login-page{background-image:url(/photos/house-front.jpg);background-size:cover;grid-template-columns:1fr}.login-visual{display:none}.login-panel{background:#fffdfaf0;min-height:100vh}.settings-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.signed-user{display:none}.login-panel{padding:24px 18px}.totp-qr{width:190px;height:190px}.recovery-codes{grid-template-columns:1fr;max-height:255px;overflow:auto}.recovery-actions{grid-template-columns:1fr}.form-modal{border-radius:22px;padding:34px 20px 22px}.action-options{grid-template-columns:1fr}.action-options button{min-height:105px}.room-detail-modal{border-radius:22px 22px 0 0;align-self:end;width:100vw;max-height:94vh}.room-detail-header{padding:30px 20px 18px}.room-detail-header h2{font-size:31px}.room-tabs{padding:0 20px;overflow-x:auto}.room-detail-content{padding:22px 16px 35px}.featured-gallery{grid-template-rows:120px 120px}.featured-gallery.count-1,.featured-gallery.count-2{grid-template-rows:248px;height:248px}.photo-grid{grid-template-columns:repeat(2,1fr)}.progress-editor input{width:88px;font-size:46px}.recalc-preview{grid-template-columns:1fr}.section-page{border-radius:21px;padding:28px 16px}.section-page-heading h2{font-size:40px}.section-page-heading>strong{font-size:48px}.history-event{grid-template-columns:43px 1fr;gap:8px}.event-photos img{width:72px;height:58px}.room-placeholder{width:50px;height:50px}}
