:root{--lh-primary: #1a1a1a;--lh-primary-hover: #333;--lh-accent: #b8966c;--lh-accent-light: #f5efe8;--lh-border: #e0e0e0;--lh-bg: #fff;--lh-bg-muted: #fafafa;--lh-text: #1a1a1a;--lh-text-muted: #666;--lh-radius: 6px;--lh-max-width: 960px}.lh-dv{font-family:inherit;max-width:var(--lh-max-width);margin:0 auto;padding:0 1rem;color:var(--lh-text);line-height:1.5}.lh-dv *,.lh-dv *:before,.lh-dv *:after{box-sizing:border-box}.lh-dv-progress{display:flex;gap:0;margin-bottom:2rem;justify-content:center}.lh-dv-progress__step{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;color:var(--lh-text-muted);position:relative}.lh-dv-progress__step:after{content:"";display:block;width:24px;height:1px;background:var(--lh-border);margin-left:.5rem}.lh-dv-progress__step:last-child:after{display:none}.lh-dv-progress__dot{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid var(--lh-border);font-size:.75rem;font-weight:600;flex-shrink:0}.lh-dv-progress__step--active .lh-dv-progress__dot{border-color:var(--lh-accent);background:var(--lh-accent);color:#fff}.lh-dv-progress__step--active .lh-dv-progress__label{color:var(--lh-text);font-weight:500}.lh-dv-progress__step--done .lh-dv-progress__dot{border-color:var(--lh-primary);background:var(--lh-primary);color:#fff}.lh-dv-progress__step--done .lh-dv-progress__label{color:var(--lh-text)}.lh-dv-step-header{text-align:center;margin-bottom:2rem}.lh-dv-step-header__title{font-size:1.4rem;font-weight:600;margin:0 0 .5rem}.lh-dv-step-header__desc{font-size:.95rem;color:var(--lh-text-muted);margin:0}.lh-dv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.8rem;border:none;border-radius:var(--lh-radius);font-size:1rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s}.lh-dv-btn--primary{background:var(--lh-primary);color:#fff}.lh-dv-btn--primary:hover{background:var(--lh-primary-hover)}.lh-dv-btn--primary:disabled{opacity:.4;cursor:not-allowed}.lh-dv-btn--accent{background:var(--lh-accent);color:#fff}.lh-dv-btn--accent:hover{opacity:.9}.lh-dv-btn--secondary{background:none;border:1.5px solid var(--lh-border);color:var(--lh-text)}.lh-dv-btn--secondary:hover{border-color:var(--lh-text-muted)}.lh-dv-btn--small{padding:.4rem 1rem;font-size:.85rem}.lh-dv-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}.lh-dv-actions--end{justify-content:flex-end}.lh-dv-back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.9rem;color:var(--lh-text-muted);cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.lh-dv-back-link:hover{color:var(--lh-text)}.lh-dv-upload{max-width:600px;margin:0 auto}.lh-dv-dropzone{border:2px dashed var(--lh-border);border-radius:var(--lh-radius);padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.lh-dv-dropzone:hover,.lh-dv-dropzone--active{border-color:var(--lh-accent);background:var(--lh-accent-light)}.lh-dv-dropzone__icon{font-size:2.5rem;margin-bottom:.5rem}.lh-dv-dropzone__text{font-size:1rem;margin:0 0 .3rem}.lh-dv-dropzone__hint{font-size:.85rem;color:var(--lh-text-muted);margin:0}.lh-dv-dropzone input[type=file]{display:none}.lh-dv-pages{margin-top:1.5rem}.lh-dv-pages__label{font-size:.9rem;font-weight:500;margin-bottom:.75rem}.lh-dv-pages__grid{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.lh-dv-page-thumb{flex:0 0 120px;border:2px solid var(--lh-border);border-radius:var(--lh-radius);overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:center;padding:.25rem}.lh-dv-page-thumb:hover{border-color:var(--lh-accent)}.lh-dv-page-thumb--selected{border-color:var(--lh-accent);box-shadow:0 0 0 1px var(--lh-accent)}.lh-dv-page-thumb img{width:100%;height:auto;display:block}.lh-dv-page-thumb__num{font-size:.75rem;color:var(--lh-text-muted);margin-top:.25rem}.lh-dv-analyzing{text-align:center;padding:2rem}.lh-dv-analyzing__spinner{display:inline-block;width:40px;height:40px;border:3px solid var(--lh-border);border-top-color:var(--lh-accent);border-radius:50%;animation:lh-dv-spin .8s linear infinite}@keyframes lh-dv-spin{to{transform:rotate(360deg)}}.lh-dv-analyzing__text{margin-top:1rem;font-size:.95rem;color:var(--lh-text-muted)}.lh-dv-error{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--lh-radius);color:#991b1b;font-size:.9rem}.lh-dv-info-banner{background:#eef4fb;border:1px solid #c5d9ed;border-radius:var(--lh-radius);padding:.85rem 1rem;margin-bottom:1.5rem;font-size:.9rem;position:relative}.lh-dv-info-banner p{margin:0 0 .4rem}.lh-dv-info-banner__tips{margin:0 0 .5rem;padding-left:1.2rem;font-size:.85rem;color:var(--lh-text-muted);line-height:1.6}.lh-dv-info-banner__tips li{margin:0}.lh-dv-info-banner__dismiss{background:none;border:none;color:var(--lh-accent);font-size:.85rem;font-weight:600;cursor:pointer;padding:0;font-family:inherit}.lh-dv-info-banner__dismiss:hover{text-decoration:underline}.lh-dv-review{max-width:900px;margin:0 auto}.lh-dv-review__summary{text-align:center;padding:.75rem 1rem;background:var(--lh-accent-light);border-radius:var(--lh-radius);margin-bottom:1.5rem;font-size:.95rem}.lh-dv-elevation-wrap{position:relative;border:1px solid var(--lh-border);border-radius:var(--lh-radius);padding:1rem;background:var(--lh-bg);margin-bottom:1.5rem}.lh-dv-inline-editor{position:absolute;z-index:10;background:var(--lh-bg);border:1px solid var(--lh-border);border-radius:var(--lh-radius);padding:.5rem .6rem;box-shadow:0 4px 16px #0000001f;white-space:nowrap}.lh-dv-inline-editor__row{display:flex;align-items:center;gap:.5rem}.lh-dv-inline-editor__row+.lh-dv-inline-editor__row{margin-top:.4rem}.lh-dv-inline-editor__row label{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--lh-text-muted)}.lh-dv-inline-editor__row input[type=number]{width:70px;padding:.25rem .4rem;border:1px solid var(--lh-border);border-radius:4px;font-size:.82rem;font-family:inherit}.lh-dv-inline-editor__row input[type=number]:focus{outline:none;border-color:var(--lh-accent)}.lh-dv-inline-editor__type-btn{background:none;border:1px solid var(--lh-border);border-radius:4px;padding:.2rem .5rem;font-size:.78rem;font-family:inherit;cursor:pointer;text-transform:capitalize}.lh-dv-inline-editor__type-btn:hover{border-color:var(--lh-accent)}.lh-dv-inline-editor__remove-btn{background:none;border:none;color:#dc2626;font-size:.78rem;cursor:pointer;padding:.2rem .4rem}.lh-dv-inline-editor__remove-btn:hover{text-decoration:underline}.lh-dv-resize-handle:hover{fill:#b8966c26}.lh-dv-cabinet-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;margin-top:1.5rem}.lh-dv-cabinet-card{border:1px solid var(--lh-border);border-radius:var(--lh-radius);padding:.75rem;background:var(--lh-bg);display:flex;flex-direction:column;gap:.5rem}.lh-dv-cabinet-card__header{display:flex;justify-content:space-between;align-items:center}.lh-dv-cabinet-card__type{font-size:.85rem;font-weight:600;text-transform:capitalize}.lh-dv-cabinet-card__label{font-size:.75rem;color:var(--lh-accent);font-style:italic}.lh-dv-cabinet-card__remove{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.8rem;padding:.2rem .4rem}.lh-dv-cabinet-card__remove:hover{text-decoration:underline}.lh-dv-cabinet-card__dims{display:flex;gap:.5rem}.lh-dv-cabinet-card__dim-input{flex:1;display:flex;flex-direction:column;gap:.15rem}.lh-dv-cabinet-card__dim-input label{font-size:.7rem;color:var(--lh-text-muted)}.lh-dv-cabinet-card__dim-input input{width:100%;padding:.35rem .5rem;border:1px solid var(--lh-border);border-radius:4px;font-size:.85rem;font-family:inherit}.lh-dv-cabinet-card__dim-input input:focus{outline:none;border-color:var(--lh-accent)}.lh-dv-style-selector{margin-bottom:1.5rem}.lh-dv-style-selector__label{font-size:.9rem;font-weight:500;margin-bottom:.5rem}.lh-dv-style-selector__grid{display:flex;gap:.5rem;flex-wrap:wrap}.lh-dv-style-btn{padding:.45rem 1rem;border:1.5px solid var(--lh-border);border-radius:var(--lh-radius);background:var(--lh-bg);font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .2s}.lh-dv-style-btn:hover{border-color:var(--lh-accent)}.lh-dv-style-btn--active{background:var(--lh-accent);border-color:var(--lh-accent);color:#fff}.lh-dv-add-cabinet{margin-top:1rem;text-align:center}.lh-dv-hw-summary{margin-bottom:1rem}.lh-dv-hw-summary__table{width:100%;max-width:480px;margin:0 auto;border-collapse:collapse;font-size:.85rem}.lh-dv-hw-summary__table th{text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--lh-text-muted);padding:.4rem .6rem;border-bottom:2px solid var(--lh-border)}.lh-dv-hw-summary__table td{padding:.4rem .6rem;border-bottom:1px solid var(--lh-border)}.lh-dv-hw-summary__table th:last-child,.lh-dv-hw-summary__table td:last-child{text-align:right}.lh-dv-hw-summary__table tfoot td{font-weight:600;border-bottom:none;border-top:2px solid var(--lh-border)}.lh-dv-visualize{max-width:900px;margin:0 auto}.lh-dv-controls{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;align-items:flex-end}.lh-dv-control-group{display:flex;flex-direction:column;gap:.25rem}.lh-dv-control-group label{font-size:.85rem;font-weight:500}.lh-dv-control-group select,.lh-dv-control-group input[type=range]{padding:.45rem .6rem;border:1.5px solid var(--lh-border);border-radius:var(--lh-radius);font-size:.9rem;font-family:inherit;background:var(--lh-bg)}.lh-dv-control-group select:focus{outline:none;border-color:var(--lh-accent)}.lh-dv-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;cursor:pointer}.lh-dv-toggle input{accent-color:var(--lh-accent)}.lh-dv-cabinet-override{position:absolute;background:var(--lh-bg);border:1px solid var(--lh-border);border-radius:var(--lh-radius);padding:.5rem;box-shadow:0 4px 12px #0000001a;z-index:10;font-size:.8rem}.lh-dv-hw-selector{display:flex;gap:0;margin-bottom:.4rem}.lh-dv-hw-btn{flex:1;padding:.3rem .5rem;font-size:.75rem;font-family:inherit;border:1px solid var(--lh-border);background:var(--lh-bg);cursor:pointer;transition:all .15s}.lh-dv-hw-btn:first-child{border-radius:4px 0 0 4px}.lh-dv-hw-btn:last-child{border-radius:0 4px 4px 0}.lh-dv-hw-btn+.lh-dv-hw-btn{border-left:none}.lh-dv-hw-btn:hover{background:var(--lh-accent-light)}.lh-dv-hw-btn--active{background:var(--lh-accent);border-color:var(--lh-accent);color:#fff}.lh-dv-hw-btn--active:hover{background:var(--lh-accent)}.lh-dv-hw-controls{display:flex;gap:.5rem;align-items:flex-end}.lh-dv-hw-controls label{display:flex;flex-direction:column;gap:.15rem;font-size:.72rem;color:var(--lh-text-muted)}.lh-dv-hw-controls select{padding:.25rem .3rem;border:1px solid var(--lh-border);border-radius:4px;font-size:.78rem;font-family:inherit}.lh-dv-hw-controls select:focus{outline:none;border-color:var(--lh-accent)}.lh-dv-hw-palette{display:flex;gap:.75rem;justify-content:center;padding:.75rem 1rem;margin-bottom:1rem;background:var(--lh-accent-light);border-radius:var(--lh-radius)}.lh-dv-hw-palette__item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem 1rem;border:1.5px solid var(--lh-border);border-radius:var(--lh-radius);background:var(--lh-bg);cursor:grab;user-select:none;-webkit-user-select:none;transition:border-color .15s,box-shadow .15s}.lh-dv-hw-palette__item:hover{border-color:var(--lh-accent);box-shadow:0 2px 8px #b8966c33}.lh-dv-hw-palette__item:active{cursor:grabbing}.lh-dv-hw-palette__icon{display:flex;align-items:center;justify-content:center;min-height:20px}.lh-dv-hw-palette__name{font-size:.75rem;font-weight:500;color:var(--lh-text-muted)}.lh-dv-drag-ghost{position:fixed;pointer-events:none;z-index:1000;display:flex;align-items:center;gap:.4rem;padding:.35rem .7rem;background:var(--lh-bg);border:1.5px solid var(--lh-accent);border-radius:var(--lh-radius);box-shadow:0 4px 16px #00000026;font-size:.78rem;font-weight:500;transform:translate(-50%,-50%);opacity:.9}.lh-dv-handle{cursor:grab;transition:filter .15s}.lh-dv-handle:hover{filter:drop-shadow(0 0 4px rgba(184,150,108,.6)) drop-shadow(0 0 8px rgba(184,150,108,.3))}.lh-dv-shopping{max-width:800px;margin:0 auto}.lh-dv-product-section{margin-bottom:2rem}.lh-dv-product-section__header{display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:0;padding:.65rem .75rem;border:1px solid var(--lh-border);border-radius:var(--lh-radius);background:var(--lh-bg-muted);cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.lh-dv-product-section__header:hover{background:var(--lh-accent-light)}.lh-dv-product-section__toggle{font-size:.7rem;color:var(--lh-text-muted);flex-shrink:0;width:1rem}.lh-dv-product-section__title{font-size:.95rem;font-weight:600;margin:0;flex:1}.lh-dv-product-section__qty{font-size:.85rem;font-weight:600;color:var(--lh-accent);white-space:nowrap}.lh-dv-product-section__count{font-size:.78rem;color:var(--lh-text-muted);white-space:nowrap}.lh-dv-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.lh-dv-product-card{border:1px solid var(--lh-border);border-radius:var(--lh-radius);background:var(--lh-bg);overflow:hidden;display:flex;flex-direction:column}.lh-dv-product-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--lh-bg-muted)}.lh-dv-product-card__info{padding:.6rem .75rem;flex:1}.lh-dv-product-card__title-link{text-decoration:none;color:inherit}.lh-dv-product-card__title-link:hover .lh-dv-product-card__title{color:var(--lh-accent)}.lh-dv-product-card__title{font-size:.85rem;font-weight:500;margin:0 0 .2rem;line-height:1.3}.lh-dv-product-card__size{font-size:.75rem;color:var(--lh-text-muted);margin:0 0 .25rem}.lh-dv-product-card__price{font-size:.85rem;font-weight:600;margin:0}.lh-dv-product-card__subtotal{font-weight:400;color:var(--lh-text-muted);font-size:.78rem}.lh-dv-product-card .lh-dv-btn{margin:0 .75rem .75rem;width:calc(100% - 1.5rem)}.lh-dv-no-match{font-size:.85rem;color:#dc2626;font-style:italic}.lh-dv-elevation-svg{width:100%;height:auto}.lh-dv-elevation-svg--interactive{user-select:none;-webkit-user-select:none}.lh-dv-cabinet-face{cursor:default}.lh-dv-cabinet-face--selected{outline:2px solid var(--lh-accent);outline-offset:2px}.lh-dv-finish-select{padding:.45rem .6rem;border:1.5px solid var(--lh-border);border-radius:var(--lh-radius);font-size:.9rem;font-family:inherit;background:var(--lh-bg)}.lh-dv-finish-select:focus{outline:none;border-color:var(--lh-accent)}@media(max-width:600px){.lh-dv-progress__step:after{width:16px}.lh-dv-info-banner{padding:.65rem .75rem;font-size:.84rem}.lh-dv-info-banner__tips{font-size:.8rem;padding-left:1rem}.lh-dv-cabinet-list{grid-template-columns:1fr}.lh-dv-controls{flex-direction:column}.lh-dv-line-item{flex-wrap:wrap}.lh-dv-line-item__img{width:48px;height:48px}.lh-dv-actions{flex-direction:column-reverse;align-items:stretch;text-align:center}.lh-dv-actions--end{flex-direction:column}.lh-dv-back-link{justify-content:center}.lh-dv-cart-actions{flex-direction:column}}@media(max-width:400px){.lh-dv-progress{gap:0}.lh-dv-progress__step{padding:.3rem .4rem}.lh-dv-progress__label{display:none}}
