:root{--brand-primary: #4ea0ff;--brand-primary-dark: #3a8cef;--primary-color: var(--client-primary, var(--brand-primary));--primary-hover: var(--client-primary-dark, var(--brand-primary-dark));--bg-color: #f5f5f5;--surface-bg: #f8f8f8;--surface-alt: #fafafa;--panel-bg: #ffffff;--input-bg: #ffffff;--text-color: #333333;--text-secondary: #555555;--text-muted: #888888;--border-color: #dddddd;--border-faint: #eeeeee;--hover-bg: #f0f0f0;--selected-bg: #e3f2fd;--danger: #e53935;--error-color: #d32f2f;--error-bg: #ffebee;--error-border: #ef9a9a;--success: #2e7d32;--success-bg: #e8f5e9;--dark-surface: #23272f;--dark-surface-2: #2c3444;--dark-text: #ffffff;--dark-text-muted: #9aaabb;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--shadow: 0 2px 4px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);--backdrop-bg: rgba(0, 0, 0, .5);--focus-ring: 0 0 0 2px color-mix(in srgb, var(--primary-color) 25%, transparent)}@media(prefers-color-scheme:dark){:root{--brand-primary: #4ea0ff;--brand-primary-dark: #3a8cef;--bg-color: #1e1e1e;--surface-bg: #252525;--surface-alt: #2a2a2a;--panel-bg: #2d2d2d;--input-bg: #3a3a3a;--text-color: #e0e0e0;--text-secondary: #bbbbbb;--text-muted: #aaaaaa;--border-color: #444444;--border-faint: #333333;--hover-bg: #3a3a3a;--selected-bg: #0a3d7a;--danger: #ff6b6b;--error-color: #ff6b6b;--error-bg: #2d1b1b;--error-border: #7a2e2e;--success: #81c784;--success-bg: #1b3a1e;--shadow: 0 2px 4px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .4);--backdrop-bg: rgba(0, 0, 0, .65)}}button,input,select,textarea{font-family:inherit}.btn-primary,.btn-secondary,.btn-danger{box-sizing:border-box;border-radius:4px;padding:7px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s,opacity .15s}.btn-primary{background-color:var(--primary-color);color:var(--dark-text);border:1px solid var(--primary-color)}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover);border-color:var(--primary-hover)}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{cursor:not-allowed;opacity:.65}.btn-secondary{background-color:transparent;color:var(--text-color);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:var(--hover-bg)}.btn-danger{background-color:var(--error-color);color:var(--dark-text);border:1px solid var(--error-color)}.btn-danger:hover:not(:disabled){opacity:.85}.btn-sm{padding:3px 10px;font-size:12px}.btn-lg{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600}.btn-icon-close{background:none;border:none;color:var(--text-muted);padding:4px 8px;font-size:18px;line-height:1;cursor:pointer}.btn-icon-close:hover{color:var(--text-color)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.input-field,.design-input,.design-select,.design-textarea{width:100%;box-sizing:border-box;padding:7px 10px;border:1px solid var(--border-color);border-radius:4px;background:var(--input-bg);color:var(--text-color);font-size:14px}.input-field:focus,.design-input:focus,.design-select:focus,.design-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:var(--focus-ring)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--backdrop-bg)}.modal-panel{display:flex;flex-direction:column;width:90%;max-height:85vh;overflow:hidden;border-radius:8px;background:var(--panel-bg);color:var(--text-color);box-shadow:var(--shadow-lg)}.design-section{margin-bottom:20px}.design-section-title{margin:0 0 12px;color:var(--text-color);font-size:16px;font-weight:600}.design-label{display:block;margin-bottom:4px;color:var(--text-muted);font-size:13px}.design-muted{color:var(--text-muted)}.design-status-success{color:var(--success)}.design-status-error{color:var(--error-color)}.design-flex-row{display:flex;align-items:center;gap:10px}.design-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}html,body,#root{height:100%;margin:0}.portal-configurator *{box-sizing:border-box}.portal-configurator{display:flex;width:100%;height:100%;position:relative;min-width:0;min-height:0;font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--text-color)}.portal-page{display:flex;flex-direction:column;width:100%;height:100vh;background:var(--bg-color)}.portal-page main{position:relative;flex:1;min-height:0;overflow:hidden}.portal-brand-link{position:fixed;right:10px;bottom:8px;z-index:100;padding:3px 7px;border:1px solid var(--border-color);border-radius:999px;background:color-mix(in srgb,var(--panel-bg) 90%,transparent);color:var(--text-muted);font-size:11px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .15s,border-color .15s}.portal-brand-link:hover{border-color:var(--primary-color);color:var(--primary-color)}.portal-door-list{width:270px;min-width:270px;display:flex;flex-direction:column;background:var(--panel-bg);border-right:1px solid var(--border-color);overflow:hidden}.portal-door-list__header{padding:16px;border-bottom:1px solid var(--border-color)}.portal-door-list__header h2{margin:0 0 2px;font-size:16px;font-weight:600;color:var(--text-color)}.portal-door-list__header span,.portal-door-list__item-details{color:var(--text-muted);font-size:12px}.portal-door-list__items{flex:1;overflow-y:auto;padding:10px}.portal-door-list__empty{margin:10px 4px;color:var(--text-muted);font-size:13px}.portal-door-list__item{margin-bottom:8px;padding:10px;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-bg)}.portal-door-list__item.is-active{border-color:var(--primary-color);background:var(--selected-bg)}.portal-door-list__thumbnail{display:flex;align-items:center;justify-content:center;height:110px;margin-bottom:8px;padding:6px;overflow:hidden;border:1px solid var(--border-color);border-radius:6px;background:var(--panel-bg)}.portal-door-list__thumbnail-svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.portal-door-list__thumbnail-svg svg{display:block;width:auto;max-width:100%;height:auto;max-height:100%}.portal-door-list__thumbnail-placeholder{font-size:34px;opacity:.45}.portal-door-list__item-heading{display:flex;justify-content:space-between;gap:8px;margin-bottom:4px;font-size:13px}.portal-door-list__item-heading span{color:var(--text-secondary);white-space:nowrap}.portal-door-list__item-actions{display:flex;gap:6px;margin-top:8px}.portal-door-list__item-actions button{flex:1;padding:5px 8px}.portal-door-list__footer{padding:10px;border-top:1px solid var(--border-color)}.portal-door-list__footer button{width:100%}.portal-door-list__footer button+button{margin-top:8px}.portal-drawing-view{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;background-color:var(--panel-bg);border-radius:12px;overflow:auto}.portal-drawing-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;border-radius:8px;background:var(--surface-bg);color:var(--text-muted);font-size:14px}.portal-drawing-content{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:100%;min-width:100%;min-height:100%;max-width:100%;box-sizing:border-box;padding:20px}.portal-drawing-svg{width:100%;max-width:100%}.portal-drawing-svg svg{display:block;width:auto;max-width:100%;height:auto;margin:0 auto}@media(max-height:700px){.portal-drawing-view{align-items:flex-start}.portal-drawing-content{align-items:flex-start;min-height:auto}}.portal-drawing-view svg{max-width:100%;height:auto}.portal-settings{padding:20px;background-color:var(--panel-bg);border-left:1px solid var(--border-color);overflow-y:auto;max-width:400px}.portal-settings h3{font-size:16px;font-weight:600;margin:0 0 12px;color:var(--text-color)}.portal-settings input[type=text],.portal-settings input[type=number],.portal-settings input[type=email],.portal-settings input[type=tel],.portal-settings textarea{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:14px;transition:border-color .15s}.portal-settings input[type=text]:focus,.portal-settings input[type=number]:focus,.portal-settings input[type=email]:focus,.portal-settings input[type=tel]:focus,.portal-settings textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:var(--focus-ring)}.portal-settings label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:4px}.portal-quote-dialog{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--backdrop-bg);display:flex;align-items:center;justify-content:center;z-index:2000}.portal-quote-dialog__panel{background-color:var(--panel-bg);border-radius:16px;width:min(500px,90vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.portal-quote-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-color)}.portal-quote-dialog__header h2{margin:0;font-size:20px;font-weight:600}.portal-quote-dialog__close{padding:4px;border:0;background:none;color:var(--text-muted);font-size:24px;cursor:pointer}.portal-quote-dialog__form{flex:1;overflow-y:auto;padding:24px}.portal-quote-dialog__error{margin-bottom:16px;padding:12px;border:1px solid var(--error-border);border-radius:8px;background:var(--error-bg);color:var(--error-color);font-size:14px}.portal-quote-dialog__field{margin-bottom:16px}.portal-quote-dialog__field--message{margin-bottom:20px}.portal-quote-dialog__field label{display:block;margin-bottom:6px;color:var(--text-color);font-size:14px;font-weight:500}.portal-quote-dialog__input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:14px}.portal-quote-dialog__submit{width:100%}.portal-quote-dialog__submit:disabled{opacity:.6}@media(max-width:768px){.portal-configurator{flex-direction:column}.portal-door-list{width:100%;min-width:0;max-height:210px;border-right:none;border-bottom:1px solid var(--border-color)}.portal-door-list__items{flex:0 1 auto}.portal-settings{border-left:none;border-top:1px solid var(--border-color);max-width:100%}}.portal-configurator button:focus-visible,.portal-configurator input:focus-visible,.portal-configurator textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.portal-loading{display:flex;align-items:center;justify-content:center;height:100vh;background-color:var(--bg-color)}.portal-loading__content{text-align:center;color:var(--text-muted)}.portal-loading__icon,.portal-error__icon{font-size:48px;margin-bottom:16px}.portal-error{display:flex;align-items:center;justify-content:center;height:100vh;background-color:var(--bg-color)}.portal-error>div{text-align:center;padding:40px;background-color:var(--panel-bg);border-radius:12px;box-shadow:var(--shadow);max-width:400px}.portal-error__title{margin-bottom:8px;font-size:18px;font-weight:600}.portal-error__message{color:var(--text-muted);font-size:14px}.portal-drawing-shell{display:flex;flex:1;min-width:0;min-height:0;flex-direction:column;padding:16px;background:var(--bg-color)}.portal-drawing-card{flex:1;min-width:0;min-height:0;overflow:hidden;border-radius:12px;background:var(--panel-bg);box-shadow:var(--shadow)}.portal-configurator-actions{position:fixed;bottom:20px;left:50%;z-index:100;display:flex;gap:12px;transform:translate(-50%)}.portal-btn-new{white-space:nowrap}.portal-choice-list,.portal-stack{display:flex;flex-direction:column;gap:8px}.portal-inline-options{display:flex;flex-wrap:wrap;gap:12px}.portal-choice{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;background:var(--panel-bg);color:var(--text-color);cursor:pointer;transition:border-color .15s,background-color .15s}.portal-settings label.portal-choice,.portal-settings label.portal-check-label{display:flex}.portal-choice.is-selected{border-color:var(--primary-color);background:var(--selected-bg)}.portal-choice--compact{align-items:center;padding:6px 12px}.portal-choice input,.portal-check-label input{margin:2px 0 0;accent-color:var(--primary-color)}.portal-choice-title,.portal-choice-description{display:block}.portal-choice-title{font-size:14px;font-weight:500}.portal-choice-description{margin-top:2px;color:var(--text-muted);font-size:12px}.portal-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.portal-field{display:block;margin:0}.portal-readonly-value{display:flex;align-items:center;min-height:2.5rem;background:var(--surface-bg)}.portal-check-label{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--text-color);cursor:pointer}.portal-check-label strong{font-size:14px;font-weight:500}.portal-transom-card{padding:12px;border:1px solid var(--border-color);border-radius:6px;background:var(--surface-bg)}.portal-transom-fields{display:grid;gap:10px}.portal-settings .design-select,.portal-settings .design-input{min-height:36px}.portal-settings .design-label{margin-bottom:4px}.portal-quote-dialog__close{font-size:24px}
