@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");:root{--bg:#f6f6f2;--surface:#fff;--surface2:#f1f2ed;--text:#222b26;--muted:#778079;--line:#e2e5de;--accent:#386b4d;--accent2:#e8f0e5;--wood:#b99772;--danger:#b84432;--shadow:0 18px 60px #17301e0b;color-scheme:light}[data-theme=dark]{--bg:#181e1b;--surface:#222a25;--surface2:#2a342d;--text:#edf0e8;--muted:#a2afa4;--line:#38443b;--accent:#a7c99a;--accent2:#344936;--wood:#caa680;--danger:#ef9d8a;--shadow:0 18px 60px #0003;color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}a,button,input,select,textarea{outline-offset:4px}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:8px;min-height:38px;padding:8px 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .15s}button:hover:not(:disabled){background:var(--surface2)}button:active:not(:disabled){transform:translateY(1px)}button svg{width:16px;height:16px;flex-shrink:0}.primary,button.primary{background:var(--accent);color:var(--bg);border:1px solid var(--accent)}button.primary:hover{background:var(--text);color:var(--bg)}button.ghost{border-color:transparent;background:transparent}button.danger{color:var(--danger)}.icon-button{width:36px;min-width:36px;height:36px;padding:7px}.link-button{gap:10px;padding:12px 20px;border-radius:8px;font-weight:600}.link-button,.pill{display:inline-flex;align-items:center}.pill{gap:5px;font-size:11px;font-weight:650;letter-spacing:.01em;border-radius:6px;background:var(--surface2);color:var(--muted);padding:5px 8px;white-space:nowrap}.pill.green{background:var(--accent2);color:var(--accent)}.pill.warn{background:#fff1dc;color:#90611a}.pill.danger{background:#fbe8e4;color:#a43828}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.18em;font-weight:700;color:var(--accent)}h1,h2,h3,h4{font-family:Manrope,sans-serif;letter-spacing:-.045em;margin:0;font-weight:750}h1{font-size:36px;line-height:1.2}h2{font-size:26px}h3{font-size:18px}p{line-height:1.6}.muted{color:var(--muted)}.mono{font-variant-numeric:tabular-nums;font-family:DM Sans,sans-serif}.row{gap:10px}.row,.spread{display:flex;align-items:center}.spread{justify-content:space-between;gap:12px}.stack{display:flex;flex-direction:column;gap:16px}.wrap{flex-wrap:wrap}.spacer{flex:1}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field>label,.field>span{font-size:11px;font-weight:650;color:var(--muted);letter-spacing:.01em}.field input,.field select,.field textarea,input.control,select.control,textarea.control{width:100%;min-width:0;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:7px;min-height:38px;padding:9px 10px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);outline:2px solid var(--accent2)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.85}textarea{resize:vertical;min-height:76px}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.check{display:flex;align-items:center;gap:8px;font-size:12px}.check input{accent-color:var(--accent)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.pad{padding:22px}.empty{text-align:center;padding:50px 24px;color:var(--muted)}.empty svg{width:32px;height:32px;margin-bottom:10px;stroke-width:1.3}.empty h3{color:var(--text);margin-bottom:8px}.note{font-size:12px;line-height:1.6;color:var(--muted);padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface2)}.error{background:#fbe8e4;color:#a43828}.error,.success{padding:12px 16px;border-radius:8px;font-size:13px}.success{background:var(--accent2);color:var(--accent)}.modal-backdrop{position:fixed;inset:0;background:#18221ab3;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:100}.modal{width:min(680px,100%);max-height:90vh;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 30px 100px #0004}.modal header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal footer{margin-top:24px;display:flex;justify-content:flex-end;gap:10px}.modal h2{font-size:23px}.loading{display:flex;min-height:60vh;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:200;background:var(--text);color:var(--bg);border-radius:10px;padding:13px 20px;box-shadow:var(--shadow);max-width:90vw;font-size:13px}.logo{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;letter-spacing:-.04em;font-size:17px;font-weight:800}.logo-mark{display:grid;place-items:center;width:33px;height:33px;border-radius:8px;background:var(--accent);color:var(--bg)}.logo small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.25em;font-weight:600;margin-top:2px}.avatar{height:31px;width:31px;background:var(--accent2);color:var(--accent);display:grid;place-items:center;border-radius:50%;font-size:11px;font-weight:700}.divider{height:1px;background:var(--line);margin:5px 0}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:600;color:var(--muted);background:var(--surface2)}td,th{padding:12px 14px;border-bottom:1px solid var(--line)}tr.selected td{background:var(--accent2)}tbody tr:hover td{background:var(--surface2)}.swatch{display:inline-block;width:13px;height:13px;border-radius:3px;border:1px solid #0001;vertical-align:middle;margin-right:7px}.meter{height:5px;border-radius:4px;background:var(--line);overflow:hidden}.meter>span{display:block;height:100%;border-radius:4px}.meter>span,.status-dot{background:var(--accent)}.status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;margin-right:6px}.public-page{background:#f7f7f1;color:#27362b;--bg:#f7f7f1;--surface:#fff;--text:#27362b;--accent:#356044;--line:#dde2d7;--muted:#798372}.public-nav{max-width:1360px;margin:auto;padding:26px 5%;display:flex;justify-content:space-between;align-items:center}.public-nav nav{display:flex;gap:30px;font-size:12px;font-weight:550}.public-hero{max-width:1360px;margin:auto;padding:48px 5% 64px;display:grid;grid-template-columns:1fr 1.13fr;gap:50px;align-items:center}.hero-copy h1{font-size:clamp(42px,4.6vw,68px);line-height:1.1;letter-spacing:-.065em;margin:22px 0}.hero-copy h1 em{font-family:Georgia,serif;font-weight:400;color:#698268}.hero-copy p{font-size:15px;max-width:430px;line-height:1.9;color:#7a8375}.hero-copy .row{margin-top:28px}.hero-footnote{font-size:10px!important;letter-spacing:.03em}.hero-stage{position:relative;min-height:500px;background:#e9ede3;border-radius:180px 180px 10px 10px;overflow:hidden}.hero-stage:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,transparent 40%,#dce2d55c)}.hero-stage .scene{height:500px}.hero-stage-label{bottom:20px;left:22px;right:22px;padding:13px 16px;border:1px solid #ffffff85;backdrop-filter:blur(20px);background:#ffffffa8;border-radius:9px;display:flex;align-items:center;justify-content:space-between}.hero-stage-label,.hero-tag{position:absolute;z-index:2;font-size:11px}.hero-tag{top:50px;right:10px;background:#fff;border:1px solid #e0e4dc;padding:12px 14px;box-shadow:0 8px 30px #1630170a;border-radius:8px}.hero-tag strong{display:block;font-size:14px;margin:4px 0}.public-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;max-width:1224px;margin:auto;padding:26px 0;justify-content:space-between;gap:20px;font-size:11px;color:#798372}.public-strip span{display:flex;align-items:center;gap:10px}.public-strip svg{width:17px}.public-section{max-width:1360px;margin:auto;padding:85px 5%}.section-heading{max-width:560px;margin-bottom:38px}.section-heading h2{font-size:38px;line-height:1.2;margin:14px 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:12px}.feature-card>svg{width:23px;height:23px;stroke-width:1.35;color:var(--accent);margin-bottom:24px}.feature-card h3{font-size:17px;margin-bottom:10px}.feature-card p{font-size:12px;color:var(--muted);margin:0}.public-dark{background:#233329;color:#f3f4ea}.public-dark .public-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.public-dark .eyebrow{color:#bad0a4}.public-dark p{color:#aebcad;line-height:1.9}.drawing{background:#293c2e;border:1px solid #53644d;border-radius:12px;padding:24px}.drawing svg{width:100%;height:auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.gallery-art{height:200px;position:relative;background:#e7eade;display:grid;place-items:center;overflow:hidden}.gallery-art svg{width:78%;height:80%}.gallery-card footer{padding:20px}.gallery-card footer p{color:var(--muted);font-size:12px;margin-bottom:0}.public-contact{align-items:center;gap:25px}.public-contact,.public-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line)}.public-footer{max-width:1224px;margin:auto;padding:26px 0;font-size:10px;color:var(--muted)}.workspace{min-height:100dvh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:fixed;left:0;top:0;bottom:0;width:230px;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:25px 18px;z-index:20}.sidebar .logo{padding:0 10px;margin-bottom:35px}.workspace-company{padding:12px;border:1px solid var(--line);border-radius:8px;display:flex;gap:10px;align-items:center;margin-bottom:28px}.workspace-company strong{font-size:11px;display:block}.workspace-company small{font-size:9px;color:var(--muted)}.sidebar-title{font-size:8px;letter-spacing:.16em;font-weight:700;color:var(--muted);padding:0 12px;margin:0 0 12px}.nav-item{justify-content:flex-start;width:100%;font-size:12px;font-weight:550;border-color:transparent;background:transparent;margin-bottom:5px;padding:11px 12px;min-height:41px}.nav-item.active{background:var(--accent2);color:var(--accent)}.sidebar-bottom{margin-top:auto}.sidebar-tip{padding:15px 12px;font-size:10px;line-height:1.7;color:var(--muted);border:1px solid var(--line);border-radius:9px;margin:25px 0}.workspace-main{grid-column:2;min-width:0}.workspace-topbar{height:78px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--surface)}.breadcrumb{font-size:11px;color:var(--muted)}.breadcrumb strong{color:var(--text);font-weight:500;margin-left:8px}.workspace-body{max-width:1700px;padding:35px 38px 65px;margin:auto}.page-heading{margin-bottom:30px}.page-heading h1{font-size:29px;margin:7px 0 9px}.page-heading p{margin:0;font-size:12px;color:var(--muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0 32px}.stat{padding:20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:10px}.stat-top{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.stat-top svg{width:17px;height:17px;stroke-width:1.4}.stat strong{font-size:28px;font-weight:650;letter-spacing:-.05em;display:block;margin-top:15px}.stat small{font-size:9px;color:var(--muted)}.section-toolbar{justify-content:space-between;gap:12px;margin-bottom:22px}.search-field,.section-toolbar{display:flex;align-items:center}.search-field{gap:8px;border:1px solid var(--line);background:var(--surface);border-radius:7px;padding:0 12px;min-width:220px}.search-field svg{width:15px;color:var(--muted)}.search-field input{background:transparent;color:var(--text);border:0;outline:0;min-height:36px;width:100%;font-size:11px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s}.project-card:hover{box-shadow:0 14px 35px #23332211;transform:translateY(-2px)}.project-card-art{height:182px;background:#e8ebe2;position:relative;overflow:hidden}.project-card-art>.pill{position:absolute;top:13px;left:13px;z-index:2;background:#fffd;color:#5c6c59}.project-card-art .project-menu{position:absolute;right:10px;top:10px;z-index:2}.project-card-art svg.cabinet-art{width:80%;height:95%;position:absolute;left:10%;bottom:0}.project-card-content{padding:19px}.project-card-content h3{font-size:16px;line-height:1.35}.project-card-content p{font-size:10px;color:var(--muted);margin:7px 0 15px}.project-card-foot{padding:13px 19px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted)}.project-card-foot a{display:flex;align-items:center;gap:5px;color:var(--accent);font-weight:600}.project-card-foot svg{width:13px}.new-project-card{min-height:300px;border:1px dashed #b7c3b3;border-radius:12px;background:transparent;display:flex;flex-direction:column;gap:12px;color:var(--muted)}.new-project-card svg{width:26px;height:26px}.new-project-card strong{color:var(--text);font-size:12px}.client-grid,.material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.client-card{padding:22px}.client-card h3{margin:15px 0 10px}.client-card p{font-size:12px;color:var(--muted);margin:5px 0}.material-card{padding:19px}.material-sample{height:88px;border-radius:7px;margin-bottom:16px;background-image:repeating-linear-gradient(91deg,transparent,transparent 3px,#ffffff0d 4px,#00000006 5px)}.material-card h3{font-size:14px}.production-board{display:flex;gap:14px;overflow:auto;padding-bottom:20px}.production-column{min-width:235px;flex:1;background:var(--surface2);border-radius:10px;padding:14px}.production-column h3{font-size:12px;display:flex;justify-content:space-between;margin:0 0 17px}.production-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:10px}.production-card h4{font-size:13px;letter-spacing:-.02em}.production-card p{font-size:10px;color:var(--muted)}.production-card select{width:100%;font-size:10px;border:1px solid var(--line);border-radius:5px;padding:8px;background:var(--bg);color:var(--text)}.settings-grid{gap:22px}.auth-page,.settings-grid{display:grid;grid-template-columns:1fr 1fr}.auth-page{min-height:100dvh}.auth-story{background:#263c2e;color:#eef2e7;padding:55px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-story h1{font-size:46px;max-width:440px;margin:30px 0}.auth-story p{color:#b4c4ae;max-width:360px;font-size:13px}.auth-story .logo{--accent:#c5d6b7;--bg:#263c2e}.auth-art{width:95%;height:310px}.auth-form{display:flex;align-items:center;justify-content:center;padding:35px}.auth-form-inner{width:390px}.auth-form h1{font-size:29px;margin-bottom:10px}.auth-form p{font-size:12px;color:var(--muted)}.auth-tabs{display:flex;padding:4px;background:var(--surface2);border-radius:8px;margin:26px 0}.auth-tabs button{flex:1;background:transparent;border:0;font-size:12px}.auth-tabs button.active{background:var(--surface);box-shadow:0 2px 7px #0001}.auth-form form{display:flex;flex-direction:column;gap:17px}.auth-form form>button{margin-top:8px;min-height:43px}.auth-footnote{font-size:10px!important;line-height:1.7;margin-top:22px}.property-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.property-choice button{flex-direction:column;padding:18px;font-size:12px}.property-choice button svg{width:25px;height:25px;margin-bottom:5px}.property-choice button.active{background:var(--accent2);border-color:var(--accent);color:var(--accent)}.editor-shell{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.editor-topbar{height:64px;min-height:64px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:20px;padding:0 18px;z-index:15}.editor-topbar .logo{font-size:13px}.editor-topbar .logo-mark{width:29px;height:29px}.editor-project-name{border-left:1px solid var(--line);padding-left:20px;min-width:140px}.editor-project-name strong{font-size:12px;display:block}.editor-project-name span{font-size:9px;color:var(--muted);display:block;margin-top:4px}.editor-topbar button{font-size:11px;min-height:33px}.editor-toolbar{min-height:48px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:5px 14px;gap:5px;overflow-x:auto}.editor-toolbar .divider-vertical{height:22px;width:1px;min-width:1px;background:var(--line);margin:0 8px}.editor-toolbar button{font-size:10px;min-height:31px;border:0;padding:5px 9px;white-space:nowrap;background:transparent}.editor-toolbar button.active{background:var(--accent2);color:var(--accent)}.editor-toolbar .spacer{min-width:10px}.editor-body{flex:1;min-height:0;display:grid;grid-template-columns:238px minmax(0,1fr) 266px}.editor-library,.editor-properties{background:var(--surface);overflow:auto;scrollbar-width:thin}.editor-library{border-right:1px solid var(--line)}.editor-properties{border-left:1px solid var(--line)}.side-header{padding:18px 16px 13px;display:flex;align-items:center;justify-content:space-between}.side-header h3{font-size:12px;letter-spacing:-.01em}.side-header span{font-size:9px;color:var(--muted)}.side-tabs{display:flex;border-bottom:1px solid var(--line);padding:0 14px}.side-tabs button{border:0;border-radius:0;background:transparent;font-size:10px;padding:10px 5px;flex:1;color:var(--muted);border-bottom:2px solid transparent}.side-tabs button.active{border-bottom-color:var(--accent);color:var(--accent)}.library-search{padding:13px 12px}.library-search .search-field{min-width:0}.library-category{font-size:8px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--muted);margin:16px 16px 9px}.module-library{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 16px}.module-tile{padding:9px 6px;display:flex;flex-direction:column;min-height:110px;gap:6px;border:1px solid var(--line);border-radius:7px;text-align:center;position:relative;background:var(--bg)}.module-tile:hover{border-color:var(--accent)}.module-tile svg.cabinet-art{width:75px;height:65px}.module-tile span{font-size:9px;line-height:1.25}.module-tile>svg:last-child:not(.cabinet-art){width:12px;height:12px;position:absolute;right:5px;top:5px;color:var(--muted)}.object-list{padding:10px}.object-item{width:100%;justify-content:flex-start;text-align:left;padding:9px;font-size:10px;border-color:transparent;background:transparent}.object-item.active{background:var(--accent2);color:var(--accent);border-color:var(--accent2)}.object-item>span{flex:1}.object-item small{font-size:8px;color:var(--muted)}.editor-center{min-width:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.editor-canvas{flex:1;min-height:210px;position:relative;background:#edf0e8}.editor-canvas .scene{position:absolute;inset:0}.scene{width:100%;height:100%;min-height:100px}.canvas-top{position:absolute;top:16px;left:18px;z-index:5;display:flex;gap:7px;pointer-events:none}.canvas-top>span{font-size:9px;background:#ffffffe0;border:1px solid #dfe4da;color:#57634f;border-radius:5px;padding:6px 9px;backdrop-filter:blur(8px)}.canvas-help{bottom:13px;left:16px;font-size:8px;color:#7d8776;pointer-events:none;gap:18px}.canvas-help,.canvas-views{position:absolute;display:flex}.canvas-views{top:16px;right:15px;z-index:5;background:#fffc;padding:3px;border:1px solid #dfe4da;border-radius:7px}.canvas-views button{background:transparent;color:#57634f;min-height:28px;border:0;padding:4px 8px;font-size:9px}.canvas-views button.active{background:#e6eddf;color:#376349}.canvas-compass{position:absolute;bottom:15px;right:15px;width:50px;height:50px;border-radius:50%;border:1px solid #cdd6c3;color:#7e8c73;font-size:9px;display:grid;place-items:center;background:#ffffff70;pointer-events:none}.bottom-panel{height:255px;min-height:110px;background:var(--surface);border-top:1px solid var(--line);display:flex;flex-direction:column;resize:vertical;overflow:hidden}.bottom-panel.expanded{height:47vh}.bottom-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--line);padding:0 9px;min-height:40px;overflow:auto}.bottom-tabs button{border:0;border-radius:0;background:transparent;min-height:40px;padding:8px 12px;font-size:10px;border-bottom:2px solid transparent;color:var(--muted);white-space:nowrap}.bottom-tabs button.active{border-bottom-color:var(--accent);color:var(--accent)}.bottom-tabs button svg{width:13px;height:13px}.tab-count{font-size:8px;border:1px solid var(--line);padding:1px 4px;border-radius:4px;margin-left:3px}.bottom-content{overflow:auto;flex:1;min-height:0}.bottom-content table td{padding:9px 12px;font-size:10px}.bottom-content table th{padding:8px 12px;font-size:8px}.properties-section{padding:16px;border-bottom:1px solid var(--line)}.properties-section h4{font-size:10px;letter-spacing:.01em;margin-bottom:13px;display:flex;align-items:center;gap:7px}.properties-section h4 svg{width:13px;height:13px;color:var(--muted)}.properties-section .fields{gap:9px}.properties-section .field>span{font-size:9px}.properties-section input,.properties-section select{font-size:10px;padding:7px 8px;min-height:32px}.properties-section p{font-size:10px;color:var(--muted)}.properties-section .check{font-size:10px;margin:7px 0}.properties-section button{font-size:10px;min-height:31px}.dimension-input{position:relative}.dimension-input input{padding-right:29px}.dimension-input small{position:absolute;right:8px;top:10px;color:var(--muted);font-size:8px;pointer-events:none}.selected-preview{background:var(--bg);height:110px;border:1px solid var(--line);border-radius:7px;display:grid;place-items:center;margin-bottom:12px}.selected-preview svg{width:135px;height:105px}.editor-statusbar{min-height:26px;height:26px;background:var(--surface);border-top:1px solid var(--line);padding:5px 16px;font-size:8px;display:flex;align-items:center;gap:16px;color:var(--muted)}.editor-statusbar .row{gap:5px}.editor-statusbar svg{width:10px;height:10px}.quote-overview{display:flex;gap:25px;padding:20px;align-items:flex-start}.quote-total{min-width:160px;padding:13px 18px;background:var(--accent2);border-radius:8px}.quote-total small{font-size:9px;color:var(--accent)}.quote-total strong{display:block;font-size:26px;color:var(--accent);letter-spacing:-.04em;margin:8px 0}.quote-total p{font-size:9px;color:var(--accent);margin:0}.quote-lines{min-width:250px;flex:1}.quote-lines .spread{font-size:10px;margin:9px 0}.cut-layout{display:flex;gap:20px;padding:20px;align-items:flex-start}.cut-settings{width:175px;min-width:175px;display:flex;flex-direction:column;gap:11px}.cut-settings .field span{font-size:9px}.cut-settings input,.cut-settings select{font-size:10px;min-height:31px}.cut-settings button{font-size:10px}.cut-sheets{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;flex:1;min-width:250px}.cut-sheet{border:1px solid var(--line);border-radius:8px;padding:12px}.cut-sheet header{font-size:10px;display:flex;justify-content:space-between;margin-bottom:9px}.cut-sheet svg{width:100%;max-height:300px;display:block}.validation-list{padding:13px 18px;display:flex;flex-direction:column;gap:8px}.validation-item{font-size:10px;display:flex;align-items:flex-start;gap:8px;padding:9px;border:1px solid var(--line);border-radius:6px}.validation-item svg{width:13px;height:13px;flex-shrink:0;color:#ae873f}.validation-item.error-item svg{color:var(--danger)}.validation-item.success-item svg{color:var(--accent)}.export-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.export-grid a,.export-grid button{display:flex;align-items:center;gap:12px;justify-content:flex-start;padding:15px;border:1px solid var(--line);border-radius:9px;font-size:12px;background:var(--bg)}.export-grid svg{color:var(--accent);width:20px;height:20px}.export-grid span{font-size:10px;color:var(--muted);display:block;margin-top:4px}.revision-card{padding:15px;border:1px solid var(--line);border-radius:8px;margin-bottom:10px}.revision-card h4{font-size:13px}.revision-card p{font-size:10px;color:var(--muted);margin:5px 0}.portal{max-width:1180px;margin:auto;padding:25px}.portal-nav{display:flex;justify-content:space-between;align-items:center;padding:0 0 28px}.portal-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:22px}.portal-scene{height:470px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#edf0e8}.portal-quote{padding:28px}.portal-quote strong{display:block;font-size:37px;font-weight:600;letter-spacing:-.05em;margin:20px 0}.portal-steps{display:flex;gap:8px;overflow:auto;margin:30px 0}.portal-step{flex:1;min-width:105px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px 12px;font-size:10px}.portal-step.active{background:var(--accent2);border-color:var(--accent);color:var(--accent)}.portal-step span{display:block;font-size:9px;color:var(--muted);margin-bottom:8px}.comment{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.comment small{font-size:9px;color:var(--muted)}.mobile-only{display:none}.brand-color{height:38px;padding:3px!important}.room-features{padding:12px}.room-features button{font-size:10px;width:100%;margin:4px 0;justify-content:flex-start}.warning-banner{display:flex;gap:8px;align-items:center;padding:11px 16px;background:#f6edda;color:#806428;font-size:10px;border-bottom:1px solid #e9dcc0}.warning-banner svg{width:14px;height:14px}.floating-error{position:absolute;top:55px;left:20px;right:20px;z-index:8}.budget-form{padding:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.budget-form .field>span{font-size:10px}.budget-form input,.budget-form select{font-size:11px}.object-properties-placeholder{padding:25px 20px;text-align:center}.object-properties-placeholder>svg{width:34px;height:34px;color:var(--muted);stroke-width:1.2;margin:22px 0}.object-properties-placeholder h3{font-size:14px}.object-properties-placeholder p{font-size:11px;color:var(--muted);line-height:1.7}.focus-hint{font-size:9px;color:var(--muted);padding:9px 15px;border-bottom:1px solid var(--line)}@media(min-width:1700px){.editor-body{grid-template-columns:260px minmax(0,1fr) 295px}.bottom-panel{height:290px}.module-tile{min-height:123px}.module-tile svg.cabinet-art{height:77px;width:88px}}@media(max-width:1150px){.workspace{grid-template-columns:190px 1fr}.sidebar{width:190px;padding:20px 12px}.sidebar .logo{font-size:14px;padding:0}.workspace-body{padding:28px 25px}.workspace-topbar{padding:0 25px}.client-grid,.material-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.editor-body{grid-template-columns:200px minmax(0,1fr) 232px}.editor-topbar{gap:10px}.editor-topbar .logo span{display:none}.editor-project-name{padding-left:12px}.editor-topbar .label-hide{display:none}.properties-section{padding:13px}.hero-stage{min-height:430px}.hero-stage .scene{height:430px}.public-hero{gap:25px}.hero-copy h1{font-size:48px}.public-strip{margin:0 5%;flex-wrap:wrap}.public-footer{margin:0 5%}.auth-story{padding:35px}.auth-story h1{font-size:36px}}@media(max-width:900px){.editor-body{grid-template-columns:170px minmax(0,1fr) 212px}.module-library{gap:5px;padding:0 8px 10px}.module-tile{min-height:100px}.module-tile svg.cabinet-art{width:60px;height:55px}.module-tile span{font-size:8px}.editor-topbar{height:57px;min-height:57px;padding:0 10px}.editor-topbar button{padding:7px}.editor-project-name{min-width:100px;max-width:190px}.editor-project-name strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-topbar .optional-action{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.public-nav nav{gap:18px}.public-hero{grid-template-columns:1fr 1fr;padding-top:24px}.hero-copy h1{font-size:40px}.hero-stage{min-height:380px}.hero-stage .scene{height:380px}.hero-tag{display:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.public-dark .public-section{gap:35px}.section-heading h2{font-size:30px}.public-footer{padding:22px 0}.portal-grid{grid-template-columns:1.3fr 1fr}.portal-quote{padding:20px}.portal-scene{height:380px}.portal-quote strong{font-size:29px}.canvas-help{display:none}}@media(max-width:700px){.mobile-only{display:inline-flex}.desktop-only{display:none!important}.workspace{display:block}.sidebar{transform:translateX(-100%);width:220px;transition:transform .2s;box-shadow:0 10px 50px #0003}.sidebar.open{transform:translateX(0)}.workspace-main{width:100%}.workspace-topbar{height:60px;padding:0 18px}.workspace-body{padding:25px 18px}.page-heading h1{font-size:26px}.page-heading{align-items:flex-start}.page-heading .primary{font-size:11px;padding:9px}.stats-grid{gap:10px;margin-top:20px}.stat{padding:15px}.stat strong{font-size:25px}.client-grid,.material-grid,.project-grid{grid-template-columns:1fr 1fr;gap:12px}.project-card-art{height:135px}.project-card-content{padding:14px}.project-card-content h3{font-size:13px}.project-card-content p{font-size:9px}.project-card-foot{padding:10px 12px;font-size:9px}.new-project-card{min-height:260px}.section-toolbar{flex-wrap:wrap}.search-field{min-width:170px;flex:1}.section-toolbar select{max-width:150px}.settings-grid{gap:15px}.auth-page{display:block}.auth-story{display:none}.auth-form{min-height:100dvh;padding:30px 25px}.auth-form .mobile-only{margin-bottom:40px}.public-nav{padding:22px 6%}.public-nav nav{display:none}.public-nav .row{gap:4px}.public-nav .row a{font-size:11px;padding:9px}.public-hero{grid-template-columns:1fr;padding:25px 6% 40px;gap:20px}.hero-copy h1{font-size:48px}.hero-copy h1,.hero-copy p{max-width:500px}.hero-stage{min-height:360px;border-radius:140px 140px 10px 10px}.hero-stage .scene{height:360px}.hero-tag{display:block;top:35px}.public-strip{gap:18px;padding:25px 0;display:grid;grid-template-columns:1fr 1fr;font-size:9px}.public-section{padding:55px 6%}.section-heading h2{font-size:30px}.feature-grid{gap:12px}.feature-card{padding:20px}.feature-card h3{font-size:14px}.feature-card p{font-size:11px}.public-dark .public-section{grid-template-columns:1fr;gap:25px}.gallery-grid{grid-template-columns:1fr}.gallery-art{height:220px}.public-contact{flex-direction:column;align-items:flex-start}.public-footer{font-size:9px;gap:20px;line-height:1.6}.editor-body{grid-template-columns:1fr}.editor-library,.editor-properties{display:none}.editor-library.mobile-open,.editor-properties.mobile-open{display:block;position:absolute;top:105px;bottom:26px;width:260px;z-index:30;box-shadow:0 8px 35px #0004}.editor-properties.mobile-open{right:0}.editor-topbar .logo{display:none}.editor-topbar .editor-project-name{border-left:0;padding-left:0;max-width:130px;min-width:90px}.editor-topbar .hide-mobile{display:none}.editor-topbar{gap:6px}.editor-topbar .spacer{min-width:0}.editor-topbar button{font-size:9px;gap:5px;padding:6px}.editor-topbar button svg{width:13px}.editor-toolbar{min-height:44px;padding:5px 8px}.editor-toolbar button{font-size:9px}.editor-toolbar .divider-vertical{margin:0 3px}.bottom-panel{height:240px}.bottom-panel.expanded{height:50vh}.bottom-tabs{padding:0 4px}.bottom-tabs button{padding:8px 9px;font-size:9px}.bottom-tabs button svg{display:none}.editor-statusbar{gap:8px;font-size:7px}.canvas-top{left:10px;top:12px}.canvas-views{top:46px;right:10px}.canvas-top>span{font-size:8px}.quote-overview{gap:15px;flex-wrap:wrap;padding:14px}.quote-total{min-width:140px;flex:1}.quote-lines{min-width:210px}.cut-layout{padding:12px;gap:12px;flex-direction:column}.cut-settings{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cut-settings .note{grid-column:span 3}.cut-sheets{width:100%;min-width:0}.budget-form{grid-template-columns:repeat(2,1fr);padding:15px}.portal{padding:20px 16px}.portal-grid{grid-template-columns:1fr}.portal-scene{height:350px}.portal-nav{padding-bottom:20px}.portal-nav .logo{font-size:13px}.portal-quote strong{font-size:32px}.portal h1{font-size:27px}.modal{padding:23px 20px}.modal-backdrop{padding:15px}.fields.three{gap:8px}.export-grid{gap:7px}.export-grid a,.export-grid button{padding:11px;font-size:10px;gap:8px}.export-grid span{font-size:9px}.editor-canvas{min-height:240px}.editor-project-name span{font-size:8px}.mobile-toggle{position:fixed;bottom:25px;right:20px;z-index:50}.client-card,.material-card{padding:15px}.material-card h3{font-size:12px}.public-contact h2{font-size:30px}.property-choice{gap:7px}.property-choice button{padding:15px 7px;font-size:11px}}.feature-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:10px 0}.feature-actions button{font-size:11px;padding:8px 6px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);cursor:pointer}.feature-actions button:hover{border-color:var(--accent);color:var(--accent)}.feature-list{display:grid;gap:5px;margin-top:8px}.feature-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:7px 0;font-size:11px}.feature-row span{display:grid;gap:2px}.library-search>button{border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:0 9px;cursor:pointer}.library-search>button.active{background:var(--accent);color:white;border-color:var(--accent)}