@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Prata&display=swap";:root{--bg:#191b19;--panel:#232622;--line:#3c4038;--muted:#aab0a2;--text:#f2f0e9;--gold:#c7b58e;--serif:"Prata",Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{background:var(--bg);color:var(--text);margin:0;font:14px/1.5 Manrope,Arial,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit;background:0 0;border:0}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:4px}button{transition:background .2s,border-color .2s,color .2s}button:hover,a:hover{color:var(--gold)}[hidden]{display:none!important}.header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:23px 4%;display:flex}.brand{font-family:var(--serif);letter-spacing:2px;white-space:nowrap;font-size:27px}.brand i{color:var(--gold);font-weight:400}.brand>span{letter-spacing:1.7px;color:var(--muted);margin-top:6px;font:9px/1.5 Manrope,Arial,sans-serif;display:block}.header nav{color:var(--muted);align-items:center;gap:30px;display:flex}nav .active{color:var(--text)}.header-order{border:1px solid #72775f;padding:12px 22px;font-size:14px}.header-order span{color:var(--gold);margin-left:30px}main{max-width:1660px;margin:auto;padding:0 4%}.intro{justify-content:space-between;align-items:end;gap:24px;padding:31px 0 26px;display:flex}.eyebrow{letter-spacing:1.9px;color:var(--gold);margin:0 0 13px;font-size:10px}h1,h2,p{margin-top:0}h1{font-family:var(--serif);letter-spacing:-1.2px;margin-bottom:0;font-size:clamp(29px,3vw,44px);font-weight:400}h1 em{color:#bac0af;font-weight:400}.intro>p{color:var(--muted);margin:0 0 3px;font-size:13px;line-height:1.8}.workspace{border:1px solid var(--line);background:#20231f;border-radius:4px;grid-template-columns:minmax(0,1fr) 416px;align-items:start;display:grid;overflow:clip}.visual-panel{min-width:0;position:sticky;top:0}.viewer{color:#353930;background:#d6d3c8;height:650px;position:relative;overflow:hidden}.viewer-top{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:24px;left:28px;right:28px}.edition{letter-spacing:1.6px;font-size:9px}.edition b{color:#757b6d;margin-left:18px;font-weight:400}.live-tag{letter-spacing:1px;border:1px solid #60695755;padding:5px 9px;font-size:9px}.scene-caption{z-index:2;pointer-events:none;position:absolute;top:78px;left:29px}.scene-caption span{color:#646b5d;font-size:12px}.scene-caption h2{font:42px/1.25 var(--serif);letter-spacing:-1px;margin-top:9px}.canvas-wrap{width:100%;height:100%;position:relative}.canvas-wrap canvas{touch-action:none;outline:none;width:100%;height:100%;display:block}.loading{z-index:5;background:#d7d5cb;flex-direction:column;justify-content:center;align-items:center;gap:18px;font-size:14px;display:flex;position:absolute;inset:0}.loading span{border:1px solid #8d937f;border-top-color:#0000;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.view-tools{z-index:2;flex-direction:column;gap:7px;display:flex;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.view-tools button{color:#47503d;background:#e6e6d87a;border:1px solid #67745d50;border-radius:50%;place-items:center;width:34px;height:34px;font:21px Arial;display:grid}.view-tools button:hover,.view-tools button[aria-pressed=true]{color:#fff;background:#4f5a40}.viewer-bottom{z-index:2;justify-content:space-between;align-items:center;gap:12px;display:flex;position:absolute;bottom:25px;left:27px;right:27px}.view-angles{background:#efeee055;border:1px solid #6c766050;border-radius:30px;padding:4px;display:flex}.view-angles button{color:#4c5841;border-radius:20px;padding:8px 12px;font-size:11px}.view-angles button.selected{color:#f1f1df;background:#434f36}.drag-hint{color:#69725f;white-space:nowrap;font-size:10px}.specs{border-bottom:1px solid var(--line);grid-template-columns:1.2fr 1fr .7fr 1.1fr;gap:16px;padding:26px 29px;display:grid}.specs small{letter-spacing:1.2px;color:var(--muted);margin-bottom:7px;font-size:9px;display:block}.specs strong{white-space:nowrap;font-size:13px;font-weight:500}.material-note{align-items:start;gap:26px;padding:24px 29px;display:flex}.material-note>span{font-family:var(--serif);white-space:nowrap;font-size:17px}.material-note p{color:var(--muted);max-width:370px;margin:0;font-size:12px;line-height:1.75}.config-panel{border-left:1px solid var(--line);background:var(--panel)}.config-heading{justify-content:space-between;align-items:center;padding:21px 24px 18px;font-size:15px;display:flex}.config-heading button{color:var(--muted);font-size:11px}.config-tabs{border-bottom:1px solid var(--line);gap:22px;padding:0 24px;display:flex}.config-tabs button{color:#7e8776;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:10px 0 15px;font-size:10px;display:flex}.config-tabs button span{color:#adb3a4;font-size:14px}.config-tabs button[aria-selected=true]{border-color:var(--gold);color:var(--gold)}.config-tabs button[aria-selected=true] span{color:var(--text)}.tab-panel{min-height:499px;padding:21px 24px 18px}.section-label{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;display:flex}.section-label h3{margin:0;font-size:14px;font-weight:500}.section-label>span{color:var(--muted);font-size:11px}.design-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.design-card{text-align:center;background:#30372a;border:1px solid #555b4b;border-radius:3px;padding:0;position:relative;overflow:hidden}.design-card img{aspect-ratio:1.28;object-fit:cover;background:#d8d7cc;width:100%;display:block}.design-card .design-name{padding:7px 2px;font-size:12px;display:block}.design-card[aria-pressed=true]{border-color:#d2c096;box-shadow:0 0 0 1px #d2c096}.design-card[aria-pressed=true]:after,.stone-card[aria-pressed=true]:after{content:"✓";color:#f0edda;text-align:center;background:#363f2d;border-radius:50%;width:17px;height:17px;font-size:10px;line-height:17px;position:absolute;top:6px;right:6px}.selected-detail{padding:13px 0 16px}.selected-detail>span{color:var(--gold);font-size:12px}.selected-detail p{color:var(--muted);min-height:18px;margin:5px 0 0;font-size:11px;line-height:1.6}.shape-options{grid-template-columns:1fr 1fr 1.25fr;gap:8px;display:grid}.shape-options button{color:#b7beaa;border:1px solid #505744;border-radius:3px;padding:10px 0 9px;font-size:10px}.shape-options button[aria-pressed=true],.finish-options button[aria-pressed=true],.thickness-options button[aria-pressed=true]{border-color:var(--gold);color:var(--text);background:#bdaa7920}.shape{border:1px solid;width:29px;height:15px;margin:0 auto 8px;display:block}.oval{border-radius:50%}.round{border-radius:50%;width:19px;height:19px;margin-bottom:4px}.rect{border-radius:2px}.next-step{width:100%;color:var(--gold);justify-content:space-between;margin-top:18px;padding:0;font-size:12px;display:flex}.stone-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.stone-card{text-align:left;border:1px solid #4a5142;border-radius:3px;padding:0;position:relative;overflow:hidden}.stone-card img{object-fit:cover;width:100%;height:75px;display:block}.stone-card span{padding:8px 9px;font-size:11px;display:block}.stone-card[aria-pressed=true]{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.stone-detail{padding:17px 0 19px}.stone-detail strong{font:18px var(--serif)}.stone-detail p{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.7}.finish-options{gap:8px;display:flex}.finish-options button{border:1px solid #505744;border-radius:3px;width:50%;padding:11px 5px;font-size:12px}.finish-options small{color:var(--muted);margin-top:3px;font-size:10px;display:block}.range-field{grid-template-columns:1fr auto;margin:21px 0 26px;font-size:14px;display:grid}.range-field label{color:var(--muted)}.range-field output{color:var(--text)}input[type=range]{width:100%;accent-color:var(--gold);cursor:pointer;grid-column:1/-1;height:4px;margin:20px 0 12px}.range-limits{color:#8f9983;grid-column:1/-1;justify-content:space-between;font-size:11px;display:flex}.thickness-options{gap:8px;display:flex}.thickness-options button{border:1px solid #505744;border-radius:3px;flex:1;padding:9px;font-size:12px}.helper{color:var(--muted);margin:12px 0 20px;font-size:11px;line-height:1.7}.option{cursor:pointer;align-items:center;gap:10px;margin:19px 0;font-size:12px;display:flex}.option input{width:17px;height:17px;accent-color:var(--gold);margin:0}.option small{color:var(--muted);margin-top:3px;font-size:10px;display:block}.option b{white-space:nowrap;color:var(--gold);margin-left:auto;font-size:11px;font-weight:400}.estimate{border-top:1px solid var(--line);background:#1e221b;padding:21px 24px 17px}.estimate-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.estimate-row small{letter-spacing:1px;color:var(--muted);font-size:9px}.total{margin:5px 0 19px}.total strong{font:34px var(--serif);letter-spacing:-1px}.total>span{color:var(--gold);margin-left:7px;font-size:12px}.estimate-row>button{color:var(--muted);font-size:11px}.primary{background:var(--gold);color:#242820;border-radius:2px;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;font-size:14px;font-weight:600;display:flex}.primary:hover{color:#191d15;background:#e0cba0}.primary>span{font-size:19px}.slab-link{width:100%;color:var(--gold);padding:14px 0 0;font-size:12px;display:block}.price-note{text-align:center;margin:12px 0 0;font-size:10px}.collection{padding:49px 0 44px}.collection-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px;display:flex}.collection-heading h2{font:28px var(--serif);margin:0}.collection-heading h2 em{color:#b9bfaf}.collection-heading>p{color:var(--muted);margin:0;font-size:12px}.trend-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.trend{text-align:left;padding:0;display:block}.trend img{aspect-ratio:1.4;object-fit:cover;background:#d8d7cc;border:1px solid #747c6355;border-radius:2px;width:100%;transition:filter .2s;display:block}.trend:hover img{filter:brightness(1.06)}.trend-title{font:20px var(--serif);justify-content:space-between;margin-top:15px;display:flex}.trend-title span{color:var(--gold);font:18px Arial}.trend small{color:var(--muted);margin-top:8px;font-size:11px;display:block}.trend strong{color:var(--gold);margin-top:8px;font-size:12px;font-weight:400;display:block}footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;padding:30px 0;display:flex}footer .brand{font-size:22px}footer p,footer button,footer>span{color:var(--muted);margin:0;font-size:11px}dialog{width:min(510px,100% - 28px);max-height:90vh;color:var(--text);background:#262c22;border:1px solid #737b62;border-radius:5px;padding:36px;overflow:auto}dialog::backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#080c08d9}.close{color:var(--muted);font:29px Arial;position:absolute;top:10px;right:15px}dialog h2{font:26px/1.5 var(--serif);margin-bottom:18px}#orderSummary{color:var(--muted);font-size:12px;line-height:1.8}form label{margin-top:17px;font-size:12px;display:block}form input,form textarea{width:100%;color:var(--text);background:#1b2017;border:1px solid #535c46;border-radius:2px;margin-top:7px;padding:12px;font-size:14px;display:block}form .helper{margin-top:20px}#formStatus{color:var(--gold);margin-bottom:0;font-size:12px}#breakdown{color:var(--muted);margin-bottom:20px;font-size:11px}#breakdown div{justify-content:space-between;gap:15px;padding:5px 0;display:flex}.toast{opacity:0;pointer-events:none;color:#303529;z-index:10;background:#eee6d1;border-radius:3px;padding:13px 20px;font-size:13px;transition:all .25s;position:fixed;bottom:20px;left:50%;transform:translate(-50%,20px);box-shadow:0 5px 25px #0003}.toast.show{opacity:1;transform:translate(-50%)}@media (width>=1500px){.workspace{grid-template-columns:minmax(0,1fr) 460px}.viewer{height:690px}.tab-panel{min-height:530px}.design-card img{aspect-ratio:1.3}.design-card .design-name{font-size:13px}.stone-card img{height:86px}}@media (width<=1150px){main{padding:0 3%}.workspace{grid-template-columns:minmax(0,1fr) 370px}.header{padding:20px 3%}.header nav{gap:18px;font-size:12px}.brand{font-size:23px}.intro>p{font-size:12px}.config-heading,.estimate{padding-left:18px;padding-right:18px}.config-tabs{gap:18px;padding-left:18px;padding-right:18px}.tab-panel{min-height:480px;padding:20px 18px}.viewer{height:610px}.scene-caption h2{font-size:33px}.viewer-bottom{flex-direction:column;align-items:start;gap:12px;bottom:22px}.specs{grid-template-columns:1.2fr 1fr .7fr;gap:10px;padding:23px}.spec-fourth{display:none}.material-note{padding:23px;display:block}.material-note p{margin-top:10px}.collection-heading h2{font-size:25px}.trend-title{font-size:17px}.collection-heading>p{display:none}.specs strong{font-size:12px}.specs small{font-size:8px}}@media (width<=800px){.header{gap:15px;padding:18px 5%}.header nav{display:none}.brand{font-size:21px}.brand>span{letter-spacing:1px;font-size:7px}.header-order{padding:10px 14px;font-size:12px}.header-order span{margin-left:12px}main{padding:0 4%}.intro{padding:25px 0 21px}.intro>p{display:none}h1{letter-spacing:-1px;font-size:28px}.eyebrow{letter-spacing:1.3px;font-size:8px}.workspace{flex-direction:column;display:flex;overflow:visible}.visual-panel{width:100%;position:relative;top:auto}.viewer{height:400px}.viewer-top{top:18px;left:19px;right:19px}.edition{letter-spacing:1px;font-size:8px}.edition b{margin-left:8px}.scene-caption{top:53px;left:20px}.scene-caption h2{margin-top:5px;font-size:28px}.scene-caption>span{font-size:10px}.view-tools{right:14px}.view-tools button{width:31px;height:31px}.viewer-bottom{flex-direction:row;align-items:center;bottom:17px;left:17px;right:17px}.view-angles button{padding:7px 9px;font-size:10px}.drag-hint{display:none}.specs{gap:8px;padding:17px 19px}.specs small{letter-spacing:.6px;font-size:8px}.specs strong{font-size:11px}.material-note{display:none}.config-panel{border-left:0;width:100%}.config-heading{padding:21px 20px 13px;font-size:16px}.config-tabs{justify-content:space-between;gap:18px;padding:0 20px}.config-tabs button span{font-size:15px}.config-tabs button{font-size:12px}.tab-panel{min-height:0;padding:22px 20px}.section-label h3{font-size:15px}.section-label>span{font-size:12px}.design-grid{gap:10px}.design-card img{aspect-ratio:1.2}.design-card .design-name,.selected-detail>span{font-size:13px}.selected-detail p{font-size:12px}.shape-options button{font-size:11px}.next-step{margin-top:23px;font-size:14px}.stone-card img{height:97px}.stone-card span,.stone-detail p{font-size:12px}.finish-options button{font-size:13px}.finish-options small{font-size:11px}.estimate{padding:24px 20px}.estimate-row small{font-size:10px}.total strong{font-size:36px}.primary{font-size:15px}.helper,.price-note{font-size:11px}.option{font-size:13px}.option small{font-size:11px}.collection{padding:37px 0}.collection-heading h2{font-size:23px;line-height:1.6}.collection-heading h2 em{display:block}.trend-grid{grid-template-columns:1fr 1fr;gap:26px 14px}.trend-title{font-size:18px}.trend small{font-size:10px;line-height:1.7}.trend img{aspect-ratio:1.1}footer{flex-wrap:wrap;gap:16px}footer .brand{font-size:20px}footer p{display:none}footer>span{width:100%}.toast{text-align:center;width:85%}dialog{padding:30px 24px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.loading span{animation:none}}.credits{color:#919a85;padding:0 0 22px;font-size:10px;line-height:1.7}.credits a{text-underline-offset:3px;text-decoration:underline}.design-card img,.trend img{height:auto}.config-tabs button span{font-size:15px}.stone-card span,.shape-options button,.selected-detail p,.stone-detail p{font-size:12px}.material-note p{font-size:13px}.config-heading button{font-size:12px}.design-grid{scrollbar-width:thin;scrollbar-color:#9b9278 #282c25;grid-template-columns:repeat(3,1fr);max-height:345px;padding:2px 6px 3px 2px;overflow-y:auto}.stone-grid{scrollbar-width:thin;scrollbar-color:#9b9278 #282c25;max-height:348px;padding:2px 6px 3px 2px;overflow-y:auto}.stone-card img{height:88px}.stone-card small{color:var(--muted);padding:0 9px 8px;font-size:10px;display:block}.stone-detail-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.stone-detail-title>span{color:var(--gold);font-size:11px}.slab-photo-button{width:100%;color:var(--gold);justify-content:space-between;padding:11px 0 0;font-size:12px;display:flex}.selected-detail{padding-bottom:15px}.tab-panel{min-height:570px}.preview-modes{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f1eddfde;border:1px solid #66745c50;border-radius:30px;padding:3px;display:flex;position:absolute;top:69px;right:24px}.preview-modes button{color:#4b5440;border-radius:25px;padding:7px 13px;font-size:11px}.preview-modes button[aria-pressed=true]{color:#fcf7e9;background:#3f4935}.preview-modes button:disabled{opacity:.42;cursor:default}.editorial-preview{z-index:2;background:#ded8ca;position:absolute;inset:0}.editorial-preview>img{object-fit:cover;width:100%;height:100%;display:block}.editorial-caption{color:#fff;text-shadow:0 1px 7px #000a;justify-content:space-between;align-items:end;gap:20px;display:flex;position:absolute;bottom:80px;left:29px;right:29px}.editorial-caption>span{letter-spacing:1.5px;max-width:120px;font-size:9px;line-height:1.8}.editorial-caption button{color:#333a2c;text-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f1ead9e8;border:1px solid #f5eddb;align-items:center;gap:30px;padding:13px 18px;font-size:12px;display:flex}.editorial-caption b{font-size:18px;font-weight:400}.viewer.photo-mode .scene-caption,.viewer.photo-mode .view-tools,.viewer.photo-mode .viewer-bottom,.viewer.photo-mode .viewer-top{visibility:hidden}.slab-dialog{width:min(960px,100% - 28px);padding:30px}.slab-dialog>img{object-fit:contain;background:#191c16;width:100%;max-height:65vh;display:block}.slab-footer{justify-content:space-between;align-items:center;gap:25px;margin-top:20px;display:flex}.slab-footer p{color:var(--muted);max-width:570px;margin:0;font-size:12px}.slab-footer a{white-space:nowrap;color:var(--gold);font-size:13px}.trend-grid{grid-template-columns:repeat(3,1fr);gap:30px 22px}.trend-photo-wrap{display:block;position:relative}.trend img{aspect-ratio:1.36;object-fit:cover}.trend-photo-label{color:#f9f3e8;letter-spacing:1.5px;text-shadow:0 1px 5px #000b;font-size:9px;position:absolute;bottom:12px;left:13px}.trend-title{font-size:22px}.trend small{font-size:12px}.design-card img{aspect-ratio:1.45}.design-card .design-name{font-size:13px}.preview-modes button:focus-visible{outline-color:#766343}@media (width<=1150px){.tab-panel{min-height:570px}.design-grid{max-height:315px}.trend-title{font-size:18px}.preview-modes{top:65px;right:18px}.scene-caption{max-width:55%}.scene-caption h2{font-size:29px}.scene-caption span{font-size:11px}}@media (width<=800px){.tab-panel{min-height:0}.design-grid{gap:9px;max-height:345px}.stone-grid{max-height:380px}.stone-card img{height:100px}.stone-card small{font-size:11px}.stone-detail-title>span{font-size:12px}.slab-photo-button{font-size:14px}.preview-modes{top:14px;right:14px}.preview-modes button{padding:6px 9px;font-size:10px}.live-tag{display:none}.scene-caption{top:68px}.editorial-caption{gap:10px;bottom:20px;left:18px;right:18px}.editorial-caption button{gap:20px;padding:11px 13px;font-size:11px}.editorial-caption>span{letter-spacing:1px;font-size:8px}.trend-grid{grid-template-columns:1fr;gap:27px}.trend img{aspect-ratio:1.45}.trend-title{font-size:23px}.trend small{font-size:13px}.slab-dialog{padding:24px 18px}.slab-footer{display:block}.slab-footer a{margin-top:15px;display:inline-block}.stone-detail-title strong{font-size:17px}}.editorial-preview{background-position:50%;background-size:cover}.editorial-preview:before{content:"";-webkit-backdrop-filter:blur(18px)brightness(.8);backdrop-filter:blur(18px)brightness(.8);position:absolute;inset:0}.editorial-preview>img{object-fit:contain;position:relative}.editorial-caption{bottom:25px}.preview-modes{top:23px}.viewer:not(.photo-mode) .preview-modes{top:62px}.viewer:not(.photo-mode) .scene-caption{top:86px}.editorial-caption>span{background:#262b22a1;border-radius:2px;max-width:160px;padding:6px 9px}@media (width<=800px){.preview-modes,.viewer:not(.photo-mode) .preview-modes{top:14px}.viewer:not(.photo-mode) .scene-caption{top:66px}.editorial-caption{bottom:16px}.editorial-preview>img{padding:42px 0}}.room-launch{color:#25291f;text-align:left;background:#c7b58e;border-top:1px solid #7a7059;align-items:center;gap:17px;width:100%;padding:19px 26px;font-size:16px;font-weight:600;display:flex}.room-launch>span:first-child{font-size:31px}.room-launch small{margin-top:3px;font-size:13px;font-weight:400;display:block}.room-launch b{margin-left:auto;font-size:24px}.room-launch:hover{color:#25291f;background:#dacba8}.category-options{gap:8px;margin-bottom:16px;display:flex}.category-options button{border:1px solid #626b55;border-radius:3px;flex:1;padding:10px 7px;font-size:14px}.category-options button[aria-pressed=true]{color:#22281c;background:#c7b58e;border-color:#c7b58e}.room-dialog{background:#1e221e;border-color:#656d5a;width:min(1420px,100% - 32px);max-height:94dvh;padding:0}.room-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.room-heading h2{margin:0;font-size:26px}.room-heading .eyebrow{margin-bottom:7px;font-size:12px}.room-heading>button{min-width:44px;min-height:44px;font:32px Arial}.room-layout{grid-template-columns:minmax(0,1fr) 300px;display:grid}.room-main{min-width:0;padding:24px}.room-stage-shell{background:#111510;border:1px solid #444c3d;justify-content:center;align-items:center;min-height:280px;display:flex}.room-stage{aspect-ratio:4/3;touch-action:none;outline-offset:-3px;width:100%;position:relative;overflow:hidden}.room-stage.has-photo{cursor:grab}.room-stage:active{cursor:grabbing}.room-stage>img{object-fit:fill;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.room-canvas{visibility:hidden;pointer-events:none;position:absolute;inset:0}.has-photo .room-canvas{visibility:visible}.room-canvas canvas{pointer-events:none;width:100%;height:100%;display:block}.room-empty{text-align:center;background:radial-gradient(#343c30,#151a14);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.room-empty>span{color:var(--gold);font-size:48px}.room-empty h3{font:24px var(--serif);margin:12px 0}.room-empty p{max-width:360px;color:var(--muted);font-size:16px}.room-empty .primary{gap:20px;width:auto;min-height:48px}.room-empty small{color:var(--muted);margin-top:18px;font-size:12px;line-height:1.8}.room-hint{color:var(--muted);margin:13px 0;font-size:14px}.room-actions{flex-wrap:wrap;gap:8px;display:flex}.room-actions button{border:1px solid #677359;border-radius:3px;padding:10px 14px;font-size:14px}.room-settings{border-left:1px solid var(--line);background:#282e24;padding:22px}.room-settings>label{color:#e3e2d7;margin-bottom:7px;font-size:14px;display:block}.room-settings select{color:#f2f0e9;background:#171d15;border:1px solid #657057;border-radius:3px;width:100%;margin-bottom:17px;padding:11px 8px;font:14px Manrope,Arial}.room-settings input[type=number]{color:#f2f0e9;background:#171d15;border:1px solid #657057;width:100%;margin-top:5px;padding:8px 5px;font:16px Arial}.room-dimensions{grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0 23px;display:grid}.room-dimensions label{color:var(--muted);font-size:12px}.room-stone-info{color:var(--gold);align-items:center;gap:12px;font-size:13px;display:flex}.room-stone-info img{object-fit:cover;border-radius:3px;width:56px;height:40px}.room-range{grid-template-columns:1fr auto;align-items:center;margin-bottom:17px;font-size:14px;display:grid}.room-range output{color:var(--gold)}.room-range input{height:8px;margin:15px 0 5px}.room-note{color:var(--muted);margin:16px 0;font-size:12px;line-height:1.7}.room-settings .primary{justify-content:center;font-size:14px}.room-settings button:disabled{opacity:.45;cursor:default}#roomStatus{color:var(--gold);min-height:22px;margin:15px 0 0;font-size:14px}.room-dialog select:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (width<=800px){.room-launch{padding:15px 18px;font-size:15px}.room-launch small{font-size:12px}.room-dialog{border:0;border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0}.room-heading{padding:18px 16px}.room-heading h2{font-size:22px}.room-heading .eyebrow{font-size:10px}.room-layout{display:block}.room-main{padding:12px}.room-settings{border-left:0;border-top:1px solid var(--line);padding:20px}.room-stage-shell{min-height:200px}.room-empty{padding:16px}.room-empty>span{display:none}.room-empty h3{font-size:20px}.room-empty p{margin-bottom:13px;font-size:14px}.room-empty small{margin-top:12px;font-size:12px}.room-empty .primary{padding:12px;font-size:14px}.room-hint{font-size:13px}.room-actions button{padding:10px;font-size:13px}.room-settings select{font-size:16px}.room-settings .primary{min-height:48px}.room-dimensions label{font-size:14px}}.room-shapes{border:0;min-width:0;margin:0 0 20px;padding:0}.room-shapes legend{color:#e3e2d7;margin-bottom:9px;font-size:14px}.room-shapes>div{gap:5px;display:flex}.room-shapes button{border:1px solid #657057;border-radius:4px;flex:1;min-width:0;min-height:44px;padding:8px 4px;font-size:12px}.room-shapes button[aria-pressed=true]{color:#20251c;background:#c7b58e;border-color:#c7b58e}.room-settings:focus-visible{outline:2px solid var(--gold);outline-offset:-3px}@media (width<=800px){.room-dialog[open]{overscroll-behavior:none;flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.room-heading{padding:6px 12px;padding-top:max(6px,env(safe-area-inset-top));flex:none;min-height:54px}.room-heading .eyebrow{display:none}.room-heading h2{font-size:20px}.room-heading>button{flex:none}.room-layout{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.room-main{z-index:1;background:#1e221e;border-bottom:1px solid #657057;flex:none;padding:0 10px 8px}.room-stage-shell{height:clamp(160px,34dvh,340px);min-height:0;overflow:hidden}.room-stage{width:min(100%,calc(clamp(160px,34dvh,340px) * var(--photo-ratio,1.33333)));flex:none}.room-stage:not(.has-photo){width:100%;height:100%;aspect-ratio:auto!important}.room-empty{padding:10px}.room-empty h3{margin:0 0 5px;font-size:19px}.room-empty p{margin:0 0 8px;font-size:13px}.room-empty small{margin-top:5px;font-size:12px;line-height:1.4}.room-empty .primary{min-height:44px;padding:8px 14px}.room-hint{margin:6px 0;font-size:12px;line-height:1.4}.room-actions{grid-template-columns:1fr 1.2fr 1fr;gap:5px;display:grid}.room-actions button{min-height:44px;padding:6px 3px;font-size:12px}.room-settings{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;min-height:0;padding:16px 14px max(24px,env(safe-area-inset-bottom));border-top:0;flex:1;scroll-padding:16px;overflow-y:auto}.room-shapes button{font-size:13px}.room-settings select{min-height:48px}.room-range{margin-bottom:20px}.room-range input{touch-action:pan-x;height:28px;margin:6px 0 0}.room-settings .primary{margin-bottom:8px}}@media (width<=800px) and (height<=520px){.room-layout{flex-direction:row}.room-main{width:48%;padding:8px;overflow-y:auto}.room-settings{width:52%}.room-stage-shell{height:52dvh}.room-stage{width:min(100%,calc(52dvh * var(--photo-ratio,1.33333)))}.room-hint{display:none}.room-actions{display:flex}.room-actions button{flex:1}.room-heading{min-height:44px}}
