:root{font-family:Inter,Noto Sans CJK SC,PingFang SC,Microsoft YaHei,WenQuanYi Zen Hei,system-ui,sans-serif;color:#29342f;background:#f5f6f3;font-synthesis:none;--green: #28554a;--green-soft: #edf3ee;--muted: #7c857f;--border: #e3e7e0;--orange: #b87936;--panel: #fcfcfa;--ease: cubic-bezier(.23, 1, .32, 1)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,dialog:focus-visible{outline:2px solid #4a8574;outline-offset:3px}button{transition:background-color .14s ease,color .14s ease,border-color .14s ease,transform .14s var(--ease)}button:active:not(:disabled){transform:scale(.975)}input,select{min-width:0;max-width:100%;border:1px solid #dfe4dc;border-radius:6px;background:#fff;color:#37423a}input:not([type=range]):not([type=checkbox]):not([type=color]),select{height:35px;padding:0 10px}input[type=range]{width:100%;height:4px;appearance:none;border:0;border-radius:4px;background:#e0e6dd;cursor:pointer;accent-color:var(--green)}input[type=range]::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background:var(--green);border:2px solid #fff;box-shadow:0 0 0 1px #b8c9bc;border-radius:50%}input[type=checkbox]{accent-color:var(--green);width:15px;height:15px;flex-shrink:0}input[type=color]{padding:2px;border:1px solid var(--border);width:36px;height:30px;cursor:pointer}input[type=number]{font-variant-numeric:tabular-nums}select{font-size:13px;cursor:pointer;padding-right:22px}h1,h2,h3,h4,p{margin:0}button svg{flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted);font-size:13px}.helper{font-size:12px;line-height:1.8;color:#82897f}.eyebrow{font-size:12px;letter-spacing:1.8px;color:#8b9589;display:block;font-weight:500}.button{border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 13px;font-size:13px;font-weight:500;white-space:nowrap}.primary{background:var(--green);color:#fff;border-color:var(--green)}.secondary{background:#fff;border-color:#dfe5dc;color:#485447}.quiet{background:transparent}.destructive{background:#a9493c;color:#fff}.icon-button{width:30px;height:30px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;color:#7b857b;flex-shrink:0}.icon-button[aria-pressed=true]{background:#e4eee4;color:var(--green)}.text-button{border:0;background:transparent;color:var(--green);font-size:12px;display:inline-flex;align-items:center;gap:5px;padding:5px 0}.danger{color:#a56252}.full-width{width:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{height:70px;display:flex;align-items:center;gap:23px;padding:0 25px;background:#fefefc;border-bottom:1px solid var(--border);flex-shrink:0}.brand{display:flex;align-items:center;gap:10px;border:0;background:none;padding:0;white-space:nowrap}.brand-symbol{display:flex;align-items:center;justify-content:center;background:var(--green);width:35px;height:35px;color:#fff;border-radius:9px}.brand>span:last-child{font-size:19px;font-weight:650;letter-spacing:2px}.brand small{display:block;font-size:10px;letter-spacing:3px;font-weight:550;color:#8a9185;margin-top:0}.header-divider{height:28px;width:1px;background:var(--border)}.project-title{display:flex;flex-direction:column;gap:1px;min-width:150px}.project-title input{background:transparent!important;border-color:transparent;height:25px!important;padding:0!important;font-size:13px;font-weight:550;width:250px;max-width:23vw}.project-title input:focus{border-color:var(--border);outline-offset:1px}.save-state{font-size:12px;color:#81907b;display:flex;gap:4px;align-items:center}.save-state.error{color:#af6e43}.header-actions{display:flex;gap:9px;align-items:center;margin-left:auto}.studio-shell{height:100dvh;min-height:500px;display:flex;flex-direction:column;overflow:hidden}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:270px minmax(0,1fr) 278px}.left-panel,.right-panel{background:var(--panel);min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#d6ddd2 transparent}.left-panel{border-right:1px solid var(--border);display:flex;flex-direction:column}.right-panel{border-left:1px solid var(--border)}.product-section{padding:23px 20px 19px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:15px}.section-title h2{font-size:13px;letter-spacing:.4px;font-weight:600}.step-number{font-size:12px;font-family:monospace;color:#65735d}.section-meta{font-size:10px;letter-spacing:1.5px;color:#65735d}.product-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:19px}.product-picker button{border:1px solid #e3e6dd;background:#fff;border-radius:7px;display:flex;flex-direction:column;align-items:center;gap:7px;height:69px;justify-content:center;color:#65735d;font-size:12px}.product-picker button.selected{border-color:#7a9c83;background:#eef3ec;color:var(--green);box-shadow:inset 0 0 0 1px #7a9c8320}.product-dimensions,.form-row{display:flex;gap:10px}.number-field{flex:1;min-width:0}.number-field>label,.select-field{font-size:12px;color:#65735d}.number-field>label{display:block;margin-bottom:7px}.unit-input{position:relative}.unit-input input{width:100%;padding-right:33px!important;font-size:13px}.unit-input>span{position:absolute;right:10px;top:10px;pointer-events:none;font-size:12px;color:#65735d}.unit-input input::-webkit-inner-spin-button{appearance:none}.size-presets{display:flex;gap:7px;margin-top:8px}.size-presets button{border:1px solid #e4e8df;background:#f7f9f4;font-size:12px;color:#65735d;border-radius:4px;flex:1;padding:4px 1px;white-space:nowrap}.size-presets button.selected{background:#e9eee4;color:#43613d;border-color:#cbd8be}.form-row{margin-top:12px}.form-row .select-field{flex:1}.select-field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;line-height:1.4}.select-field>input,.select-field>select{width:100%}.cutline-link{margin-top:0;margin-bottom:5px;color:#889b7d;gap:6px;font-size:12px}.cutline-link svg:last-child{transform:rotate(-90deg)}.material-title{margin-top:24px;margin-bottom:10px}.material-list{display:flex;flex-direction:column;gap:6px}.material-option{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid transparent;border-radius:6px;text-align:left;background:transparent;min-height:50px}.material-option.selected{border-color:#c3d2bc;background:#f1f5ed}.material-swatch{height:33px;width:33px;border-radius:4px;border:1px solid #d4dace;flex-shrink:0;position:relative;overflow:hidden;box-shadow:1px 2px 2px #00000006}.material-option>span:nth-child(2){flex:1;min-width:0}.material-option strong{display:block;font-size:12px;font-weight:500}.material-option small{display:block;color:#65735d;font-size:11px;margin-top:4px;line-height:1.5}.radio-dot{width:11px;height:11px;border:1px solid #d3dacb;border-radius:50%;flex-shrink:0}.selected .radio-dot{border:3px solid #758f68;background:#fff}.swatch-pearlescent{background:linear-gradient(125deg,#f8efdc,#e1efd7,#fff4f2,#edf2e6)}.swatch-holographic{background:linear-gradient(125deg,#eacbdc,#c1e6e4,#e7e5b2,#dcc3e2,#bee4d7)}.swatch-textured{background:repeating-linear-gradient(83deg,#e6e5da 0 1px,#f4f2e6 1px 3px)}.swatch-kraft{background:linear-gradient(135deg,#c0a279,#dcc6a4)}.swatch-clear{background:linear-gradient(130deg,#e7f4efaa,#ffffff90);box-shadow:2px 2px 1px #c8d9cc,inset 1px 1px #fff}.swatch-frosted{background:linear-gradient(135deg,#dfe8e2,#f3f6f1)}.finish-field{margin-top:16px;margin-bottom:0}.layers-section{border-top:1px solid var(--border);padding:20px}.import-button{display:flex;align-items:center;gap:7px;border:1px solid #cddac6;background:#f1f5ec;color:#577447;min-height:38px;border-radius:5px;width:100%;padding:0 10px;font-size:12px}.import-shortcut{font-size:10px!important;letter-spacing:.3px;color:#9aa88f;margin-left:auto;white-space:nowrap}.layer-list{margin:13px -7px 7px;display:flex;flex-direction:column;gap:4px}.layer-row{display:flex;align-items:center;border-radius:6px;border:1px solid transparent;min-width:0}.layer-row.selected{border-color:#d3dfcb;background:#edf3e8}.layer-select{display:flex;align-items:center;gap:9px;flex:1;min-width:0;background:transparent;border:0;padding:8px 5px;text-align:left}.layer-select>span:last-child{min-width:0}.layer-select strong{font-size:12px;font-weight:500;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.layer-select small{font-size:11px;color:#65735d;display:block;margin-top:4px}.layer-thumbnail{display:flex;align-items:center;justify-content:center;width:32px;height:36px;border-radius:3px;border:1px solid #d9e3d1;flex-shrink:0;overflow:hidden;background:#eff3e6;color:#9eaf7d}.layer-thumbnail img{width:100%;height:100%;object-fit:contain}.mini-art{font-family:Georgia,serif;color:#344e34;font-size:25px;background:#eee8d6;width:100%;text-align:center}.layer-muted .layer-select{opacity:.5}.layer-row>.icon-button{width:25px;margin-right:3px}.add-layer-button{border:1px dashed #dce3d5;border-radius:5px;color:#8d9a80;background:transparent;display:flex;justify-content:center;align-items:center;gap:6px;min-height:34px;width:100%;font-size:12px;margin-top:10px}.layer-count{display:flex;align-items:center;gap:5px;font-size:11px;color:#65735d;margin-top:12px}.panel-bottom-note{font-size:11px;display:flex;gap:6px;align-items:center;color:#65735d;padding:15px 20px;margin-top:auto;line-height:1.6}.preview-workspace{min-width:0;min-height:0;display:flex;flex-direction:column;position:relative;background:#f3f5ef}.canvas-topbar{height:53px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#f7f8f3;border-bottom:1px solid #e6e9df;flex-shrink:0}.canvas-breadcrumb{display:flex;align-items:center;gap:10px;font-size:12px;color:#65735d}.canvas-breadcrumb strong{font-weight:500;color:#636f58}.live-badge{display:flex;align-items:center;gap:4px;font-size:10px!important;letter-spacing:.6px;background:#ebf0e5;border:1px solid #e1e8d6;padding:3px 6px;border-radius:4px;margin-left:3px;color:#869873}.live-badge>span,.connection-dot,.local-badge>span{width:5px;height:5px;border-radius:50%;background:#839b69;display:inline-block}.history-tools{display:flex;gap:3px}.canvas-area{position:relative;flex:1;min-height:250px;overflow:hidden}.preview-canvas{display:block;width:100%;height:100%;outline:none;touch-action:none}.canvas-area>div:has(>.preview-canvas){width:100%;height:100%}.view-switcher{position:absolute;left:24px;top:19px;display:flex;border:1px solid #dde4d2;background:#fdfefbd9;border-radius:6px;padding:3px;gap:2px;box-shadow:0 2px 4px #52642b03}.view-switcher button{background:transparent;border:0;font-size:12px;color:#929c86;border-radius:4px;padding:6px 13px}.view-switcher button.selected{background:#e8edde;color:#566c42;box-shadow:0 1px 3px #40562109}.model-caption{position:absolute;bottom:29px;left:27px;pointer-events:none}.model-caption>span{font-size:12px;color:#919d84;letter-spacing:1px}.model-caption strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:25px;letter-spacing:-.7px;font-weight:400;margin:6px 0;color:#687956}.model-caption small{font-family:inherit;font-size:13px;letter-spacing:0}.model-caption p{font-size:10px;color:#65735d}.canvas-tools{display:flex;align-items:center;gap:4px;position:absolute;bottom:27px;left:50%;transform:translate(-50%);border:1px solid #dce3cf;border-radius:7px;background:#fffff8ed;padding:4px 7px;box-shadow:0 4px 10px #5a6a3c06}.canvas-tools .icon-button{color:#839270;width:29px;height:30px}.tool-divider{height:15px;width:1px;background:#e0e7d7;margin:0 2px}.orbit-hint{position:absolute;bottom:11px;right:18px;display:flex;gap:5px;align-items:center;font-size:10px;color:#9eac8f;pointer-events:none}.canvas-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#899778;font-size:13px}.canvas-error,.preview-error{position:absolute;z-index:4;left:10%;right:10%;top:30%;display:flex;flex-direction:column;align-items:center;gap:12px;background:#fffffff5;padding:28px;border:1px solid #e2d8c3;border-radius:8px;text-align:center;color:#9c7548;font-size:13px}.canvas-error p{max-width:480px;line-height:1.7}.canvas-error>span{color:#8b8c7e;font-size:12px}.canvas-error:has(+.preview-error),.preview-error{font-size:13px}.canvas-drop-overlay{position:absolute;inset:10px;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;background:#eaf2e3f5;border:2px dashed #94ac7c;border-radius:12px;z-index:5;pointer-events:none}.canvas-drop-overlay h2{font-size:20px}.canvas-drop-overlay p{font-size:13px;color:#7b8e6b}.scene-strip{min-height:99px;padding:17px 22px;display:flex;align-items:center;gap:18px;border-top:1px solid #e1e6d8;background:#f9faf6;flex-shrink:0}.scene-strip-label{display:flex;align-items:center;gap:9px;color:#8a9c76;white-space:nowrap}.scene-strip-label strong{font-size:12px;color:#748464;display:block;font-weight:500}.scene-strip-label small{display:block;font-size:9px;letter-spacing:1px;color:#abb69b;margin-top:5px}.scene-presets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;flex:1}.scene-card{background:transparent;border:1px solid transparent;border-radius:6px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:4px;position:relative;min-width:0;font-size:11px;color:#65735d}.scene-card.selected{background:#eef3e6;border-color:#bacda5;color:#607944}.scene-card>svg{position:absolute;right:5px;bottom:5px}.scene-miniature{display:flex;align-items:center;justify-content:center;width:100%;height:35px;position:relative;border-radius:3px;background:linear-gradient(145deg,#e4e9db,#f6f7ed)}.mini-sphere{width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 30% 28%,#fff,#e5ead6 45%,#b2c293);box-shadow:9px 4px 7px -3px #4b5d2130}.scene-warm .scene-miniature{background:linear-gradient(145deg,#eee0ce,#f8eddb)}.scene-warm .mini-sphere{background:radial-gradient(circle at 23% 23%,#fff8df,#e6c79c 70%,#b69672)}.scene-daylight .scene-miniature{background:linear-gradient(140deg,#e5edef,#f0f4e8)}.scene-daylight .mini-sphere{background:radial-gradient(circle at 15% 40%,#fff,#e4ebdb 55%,#9ba591)}.scene-night .scene-miniature{background:linear-gradient(130deg,#364e44,#192922)}.scene-night .mini-sphere{background:radial-gradient(circle at 30% 23%,#dfe8cd,#798f74 36%,#24392c 75%);box-shadow:7px 4px 5px #001e1650}.scene-adjust{background:transparent;border:0;display:flex;flex-direction:column;align-items:center;gap:7px;font-size:11px;color:#8f9d81;padding:3px}.inspector-tabs{height:53px;display:flex;align-items:stretch;padding:0 13px;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:2;background:var(--panel)}.inspector-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;flex:1;font-size:12px;color:#65735d;position:relative;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:4px}.inspector-tabs button[aria-selected=true]{color:#516c41;border-bottom-color:#708f57}.check-count{background:#f4ebd8;color:#af8f52;border-radius:4px;font-size:10px;min-width:13px;padding:2px}.inspector-content{padding:22px 20px}.inspector-heading{display:flex;align-items:center;gap:11px;margin-bottom:23px;color:#8f9e7d}.inspector-heading .eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:6px}.inspector-heading h3{font-size:14px;font-weight:550;color:#536448;max-width:180px;overflow-wrap:anywhere}.layer-type-mark{display:block;width:28px;height:33px;border-radius:4px;border:1px solid #e0e4d2;background:#eeeada;flex-shrink:0}.mark-foil{background:linear-gradient(130deg,#e5cea0,#fcf0d3,#d7ba7d);color:#ae8e49}.mark-white{background:#fff;color:#a9b29d}.mark-varnish{background:linear-gradient(135deg,#d5e5ce,#fbfff8,#c9d7be);color:#819f65}.mark-matte{background:#e2e5d8;color:#95a17e}.mark-emboss,.mark-deboss{background:#e6decc;color:#ac997b}.range-field{margin:17px 0}.field-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#65735d;margin-bottom:7px}.field-label output{color:#717e62;font-size:12px;min-width:35px;text-align:right;font-variant-numeric:tabular-nums}.subsection-heading{font-size:12px;font-weight:550;margin-top:22px;margin-bottom:13px;padding-top:16px;border-top:1px solid #e8ebdf;color:#6c7b5d;display:flex;align-items:center;justify-content:space-between}.subsection-heading>.icon-button{height:20px}.check-field{display:flex;align-items:center;gap:7px;font-size:12px;color:#839174;line-height:1.6;margin:12px 0}.checker{background-color:#fff;background-image:linear-gradient(45deg,#edf0e8 25%,transparent 25%),linear-gradient(-45deg,#edf0e8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#edf0e8 75%),linear-gradient(-45deg,transparent 75%,#edf0e8 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0}.image-preview{height:110px;border:1px solid #e1e6d8;border-radius:5px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:17px 0}.image-preview img{width:100%;height:100%;object-fit:contain}.sample-art-label{width:90px;height:90px;background:#f0ecda;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;color:#3d563e}.sample-art-label>span{font-family:Georgia,serif;font-size:23px;letter-spacing:5px}.sample-art-label small{font-size:4px;margin-top:7px;letter-spacing:.5px}.mask-preview{border:1px solid #e1e6d8;border-radius:6px;overflow:hidden;margin:12px 0;position:relative}.mask-preview canvas{width:100%;height:120px;object-fit:contain;display:block}.mask-preview>span{display:block;padding:5px 7px;background:#edf2e5;font-size:11px;color:#8a9d76}.foil-colors{display:flex;align-items:center;gap:8px}.foil-colors>button{width:25px;height:25px;border-radius:50%;border:2px solid white;outline:1px solid transparent}.foil-colors>button[aria-pressed=true]{outline-color:#84946b}.color-input-label{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:11px;color:#65735d}.color-input-label input{width:22px;height:24px}.layer-actions{display:flex;gap:8px;align-items:center;padding-top:18px;border-top:1px solid #e3e8d9;margin-top:23px;margin-bottom:8px}.layer-actions .text-button:nth-last-child(2){margin-left:auto}.layer-actions .text-button{font-size:12px}.color-field{display:flex;align-items:center;gap:8px;font-size:12px;color:#8b977e;margin:22px 0}.color-field input{margin-left:auto}.color-field>span{font-size:11px;font-family:monospace}.note{font-size:12px;line-height:1.9;color:#65735d;padding:12px;background:#f1f4e9;border:1px solid #e5e9d9;border-radius:6px;margin:15px 0}.note.warning{background:#f7f0df;border-color:#e9dfc7;color:#a0844f}.production-issue{padding:16px 0;border-bottom:1px solid var(--border)}.production-issue>div{display:flex;gap:7px;color:#a59769;align-items:flex-start}.production-issue h4{font-size:12px;font-weight:500;line-height:1.5}.production-issue p{font-size:12px;color:#8e967f;line-height:1.9;margin:8px 0}.issue-error>div{color:#ad7860}.issue-info>div{color:#8c9d76}.production-panel>.full-width{margin-top:20px}.statusbar{height:29px;border-top:1px solid var(--border);display:flex;align-items:center;gap:20px;padding:0 22px;background:#f9faf6;font-size:10px;color:#65735d;flex-shrink:0}.statusbar>span:first-child{display:flex;align-items:center;gap:6px;white-space:nowrap}.connection-dot{background:#c4c7ba}.connection-dot.is-ready{background:#8aa675}.status-separator{margin:0 3px;color:#c4caba}.statusbar>button{display:flex;align-items:center;gap:6px;border:0;background:none;font-size:10px;color:#65735d;padding:0;margin:auto}.status-quality{white-space:nowrap}.save-error-bar{display:flex;align-items:center;gap:9px;background:#fff0d8;padding:10px 24px;color:#9a7444;font-size:12px}.save-error-bar button{background:none;border:0;text-decoration:underline;color:#6b5a37}.save-error-bar>span{flex:1}.toast{position:fixed;left:50%;bottom:50px;transform:translate(-50%);max-width:90vw;background:#fffaf0;border:1px solid #e4d7b7;border-radius:7px;display:flex;align-items:center;gap:10px;padding:11px 14px;box-shadow:0 8px 30px #4a462a15;color:#9b7f48;font-size:13px;z-index:20}.toast>span{line-height:1.7;max-width:550px}.update-notice{position:fixed;bottom:45px;left:50%;transform:translate(-50%);background:#e9f1e1;border:1px solid #c2d4ae;box-shadow:0 8px 28px #63794320;padding:12px 17px;border-radius:6px;z-index:15;display:flex;align-items:center;gap:10px;font-size:13px}.update-notice button{border:0;background:var(--green);color:#fff;border-radius:4px;padding:5px 9px}.full-state{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;text-align:center;padding:35px;color:#698253}.full-state h1{font-size:23px;font-weight:500}.full-state p{font-size:13px;line-height:1.8;max-width:600px;color:#65735d}.full-state .button{margin-top:10px}.modal{border:1px solid #e0e6d7;border-radius:12px;box-shadow:0 25px 90px #24331a22;padding:25px;width:min(540px,calc(100vw - 30px));max-height:90dvh;overflow:auto;color:#526345;background:#fdfefa}.modal::backdrop{background:#27392354}.modal-wide{width:min(1000px,calc(100vw - 40px))}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:19px}.modal-heading h2{font-size:21px;font-weight:550;margin-top:7px;letter-spacing:-.4px}.modal-heading .eyebrow{font-size:11px}.modal-intro{font-size:13px;line-height:1.9;color:#65735d;margin-bottom:21px}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:21px;margin-top:21px;border-top:1px solid var(--border)}.modal-footer>div{display:flex;gap:9px}.modal-footer>.muted{font-size:12px}.modal>.helper{margin-top:17px}.import-drop{display:flex;align-items:center;gap:17px;border:1px dashed #bdcea8;background:#f4f8ed;border-radius:8px;padding:26px 22px;color:#8a9f71}.import-drop strong{font-size:13px;font-weight:500;color:#6c8354}.import-drop p{font-size:12px;margin-top:7px;color:#9aa88a}.import-drop .button{margin-left:auto}.import-drop.compact{padding:16px 18px}.inline-status{display:flex;align-items:center;gap:8px;font-size:13px;color:#8c9f76;padding:15px 0}.import-table{margin-top:20px}.import-table-head,.import-row{display:grid;grid-template-columns:minmax(200px,1fr) 180px 195px 28px;gap:13px;align-items:center}.import-table-head{font-size:12px;color:#65735d;padding:0 0 9px;border-bottom:1px solid var(--border)}.import-row{padding:13px 0;border-bottom:1px solid #e7ebdf}.import-file{display:flex;gap:11px;align-items:center;min-width:0}.import-file>div:last-child{min-width:0}.thumb{width:45px;height:45px;border-radius:5px;border:1px solid #dfe7d4;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thumb img{width:100%;height:100%;object-fit:contain}.import-file strong{display:block;font-size:12px;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.import-file span{display:block;font-size:11px;color:#65735d;margin-top:5px}.import-row select{font-size:12px}.mask-choice select{width:100%}.import-mode{font-size:12px}.cutline-trace{grid-column:1 / -1;display:grid;grid-template-columns:minmax(140px,220px) minmax(0,1fr);gap:20px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#f7f9f4;align-items:start}.cutline-trace-preview{position:relative;height:220px;border:1px solid var(--border);border-radius:5px;overflow:hidden}.cutline-trace-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.cutline-trace-preview img:first-child{opacity:.5}.cutline-trace-controls{min-width:0;font-size:12px;line-height:1.7}.cutline-trace-controls p{margin:8px 0}.cutline-trace-controls .select-field{max-width:240px}.cutline-trace-controls .text-button{display:inline-flex;gap:6px;align-items:center}.cutline-trace-warning,.cutline-trace-error{color:#876021}.cutline-zoom-label{display:flex;gap:16px;align-items:center;font-size:13px;margin:16px 0}.cutline-zoom-label input{max-width:240px}.cutline-detail-viewport{max-height:58vh;overflow:auto;border:1px solid var(--border);border-radius:6px}.cutline-detail-image{position:relative}.cutline-detail-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.cutline-detail-image img:first-child{opacity:.5}@media(max-width:600px){.cutline-trace{grid-template-columns:minmax(0,1fr);gap:12px;padding:12px}.cutline-trace-preview{height:180px}}.error-box{padding:14px 17px;background:#fff4e3;border:1px solid #eadcc0;border-radius:6px;display:flex;gap:10px;color:#a38654;font-size:12px;line-height:1.8;margin-top:15px;align-items:flex-start}.error-box>svg{flex-shrink:0;margin-top:3px}.error-box p+p{margin-top:7px}.process-picker{display:flex;flex-direction:column;gap:8px}.process-picker>button{display:flex;gap:13px;align-items:center;text-align:left;border:1px solid #e2e8d7;background:#fbfdf7;padding:12px;border-radius:7px}.process-icon{display:flex;align-items:center;justify-content:center;width:39px;height:39px;background:#edf2e5;border-radius:7px;color:#8ca370;flex-shrink:0}.process-picker strong{font-size:13px;font-weight:500;display:block}.process-picker small{font-size:12px;display:block;color:#65735d;margin-top:6px;line-height:1.5}.process-picker>button>svg{margin-left:auto;color:#a5b396}.help-list{display:flex;flex-direction:column;gap:21px}.help-list section{display:flex;align-items:flex-start;gap:13px}.help-list section>svg{color:#8aa071;flex-shrink:0;margin-top:2px}.help-list h3{font-size:13px;font-weight:500;margin-bottom:7px}.help-list p{font-size:12px;color:#65735d;line-height:1.9}.help-list .button{margin-top:12px}.mobile-toolbar,.mobile-panel-header{display:none}.projects-page{min-height:100dvh}.library-header-note{font-size:12px;color:#9aa48e}.projects-page .app-header>.button{margin-left:auto}.library-content{padding:55px clamp(30px,6vw,120px);max-width:none}.library-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:33px;gap:20px}.library-heading .eyebrow{font-size:11px;letter-spacing:2px;margin-bottom:14px}.library-heading h1{font-size:30px;font-weight:500;letter-spacing:-.8px;color:#4d6541}.library-heading p{font-size:13px;color:#919e80;margin-top:14px}.local-badge{font-size:12px;color:#99a688;display:flex;align-items:center;gap:7px;white-space:nowrap}.new-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.new-project{display:flex;align-items:center;gap:21px;border:1px solid #dce5d3;background:#f9fbf4;border-radius:10px;text-align:left;padding:25px}.new-product-icon{width:73px;height:83px;display:flex;align-items:center;justify-content:center;background:#e9f0e0;border-radius:9px;color:#7e9865;flex-shrink:0}.new-paper .new-product-icon{background:#f0eadb;color:#ac9974}.new-acrylic .new-product-icon{background:#e5eeea;color:#8eaba0}.new-project>span:nth-child(2)>small{font-size:11px;color:#9aab89;display:block}.new-project strong{display:block;font-size:22px;margin:7px 0;font-weight:500;color:#5b714d}.new-project>span:nth-child(2)>span{font-size:12px;color:#9ca98a;line-height:1.7;display:block}.new-project>svg{margin-left:auto;color:#b0bc9e}.library-section-title{display:flex;align-items:center;justify-content:space-between;margin:42px 0 19px}.library-section-title h2{font-size:16px;font-weight:500;color:#647c53}.library-section-title h2 span{font-size:12px;color:#a5b096;padding-left:9px}.library-section-title>span{font-size:12px;color:#a5ae99}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:23px}.project-card{border:1px solid #e0e7d7;background:#fbfdf8;border-radius:9px;overflow:hidden}.project-cover{height:170px;position:relative;display:flex;align-items:center;justify-content:center}.project-cover-product{display:flex;flex-direction:column;align-items:center;gap:12px;color:#728b5b;border:1px solid #c9d7b9;background:#f4f4e7;box-shadow:8px 9px 8px #71845520;transform:rotate(-12deg);width:110px;height:110px;border-radius:50%}.project-cover-product>svg{margin-top:16px}.project-cover-product>span{font-size:11px;letter-spacing:3px}.sample-paper{border-radius:3px;width:90px;height:123px;transform:rotate(12deg);background:#f7f2e3}.sample-acrylic{border-radius:12px;width:94px;height:121px;transform:rotate(-11deg);background:#eaf3df9c;box-shadow:2px 3px #a8c496,8px 12px 10px #76985115}.cover-size{position:absolute;bottom:13px;left:15px;font-size:11px;color:#94a480}.cover-arrow{position:absolute;top:13px;right:13px;color:#879978}.project-card-info{padding:19px 18px 13px}.project-card-info h3{font-size:14px;color:#657b53;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-info p{font-size:12px;color:#65735d;margin-top:8px}.project-card>footer{display:flex;align-items:center;justify-content:space-between;padding:0 13px 10px 18px;color:#65735d;font-size:11px}.library-footnote{font-size:12px;color:#65735d;line-height:1.8;margin-top:35px}.library-state{min-height:220px;border:1px dashed #dbe5cd;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#9bab89;font-size:13px}.library-state h3{font-size:15px;font-weight:500}.library-state p{font-size:12px}.inspector-empty{font-size:13px;color:#97a489;line-height:1.9;padding:15px 0}@media(hover:hover)and (pointer:fine){.primary:hover{background:#356a5d;border-color:#356a5d}.secondary:hover,.quiet:hover,.icon-button:hover{background:#edf3e7}.product-picker button:hover,.material-option:hover,.size-presets button:hover,.process-picker>button:hover{border-color:#a7bc95}.text-button:hover{color:#46662f}.import-button:hover{background:#e7efdd}.layer-row:hover{background:#f0f5e9}.scene-card:hover{border-color:#ccdabd}.scene-adjust:hover{color:var(--green)}.new-project:hover{border-color:#b2c69c;background:#f2f7e9}.project-card:hover{border-color:#bacaab}.view-switcher button:hover{color:#4b6a34}.add-layer-button:hover{border-color:#a9c08f;color:#6d8c4f}.project-title input:hover{border-color:var(--border)}}@media(min-width:1800px){.workspace{grid-template-columns:290px minmax(0,1fr) 304px}.product-section,.layers-section{padding-left:24px;padding-right:24px}.inspector-content{padding:26px 25px}.scene-strip{padding:20px 30px;gap:26px}.scene-presets{max-width:820px;margin:auto}.scene-miniature{height:44px}.scene-strip-label strong{font-size:13px}.scene-strip-label small{font-size:10px}.scene-card{font-size:12px}.app-header{height:76px}.product-picker button{height:78px}.material-option{min-height:59px}.material-swatch{width:38px;height:38px}.layer-select{padding-top:11px;padding-bottom:11px}.canvas-topbar,.inspector-tabs{height:59px}.model-caption{left:42px;bottom:42px}.model-caption strong{font-size:31px}.model-caption>span{font-size:13px}.scene-strip{min-height:117px}.view-switcher{left:34px;top:26px}.canvas-tools{bottom:35px}.inspector-heading h3{max-width:215px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr))}}@media(min-width:2500px){.workspace{grid-template-columns:320px minmax(0,1fr) 330px}.app-header{padding:0 32px}.product-section,.layers-section{padding:26px}.product-picker button{height:83px}.material-option{min-height:65px}.section-title h2{font-size:14px}.material-option strong{font-size:13px}.material-option small{font-size:12px}.select-field,.number-field>label{font-size:13px}.layer-select strong{font-size:13px}.layer-select small{font-size:12px}.canvas-topbar{padding:0 35px}.canvas-breadcrumb{font-size:13px}.inspector-heading h3{font-size:16px}.inspector-content{padding:29px}.field-label,.subsection-heading{font-size:13px}.scene-strip{min-height:131px}.scene-presets{max-width:1100px}.scene-miniature{height:55px}.mini-sphere{height:35px;width:35px}.scene-card{font-size:12px}.model-caption strong{font-size:40px}.model-caption p{font-size:12px}.canvas-tools .icon-button{width:36px;height:37px}.view-switcher button{font-size:13px;padding:8px 19px}}@media(max-width:1200px){.workspace{grid-template-columns:235px minmax(0,1fr) 245px}.product-section,.layers-section{padding-left:15px;padding-right:15px}.inspector-content{padding:19px 15px}.app-header{gap:15px;padding:0 18px}.header-actions{gap:6px}.scene-strip{padding:12px;gap:8px}.scene-strip-label{display:none}.canvas-topbar{padding:0 17px}.live-badge{display:none}.material-option small{font-size:10px}.model-caption{bottom:76px;left:20px}.orbit-hint{bottom:8px}.canvas-tools{bottom:26px}.new-project{padding:17px;gap:14px}.new-product-icon{width:50px;height:74px}.new-project>svg{display:none}.new-project strong{font-size:19px}}@media(max-width:1000px){.workspace{grid-template-columns:230px minmax(0,1fr)}.right-panel{position:fixed;right:0;top:70px;bottom:65px;width:290px;z-index:12;display:none;box-shadow:-12px 0 35px #34462215}.right-panel.mobile-visible{display:block}.right-panel .mobile-panel-header{display:flex}.mobile-toolbar{display:flex;position:absolute;bottom:28px;right:0;width:calc(100% - 230px);height:42px;background:#fcfef8;border-top:1px solid #dce5d1;align-items:center;justify-content:space-around;z-index:6}.mobile-toolbar button{background:transparent;border:0;display:flex;align-items:center;gap:7px;font-size:12px;color:#7b9462}.mobile-toolbar button:first-child{display:none}.scene-strip{margin-bottom:42px}.mobile-panel-header{height:46px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border);font-size:13px}.statusbar>button{font-size:10px}.status-quality,.library-button{display:none}.new-project{flex-direction:column;align-items:flex-start}.new-project>span:nth-child(2)>span{font-size:11px}.library-heading h1{font-size:25px}.local-badge{display:none}.import-table-head,.import-row{grid-template-columns:minmax(170px,1fr) 150px 175px 26px;gap:8px}}@media(max-width:700px){.app-header{height:64px;padding:0 13px;gap:11px}.brand-symbol{width:31px;height:31px;border-radius:7px}.brand>span:last-child{font-size:16px}.brand small{font-size:9px}.header-divider{display:none}.project-title input{max-width:33vw;width:145px;font-size:12px}.project-title{min-width:0;flex:1}.save-state{font-size:10px}.header-actions{gap:5px}.header-actions>.icon-button,.backup-button,.export-button span{display:none}.export-button{padding:0;width:33px;min-height:33px}.workspace{display:flex}.left-panel{display:none;position:fixed;left:0;top:64px;bottom:65px;width:282px;z-index:12;box-shadow:12px 0 35px #34462215}.left-panel.mobile-visible{display:flex}.left-panel .mobile-panel-header{display:flex;flex-shrink:0}.right-panel{top:64px;bottom:65px;width:min(300px,calc(100vw - 28px))}.preview-workspace{flex:1}.canvas-topbar{height:44px;padding:0 16px}.canvas-breadcrumb{font-size:12px}.canvas-topbar .icon-button{width:27px}.canvas-area{min-height:220px}.view-switcher{left:16px;top:15px}.view-switcher button{padding:6px 10px;font-size:11px}.model-caption{left:18px;bottom:20px}.model-caption>span{font-size:10px}.model-caption strong{font-size:23px;margin:4px 0}.model-caption p{font-size:10px}.canvas-tools{left:auto;right:13px;bottom:19px;transform:none;padding:3px 4px;gap:1px}.canvas-tools .icon-button{width:24px;height:28px}.canvas-tools svg{width:15px}.canvas-tools .tool-divider{margin:0 1px}.orbit-hint{font-size:10px;right:13px;bottom:4px}.scene-strip{padding:8px 12px;gap:8px;min-height:83px}.scene-presets{gap:5px}.scene-miniature{height:30px}.scene-card{gap:5px;font-size:10px}.scene-card>svg{width:9px;right:2px;bottom:5px}.scene-adjust{font-size:10px;padding:2px}.mini-sphere{height:22px;width:22px}.mobile-toolbar{width:100%;height:46px;bottom:23px}.mobile-toolbar button:first-child{display:flex}.mobile-toolbar button{font-size:12px}.mobile-toolbar button svg{width:16px}.scene-strip{margin-bottom:46px}.statusbar{height:23px;padding:0 12px;gap:10px;font-size:10px}.statusbar>button{font-size:0;gap:0;margin-left:auto;margin-right:0}.statusbar>button svg{width:12px;height:12px}.statusbar>span:first-child{gap:5px}.modal{padding:20px 17px;max-height:93dvh}.modal-heading h2{font-size:19px}.modal-intro{font-size:12px}.import-drop{padding:17px 13px;gap:10px;flex-wrap:wrap}.import-drop>svg{width:20px}.import-drop strong{font-size:12px}.import-drop p{font-size:10px}.import-drop .button{width:100%;margin-top:6px}.import-table-head{display:none}.import-row{display:grid;grid-template-columns:1fr 28px;gap:10px;padding:16px 0}.import-file{grid-column:1;grid-row:1}.import-row>.icon-button{grid-column:2;grid-row:1}.import-row>select,.mask-choice,.import-mode{grid-column:1/-1}.import-row select{width:100%}.modal-footer{flex-wrap:wrap;gap:14px}.modal-footer>div{width:100%;justify-content:flex-end}.modal-footer>.muted{font-size:11px}.modal-footer .button{font-size:12px}.import-file strong{max-width:220px}.error-box{font-size:12px}.modal-wide{width:calc(100vw - 22px)}.save-error-bar{padding:10px 12px;flex-wrap:wrap}.save-error-bar>span{flex-basis:80%}.toast{bottom:80px;width:calc(100% - 30px);font-size:12px;padding:9px 12px}.projects-page .app-header{gap:10px}.library-header-note{display:none}.projects-page .app-header>.button{font-size:12px;padding:0 9px}.library-content{padding:33px 20px}.library-heading{margin-bottom:24px}.library-heading h1{font-size:23px;line-height:1.6;letter-spacing:-.8px}.library-heading p{font-size:12px}.new-projects{gap:8px}.new-project{padding:13px 10px;gap:10px;border-radius:7px}.new-product-icon{width:38px;height:46px;border-radius:5px}.new-product-icon svg{width:26px}.new-project strong{font-size:16px;margin:6px 0 0}.new-project>span:nth-child(2)>small{font-size:10px}.new-project>span:nth-child(2)>span{display:none}.library-section-title{margin-top:33px}.project-grid{grid-template-columns:1fr 1fr;gap:12px}.project-cover{height:130px}.project-cover-product{width:85px;height:85px}.project-cover-product>svg{width:30px;height:30px;margin-top:12px}.project-cover-product>span{font-size:10px}.sample-paper,.sample-acrylic{width:69px;height:93px}.project-card-info{padding:14px 12px 8px}.project-card-info h3{font-size:13px}.project-card-info p{font-size:10px}.project-card>footer{padding:0 7px 7px 12px;font-size:10px}.cover-size{font-size:10px;left:10px;bottom:9px}.cover-arrow{width:14px;height:14px;right:8px;top:8px}.library-footnote{font-size:11px}.update-notice{bottom:75px;width:calc(100vw - 35px);font-size:12px}.canvas-error{padding:18px;left:6%;right:6%;font-size:12px}.canvas-error>span{font-size:11px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}button:active:not(:disabled){transform:none}.spin{animation:none!important}}.field-error{display:block;color:#9c5c39;font-size:11px;line-height:1.6;margin-top:5px}.import-shortcut{display:none}.helper{color:#67725f}.orbit-hint{color:#66755d}.material-option small{color:#67745e}.statusbar,.statusbar>button{color:#68765f}.select-field{color:#61705b}.layer-select small{color:#68755f}.mobile-project-menu{display:none}.project-menu-actions{display:flex;flex-direction:column;gap:12px}.project-menu-actions>.button{justify-content:flex-start;min-height:43px}@media(max-width:700px){.header-actions>.mobile-project-menu{display:inline-flex}.project-title input{max-width:27vw}}.icon-content{display:inline-flex;align-items:center;justify-content:center}.layer-order-hint{font-size:10px;line-height:1.8;margin-top:10px;color:#65735d}.dark-scene .model-caption strong,.dark-scene .model-caption>span,.dark-scene .model-caption p,.dark-scene .orbit-hint{color:#d6e2d0}
