@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--background: #fbf9f3;--surface: #f1eee6;--surface-light: #fffdf8;--surface-deep: #e4e0d5;--ink: #171916;--muted: #5f5e5b;--line: #c9c6bd;--sage: #68735d;--sage-soft: #dfe6d4;--clay: #a96d50;--brass: #b89b57;--shadow: 0 24px 70px rgba(23, 25, 22, .11)}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}.app{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:22px clamp(20px,5vw,72px);background:#fbf9f3eb;border-bottom:1px solid rgba(201,198,189,.55);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{width:max-content;border:0;background:transparent;color:var(--ink);font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:0}.topbar nav{display:flex;align-items:center;justify-content:center;gap:26px}.topbar nav button,.text-link{border:0;background:transparent;color:var(--muted)}.topbar nav button{padding:8px 0;border-bottom:1px solid transparent}.topbar nav button.active{color:var(--ink);border-color:var(--ink)}.topbar>.solid,.topbar-actions{justify-self:end}.topbar-actions{display:flex;align-items:center;gap:9px}.account-pill{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;padding:0;color:var(--ink)}.account-pill>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-family:Playfair Display,serif;font-size:18px;font-weight:700}.account-pill strong{max-width:130px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}main{width:min(100%,1440px);margin:0 auto;padding:36px clamp(20px,5vw,72px) 96px}.eyebrow{margin:0 0 12px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Playfair Display,serif;letter-spacing:0}h1{font-size:clamp(44px,6vw,82px);line-height:.98}h2{font-size:clamp(30px,3.4vw,48px);line-height:1.08}h3{font-size:25px}p{color:var(--muted);font-size:17px;line-height:1.65}.solid,.ghost,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid var(--ink);border-radius:6px;padding:0 20px;font-weight:700}.solid{background:var(--ink);color:#fff;text-decoration:none}.ghost{background:transparent;color:var(--ink)}.small{min-height:38px;padding:0 14px;font-size:13px}.icon-button{width:48px;padding:0;background:var(--surface-light);color:var(--ink)}.hero-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);min-height:620px;border-bottom:1px solid var(--line)}.hero-media{min-height:620px;margin-left:calc(clamp(20px,5vw,72px)*-1);overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}.hero-copy{align-self:center;padding:54px 0 54px 58px}.demo-label,.access-badge,.lock-badge,.protected-label{display:inline-flex;align-items:center;gap:7px;width:max-content;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.demo-label{margin-bottom:24px;border:1px solid #bdc7b2;background:var(--sage-soft);padding:8px 10px;color:#46503f}.hero-copy p:not(.eyebrow){max-width:620px;font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:32px;margin-top:54px}.floor-card,.facts-card,.dark-card,.spec-library,.studio-step,.data-model{border-radius:8px}.floor-card{padding:24px;background:var(--surface-light);box-shadow:var(--shadow)}.section-heading,.room-heading,.spec-library,.data-model{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.segmented{display:flex;border:1px solid var(--line);background:var(--background)}.segmented button{min-height:38px;border:0;border-right:1px solid var(--line);background:transparent;padding:0 16px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.segmented button:last-child{border-right:0}.segmented .active{background:var(--ink);color:#fff}.floor-plan{position:relative;min-height:560px;margin-top:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(90deg,rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 48px 48px,linear-gradient(rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 48px 48px,#fbfaf6}.plan-room{position:absolute;z-index:2;border:2px solid #565850;border-radius:3px;background:#fffdf8cc;color:var(--ink);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.plan-room span{display:inline-block;max-width:120px;padding:5px 8px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.plan-room:after{content:"";position:absolute;left:50%;top:50%;width:13px;height:13px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 12px #68735d2b;transform:translate(-50%,-50%)}.plan-room:hover{background:#dfe6d4c7;box-shadow:0 16px 40px #1719161f;transform:translateY(-2px)}.plan-room.disabled{opacity:.55}.plan-room.disabled:after{display:none}.plan-core{position:absolute;background:#565850;opacity:.75}.plan-core.horizontal{left:18%;top:54%;width:70%;height:5px}.plan-core.vertical{left:55%;top:20%;width:5px;height:68%}.project-facts{display:grid;gap:24px}.facts-card{padding:26px;background:var(--surface)}.facts-card dl{margin:22px 0 0}.facts-card div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--line)}dt{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}dd{margin:0;text-align:right;font-weight:700}.dark-card{padding:26px;background:var(--ink);color:#fff}.dark-card .eyebrow{color:#cfd2c8}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stat-grid strong{display:block;font-family:Playfair Display,serif;font-size:34px}.stat-grid span{color:#d5d0c8;font-size:12px;text-transform:uppercase}.room-page,.projects-page,.studio-page{padding-top:34px}.room-heading{margin-bottom:28px}.room-heading p:not(.eyebrow){max-width:680px}.text-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:0;font-weight:700}.room-controls{display:flex;align-items:center;gap:15px}.room-controls span{min-width:72px;text-align:center;font-weight:800}.room-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}.photo-stage{position:relative;min-height:620px;overflow:hidden;border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.photo-stage img{width:100%;height:100%;min-height:620px;object-fit:cover}.hotspot{position:absolute;display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;background:transparent;padding:0;color:#fff;transform:translate(-50%,-50%)}.hotspot span{flex:0 0 auto;width:16px;height:16px;border:3px solid white;border-radius:50%;background:var(--sage);box-shadow:0 0 0 11px #68735d75,0 8px 22px #00000047}.hotspot strong{position:absolute;top:50%;left:calc(100% + 7px);opacity:0;padding:8px 10px;border-radius:5px;background:#171916e0;font-size:12px;letter-spacing:.08em;pointer-events:none;transform:translateY(-50%);text-transform:uppercase;white-space:nowrap;transition:opacity .16s ease}.hotspot:hover strong,.hotspot:focus-visible strong{opacity:1}.room-sidebar{padding:22px;background:var(--surface);border-radius:8px}.room-tab{display:grid;width:100%;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;margin-top:10px;border:1px solid transparent;border-radius:6px;background:transparent;padding:14px 12px;color:var(--muted);text-align:left}.room-tab.active{border-color:var(--line);background:var(--surface-light);color:var(--ink)}.room-tab span{font-weight:700}.room-tab small{color:var(--muted)}.spec-library{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;column-gap:40px;row-gap:18px;margin-top:72px;padding-top:34px;border-top:1px solid var(--line)}.spec-library-copy{grid-column:1;grid-row:1 / span 2}.spec-library-copy h2{max-width:310px;font-size:42px}.library-tools{display:flex;grid-column:2;justify-content:flex-end;gap:10px}.searchbox{display:flex;align-items:center;gap:10px;width:min(46vw,420px);height:44px;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:0 12px}.searchbox input{width:100%;border:0;outline:0;background:transparent}.spec-grid{grid-column:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:0}.spec-card{border:0;border-radius:8px;background:var(--surface-light);padding:0 0 18px;overflow:hidden;text-align:left;box-shadow:0 12px 40px #17191612}.spec-card img{display:block;width:100%;aspect-ratio:4 / 3;background:var(--surface);object-fit:contain}.spec-card span,.spec-card strong,.spec-card small{display:block;margin:0 16px}.spec-card span{margin-top:15px;color:var(--sage);font-size:12px;font-weight:800;text-transform:uppercase}.spec-card strong{margin-top:7px;min-height:44px;font-size:16px}.spec-card small{margin-top:8px;color:var(--muted)}.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.demo-project{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);width:100%;min-height:430px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-light);padding:0;color:var(--ink);text-align:left;box-shadow:0 18px 50px #17191612}.demo-project-media,.paid-project-media{position:relative;overflow:hidden}.demo-project-media img,.paid-project-media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.demo-project:hover img,.paid-project-card:hover img{transform:scale(1.015)}.access-badge,.lock-badge{position:absolute;left:18px;top:18px;padding:9px 11px;box-shadow:0 8px 24px #17191629}.access-badge{background:var(--sage-soft);color:#384132}.lock-badge{background:#171916e6;color:#fff}.demo-project-copy{align-self:center;padding:clamp(30px,5vw,64px)}.demo-project-copy>span,.paid-project-copy>span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.demo-project-copy h2{margin-top:12px;font-size:clamp(30px,3vw,44px)}.demo-project-copy strong{display:inline-flex;align-items:center;gap:9px;margin-top:18px}.collection-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:72px 0 24px}.collection-heading>p{margin:0;font-size:14px}.paid-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.paid-project-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-light);padding:0;color:var(--ink);text-align:left;box-shadow:0 12px 36px #1719160f}.paid-project-media{height:240px}.paid-project-copy{padding:20px}.paid-project-copy h3{margin-top:8px}.paid-project-copy>p{margin:6px 0 18px;font-size:14px}.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-metrics span{color:var(--muted);font-size:11px}.project-metrics strong{display:block;color:var(--ink);font-family:Playfair Display,serif;font-size:22px}.project-price{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.project-price span{color:var(--muted);font-size:12px;font-weight:700}.project-price strong{font-family:Playfair Display,serif;font-size:28px}.account-page{padding-top:26px}.account-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line);padding-bottom:34px}.account-identity{display:flex;align-items:center;gap:22px}.account-identity>span{display:grid;width:78px;height:78px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-family:Playfair Display,serif;font-size:34px;font-weight:700}.account-identity h1{font-size:clamp(36px,4.5vw,62px)}.account-identity p:last-child{margin:8px 0 0;font-size:13px}.account-heading-actions{display:flex;flex:0 0 auto;gap:10px}.account-tabs{display:flex;gap:4px;margin-top:34px;border-bottom:1px solid var(--line)}.account-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:48px;border:0;border-bottom:2px solid transparent;background:transparent;padding:0 16px;color:var(--muted);font-weight:700}.account-tabs button.active{border-color:var(--ink);color:var(--ink)}.account-tabs button span{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:var(--surface-deep);font-size:10px}.account-loading,.account-notice{display:flex;align-items:center;gap:9px;margin-top:24px;border:1px solid var(--line);background:var(--surface-light);padding:14px;color:var(--muted);font-size:13px}.account-loading svg{animation:spin .9s linear infinite}.account-notice{border-color:#d4b9a9;background:#f5e9e1;color:#72462f}.account-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}.account-project{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:290px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-light)}.account-project>img,.creator-cover>img{width:100%;height:100%;object-fit:cover}.account-project>div:last-child{align-self:center;padding:22px}.account-project>div:last-child>span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.account-project h3{margin-top:9px}.account-project p{margin:7px 0 18px;font-size:13px}.account-project>div:last-child>div{display:flex;gap:14px;border-top:1px solid var(--line);padding-top:14px}.account-project small{color:var(--muted)}.account-project button{margin-top:20px}.creator-cover{position:relative;display:grid;min-height:290px;place-items:center;background:linear-gradient(90deg,rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 32px 32px,linear-gradient(rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 32px 32px,var(--surface);color:var(--sage)}.creator-cover>span{position:absolute;left:12px;top:12px;border-radius:999px;background:var(--ink);padding:7px 9px;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}.account-empty{display:grid;min-height:390px;place-items:center;align-content:center;margin-top:28px;border:1px dashed var(--line);background:#fffdf880;padding:40px;text-align:center}.account-empty>svg{margin-bottom:18px;color:var(--sage)}.account-empty h2{font-size:34px}.account-empty p{max-width:520px;margin:12px auto 22px;font-size:14px}.paywall-page{padding-top:24px}.paywall-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);min-height:520px;border:1px solid var(--line);background:var(--surface-light)}.paywall-media{position:relative;min-height:520px;overflow:hidden}.paywall-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72)}.paywall-media-shade{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:24px;background:linear-gradient(transparent 55%,#17191699)}.paywall-media-shade span{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.paywall-intro{align-self:center;padding:clamp(36px,5vw,68px)}.paywall-intro h1{font-size:clamp(42px,5vw,68px)}.paywall-location{margin:12px 0 24px;color:var(--sage);font-size:14px;font-weight:800;text-transform:uppercase}.paywall-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.paywall-stats strong,.paywall-stats span{display:block}.paywall-stats strong{font-family:Playfair Display,serif;font-size:28px}.paywall-stats span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.paywall-content{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:32px;margin-top:48px}.locked-library{min-width:0}.protected-label{flex:0 0 auto;border:1px solid var(--line);padding:9px 11px;color:var(--muted)}.content-list{margin-top:28px;border-top:1px solid var(--line)}.content-row{display:grid;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.content-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);background:var(--surface-light);color:var(--sage)}.content-row p{margin:4px 0 0;font-size:13px;line-height:1.45}.content-row>svg{color:var(--muted)}.locked-preview{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:220px;margin-top:28px;overflow:hidden;border:1px solid var(--line);background:var(--surface);padding:24px}.preview-plan{border:8px double #a6a59e;background:linear-gradient(90deg,transparent 49%,#a6a59e 50%,transparent 52%),linear-gradient(transparent 49%,#a6a59e 50%,transparent 52%);opacity:.55;filter:blur(3px)}.preview-lines{display:grid;align-content:center;gap:16px;filter:blur(3px)}.preview-lines span{height:18px;background:#bdbbb3}.preview-lines span:nth-child(2),.preview-lines span:nth-child(4){width:72%}.preview-lock{position:absolute;left:50%;top:50%;display:grid;width:60px;height:60px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;box-shadow:0 14px 36px #17191638;transform:translate(-50%,-50%)}.purchase-panel{position:sticky;top:118px;border:1px solid var(--line);border-radius:8px;background:var(--surface-light);padding:26px;box-shadow:var(--shadow)}.purchase-price{display:flex;align-items:baseline;gap:10px}.purchase-price strong{font-family:Playfair Display,serif;font-size:52px}.purchase-price span{color:var(--muted);font-size:13px}.purchase-panel>p:not(.eyebrow){margin:6px 0 22px;font-size:14px}.purchase-tier-summary{display:grid;gap:12px;margin:18px 0}.purchase-tier-summary>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;border:1px solid var(--line);border-radius:6px;padding:16px}.purchase-tier-summary>div.featured{border-color:var(--sage);background:var(--sage-soft)}.purchase-tier-summary span{font-size:13px;font-weight:800}.purchase-tier-summary strong{grid-row:span 2;font-family:Playfair Display,serif;font-size:27px}.purchase-tier-summary small{color:var(--muted);font-size:11px}.purchase-tier-summary button{grid-column:1 / -1;width:100%;margin-top:8px}.purchase-upgrade-note{display:flex;align-items:flex-start;gap:8px;border-top:1px solid var(--line);padding-top:16px;color:var(--muted);font-size:11px!important}.purchase-benefits{display:grid;gap:12px;padding:20px 0;border-top:1px solid var(--line)}.purchase-benefits div{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600}.purchase-benefits svg{color:var(--sage)}.purchase-button{width:100%;margin-top:8px}.purchase-signin{width:100%;justify-content:center;margin:18px 0 14px}.purchase-panel>small,.checkout-note{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:11px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#1719169e;padding:20px}.checkout-dialog{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:8px;background:var(--background);box-shadow:0 30px 100px #00000047;padding:30px}.checkout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.checkout-header h2{font-size:34px}.checkout-order{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.checkout-order img{width:74px;height:58px;object-fit:cover}.checkout-order span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.checkout-order>strong{font-family:Playfair Display,serif;font-size:26px}.checkout-placeholder{margin:26px 0;border:1px dashed var(--line);background:var(--surface);padding:28px;text-align:center}.checkout-placeholder svg{color:var(--sage)}.checkout-placeholder h3{margin-top:12px}.checkout-placeholder p{margin-bottom:0;font-size:14px}.checkout-continue{width:100%}.checkout-error{display:flex;align-items:center;gap:8px;margin:0 0 14px;border:1px solid #d7aaa2;background:#fff4f1;padding:11px 12px;color:#8b3f35;font-size:13px}.checkout-note{margin:14px 0 0}.checkout-account{display:flex;align-items:center;gap:8px;margin-top:16px;border:1px solid #bdc7b2;background:var(--sage-soft);padding:11px 12px;color:#46503f;font-size:12px}.checkout-tier-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.checkout-tier-picker>button{display:grid;gap:5px;min-height:118px;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:15px;color:var(--ink);text-align:left}.checkout-tier-picker>button.active{border-color:var(--sage);background:var(--sage-soft);box-shadow:inset 0 0 0 1px var(--sage)}.checkout-tier-picker span{font-size:11px;font-weight:800;text-transform:uppercase}.checkout-tier-picker strong{font-family:Playfair Display,serif;font-size:30px}.checkout-tier-picker small{color:var(--muted);font-size:11px;line-height:1.4}.checkout-disclaimer{margin:18px 0;border:1px solid var(--line);background:var(--surface);padding:18px}.checkout-disclaimer h3{font-size:18px}.checkout-disclaimer ul{display:grid;gap:7px;margin:12px 0 16px;padding-left:18px;color:var(--muted);font-size:11px;line-height:1.45}.checkout-disclaimer a{color:var(--sage);font-weight:700}.checkout-consent{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;border-top:1px solid var(--line);padding-top:14px;font-size:12px;font-weight:650;line-height:1.45}.checkout-consent input{width:18px;height:18px;margin:0;accent-color:var(--sage)}.checkout-result{position:sticky;top:72px;z-index:35;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:min(760px,calc(100% - 32px));margin:16px auto 0;border:1px solid #b6c6ad;background:#f2f7ee;box-shadow:0 10px 28px #212a1d1f;padding:10px 12px;color:#394834;font-size:13px}.checkout-result.cancelled{border-color:var(--line);background:var(--surface);color:var(--ink)}.checkout-result .icon-button{width:30px;height:30px}.auth-backdrop{z-index:100}.auth-dialog{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:8px;background:var(--background);box-shadow:0 30px 100px #0000004d;padding:36px}.auth-close{position:absolute;right:22px;top:22px}.auth-brand{margin-bottom:34px;font-family:Playfair Display,serif;font-size:30px;font-weight:700}.auth-dialog h2{max-width:400px;font-size:38px}.auth-context{margin:12px 0 24px;font-size:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:var(--surface)}.auth-tabs button{min-height:42px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.auth-tabs button:first-child{border-right:1px solid var(--line)}.auth-tabs button.active{background:var(--ink);color:#fff}.account-type-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.account-type-choice button{display:grid;min-height:118px;justify-items:start;align-content:start;gap:7px;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:15px;color:var(--muted);text-align:left}.account-type-choice button.active{border-color:var(--sage);background:var(--sage-soft);color:var(--ink);box-shadow:0 0 0 3px #68735d1f}.account-type-choice strong,.account-type-choice span{display:block}.account-type-choice strong{font-size:12px}.account-type-choice span{font-size:10px;line-height:1.4}.auth-dialog .field{margin-top:14px}.auth-dialog .input-with-icon{min-height:46px}.auth-message{display:flex;align-items:flex-start;gap:8px;margin-top:16px;border:1px solid var(--line);padding:11px;font-size:11px;line-height:1.45}.auth-message svg{flex:0 0 auto}.auth-message.error{border-color:#d4b9a9;background:#f5e9e1;color:#72462f}.auth-message.success{border-color:#bdc7b2;background:var(--sage-soft);color:#46503f}.auth-message.setup{background:var(--surface);color:var(--muted)}.auth-submit{width:100%;margin-top:20px}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-secondary{display:block;margin:17px auto 0;font-size:12px}.auth-footnote{display:flex;align-items:center;justify-content:center;gap:6px;margin:24px 0 0;border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:10px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-heading{max-width:920px;margin-bottom:34px}.page-heading p:not(.eyebrow){max-width:720px}.image-led-projects{padding-top:0}.featured-project-gallery{position:relative;display:grid;width:100%;height:clamp(480px,calc(100svh - 290px),680px);grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:8px;overflow:hidden;border:0;border-radius:8px;background:var(--surface-deep);padding:0;color:#fff;text-align:left}.featured-project-gallery>img{width:100%;height:100%;min-width:0;min-height:0;object-fit:cover;transition:filter .18s ease}.featured-project-gallery:hover>img{filter:brightness(.94)}.featured-project-gallery>img:first-child{grid-column:1 / 8;grid-row:1 / 7}.featured-project-gallery>img:nth-child(2){grid-column:8 / 11;grid-row:1 / 4}.featured-project-gallery>img:nth-child(3){grid-column:11 / 13;grid-row:1 / 4}.featured-project-gallery>img:nth-child(4){grid-column:8 / 10;grid-row:4 / 7}.featured-project-gallery>img:nth-child(5){grid-column:10 / 13;grid-row:4 / 7}.featured-project-gallery.gallery-count-1>img:first-child{grid-column:1 / 13}.featured-project-gallery.gallery-count-2>img:first-child{grid-column:1 / 8}.featured-project-gallery.gallery-count-2>img:nth-child(2){grid-column:8 / 13;grid-row:1 / 7}.featured-project-gallery.gallery-count-3>img:nth-child(2){grid-column:8 / 13}.featured-project-gallery.gallery-count-3>img:nth-child(3){grid-column:8 / 13;grid-row:4 / 7}.featured-project-gallery.gallery-count-4>img:nth-child(2){grid-column:8 / 13}.featured-project-gallery.gallery-count-4>img:nth-child(3){grid-column:8 / 10;grid-row:4 / 7}.featured-project-gallery.gallery-count-4>img:nth-child(4){grid-column:10 / 13}.featured-gallery-caption{z-index:2;display:flex;grid-column:1 / 8;grid-row:5 / 7;align-self:end;align-items:center;justify-content:space-between;gap:24px;width:min(100%,500px);background:#171916e6;padding:16px 20px;color:#fff}.gallery-count-1 .featured-gallery-caption{grid-column:1 / 5}.featured-gallery-caption>span{display:grid;min-width:0;gap:2px}.featured-gallery-caption small{color:#d8d8d2;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.featured-gallery-caption strong{overflow:hidden;font-family:Playfair Display,serif;font-size:28px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.featured-gallery-caption em{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:#fff;font-size:12px;font-style:normal;font-weight:700}.featured-project-gallery:focus-visible,.project-explorer-grid button:focus-visible{outline:3px solid var(--clay);outline-offset:3px}.featured-project-empty{display:grid;min-height:480px;place-content:center;gap:12px;border:1px dashed var(--line);border-radius:8px;background:var(--surface);color:var(--muted);text-align:center}.project-explorer{margin-top:58px;padding-top:34px;border-top:1px solid var(--line)}.project-explorer>h2{margin-bottom:22px;font-size:30px}.project-explorer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.project-explorer-grid button{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-light);padding:0;color:var(--ink);text-align:left}.project-explorer-grid button>img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.project-explorer-grid button>span{display:block;padding:16px 18px 18px}.project-explorer-grid button strong,.project-explorer-grid button small{display:block}.project-explorer-grid button strong{font-family:Playfair Display,serif;font-size:24px}.project-explorer-grid button small{margin-top:5px;color:var(--muted)}.project-explorer-grid button>i{position:absolute;top:12px;right:12px;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#171916e0;color:#fff}.featured-project,.placeholder-project,.studio-step,.data-model{border:1px solid var(--line);background:var(--surface-light)}.featured-project{display:grid;grid-template-columns:44% 1fr 40px;align-items:center;gap:24px;min-height:360px;padding:18px;border-radius:8px;text-align:left}.featured-project img{width:100%;height:100%;min-height:300px;border-radius:6px;object-fit:cover}.featured-project span,.placeholder-project span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.placeholder-project{padding:18px;border-radius:8px}.placeholder-image{display:grid;min-height:150px;margin-bottom:18px;place-items:center;border:1px dashed var(--line);background:var(--surface);color:var(--muted)}.studio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.studio-step{padding:24px}.studio-step svg{color:var(--sage)}.studio-step p{font-size:15px}.data-model{margin-top:24px;padding:26px}.schema-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:640px}.schema-list span{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:9px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.creator-showcase-page{padding-bottom:64px}.creator-showcase-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;padding:34px 0 42px}.creator-showcase-heading h1{max-width:980px;margin-top:10px;font-size:clamp(48px,6.5vw,86px)}.creator-showcase-heading p:last-child{max-width:720px;margin-top:16px;font-size:17px}.creator-showcase-actions{display:flex;align-items:center;gap:10px}.creator-demo-shell{display:grid;grid-template-columns:190px minmax(0,1fr) 300px;min-height:650px;border:1px solid var(--line);background:var(--surface-light)}.creator-demo-shell>nav{border-right:1px solid var(--line);background:var(--surface);padding:18px 12px}.creator-demo-shell>nav button{display:grid;grid-template-columns:28px 20px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:48px;margin-bottom:5px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);text-align:left}.creator-demo-shell>nav button>span{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:10px}.creator-demo-shell>nav button strong{font-size:12px}.creator-demo-shell>nav button.active{border-color:var(--line);background:var(--surface-light);color:var(--ink)}.creator-demo-shell>nav button.active>span{border-color:var(--sage);background:var(--sage);color:#fff}.creator-demo-workspace{min-width:0;padding:26px}.creator-demo-inspector{border-left:1px solid var(--line);background:var(--background);padding:26px}.creator-demo-inspector h3{margin-top:18px;font-size:25px}.creator-demo-inspector>p:last-of-type{margin-top:12px;color:var(--muted);font-size:13px}.creator-demo-inspector dl{margin-top:24px}.creator-demo-inspector dl div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line)}.demo-only-label,.anchor-count{border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.creator-demo-plan{position:relative;min-height:510px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(90deg,rgba(23,25,22,.05) 1px,transparent 1px) 0 0 / 42px 42px,linear-gradient(rgba(23,25,22,.05) 1px,transparent 1px) 0 0 / 42px 42px,#f8f7f2}.creator-demo-plan:before{content:"";position:absolute;left:12%;top:14%;width:74%;height:68%;border:7px double #8b8e85;opacity:.55}.demo-room-zone{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;border:1px solid #7b866f;border-radius:5px;background:#dde5d3f0;padding:10px;font-size:11px;font-weight:800}.creator-product-library{display:grid;gap:30px}.creator-product-category>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;border-bottom:1px solid var(--line);padding-bottom:9px}.creator-product-category h3{font-size:20px}.creator-product-category>div:first-child>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--surface-deep);font-size:10px;font-weight:800}.creator-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.creator-product-grid>button{display:grid;min-width:0;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:center;border:1px solid var(--line);border-radius:6px;background:var(--background);padding:10px;text-align:left}.creator-product-grid>button:hover,.creator-product-grid>button:focus-visible,.creator-product-grid>button.active{border-color:var(--sage);background:var(--sage-soft)}.creator-product-image{display:grid;width:78px;height:78px;overflow:hidden;place-items:center;border-radius:4px;background:var(--surface-deep);color:var(--sage)}.creator-product-image img{width:100%;height:100%;object-fit:contain}.creator-product-copy{min-width:0}.creator-product-copy strong,.creator-product-copy small,.creator-product-copy em{display:block;overflow:hidden;text-overflow:ellipsis}.creator-product-copy strong{line-height:1.25}.creator-product-copy small{margin-top:5px;color:var(--muted);font-size:10px;white-space:nowrap}.creator-product-copy em{margin-top:9px;color:var(--sage);font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}.demo-room-zone span{color:var(--sage);font-family:Playfair Display,serif;font-size:17px}.demo-room-zone.kitchen{left:57%;top:23%}.demo-room-zone.living{left:22%;top:47%}.demo-room-zone.suite{left:61%;top:63%}.creator-demo-photo{position:relative;min-height:510px;overflow:hidden;border:1px solid var(--line)}.creator-demo-photo img{width:100%;height:100%;min-height:510px;object-fit:cover}.creator-demo-photo>span:not(.demo-anchor){position:absolute;left:14px;bottom:14px;border-radius:4px;background:#171916e6;padding:8px 10px;color:#fff;font-size:11px;font-weight:800}.demo-anchor{position:absolute;display:grid;width:32px;height:32px;place-items:center;border:5px solid rgba(255,255,255,.72);border-radius:50%;background:var(--sage);color:#fff;font-size:10px;font-weight:900}.demo-anchor.faucet{left:69%;top:55%}.demo-anchor.cabinet{left:36%;top:36%}.demo-anchor.pendant{left:55%;top:18%}.creator-demo-publish{display:grid;min-height:570px;place-items:center;align-content:center;text-align:center}.creator-demo-publish>svg{margin-bottom:18px;color:var(--sage)}.creator-demo-publish h2{max-width:620px;margin-top:10px;font-size:40px}.creator-demo-publish>div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px;margin-top:28px}.creator-demo-publish>div span{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.creator-access-dialog,.delete-dialog{position:relative;width:min(500px,calc(100vw - 32px));border:1px solid var(--line);border-radius:8px;background:var(--background);padding:38px}.creator-access-dialog>svg,.delete-dialog>svg{margin-bottom:20px;color:var(--sage)}.creator-access-dialog h2,.delete-dialog h2{margin-top:8px;font-size:35px}.creator-access-dialog>p:last-of-type,.delete-dialog>p:last-of-type{margin:14px 0 24px;color:var(--muted);font-size:14px}.creator-access-dialog{max-height:calc(100vh - 32px);overflow-y:auto}.creator-access-options{display:grid;gap:18px}.creator-access-options form{display:grid;gap:12px}.creator-access-options .field{margin:0}.creator-access-options .solid{width:100%}.creator-access-divider{position:relative;display:grid;place-items:center;height:20px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.creator-access-divider:before{position:absolute;right:0;left:0;height:1px;background:var(--line);content:""}.creator-access-divider span{position:relative;background:var(--background);padding:0 10px}.creator-request-footer,.contact-admin-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.creator-request-footer>span,.contact-admin-actions>span{color:var(--muted);font-size:10px}.contact-admin-dialog{position:relative;width:min(540px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow-y:auto;border:1px solid var(--line);border-radius:8px;background:var(--background);padding:38px}.contact-admin-dialog>svg{margin-bottom:18px;color:var(--sage)}.contact-admin-dialog h2{margin-top:8px;font-size:36px}.contact-admin-dialog>p:not(.eyebrow){margin:12px 0 22px;color:var(--muted);font-size:14px}.contact-admin-dialog form{display:grid;gap:14px}.contact-admin-dialog .field{margin:0}.admin-page{width:min(1500px,calc(100% - 64px));min-height:calc(100vh - 96px);margin:0 auto;padding:34px 0 72px}.admin-heading,.admin-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-heading h1{margin-top:5px;font-size:42px}.admin-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:26px;border:1px solid var(--line);background:var(--surface-light)}.admin-stats>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px 10px;min-height:105px;border-right:1px solid var(--line);padding:18px}.admin-stats>div:last-child{border-right:0}.admin-stats svg{color:var(--sage)}.admin-stats strong{font-family:Playfair Display,serif;font-size:30px}.admin-stats span{grid-column:1 / -1;color:var(--muted);font-size:11px;font-weight:700}.admin-alert{display:flex;align-items:center;gap:8px;margin-top:16px;border:1px solid #d4b9a9;background:#f5e9e1;padding:11px 14px;color:#72462f;font-size:12px}.admin-layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:620px;margin-top:22px;border:1px solid var(--line);background:var(--surface-light)}.admin-nav{border-right:1px solid var(--line);background:var(--surface);padding:12px}.admin-nav button{display:flex;width:100%;min-height:44px;align-items:center;gap:10px;border:1px solid transparent;border-radius:5px;background:transparent;padding:0 12px;color:var(--muted);font-size:12px;font-weight:800;text-align:left}.admin-nav button.active{border-color:var(--sage);background:var(--sage-soft);color:var(--ink)}.admin-content{min-width:0;padding:24px}.admin-section-heading{padding-bottom:18px}.admin-section-heading h2{margin-top:4px;font-size:30px}.admin-section-heading>span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:10px;font-weight:800}.admin-table{overflow-x:auto;border:1px solid var(--line);background:var(--background)}.admin-table-head,.admin-table-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;min-width:680px}.admin-table-head.four,.admin-table-row.four{grid-template-columns:1.2fr 1.2fr .8fr .9fr;min-width:820px}.admin-table-head{border-bottom:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.admin-table-row{border-bottom:1px solid var(--line);font-size:12px}.admin-table-row:last-child{border-bottom:0}.admin-table-head>span,.admin-table-row>span{min-width:0;border-right:1px solid var(--line);padding:12px 14px}.admin-table-head>span:last-child,.admin-table-row>span:last-child{border-right:0}.admin-table-row span,.admin-table-row strong,.admin-table-row small{overflow-wrap:anywhere}.admin-table-row strong,.admin-table-row small{display:block}.admin-table-row small{margin-top:3px;color:var(--muted);font-size:10px}.admin-empty,.admin-loading,.admin-denied{display:flex;min-height:220px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);background:var(--surface-light);color:var(--muted);font-size:13px;text-align:center}.admin-denied{flex-direction:column;margin-top:48px;padding:40px}.admin-denied h1{color:var(--ink);font-size:32px}.admin-message-list{display:grid;gap:10px}.admin-message-list article,.admin-request,.admin-invite-row,.admin-contact-log article{border:1px solid var(--line);background:var(--background);padding:15px}.admin-message-list article>div,.admin-message-list footer,.admin-request header,.admin-invite-row,.admin-contact-log article{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-message-list article>div span,.admin-message-list footer,.admin-request small,.admin-invite-row small,.admin-contact-log small{color:var(--muted);font-size:10px}.admin-message-list article>p,.admin-request p,.admin-contact-log p{margin:12px 0;font-size:13px;line-height:1.55;white-space:pre-wrap}.admin-message-list footer{justify-content:flex-start;flex-wrap:wrap}.admin-message-list footer em,.admin-request header span{margin-left:auto;color:var(--sage);font-style:normal;font-weight:800}.admin-invite-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;border:1px solid var(--line);background:var(--background);padding:16px}.admin-invite-form label,.admin-invite-form label span{display:grid;gap:7px}.admin-invite-form label span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.admin-new-invite{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;border:1px solid var(--sage);background:var(--sage-soft);padding:16px}.admin-new-invite strong,.admin-new-invite span{display:block}.admin-new-invite strong{margin:5px 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:18px}.admin-new-invite span{color:var(--muted);font-size:10px}.admin-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.admin-split>div,.admin-contact-log{display:grid;align-content:start;gap:8px}.admin-split h3,.admin-contact-log h3{margin-bottom:5px;font-size:16px}.admin-request header span{font-size:9px;text-transform:uppercase}.admin-invite-row>span:last-child{text-align:right}.admin-contact-log{margin-top:24px}.admin-contact-log article{align-items:flex-start;justify-content:flex-start}.admin-contact-log article>div{min-width:0;flex:1}.admin-contact-log article>span{color:var(--sage);font-size:9px;font-weight:800;text-transform:uppercase}.delete-dialog>div{display:flex;justify-content:flex-end;gap:10px}.danger-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid #a94b42;border-radius:5px;background:transparent;padding:0 14px;color:#8f352d;font-weight:800}.danger-button.small{min-height:38px;padding:0 11px}.creator-project-actions{display:flex;align-items:center;gap:8px}.studio-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.studio-toolbar h2{font-size:34px}.studio-toolbar>div>span{display:flex;align-items:center;gap:6px;margin-top:8px;color:var(--muted);font-size:12px}.studio-actions,.workspace-actions{display:flex;flex-wrap:wrap;gap:10px}.editor-shell{display:grid;grid-template-columns:220px minmax(0,1fr) 330px;min-height:720px;border:1px solid var(--line);background:var(--surface-light)}.editor-steps{border-right:1px solid var(--line);background:var(--surface);padding:18px 12px}.editor-steps>button{display:grid;grid-template-columns:26px 20px minmax(0,1fr) 18px;align-items:center;gap:7px;width:100%;min-height:48px;margin-bottom:5px;border:1px solid transparent;border-radius:6px;background:transparent;padding:8px;color:var(--muted);text-align:left}.editor-steps>button>span{display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-light);font-size:11px;font-weight:800}.editor-steps>button strong{font-size:12px}.editor-steps>button.active{border-color:var(--line);background:var(--surface-light);color:var(--ink)}.editor-steps>button.active>span{border-color:var(--sage);background:var(--sage);color:#fff}.step-check{color:var(--sage)}.completion-meter{margin:28px 8px 0}.completion-meter>div{height:5px;overflow:hidden;background:var(--surface-deep)}.completion-meter>div span{display:block;height:100%;background:var(--sage)}.completion-meter small{display:block;margin-top:8px;color:var(--muted);font-size:10px}.editor-room-switcher{margin:24px 8px 0;border-top:1px solid var(--line);padding-top:18px}.editor-room-switcher-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.editor-room-switcher-heading small{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--surface-deep);color:var(--ink);font-size:10px}.editor-room-switcher-list{display:grid;gap:6px}.editor-room-switcher-list button{display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:54px;border:1px solid transparent;border-radius:5px;background:transparent;padding:8px;color:var(--muted);text-align:left}.editor-room-switcher-list button:hover,.editor-room-switcher-list button.active{border-color:var(--line);background:var(--surface-light);color:var(--ink)}.editor-room-switcher-list button.active{border-color:var(--sage);background:var(--sage-soft)}.editor-room-switcher-list button>span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--surface-deep);font-size:9px;font-weight:800}.editor-room-switcher-list button.active>span{background:var(--sage);color:#fff}.editor-room-switcher-list strong,.editor-room-switcher-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-room-switcher-list strong{font-size:11px}.editor-room-switcher-list small{margin-top:3px;font-size:9px}.editor-workspace{min-width:0;padding:24px}.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.workspace-heading h2{font-size:30px}.file-input-hidden{display:none}.editor-empty-state{display:grid;min-height:590px;place-items:center;align-content:center;text-align:center}.editor-empty-state>svg{margin-bottom:18px;color:var(--sage)}.editor-empty-state p:last-child{max-width:480px}.editor-empty-state.compact{min-height:360px;border:1px dashed var(--line)}.cover-image-editor{position:relative;display:grid;width:100%;overflow:hidden;aspect-ratio:16 / 10;place-items:center;align-content:center;gap:12px;border:1px dashed var(--line);border-radius:6px;background:var(--surface);color:var(--muted)}.cover-image-editor.has-image{border-style:solid}.cover-image-editor img{width:100%;height:100%;object-fit:cover}.cover-image-editor strong{font-size:13px}.cover-image-editor:hover,.cover-image-editor:focus-visible{border-color:var(--sage);box-shadow:0 0 0 3px #68735d1f}.homepage-gallery-editor{display:grid;gap:28px}.homepage-gallery-template{display:grid;height:clamp(360px,48vw,590px);grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:7px;overflow:hidden;border-radius:6px;background:var(--surface-deep)}.homepage-gallery-template>button{position:relative;display:grid;min-width:0;min-height:0;place-items:center;overflow:hidden;border:1px solid transparent;background:var(--surface);color:var(--muted)}.homepage-gallery-template>button:nth-child(1){grid-column:1 / 8;grid-row:1 / 7}.homepage-gallery-template>button:nth-child(2){grid-column:8 / 11;grid-row:1 / 4}.homepage-gallery-template>button:nth-child(3){grid-column:11 / 13;grid-row:1 / 4}.homepage-gallery-template>button:nth-child(4){grid-column:8 / 10;grid-row:4 / 7}.homepage-gallery-template>button:nth-child(5){grid-column:10 / 13;grid-row:4 / 7}.homepage-gallery-template>button.active{z-index:1;border-color:var(--ink);box-shadow:inset 0 0 0 3px #fff}.homepage-gallery-template>button.empty{border-style:dashed}.homepage-gallery-template img{width:100%;height:100%;object-fit:cover}.homepage-gallery-template button>span{position:absolute;bottom:10px;left:10px;border-radius:3px;background:#171916e0;padding:6px 8px;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}.gallery-image-picker-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:12px}.gallery-image-picker-heading .eyebrow{margin-bottom:4px}.gallery-image-picker-heading h3{font-size:24px}.gallery-image-picker-heading>span{color:var(--sage);font-size:11px;font-weight:800;text-transform:uppercase}.gallery-image-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.gallery-image-picker>button{position:relative;display:grid;min-width:0;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;border:1px solid var(--line);border-radius:5px;background:var(--background);padding:8px;text-align:left}.gallery-image-picker>button:hover,.gallery-image-picker>button:focus-visible,.gallery-image-picker>button.selected{border-color:var(--sage);background:var(--sage-soft)}.gallery-image-picker img{width:92px;height:72px;border-radius:3px;object-fit:cover}.gallery-image-picker strong,.gallery-image-picker small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-image-picker strong{font-size:11px}.gallery-image-picker small{margin-top:4px;color:var(--muted);font-size:9px}.gallery-image-picker i{position:absolute;top:6px;left:6px;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-size:9px;font-style:normal;font-weight:800}.rooms-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rooms-editor-grid>button{display:grid;min-width:0;min-height:176px;grid-template-columns:150px minmax(0,1fr) 20px;align-items:center;gap:18px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:0 18px 0 0;color:var(--ink);text-align:left}.rooms-editor-grid>button:hover,.rooms-editor-grid>button.active{border-color:var(--sage);box-shadow:0 10px 28px #17191614}.rooms-editor-grid>button.active{background:var(--sage-soft)}.rooms-editor-media{position:relative;display:grid;width:150px;height:100%;min-height:174px;place-items:center;overflow:hidden;background:var(--surface);color:var(--sage)}.rooms-editor-media img{width:100%;height:100%;object-fit:cover}.rooms-editor-media i{position:absolute;top:12px;left:12px;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#171916e0;color:#fff;font-size:10px;font-style:normal;font-weight:800}.rooms-editor-copy{min-width:0}.rooms-editor-copy strong,.rooms-editor-copy small,.rooms-editor-copy em{display:block}.rooms-editor-copy strong{font-family:Playfair Display,serif;font-size:23px;line-height:1.1;overflow-wrap:anywhere}.rooms-editor-copy small{margin-top:7px;color:var(--muted)}.rooms-editor-copy em{margin-top:18px;color:var(--sage);font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.rooms-editor-grid>.rooms-editor-add{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;border-style:dashed;padding:28px;color:var(--muted);text-align:center}.rooms-editor-add strong{color:var(--ink)}.rooms-editor-add small{max-width:260px;line-height:1.5}.room-create-summary{margin-bottom:24px}.plan-editor{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(90deg,rgba(23,25,22,.05) 1px,transparent 1px) 0 0 / 42px 42px,linear-gradient(rgba(23,25,22,.05) 1px,transparent 1px) 0 0 / 42px 42px,#f8f7f2}.plan-editor.has-image{min-height:0;background:#fff}.plan-editor-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.plan-upload-empty{position:absolute;left:50%;top:50%;z-index:3;display:grid;min-width:min(320px,calc(100% - 40px));place-items:center;gap:8px;border:1px dashed var(--line);border-radius:6px;background:#fffdf8f5;padding:28px;color:var(--muted);text-align:center;transform:translate(-50%,-50%)}.plan-upload-empty strong{color:var(--ink);font-size:14px}.plan-upload-empty span{font-size:11px}.plan-upload-empty button{margin-top:6px}.plan-editor:before,.plan-editor:after{content:"";position:absolute;border:6px double #888a82;opacity:.55}.plan-editor.empty:before,.plan-editor.empty:after,.plan-editor.has-image:before,.plan-editor.has-image:after{display:none}.plan-editor:before{left:12%;top:16%;width:40%;height:62%}.plan-editor:after{right:10%;top:20%;width:34%;height:67%}.plan-editor.placing{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.editor-plan-core{position:absolute;z-index:1;background:#888a82;opacity:.55}.editor-plan-core.horizontal{left:13%;top:52%;width:76%;height:4px}.editor-plan-core.vertical{left:55%;top:20%;width:4px;height:67%}.editor-room-pin{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:7px;max-width:170px;border:1px solid var(--line);border-radius:5px;background:#fffdf8f0;padding:7px 9px;color:var(--ink);font-size:11px;font-weight:800;transform:translate(-50%,-50%)}.editor-room-pin strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-room-pin>span{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-size:10px}.editor-room-pin.active{border-color:var(--sage);box-shadow:0 0 0 3px #68735d29}.editor-room-pin.area{display:grid;max-width:none;min-width:0;min-height:0;place-items:center;overflow:hidden;border:2px solid var(--sage);background:#dde4d3b8;padding:8px;text-align:center;transform:none}.editor-room-pin.area>span{position:absolute;left:6px;top:6px;width:20px;height:20px}.editor-room-pin.area strong{max-width:100%;font-size:10px}.draft-room-area{position:absolute;z-index:5;display:grid;min-width:1px;min-height:1px;place-items:center;overflow:hidden;border:2px dashed var(--ink);background:#dde4d394;color:var(--ink);font-size:10px;font-weight:800;pointer-events:none}.placement-hint{position:absolute;left:50%;top:20px;z-index:6;display:flex;align-items:center;gap:7px;border-radius:5px;background:var(--ink);padding:9px 12px;color:#fff;font-size:11px;font-weight:800;pointer-events:none;transform:translate(-50%)}.editor-inspector{border-left:1px solid var(--line);background:var(--background);padding:24px}.inspector-summary{padding-top:10px}.inspector-summary>svg{color:var(--sage)}.inspector-summary h3{margin-top:15px}.inspector-summary p{margin:5px 0 20px;font-size:13px}.field{display:grid;gap:7px;margin-top:16px}.field>span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:5px;outline:0;background:var(--surface-light);padding:11px 12px;color:var(--ink);font:inherit;font-size:13px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px #68735d1f}.field textarea{resize:vertical}.field-row{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.input-with-icon,.price-input{display:flex;align-items:center;border:1px solid var(--line);border-radius:5px;background:var(--surface-light);padding-left:10px;color:var(--muted)}.input-with-icon input,.price-input input{border:0;box-shadow:none}.input-with-icon input:focus,.price-input input:focus{box-shadow:none}.inspector-save{width:100%;margin-top:20px}.inspector-save:disabled{opacity:.45;cursor:not-allowed}.coordinate-readout{display:flex;align-items:center;gap:8px;border:1px solid #bdc7b2;background:var(--sage-soft);padding:10px;color:#46503f;font-size:11px;font-weight:800}.room-view-tabs{display:flex;justify-content:safe center;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:3px}.room-view-tab{position:relative;flex:0 0 150px;height:96px}.room-view-select,.room-view-tabs button.add-view{position:relative;display:grid;width:100%;height:100%;overflow:hidden;place-items:center;border:1px solid var(--line);border-radius:5px;background:var(--surface-deep);padding:0;color:var(--muted)}.room-view-select.active{border-color:var(--sage);box-shadow:inset 0 0 0 2px var(--sage)}.room-view-select>img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:auto;height:auto;max-width:100%;max-height:100%;margin:auto;object-fit:contain;object-position:center}.room-view-select span{position:absolute;left:6px;bottom:6px;border-radius:3px;background:#171916e0;padding:4px 6px;color:#fff;font-size:9px;font-weight:800}.room-view-delete{position:absolute;top:5px;right:5px;z-index:2;display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:4px;background:#171916d1;padding:0;color:#fff}.room-view-delete:hover{background:#8d3f37}.room-view-tabs button.add-view{flex:0 0 150px;height:96px;align-content:center;gap:5px;border-style:dashed;background:var(--surface)}.room-view-tabs button.add-view span{position:static;background:transparent;padding:0;color:inherit}.product-image-editor{overflow:hidden;margin-top:18px;border:1px dashed var(--line);border-radius:5px;background:var(--surface-light)}.product-image-editor.has-image{border-style:solid}.product-image-editor>img{display:block;width:100%;max-height:230px;object-fit:contain;background:var(--surface)}.product-image-editor>div:first-child:not(.product-image-actions){display:grid;min-height:120px;place-items:center;align-content:center;gap:8px;color:var(--muted);font-size:11px;font-weight:700}.product-image-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding:9px}.product-image-actions .ghost{flex:1}.product-image-actions .icon-button{flex:0 0 38px;color:#9e443c}.room-photo-preview{width:100%;overflow:hidden;margin-inline:auto;border:1px solid var(--line);background:var(--surface)}.room-photo-preview img{display:block;width:100%;height:100%;object-fit:contain}.photo-meta{display:flex;align-items:center;gap:12px;margin-top:18px;border-top:1px solid var(--line);padding-top:18px}.photo-meta svg{color:var(--sage)}.photo-meta strong,.photo-meta span{display:block}.photo-meta strong{font-size:13px}.photo-meta span{margin-top:4px;color:var(--muted);font-size:11px}.inspector-tip{display:flex;align-items:flex-start;gap:9px;margin-top:24px;border-top:1px solid var(--line);padding-top:18px}.inspector-tip svg{flex:0 0 auto;color:var(--brass)}.inspector-tip p{margin:0;font-size:12px;line-height:1.5}.anchor-count{border:1px solid var(--line);border-radius:999px;padding:8px 10px;color:var(--muted);font-size:11px;font-weight:800}.anchor-editor-stage{position:relative;width:100%;overflow:hidden;margin-inline:auto;border:1px solid var(--line);background:var(--surface);cursor:crosshair}.anchor-editor-stage>img{display:block;width:100%;height:100%;object-fit:contain}.photo-tag-instruction{display:flex;align-items:center;gap:7px;margin:10px 0 0;color:var(--muted);font-size:11px}.editor-hotspot{position:absolute;display:grid;width:32px;height:32px;place-items:center;border:3px solid white;border-radius:50%;background:var(--ink);color:#fff;box-shadow:0 6px 20px #00000047;transform:translate(-50%,-50%)}.editor-hotspot span{font-size:11px;font-weight:800}.editor-hotspot.active{background:var(--sage);box-shadow:0 0 0 9px #68735d4d,0 6px 20px #00000047}.anchor-list{display:flex;gap:8px;margin-top:12px;overflow-x:auto}.anchor-list button{display:grid;grid-template-columns:24px minmax(150px,1fr);gap:0 8px;min-width:220px;border:1px solid var(--line);border-radius:5px;background:var(--background);padding:9px;text-align:left}.anchor-list button.active{border-color:var(--sage);background:var(--sage-soft)}.anchor-list button>span{grid-row:1 / 3;display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:10px}.anchor-list strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.anchor-list small{margin-top:3px;color:var(--muted);font-size:10px}.product-list-empty{display:grid;min-width:240px;min-height:64px;place-items:center;border:1px dashed var(--line);color:var(--muted);font-size:11px}.tagged-product-summary{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;margin-top:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.tagged-product-summary>span{display:grid;width:64px;height:64px;overflow:hidden;place-items:center;border-radius:4px;background:var(--surface-deep);color:var(--sage)}.tagged-product-summary img{width:100%;height:100%;object-fit:contain}.tagged-product-summary small,.tagged-product-summary strong{display:block}.tagged-product-summary small{color:var(--sage);font-size:9px;font-weight:800;text-transform:uppercase}.tagged-product-summary strong{margin-top:3px;font-size:13px}.tagged-product-summary p{margin:4px 0 0;color:var(--muted);font-size:10px}.inspector-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.small-icon{width:38px;min-height:38px}.publish-review{max-width:700px;margin:24px auto}.access-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.access-choice button{display:grid;min-height:150px;justify-items:start;align-content:start;gap:8px;border:1px solid var(--line);border-radius:6px;background:var(--background);padding:20px;color:var(--muted);text-align:left}.access-choice button.active{border-color:var(--sage);background:var(--sage-soft);color:var(--ink);box-shadow:0 0 0 3px #68735d1f}.access-choice strong{font-size:15px}.access-choice span{font-size:12px;line-height:1.45}.publish-checklist{display:grid;gap:12px;margin-top:30px;border-top:1px solid var(--line);padding-top:24px}.publish-checklist div{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700}.publish-checklist svg{color:var(--sage)}.publish-checklist .incomplete{color:#8f352d}.publish-checklist .incomplete svg{color:#a94b42}.publish-errors{display:grid;gap:8px;margin-top:20px;border:1px solid #d5aaa5;background:#fbf0ee;padding:14px;color:#83382f;font-size:12px;font-weight:700}.publish-errors span{display:flex;align-items:center;gap:7px}.publish-action-status{display:flex;align-items:flex-start;gap:8px;margin-top:12px;border:1px solid #bdc7b2;background:var(--sage-soft);padding:11px;color:#46503f;font-size:12px;font-weight:700;line-height:1.45}.publish-action-status svg{flex:0 0 auto}.publish-action-status.error{border-color:#d5aaa5;background:#fbf0ee;color:#83382f}.purchased-project-page{padding-top:0}.project-access-label{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;margin-bottom:0;border:1px solid #b7c2ad;border-radius:999px;background:var(--sage-soft);padding:7px 10px;color:#46503f;font-size:11px;font-weight:800;text-transform:uppercase}.purchased-project-location{color:var(--muted);font-size:11px;font-weight:700}.purchased-room-browser{display:grid;width:100%;min-width:0;grid-template-columns:210px minmax(0,1fr);align-items:start;gap:22px;margin-top:0}.purchased-room-browser>*{max-width:100%;min-width:0}.purchased-room-sidebar{max-height:calc(100svh - 280px);overflow-x:hidden;overflow-y:auto;border:1px solid var(--line);border-radius:7px;background:var(--surface-light);padding:16px}.purchased-room-sidebar>.eyebrow{margin-bottom:8px}.purchased-project-identity{display:grid;gap:9px;margin:-2px 0 18px;border-bottom:1px solid var(--line);padding-bottom:18px}.purchased-project-identity>.text-link{width:fit-content;font-size:11px}.purchased-project-identity .project-access-label{width:fit-content;max-width:100%;padding:6px 8px;font-size:9px}.purchased-project-identity h1{overflow-wrap:anywhere;font-size:27px;line-height:1.05}.purchased-room-switcher{display:grid;margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchased-room-switcher button{display:grid;min-width:0;grid-template-columns:30px minmax(0,1fr);gap:3px 10px;border:0;border-right:0;border-bottom:1px solid var(--line);border-left:3px solid transparent;background:transparent;padding:11px 8px 10px;color:var(--ink);text-align:left}.purchased-room-switcher button:last-child{border-bottom:0}.purchased-room-switcher button>span{grid-row:1 / span 2;color:var(--sage);font-family:Playfair Display,serif;font-size:18px}.purchased-room-switcher button strong,.purchased-room-switcher button small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchased-room-switcher button small{color:var(--muted)}.purchased-room-switcher button.active{border-left-color:var(--sage);background:var(--sage-soft)}.purchased-project-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchased-project-stats div{min-width:0;padding:18px 14px;border-right:1px solid var(--line);text-align:center}.purchased-project-stats div:last-child{border-right:0}.purchased-project-stats dd{margin-top:5px;font-family:Playfair Display,serif;font-size:28px;text-align:center}.project-reader-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;margin-top:42px}.project-plan-panel,.project-room-index{border:1px solid var(--line);border-radius:8px;background:var(--surface-light)}.project-plan-panel{padding:24px}.purchased-floor-plan{position:relative;min-height:500px;margin-top:24px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(90deg,rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 40px 40px,linear-gradient(rgba(23,25,22,.06) 1px,transparent 1px) 0 0 / 40px 40px,#fbfaf6}.purchased-floor-plan.has-image{min-height:0;background:#fff}.purchased-floor-plan.has-image img{position:absolute;width:100%;height:100%;object-fit:contain}.purchased-plan-room{position:absolute;z-index:2;border:1px solid #565850;border-radius:4px;background:#fffdf8f0;color:var(--ink);transform:translate(-50%,-50%)}.purchased-plan-room.marker{min-width:138px;min-height:72px;padding:14px}.purchased-plan-room.area{min-width:0;min-height:0;padding:10px;transform:none}.purchased-plan-room.area:after{display:none}.purchased-plan-room span{font-size:12px;font-weight:800;text-transform:uppercase}.purchased-plan-room:after{content:"";position:absolute;left:50%;bottom:-8px;width:14px;height:14px;border:3px solid white;border-radius:50%;background:var(--sage);box-shadow:0 0 0 6px #68735d2e;transform:translate(-50%)}.purchased-plan-room.active{border-color:var(--sage);background:var(--sage-soft);box-shadow:0 16px 32px #1719161f}.project-plan-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:12px;color:var(--muted);text-align:center}.project-room-index{padding:24px}.project-room-index h2{margin:6px 0 18px;font-size:25px}.project-room-index>div{border-top:1px solid var(--line)}.project-room-index>div button{display:grid;width:100%;grid-template-columns:32px minmax(0,1fr);gap:4px 10px;padding:16px 8px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.project-room-index>div button>span{grid-row:1 / span 2;color:var(--sage);font-family:Playfair Display,serif;font-size:18px}.project-room-index>div button strong,.project-room-index>div button small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-room-index>div button small{color:var(--muted)}.project-room-index>div button.active{background:var(--sage-soft)}.project-room-index dl{margin:26px 0 0}.project-room-index dl div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line)}.purchased-room-section{scroll-margin-top:24px;min-width:0;margin-top:0;padding-top:0;border-top:0}.purchased-room-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.purchased-room-heading h2{margin:5px 0 8px;font-size:38px}.purchased-room-heading p:last-child{max-width:680px}.purchased-room-layout{display:grid;width:100%;min-width:0;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px}.purchased-room-layout>*{min-width:0}.purchased-photo-stage{position:relative;width:100%;overflow:hidden;margin-inline:auto;border-radius:8px;background:var(--surface);box-shadow:var(--shadow);aspect-ratio:16 / 10;max-height:calc(100svh - 280px)}.purchased-photo-zoom{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;border:0;background:transparent;padding:0}.purchased-photo-zoom>img{display:block;width:100%;height:100%;object-fit:contain}.purchased-photo-zoom>svg{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:4px;background:#171916c7;padding:8px;color:#fff;opacity:0;transition:opacity .16s ease}.purchased-photo-zoom:hover>svg,.purchased-photo-zoom:focus-visible>svg{opacity:1}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#0f100eeb;padding:28px}.photo-lightbox>img{display:block;max-width:calc(100vw - 56px);max-height:calc(100vh - 56px);object-fit:contain}.photo-lightbox-close{position:absolute;top:20px;right:20px;z-index:1;border-color:#ffffffb8;background:#171916b3;color:#fff}.photo-data-note{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:7px;max-width:calc(100% - 28px);border-radius:4px;background:#171916d6;padding:8px 10px;color:#fff;font-size:12px}.purchased-photo-strip{display:flex;width:100%;max-width:100%;min-width:0;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 2px 8px;scrollbar-width:thin}.purchased-photo-strip button{width:112px;min-width:112px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:var(--surface-light);text-align:left}.purchased-photo-strip button.active{border-color:var(--sage);box-shadow:0 0 0 2px #68735d2e}.purchased-photo-strip img{width:100%;aspect-ratio:16 / 9;background:var(--surface);object-fit:contain}.purchased-photo-strip span{display:block;overflow:hidden;padding:8px;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.purchased-room-gallery{width:100%;max-width:100%;min-width:0;margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.purchased-room-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:7px}.purchased-room-gallery-heading .eyebrow{margin:0}.purchased-room-gallery-heading>span{color:var(--muted);font-size:11px;font-weight:800}.project-spec-index{max-height:calc(100svh - 280px);overflow-x:hidden;overflow-y:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface-light)}.project-spec-index>div:first-child{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.project-spec-index>div:first-child p{margin:0}.project-spec-index>div:first-child span{display:grid;width:28px;height:28px;place-content:center;border-radius:50%;background:var(--surface);font-weight:800}.project-spec-index>button{display:grid;width:100%;grid-template-columns:72px minmax(0,1fr);gap:3px 12px;padding:14px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.project-spec-index>button:hover,.project-spec-index>button:focus-visible{background:var(--sage-soft)}.project-spec-index>button img{width:72px;height:72px;grid-row:1 / span 3;border-radius:4px;background:var(--surface);object-fit:contain}.project-spec-index>button span,.project-spec-index>button small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-spec-index>button span{color:var(--sage);font-weight:800;text-transform:uppercase}.project-spec-index>button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-spec-index>.locked-product-card{position:relative;display:block;min-height:104px;padding:14px}.locked-product-card-preview{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;filter:blur(7px);opacity:.52;pointer-events:none}.locked-product-card-preview>i{width:72px;height:72px;border-radius:4px;background:#aeb4a8}.locked-product-card-preview>span{display:grid;gap:8px}.locked-product-card-preview>span i,.locked-product-title-lines i,.locked-product-description-lines i{display:block;height:9px;border-radius:999px;background:#8f9689}.locked-product-card-preview>span i:nth-child(1){width:42%}.locked-product-card-preview>span i:nth-child(2){width:82%;height:14px}.locked-product-card-preview>span i:nth-child(3){width:66%}.locked-product-card-label{position:absolute;inset:50% 12px auto 98px;display:flex;align-items:center;gap:6px;color:var(--ink)!important;font-size:10px!important;font-weight:800;text-transform:uppercase;transform:translateY(-50%)}.project-spec-empty{display:grid;min-height:230px;place-content:center;gap:12px;padding:24px;color:var(--muted);text-align:center}.project-product-catalog{margin-top:48px;border-top:1px solid var(--line);padding-top:36px}.project-product-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.project-product-catalog-heading h2{margin:5px 0 8px;font-size:38px}.project-product-catalog-heading p:last-child{max-width:680px}.project-product-catalog-heading>span{display:flex;flex:0 0 auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:10px 13px;color:var(--muted);font-size:11px;font-weight:800}.project-product-groups{display:grid;gap:38px}.project-product-group>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;border-bottom:1px solid var(--line);padding-bottom:10px}.project-product-group>header h3{font-size:24px}.project-product-group>header span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--surface-deep);font-size:10px;font-weight:800}.project-product-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.project-product-group button{display:grid;min-width:0;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:14px;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:10px;text-align:left}.project-product-group button:hover,.project-product-group button:focus-visible{border-color:var(--sage);background:var(--sage-soft)}.project-product-group button>img{width:104px;height:104px;border-radius:4px;background:var(--surface);object-fit:contain}.project-product-group button>span,.project-product-group button strong,.project-product-group button small,.project-product-group button em{display:block;min-width:0}.project-product-group button strong{line-height:1.25}.project-product-group button small{overflow:hidden;margin-top:6px;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-product-group button em{display:flex;align-items:center;gap:5px;margin-top:12px;color:var(--sage);font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.project-product-catalog-empty{display:grid;min-height:180px;place-content:center;gap:10px;border:1px dashed var(--line);color:var(--muted);text-align:center}.hotspot.locked{cursor:pointer}.locked-product-catalog{position:relative;min-height:560px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-light)}.locked-product-catalog-preview{display:grid;gap:38px;padding:28px;filter:blur(8px);opacity:.48;pointer-events:none;-webkit-user-select:none;user-select:none}.locked-product-catalog-preview section{display:grid;gap:16px}.locked-product-catalog-preview header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #92998c;padding-bottom:12px}.locked-product-catalog-preview header i:first-child{width:150px;height:24px;border-radius:999px;background:#7f8779}.locked-product-catalog-preview header i:last-child{width:28px;height:28px;border-radius:50%;background:#92998c}.locked-product-catalog-preview section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.locked-product-catalog-preview section>div>span{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:14px;border:1px solid #92998c;border-radius:6px;padding:10px}.locked-product-catalog-preview section>div>span>i{width:104px;height:104px;border-radius:4px;background:#aeb4a8}.locked-product-catalog-preview section>div>span>span{display:grid;gap:10px}.locked-product-catalog-preview section>div>span>span i{display:block;width:82%;height:10px;border-radius:999px;background:#7f8779}.locked-product-catalog-preview section>div>span>span i:first-child{width:65%;height:15px}.locked-product-catalog-preview section>div>span>span i:last-child{width:45%}.locked-product-catalog>.source-access-gate{position:absolute;inset:50% auto auto 50%;width:min(520px,calc(100% - 40px));margin:0;transform:translateY(-50%);translate:-50% 0;box-shadow:0 18px 48px #1719162e}.product-access-gate{min-height:100%;padding-bottom:34px}.product-access-gate-icon{display:grid;width:58px;height:58px;margin:42px 32px 22px;place-content:center;border:1px solid #aeb5a4;border-radius:50%;background:var(--sage-soft);color:var(--sage)}.product-access-gate>h2,.product-access-gate>p,.product-access-gate>small{margin-right:32px;margin-left:32px}.product-access-gate>h2{font-size:38px}.product-access-gate>p{margin-top:14px;line-height:1.65}.product-access-gate .purchase-benefits{margin:28px 32px}.product-access-button{width:calc(100% - 64px);margin:0 32px 12px}.product-access-gate>small{display:block;color:var(--muted);text-align:center}.source-locked-label{display:inline-flex;align-items:center;gap:7px;color:var(--sage);font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;text-transform:uppercase}.locked-product-drawer{position:relative;min-height:calc(100vh - 101px);overflow:hidden;padding:32px}.locked-product-drawer-preview{display:grid;gap:26px;filter:blur(9px);opacity:.46;pointer-events:none;-webkit-user-select:none;user-select:none}.locked-product-media{height:330px;border-radius:6px;background:#aeb4a8}.locked-product-title-lines,.locked-product-description-lines{display:grid;gap:12px}.locked-product-title-lines i:first-child{width:28%}.locked-product-title-lines i:nth-child(2){width:70%;height:38px}.locked-product-title-lines i:last-child,.locked-product-description-lines i:last-child{width:52%}.locked-product-description-lines i{width:100%}.locked-product-detail-tiles,.locked-product-photo-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px}.locked-product-detail-tiles>span,.locked-product-photo-tiles>span{display:grid;gap:12px;min-height:92px;border:1px solid #92998c;border-radius:6px;padding:16px}.locked-product-detail-tiles i,.locked-product-photo-tiles i{display:block;width:54%;height:10px;border-radius:999px;background:#7f8779}.locked-product-detail-tiles i:last-child{width:78%;height:18px}.locked-product-photo-tiles>span{min-height:160px;background:#aeb4a8}.locked-product-drawer>.source-access-gate{position:absolute;inset:34% 24px auto;transform:translateY(-50%);margin:0;box-shadow:0 16px 42px #17191629}.source-access-gate{margin:0 32px 32px;border:1px solid #aeb5a4;border-radius:6px;background:var(--sage-soft);padding:24px}.source-access-gate>svg{color:var(--sage)}.source-access-gate h3{margin-top:14px;font-size:26px}.source-access-gate p{margin:10px 0 20px;font-size:14px;line-height:1.6}.source-access-gate .product-access-button{width:100%;margin:0 0 12px}.source-access-gate>small{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);text-align:center}.product-photo-index{margin:34px 32px 40px;border-top:1px solid var(--line);padding-top:28px}.product-photo-index-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.product-photo-index-heading .eyebrow{margin:0 0 4px}.product-photo-index-heading h3{font-size:24px}.product-photo-index-heading>span{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:7px 9px;color:var(--muted);font-size:10px;font-weight:800}.product-photo-previews{display:grid;gap:12px}.product-photo-previews>button{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-light);padding:0;text-align:left}.product-photo-previews>button:hover,.product-photo-previews>button:focus-visible{border-color:var(--sage);background:var(--sage-soft)}.product-photo-preview{display:flex;width:100%;height:280px;overflow:hidden;align-items:center;justify-content:center;background:var(--surface)}.product-photo-preview-frame{position:relative;display:block;max-width:100%;max-height:100%;overflow:hidden}.product-photo-preview-frame img{display:block;width:100%;height:100%;object-fit:contain}.product-photo-preview-frame i{position:absolute;width:16px;height:16px;border:3px solid white;border-radius:50%;background:var(--sage);box-shadow:0 0 0 6px #68735d47,0 3px 10px #17191640;transform:translate(-50%,-50%)}.product-photo-preview-copy{display:grid;gap:3px;padding:13px 14px}.product-photo-preview-copy small{color:var(--sage);font-size:9px;font-weight:800;text-transform:uppercase}.product-photo-preview-copy strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.product-photo-preview-copy em{display:flex;align-items:center;gap:5px;margin-top:6px;color:var(--muted);font-size:10px;font-style:normal;font-weight:700}.product-photo-index-empty{display:grid;min-height:120px;place-content:center;justify-items:center;gap:10px;border:1px dashed var(--line);padding:20px;color:var(--muted);text-align:center}.product-photo-index-empty p{max-width:280px;font-size:12px}.ask-owner-section,.ask-owner-upgrade{margin:0 32px 44px;border-top:1px solid var(--line);padding-top:28px}.ask-owner-upgrade{border:1px solid #aeb5a4;border-radius:6px;background:var(--sage-soft);padding:22px}.ask-owner-upgrade>p{margin:12px 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.ask-owner-upgrade>button{width:100%}.ask-owner-heading{display:flex;align-items:center;gap:12px}.ask-owner-heading>svg{color:var(--sage)}.ask-owner-heading .eyebrow{margin:0 0 3px}.ask-owner-heading h3{font-size:24px}.ask-owner-section>p{margin:12px 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.ask-owner-section form{display:grid;gap:8px}.ask-owner-section label{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.ask-owner-section textarea{width:100%;min-height:124px;resize:vertical;border:1px solid var(--line);border-radius:5px;background:var(--surface-light);padding:13px 14px;color:var(--ink);font:inherit;font-size:13px;line-height:1.55}.ask-owner-section textarea:focus{border-color:var(--sage);outline:2px solid color-mix(in srgb,var(--sage) 20%,transparent)}.ask-owner-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.ask-owner-actions>span{color:var(--muted);font-size:10px;font-weight:700}.ask-owner-actions .solid{min-width:148px}.ask-owner-status{display:flex;align-items:flex-start;gap:8px;margin-top:14px;border:1px solid var(--line);padding:11px 12px;color:var(--sage);font-size:11px;line-height:1.45}.ask-owner-status.error{border-color:#c97970;color:#8b3027}.project-reader-status{display:flex;align-items:center;gap:12px;min-height:120px;border:1px solid var(--line);background:var(--surface-light);padding:24px;color:var(--muted)}.project-reader-status.error{color:#8b3027}.project-spec-drawer .record-list span{display:grid;gap:4px}.project-spec-drawer .record-list small{color:var(--muted);line-height:1.45}.drawer{position:fixed;top:0;right:0;z-index:40;width:min(520px,100vw);height:100vh;overflow:auto;border-left:1px solid var(--line);background:var(--background);box-shadow:-30px 0 80px #1719162e;transform:translate(105%);transition:transform .26s ease}.drawer.open{transform:translate(0)}.drawer-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 32px;background:#fbf9f3f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.drawer-header .eyebrow{margin-bottom:4px}.drawer-image{display:block;width:calc(100% - 64px);height:auto;max-height:min(64vh,680px);margin:32px 32px 0;border-radius:6px;background:var(--surface);object-fit:contain}.drawer-title{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px 0}.drawer-title span{color:var(--sage);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.drawer-title h2{margin-top:6px;font-size:38px}.drawer-title p{margin:8px 0 0;font-size:14px}.drawer-title>strong{white-space:nowrap;font-family:Playfair Display,serif;font-size:28px}.drawer-description{margin:22px 32px 0;padding-top:22px;border-top:1px solid var(--line)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 32px}.detail-grid div{min-height:92px;border:1px solid var(--line);border-radius:6px;padding:14px}.detail-grid span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.record-list{margin:0 32px 30px}.record-list div{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.record-list svg{color:var(--sage);flex:0 0 auto}.drawer-link{width:calc(100% - 64px);margin:0 32px 34px}@media(max-width:1040px){.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-stats>div:nth-child(3){border-right:0}.admin-stats>div:nth-child(n+4){border-top:1px solid var(--line)}.admin-layout{grid-template-columns:1fr}.admin-nav{display:flex;gap:6px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.admin-nav button{flex:0 0 auto;width:auto}.admin-split{grid-template-columns:1fr}.topbar{grid-template-columns:1fr auto}.topbar nav{display:none}.hero-panel,.overview-grid,.room-layout,.project-grid,.paywall-hero,.paywall-content,.purchased-project-heading,.project-reader-grid{grid-template-columns:1fr}.hero-media{margin-right:calc(clamp(20px,5vw,72px)*-1)}.hero-copy{padding:34px 0}.spec-grid,.studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spec-library{grid-template-columns:1fr}.spec-library-copy,.library-tools,.spec-grid{grid-column:1;grid-row:auto}.spec-library-copy h2{max-width:620px}.library-tools{justify-content:flex-start}.paid-project-grid,.project-explorer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-project-grid{grid-template-columns:1fr}.purchase-panel{position:static}.editor-shell{grid-template-columns:190px minmax(0,1fr)}.editor-inspector{grid-column:1 / -1;border-top:1px solid var(--line);border-left:0}.creator-demo-shell{grid-template-columns:190px minmax(0,1fr)}.creator-demo-inspector{grid-column:1 / -1;border-top:1px solid var(--line);border-left:0}.project-room-index{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.45fr);gap:0 28px}.project-product-group>div{grid-template-columns:repeat(2,minmax(0,1fr))}.project-room-index>.eyebrow,.project-room-index>h2{grid-column:1 / -1}}@media(max-width:720px){main{padding-top:22px}.topbar{padding:16px 20px}.topbar .solid,.topbar-actions .account-pill strong{display:none}.hero-panel{min-height:auto}.hero-media,.photo-stage,.photo-stage img{min-height:420px}.section-heading,.room-heading,.data-model,.drawer-title,.collection-heading{flex-direction:column}.purchased-project-heading{align-items:flex-start;flex-direction:column;gap:12px}.featured-project-gallery{height:560px}.featured-project-gallery>img:first-child,.featured-project-gallery.gallery-count-2>img:first-child{grid-column:1 / 13;grid-row:1 / 5}.featured-project-gallery>img:nth-child(2),.featured-project-gallery.gallery-count-2>img:nth-child(2){grid-column:1 / 7;grid-row:5 / 7}.featured-project-gallery>img:nth-child(3),.featured-project-gallery.gallery-count-3>img:nth-child(3){grid-column:7 / 10;grid-row:5 / 7}.featured-project-gallery>img:nth-child(4){grid-column:10 / 13;grid-row:5 / 7}.featured-project-gallery.gallery-count-5>img:first-child{grid-column:1 / 13;grid-row:1 / 5}.featured-project-gallery.gallery-count-5>img:nth-child(2){grid-column:1 / 4;grid-row:5 / 7}.featured-project-gallery.gallery-count-5>img:nth-child(3){grid-column:4 / 7;grid-row:5 / 7}.featured-project-gallery.gallery-count-5>img:nth-child(4){grid-column:7 / 10;grid-row:5 / 7}.featured-project-gallery.gallery-count-5>img:nth-child(5){grid-column:10 / 13;grid-row:5 / 7}.featured-project-gallery.gallery-count-1>img:first-child{grid-row:1 / 7}.featured-project-gallery.gallery-count-2>img:nth-child(2){grid-column:1 / 13}.featured-project-gallery.gallery-count-3>img:nth-child(2){grid-column:1 / 7}.featured-project-gallery.gallery-count-3>img:nth-child(3){grid-column:7 / 13}.featured-gallery-caption,.gallery-count-1 .featured-gallery-caption{display:flex;grid-column:1 / 13;grid-row:3 / 5;gap:12px;width:min(88%,340px);padding:13px 15px}.featured-gallery-caption strong{font-size:22px}.featured-gallery-caption em{white-space:nowrap}.purchased-room-heading,.project-product-catalog-heading{align-items:flex-start;flex-direction:column}.purchased-room-browser,.purchased-room-layout{width:100%;max-width:100%;min-width:0;grid-template-columns:1fr}.purchased-room-switcher{display:flex;overflow-x:auto;scrollbar-width:thin}.purchased-room-switcher button{min-width:190px;flex:0 0 auto;border-right:1px solid var(--line);border-bottom:3px solid transparent;border-left:0}.purchased-room-switcher button.active{border-bottom-color:var(--sage)}.purchased-room-sidebar{padding:14px}.purchased-photo-stage,.project-spec-index,.purchased-room-sidebar{max-height:none}.purchased-project-stats{grid-template-columns:repeat(2,1fr)}.purchased-project-stats div:nth-child(2){border-right:0}.purchased-project-stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}.project-plan-panel,.project-room-index{padding:16px}.purchased-floor-plan{min-height:390px}.purchased-plan-room.marker{min-width:112px;min-height:62px;padding:10px}.project-room-index{display:block}.purchased-photo-stage{aspect-ratio:4 / 3}.project-product-group>div{grid-template-columns:1fr}.locked-product-catalog{min-height:690px}.locked-product-catalog-preview{padding:18px}.locked-product-catalog-preview section>div{grid-template-columns:1fr}.locked-product-catalog-preview section>div>span:nth-child(n+3){display:none}.locked-product-catalog>.source-access-gate{width:calc(100% - 28px)}.locked-product-drawer{padding:20px}.locked-product-media{height:260px}.locked-product-detail-tiles,.locked-product-photo-tiles{grid-template-columns:1fr}.locked-product-drawer>.source-access-gate{inset:30% 14px auto}.locked-product-drawer .source-access-gate,.locked-product-catalog .source-access-gate{padding:20px}.locked-product-drawer .source-access-gate h3,.locked-product-catalog .source-access-gate h3{font-size:23px}.ask-owner-section,.ask-owner-upgrade{margin-right:20px;margin-left:20px}.ask-owner-actions{align-items:stretch;flex-direction:column}.ask-owner-actions .solid{width:100%}.project-product-group button{grid-template-columns:84px minmax(0,1fr)}.project-product-group button>img{width:84px;height:84px}.floor-card{padding:14px}.floor-plan{min-height:420px}.segmented,.library-tools{width:100%}.segmented button{flex:1;padding:0 8px}.searchbox{width:100%}.spec-grid,.studio-grid,.paid-project-grid,.project-explorer-grid,.featured-project,.demo-project{grid-template-columns:1fr}.demo-project-media{min-height:280px}.paid-project-media{height:220px}.paywall-media{min-height:360px}.paywall-stats{grid-template-columns:repeat(2,1fr)}.locked-preview{grid-template-columns:1fr}.preview-plan{min-height:150px}.checkout-dialog{padding:22px}.checkout-order{grid-template-columns:58px minmax(0,1fr) auto}.checkout-order img{width:58px;height:52px}.checkout-tier-picker{grid-template-columns:1fr}.checkout-disclaimer{padding:15px}.studio-toolbar,.workspace-heading,.account-heading{align-items:flex-start;flex-direction:column}.creator-showcase-heading{grid-template-columns:1fr;align-items:flex-start;gap:24px}.creator-showcase-actions{width:100%;align-items:stretch;flex-direction:column}.creator-showcase-actions button{width:100%}.contact-admin-dialog,.creator-access-dialog{padding:28px 20px}.contact-admin-dialog h2,.creator-access-dialog h2{padding-right:34px;font-size:30px}.admin-page{width:calc(100% - 28px);padding-top:18px}.admin-heading{align-items:flex-start;flex-direction:column}.admin-heading h1{font-size:34px}.admin-stats{grid-template-columns:1fr 1fr}.admin-stats>div,.admin-stats>div:nth-child(3){border-right:1px solid var(--line);border-top:1px solid var(--line)}.admin-stats>div:nth-child(1),.admin-stats>div:nth-child(2){border-top:0}.admin-stats>div:nth-child(2n){border-right:0}.admin-content{padding:16px}.admin-section-heading{align-items:flex-start}.admin-invite-form{grid-template-columns:1fr}.admin-new-invite,.admin-message-list article>div,.admin-contact-log article{align-items:flex-start;flex-direction:column}.account-identity{align-items:flex-start}.account-identity>span{width:58px;height:58px;font-size:26px}.account-heading-actions{width:100%}.account-heading-actions button{flex:1}.account-project{grid-template-columns:1fr}.account-project>img,.creator-cover{min-height:220px}.account-type-choice{grid-template-columns:1fr}.auth-dialog{padding:26px 20px}.auth-dialog h2{font-size:32px}.studio-actions,.workspace-actions{width:100%}.editor-shell{grid-template-columns:1fr}.creator-showcase-heading h1{font-size:46px}.creator-showcase-heading>button{width:100%}.creator-demo-shell{grid-template-columns:1fr}.creator-demo-shell>nav{display:flex;gap:8px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.creator-demo-shell>nav button{flex:0 0 74px;grid-template-columns:1fr;justify-items:center;text-align:center}.creator-demo-shell>nav button svg{display:none}.creator-demo-workspace,.creator-demo-inspector{padding:16px}.creator-demo-plan,.creator-demo-photo,.creator-demo-photo img{min-height:420px}.delete-dialog>div{flex-direction:column-reverse}.delete-dialog>div button{width:100%}.editor-steps{display:grid;grid-template-columns:repeat(7,minmax(42px,1fr));gap:8px;border-right:0;border-bottom:1px solid var(--line);padding:12px}.editor-steps>button{grid-template-columns:1fr;justify-items:center;min-width:0}.editor-steps>button strong,.editor-steps>button>svg:not(.step-check),.editor-steps .step-check,.completion-meter{display:none}.editor-room-switcher{grid-column:1 / -1;margin:4px 0 0;padding-top:12px}.editor-room-switcher-list{display:flex;overflow-x:auto;padding-bottom:3px}.editor-room-switcher-list button{flex:0 0 172px}.editor-workspace,.editor-inspector{padding:16px}.creator-product-grid{grid-template-columns:1fr}.homepage-gallery-template{height:430px}.gallery-image-picker,.rooms-editor-grid{grid-template-columns:1fr}.editor-inspector{grid-column:auto}.plan-editor{min-height:430px}.editor-room-pin{max-width:120px;font-size:9px}.access-choice,.field-row,.detail-grid{grid-template-columns:1fr}}
