.export-modal{max-width:800px;max-height:85vh;display:flex;flex-direction:column}.export-modal__content{flex:1;display:flex;flex-direction:column;overflow:hidden}.export-modal__tabs{display:flex;gap:4px;padding:12px 18px;border-bottom:1px solid #30363d;background:#0d1117}.export-modal__tab{padding:8px 16px;border:1px solid transparent;border-radius:6px;background:transparent;color:#8b949e;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s ease}.export-modal__tab:hover:not(:disabled){background:#21262d;color:#e6edf3}.export-modal__tab--active{background:#21262d;color:#e6edf3;border-color:#30363d}.export-modal__tab:disabled{opacity:.4;cursor:not-allowed}.export-modal__body{display:grid;grid-template-columns:1fr 260px;gap:0;flex:1;overflow:hidden}.export-modal__preview{background:#0d1117;border-right:1px solid #30363d;display:flex;align-items:center;justify-content:center;overflow:auto;min-height:280px;padding:16px}.export-modal__page-frame{max-width:100%;max-height:100%;background:#fff;border-radius:4px;box-shadow:0 2px 12px #0006;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;overflow:hidden}.export-modal__svg-container{max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.export-modal__svg-container svg{max-width:100%;max-height:100%;height:auto;display:block}.export-modal__empty,.export-modal__loading{text-align:center;color:#8b949e;padding:32px;font-size:.9rem}.export-modal__empty p{margin:4px 0}.export-modal__options{display:flex;flex-direction:column;gap:0;overflow-y:auto;background:#161b22}.export-modal__section{padding:14px 16px;border-bottom:1px solid #30363d}.export-modal__section:last-child{border-bottom:none}.export-modal__section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8b949e;margin:0 0 12px}.export-modal__toggle{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:.82rem;color:#e6edf3}.export-modal__toggle input[type=checkbox]{width:16px;height:16px;accent-color:#238636;cursor:pointer}.export-modal__toggle span{display:flex;align-items:center;gap:6px}.export-modal__toggle svg{color:#8b949e}.export-modal__format-toggle{display:flex;gap:0;background:#0d1117;border:1px solid #30363d;border-radius:6px;overflow:hidden}.export-modal__format-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;border:none;background:transparent;color:#8b949e;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s ease}.export-modal__format-btn:first-child{border-right:1px solid #30363d}.export-modal__format-btn:hover:not(.export-modal__format-btn--active){background:#21262d;color:#e6edf3}.export-modal__format-btn--active{background:#238636;color:#fff}.export-modal__field{margin-bottom:12px}.export-modal__field:last-child{margin-bottom:0}.export-modal__label{display:block;font-size:.72rem;font-weight:500;color:#8b949e;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.export-modal__select,.export-modal__input{width:100%;padding:8px 10px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:.82rem;color:#e6edf3;transition:border-color .15s ease}.export-modal__select:focus,.export-modal__input:focus{outline:none;border-color:#58a6ff}.export-modal__select{cursor:pointer}.export-modal__select option{background:#161b22;color:#e6edf3}.export-modal__input::placeholder{color:#6e7681}.export-modal__textarea{width:100%;padding:8px 10px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:.82rem;color:#e6edf3;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .15s ease}.export-modal__textarea:focus{outline:none;border-color:#58a6ff}.export-modal__textarea::placeholder{color:#6e7681}.export-modal__background-options{display:flex;flex-direction:column;gap:8px}.export-modal__radio{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:.82rem;color:#e6edf3}.export-modal__radio input[type=radio]{width:16px;height:16px;accent-color:#238636;cursor:pointer}.export-modal__radio-label{display:flex;align-items:center;gap:6px}.export-modal__radio-label svg{color:#8b949e}.export-modal__radio--disabled{opacity:.4;cursor:not-allowed}.export-modal__radio--disabled input[type=radio]{cursor:not-allowed}.export-modal+.modal__actions,.export-modal .modal__actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid #30363d;background:#0d1117;margin-top:0}.export-modal--locked{max-width:400px}.export-modal__locked-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;gap:16px}.export-modal__locked-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#8b5cf61a;color:#a78bfa}.export-modal__locked-content h3{margin:0;font-size:1.1rem;font-weight:600;color:#e6edf3}.export-modal__locked-content p{margin:0;font-size:.9rem;color:#8b949e;line-height:1.5;max-width:280px}.export-modal__locked-content .btn--primary{margin-top:8px;padding:10px 24px;font-size:.9rem}.export-3d-preview{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.export-3d-preview__canvas{flex:1;min-height:0;border-radius:4px;overflow:hidden}.export-3d-preview__canvas canvas{width:100%!important;height:100%!important}.export-3d-preview__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;flex-wrap:wrap}.export-3d-preview__toolbar-group{display:flex;align-items:center;gap:4px}.export-3d-preview__toolbar-label{font-size:.72rem;font-weight:500;color:#8b949e;text-transform:uppercase;letter-spacing:.3px;margin-right:4px}.export-3d-preview__btn{padding:5px 10px;border:1px solid #30363d;border-radius:4px;background:#21262d;color:#e6edf3;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.export-3d-preview__btn:hover{background:#30363d;border-color:#484f58}.export-3d-preview__btn:active{background:#238636;border-color:#238636}.export-3d-preview__btn--secondary{background:transparent;border-color:#30363d;color:#8b949e}.export-3d-preview__btn--secondary:hover{background:#21262d;color:#e6edf3}.export-3d-preview__hint{font-size:.7rem;color:#6e7681;text-align:center;padding:4px 0 0}.export-modal__image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.export-modal{max-width:100%;max-height:100%;height:100%;border-radius:0}.export-modal__body{grid-template-columns:1fr;grid-template-rows:200px 1fr}.export-modal__preview{border-right:none;border-bottom:1px solid #30363d}.export-modal__options{max-height:none}.export-modal--locked{max-width:100%;height:auto}}*,*:before,*:after{box-sizing:border-box}button{cursor:pointer;border:none;background:none;font-family:inherit;padding:0;margin:0}select{cursor:pointer}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#0d1117;color:#e6edf3}.embed-container{width:100vw;height:100vh;overflow:hidden;background:#0d1117}.embed-container canvas{width:100%!important;height:100%!important}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:44px;background:#161b22;border-bottom:1px solid #30363d;flex-shrink:0;gap:12px}.app-header__brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-header__brand h1{margin:0;font-size:1rem;font-weight:600;color:#e6edf3;white-space:nowrap}.app-header__title{font-size:.95rem;font-weight:700;color:#e6edf3;letter-spacing:.3px}.strategy-selector{background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#e6edf3;font-size:.82rem;font-weight:600;padding:4px 28px 4px 10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b949e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.strategy-selector:focus{outline:none;border-color:#58a6ff}.strategy-selector option{background:#161b22;color:#e6edf3}.app-body{flex:1;display:flex;overflow:hidden}.app-sidebar{flex-shrink:0;background:#161b22;overflow-y:auto;overflow-x:hidden}.app-sidebar::-webkit-scrollbar{width:6px}.app-sidebar::-webkit-scrollbar-track{background:#1c2128}.app-sidebar::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.app-sidebar::-webkit-scrollbar-thumb:hover{background:#484f58}.app-sidebar--left{width:210px;border-right:1px solid #30363d}.app-sidebar--right{width:250px;border-left:1px solid #30363d}.app-main{flex:1;min-width:0;position:relative;background:#161b22}.dock-canvas-container,.dock-3d-container{width:100%;height:100%;position:relative}.dock-canvas-container{background:#0c1929}.dock-canvas-container canvas{display:block;touch-action:none}.tool-panel{padding:8px 0;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;min-height:0}.tool-panel__list{flex:1;display:flex;flex-direction:column;min-height:0}.tool-panel__divider{height:1px;background:#21262d;margin:4px 12px}.tool-group{margin-bottom:2px}.tool-group__header{display:flex;align-items:center;gap:6px;width:100%;padding:6px 12px;background:#161b22;border:none;border-top:1px solid #21262d;color:#8b949e;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;text-align:left}.tool-group__header:hover{background:#1c2128;color:#c9d1d9}.tool-group__chevron{display:flex;align-items:center;color:#6e7681}.tool-group__label{flex:1}.tool-group__tools{padding:2px 0}.tool-btn.tool-btn--amd{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;font-size:.75rem;font-weight:500;color:#e6edf3;transition:all .1s;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:0}.tool-btn.tool-btn--amd:hover{background:#21262d}.tool-btn.tool-btn--amd.tool-btn--active{background:#1f6feb;color:#fff}.tool-btn.tool-btn--amd.tool-btn--active:hover{background:#1890e0;color:#fff}.tool-btn.tool-btn--amd.tool-btn--danger{background:#da3633;color:#fff}.tool-btn.tool-btn--amd.tool-btn--danger:hover{background:#f85149;color:#fff}.tool-btn__icon{display:flex;align-items:center;flex-shrink:0;opacity:.85}.tool-btn--active .tool-btn__icon{opacity:1}.tool-btn__label{white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}.tool-panel__logo{padding:16px 12px;border-top:1px solid #30363d;margin-top:auto}.tool-panel__logo-text{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e7681;line-height:1.3;margin-bottom:8px}.tool-panel__logo-placeholder{height:40px;background:#1c2128;border-radius:4px}.property-panel{padding:12px;background:#161b22}.panel-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6e7681;margin-bottom:12px}.panel-empty{color:#6e7681;font-size:.82rem;line-height:1.5}.panel-empty p{margin:0 0 8px}.panel-hint{font-size:.74rem;color:#6e7681}.panel-shortcuts{margin-top:16px;display:flex;flex-direction:column;gap:6px}.panel-shortcut{display:flex;align-items:center;gap:8px;font-size:.74rem;color:#6e7681}.panel-shortcut kbd{display:inline-block;padding:2px 6px;background:#21262d;border:1px solid #30363d;border-radius:4px;font-size:.68rem;font-family:inherit;color:#8b949e;min-width:24px;text-align:center}.panel-block{background:#0d1117;border:1px solid #30363d;border-radius:6px;margin-bottom:8px;overflow:hidden}.panel-block__toggle{display:flex;align-items:center;gap:6px;width:100%;background:#161b22;border:none;color:#e6edf3;font-weight:600;font-size:.75rem;letter-spacing:.04em;padding:10px 14px;cursor:pointer;transition:background .15s;text-align:left}.panel-block__toggle:hover{background:#1c2128}.panel-chevron{display:inline-block;font-size:.65rem;transition:transform .2s}.panel-chevron--open{transform:rotate(90deg)}.panel-block__body{padding:10px 14px 14px}.panel-block--section{border-top:1px solid #30363d;padding-top:14px}.panel-block__header{font-weight:600;font-size:.8rem;color:#e6edf3;padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #30363d}.panel-overrides{margin-top:12px;padding-top:10px;border-top:1px solid #30363d}.panel-overrides__title{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#8b949e;margin-bottom:8px}.panel-override-row{display:flex;flex-direction:column;gap:4px;padding:4px 0;margin-bottom:6px}.panel-override-label{display:flex;align-items:center;gap:6px;cursor:pointer}.panel-override-check{accent-color:#1FA0F6;cursor:pointer}.panel-override-row--active{background:#1fa0f60d;border-radius:4px;padding:6px 8px;margin-left:-8px;margin-right:-8px}.panel-override-control{padding-left:22px}.panel-override-control .panel-select,.panel-override-control .panel-stepper{width:100%}.panel-stepper-label{font-size:.7rem;color:#8b949e;margin-left:4px}.panel-field-group{margin-bottom:10px}.panel-field-group:last-of-type{margin-bottom:0}.panel-dimensions{display:flex;align-items:center;gap:6px}.panel-input--dim{width:56px}.panel-dim-sep{font-size:.8rem;color:#6e7681;font-weight:500}.panel-dim-col{display:flex;flex-direction:column;align-items:center;gap:2px}.panel-dim-label{font-size:.65rem;color:#6e7681;text-transform:uppercase;letter-spacing:.5px}.panel-select--dim{width:72px;font-size:.82rem;padding:3px 4px}.panel-dimensions--fixed{background:#ffffff0a;border-radius:4px;padding:4px 8px}.panel-fixed-dim{color:#8b949e;font-size:.9rem;font-weight:500}.panel-field__unit--lock{font-size:.72rem;color:#6e7681;margin-left:auto}.panel-stepper{display:flex;align-items:center;gap:0;border:1px solid #30363d;border-radius:6px;overflow:hidden}.panel-stepper-btn{background:#21262d;border:none;color:#e6edf3;font-size:1rem;font-weight:600;width:32px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.panel-stepper-btn:hover{background:#30363d}.panel-stepper-btn:active{background:#3a424a}.panel-stepper-value{flex:1;text-align:center;font-size:.85rem;color:#e6edf3;font-weight:500;background:#161b22;height:30px;line-height:30px;border-left:1px solid #30363d;border-right:1px solid #30363d;min-width:48px}.panel-constraint-info{font-size:.7rem;color:#6e7681;line-height:1.3;padding:4px 0 8px;border-bottom:1px solid #30363d;margin-bottom:8px}.panel-model-id{color:#6e7681;font-size:.78rem;font-family:monospace}.panel-section{margin-bottom:12px}.panel-section__header{font-weight:600;font-size:.88rem;color:#e6edf3;padding-bottom:8px;border-bottom:1px solid #30363d;margin-bottom:10px}.panel-section__sublabel{font-size:.75rem;color:#6e7681;margin-top:-6px;margin-bottom:8px}.panel-label{display:block;font-size:.74rem;font-weight:500;color:#8b949e;margin-bottom:4px}.panel-input{width:100%;padding:6px 8px;background:#161b22;border:1px solid #30363d;border-radius:4px;color:#e6edf3;font-size:.82rem;font-family:inherit;transition:border-color .12s}.panel-input:focus{outline:none;border-color:#58a6ff;box-shadow:0 0 0 2px #1fa0f626}.panel-input--sm{width:65px}.panel-input--xs{width:48px}.panel-select{width:100%;padding:6px 28px 6px 8px;background:#161b22;border:1px solid #30363d;border-radius:4px;color:#e6edf3;font-size:.82rem;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b949e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.panel-select:focus{outline:none;border-color:#58a6ff}.panel-select option{background:#161b22;color:#e6edf3}.panel-range{width:100%;accent-color:#1FA0F6;height:4px}.panel-row{display:flex;align-items:center;gap:8px}.panel-row--angle{gap:6px}.panel-field{display:flex;align-items:center;gap:4px}.panel-field__label{font-size:.72rem;color:#6e7681;min-width:10px;font-weight:600}.panel-field__unit{font-size:.68rem;color:#6e7681}.panel-angle-presets{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap}.panel-angle-preset{padding:2px 6px;border-radius:4px;font-size:.68rem;color:#8b949e;background:#21262d;transition:all .1s}.panel-angle-preset:hover{background:#21262d;color:#e6edf3}.panel-angle-preset--active{background:#1f6feb;color:#fff}.panel-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#e6edf3;cursor:pointer}.panel-checkbox-label input[type=checkbox]{accent-color:#1FA0F6}.panel-info{font-size:.75rem;color:#6e7681;padding:6px 8px;background:#1c2128;border-radius:4px}.panel-computed{display:flex;justify-content:space-between;padding:4px 0;font-size:.75rem}.panel-computed__label{color:#6e7681}.panel-computed__value{color:#e6edf3;font-weight:500}.decking-options{display:flex;flex-direction:column;gap:3px}.decking-btn{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:4px;font-size:.78rem;color:#e6edf3;transition:all .1s}.decking-btn:hover{background:#21262d}.decking-btn--active{background:#1fa0f61a;outline:1px solid #1FA0F6}.decking-swatch{width:14px;height:14px;border-radius:3px;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.decking-colors{display:flex;gap:4px;flex-wrap:wrap}.color-swatch-btn{padding:2px;border-radius:4px;transition:all .1s}.color-swatch-btn:hover{background:#21262d}.color-swatch-btn--active{outline:2px solid #1FA0F6;outline-offset:1px}.color-swatch{display:block;width:22px;height:22px;border-radius:3px;border:1px solid rgba(0,0,0,.1)}.panel-actions{display:flex;gap:6px;padding-top:12px;border-top:1px solid #30363d;margin-top:8px}.panel-action-btn{flex:1;padding:6px;border-radius:4px;font-size:.78rem;font-weight:500;transition:all .12s}.panel-action-btn--duplicate{background:#21262d;color:#8b949e}.panel-action-btn--duplicate:hover{background:#21262d}.panel-action-btn--delete{background:#e53e3e1a;color:#f85149}.panel-action-btn--delete:hover{background:#e53e3e2e}.action-bar{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.action-bar--amd .action-bar__btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;transition:all .12s;cursor:pointer;flex-shrink:0}.action-bar--amd .action-bar__btn--start-over{background:transparent;color:#e07c5a;border:1.5px solid #e07c5a}.action-bar--amd .action-bar__btn--start-over:hover{background:#e07c5a1a}.action-bar--amd .action-bar__btn--undo,.action-bar--amd .action-bar__btn--redo{background:transparent;color:#8b949e;border:1px solid #30363d}.action-bar--amd .action-bar__btn--undo:hover:not(:disabled),.action-bar--amd .action-bar__btn--redo:hover:not(:disabled){background:#21262d;color:#e6edf3}.action-bar--amd .action-bar__btn--undo:disabled,.action-bar--amd .action-bar__btn--redo:disabled{color:#484f58;border-color:#30363d;cursor:default}.action-bar--amd .action-bar__btn--icon{background:transparent;color:#8b949e;border:1px solid #30363d;padding:6px 8px}.action-bar--amd .action-bar__btn--icon:hover{background:#21262d;color:#e6edf3}.action-bar--amd .action-bar__btn--center{background:transparent;color:#8b949e;border:1px solid #30363d}.action-bar--amd .action-bar__btn--center:hover{background:#21262d;color:#e6edf3}.action-bar--amd .action-bar__btn--view{background:transparent;color:#8b949e;border:1px solid #30363d}.action-bar--amd .action-bar__btn--view:hover,.action-bar--amd .action-bar__btn--view-active{background:#1f6feb;color:#fff;border-color:#58a6ff}.action-bar--amd .action-bar__btn--layers{background:transparent;color:#8b949e;border:1px solid #30363d}.action-bar--amd .action-bar__btn--layers:hover{background:#21262d;color:#e6edf3}.action-bar--amd .action-bar__sqft{position:relative;display:flex;flex-direction:column;align-items:flex-end;padding:0 8px;margin-right:16px;cursor:default}.action-bar--amd .action-bar__sqft-tooltip{position:absolute;top:100%;right:0;margin-top:4px;min-width:160px;padding:8px 12px;background:#1a2535;border:1px solid #2a3a4a;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:100}.action-bar--amd .action-bar__sqft-tooltip-row{display:flex;justify-content:space-between;gap:16px;padding:2px 0;font-size:.75rem;color:#c0c8d0}.action-bar--amd .action-bar__sqft-tooltip-value{font-weight:600}.action-bar--amd .action-bar__price{display:flex;flex-direction:column;align-items:flex-end;padding:0 8px}.action-bar--amd .action-bar__price-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6e7681}.action-bar--amd .action-bar__price-value{font-size:.95rem;font-weight:700;color:#e6edf3}.action-bar--amd .action-bar__stats{display:flex;align-items:center;gap:12px;padding:0 12px;margin-right:4px;border-right:1px solid #30363d}.action-bar--amd .action-bar__stat{display:flex;align-items:baseline;gap:4px}.action-bar--amd .action-bar__stat-value{font-size:.85rem;font-weight:700;color:#e6edf3}.action-bar--amd .action-bar__stat-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#6e7681}.action-bar--amd .action-bar__stat--price .action-bar__stat-value{color:#4ade80}.action-bar--amd .action-bar__btn--save{background:#22c55e;color:#fff;border:none}.action-bar--amd .action-bar__btn--save:hover{background:#16a34a}.action-bar--amd .action-bar__btn--save:disabled{opacity:.7;cursor:not-allowed}.action-bar--amd .action-bar__btn--saving{background:#3b82f6}.action-bar--amd .action-bar__btn--saving:hover{background:#2563eb}.action-bar--amd .action-bar__btn--success{background:#22c55e}.action-bar--amd .action-bar__btn--error{background:#ef4444}.action-bar--amd .action-bar__btn--error:hover{background:#dc2626}.action-bar--amd .action-bar__btn--quote{background:#0d9488;color:#fff;border:none}.action-bar--amd .action-bar__btn--quote:hover{background:#0f766e}.action-bar--amd .action-bar__btn--signin{background:#238636;color:#fff;border:none;font-weight:500}.action-bar--amd .action-bar__btn--signin:hover{background:#2ea043}.action-bar--amd .action-bar__btn--help{background:transparent;color:#6e7681;border:1px solid #30363d;padding:6px 8px}.action-bar--amd .action-bar__btn--help:hover{background:#21262d;color:#e6edf3}.action-bar__user-menu{position:relative;margin-left:8px}.action-bar__user-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid #30363d;border-radius:20px;color:#8b949e;cursor:pointer;transition:all .15s ease}.action-bar__user-btn:hover{background:#21262d;border-color:#484f58;color:#e6edf3}.action-bar__user-avatar{width:24px;height:24px;border-radius:50%;background:#238636;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.action-bar__user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#161b22;border:1px solid #30363d;border-radius:8px;box-shadow:0 8px 24px #0006;z-index:1000;overflow:hidden}.action-bar__user-info{display:flex;align-items:center;gap:10px;padding:12px 14px;color:#e6edf3;font-size:13px}.action-bar__user-id{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.action-bar__user-divider{height:1px;background:#30363d}.action-bar__user-signout{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:transparent;border:none;color:#f85149;font-size:13px;cursor:pointer;transition:background .15s ease}.action-bar__user-signout:hover{background:#21262d}.action-bar__user-stats{padding:8px 14px}.action-bar__user-stat{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.action-bar__user-stat-label{color:#8b949e;font-size:12px}.action-bar__user-stat-value{color:#e6edf3;font-size:13px;font-weight:500}.action-bar__user-stat-value--price{color:#238636;font-weight:600}.action-bar__user-workspaces{padding:4px 0}.action-bar__user-workspaces-toggle,.action-bar__user-pricesheets-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;color:#e6edf3;font-size:13px;cursor:pointer;transition:background .15s ease}.action-bar__user-workspaces-toggle:hover,.action-bar__user-pricesheets-toggle:hover{background:#21262d}.action-bar__user-workspaces-toggle:focus-visible,.action-bar__user-pricesheets-toggle:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-workspaces-toggle svg:last-child,.action-bar__user-pricesheets-toggle svg:last-child{margin-left:auto;color:#8b949e}.action-bar__user-workspaces-label,.action-bar__user-pricesheets-label{display:flex;align-items:center;gap:6px;flex:1}.action-bar__user-workspaces-current,.action-bar__user-pricesheets-current{font-size:11px;color:#8b949e;background:#21262d;padding:2px 6px;border-radius:4px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-bar__user-workspaces-list,.action-bar__user-pricesheets-list{max-height:200px;overflow-y:auto;border-top:1px solid #30363d;background:#0d1117}.action-bar__user-workspaces-loading,.action-bar__user-workspaces-empty,.action-bar__user-pricesheets-loading,.action-bar__user-pricesheets-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;font-size:12px;color:#8b949e}.action-bar__user-workspace-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;color:#e6edf3;font-size:12px;cursor:pointer;transition:background .15s ease;text-align:left}.action-bar__user-workspace-item:hover{background:#21262d}.action-bar__user-workspace-item:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-workspace-item--active{background:#2386361a}.action-bar__user-workspace-item:disabled{opacity:.6;cursor:default}.action-bar__user-workspace-item span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-bar__user-workspace-check{color:#238636;flex-shrink:0}.action-bar__user-pricesheets{padding:4px 0}.action-bar__user-pricesheet-item{display:flex;align-items:center;border-bottom:1px solid #21262d}.action-bar__user-pricesheet-item:last-child{border-bottom:none}.action-bar__user-pricesheet-select{display:flex;align-items:center;gap:8px;flex:1;padding:10px 14px;background:none;border:none;color:#e6edf3;font-size:12px;cursor:pointer;transition:background .15s ease;text-align:left}.action-bar__user-pricesheet-select:hover{background:#21262d}.action-bar__user-pricesheet-select:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-pricesheet-item--active .action-bar__user-pricesheet-select{background:#2386361a}.action-bar__user-pricesheet-name{flex:1;display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-bar__user-pricesheet-badge{font-size:9px;background:#238636;color:#fff;padding:1px 4px;border-radius:3px;text-transform:uppercase}.action-bar__user-pricesheet-check{color:#238636;flex-shrink:0}.action-bar__user-pricesheet-edit{display:flex;align-items:center;justify-content:center;padding:8px;background:none;border:none;color:#8b949e;cursor:pointer;transition:color .15s ease}.action-bar__user-pricesheet-edit:hover{color:#58a6ff}.action-bar__user-pricesheet-edit:focus-visible{outline:2px solid #58a6ff;outline-offset:2px;color:#58a6ff}.action-bar__user-pricesheet-create{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;border-top:1px solid #30363d;color:#58a6ff;font-size:12px;cursor:pointer;transition:background .15s ease}.action-bar__user-pricesheet-create:hover{background:#21262d}.action-bar__user-pricesheet-create:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-designs{padding:4px 0}.action-bar__user-designs-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;color:#e6edf3;font-size:13px;cursor:pointer;transition:background .15s ease}.action-bar__user-designs-toggle:hover{background:#21262d}.action-bar__user-designs-toggle:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-designs-toggle svg:last-child{margin-left:auto;color:#8b949e}.action-bar__user-designs-list{max-height:200px;overflow-y:auto;border-top:1px solid #30363d;background:#0d1117}.action-bar__user-designs-loading,.action-bar__user-designs-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;font-size:12px;color:#8b949e}.action-bar__spinner{animation:spin 1s linear infinite}.action-bar__user-design-item{display:flex;width:100%;padding:10px 14px;background:none;border:none;border-bottom:1px solid #21262d;cursor:pointer;transition:background .15s ease;text-align:left}.action-bar__user-design-item:hover{background:#21262d}.action-bar__user-design-item:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;background:#21262d}.action-bar__user-design-item--active{background:#2386361a;border-left:2px solid #238636}.action-bar__user-design-item:disabled{opacity:.6;cursor:default}.action-bar__user-design-info{flex:1;min-width:0}.action-bar__user-design-name{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#e6edf3;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-bar__user-design-meta{display:flex;align-items:center;gap:10px;font-size:10px;color:#8b949e}.action-bar__user-design-source{display:flex;align-items:center}.action-bar__user-design-source--mobile{color:#a371f7}.action-bar__user-design-source--web{color:#58a6ff}.action-bar__user-design-date{display:flex;align-items:center;gap:3px}.action-bar__user-designs-more{display:block;width:100%;padding:10px 14px;background:none;border:none;font-size:12px;color:#58a6ff;text-align:center;cursor:pointer;transition:background .15s ease}.action-bar__user-designs-more:hover{background:#21262d}.action-bar__popover{position:absolute;top:100%;left:0;margin-top:6px;background:#161b22;border:1px solid #30363d;border-radius:8px;padding:8px;min-width:180px;box-shadow:0 8px 24px #0000001f;z-index:100}.action-bar__popover-header{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6e7681;padding:4px 8px 6px}.action-bar__popover-checkbox{display:flex;align-items:center;gap:8px;padding:5px 8px;font-size:.8rem;color:#e6edf3;cursor:pointer;border-radius:4px}.action-bar__popover-checkbox:hover{background:#1c2128}.action-bar__popover-configure{margin-left:auto;padding:2px 8px;font-size:.7rem;font-weight:500;color:#58a6ff;background:#388bfd1a;border:1px solid rgba(56,139,253,.3);border-radius:4px;cursor:pointer;transition:all .15s ease}.action-bar__popover-configure:hover{background:#388bfd33;border-color:#388bfd80}.action-bar__popover-close{margin-top:6px;padding:4px 8px;font-size:.75rem;color:#6e7681;background:transparent;border:none;cursor:pointer;border-radius:4px}.action-bar__popover-close:hover{background:#21262d;color:#e6edf3}.action-bar__popover-locked{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:4px;background:#8b5cf614;border:1px solid rgba(139,92,246,.2)}.action-bar__popover-locked-label{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#a78bfa}.action-bar__popover-signin{padding:3px 8px;font-size:.7rem;font-weight:500;color:#fff;background:#8b5cf6;border:none;border-radius:3px;cursor:pointer;transition:background .15s}.action-bar__popover-signin:hover{background:#7c3aed}.action-bar__group{display:flex;align-items:center;gap:2px}.action-bar__group--zoom{position:relative}.action-bar__divider{width:1px;height:18px;background:#21262d;margin:0 2px;flex-shrink:0}.action-bar__spacer{flex:1}.action-bar__project{flex-shrink:0}.action-bar__name{font-size:.82rem;color:#e6edf3;font-weight:500;padding:2px 6px;border-radius:4px;transition:background .1s;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-bar__name:hover{background:#21262d}.action-bar__name-input{font-size:.82rem;color:#e6edf3;background:#161b22;border:1px solid #1FA0F6;border-radius:4px;padding:2px 6px;outline:none;width:140px;font-family:inherit}.action-btn{display:flex;align-items:center;gap:3px;padding:4px 6px;border-radius:4px;color:#8b949e;font-size:.76rem;transition:all .1s;flex-shrink:0}.action-btn:hover:not(:disabled){background:#21262d;color:#e6edf3}.action-btn:disabled{color:#484f58;cursor:default}.action-bar__zoom{font-size:.74rem;color:#6e7681;min-width:36px;text-align:center;padding:2px 4px;border-radius:4px;cursor:pointer;transition:all .1s}.action-bar__zoom:hover{background:#21262d;color:#e6edf3}.action-bar__info{font-size:.74rem;color:#6e7681;white-space:nowrap;flex-shrink:0}.action-bar__layers-wrapper{position:relative}.perspective-btn{gap:3px}.perspective-btn--active{background:#1f6feb;color:#fff}.perspective-btn--active:hover{background:#1890e0!important;color:#fff!important}.popover{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:6px;background:#161b22;border:1px solid #30363d;border-radius:8px;padding:6px;min-width:160px;box-shadow:0 8px 24px #0000001f;z-index:100}.popover__header{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6e7681;padding:4px 8px 6px}.popover__checkbox{display:flex;align-items:center;gap:8px;padding:5px 8px;font-size:.8rem;color:#e6edf3;cursor:pointer;border-radius:4px;transition:background .1s}.popover__checkbox:hover{background:#21262d}.popover__checkbox input[type=checkbox]{accent-color:#1FA0F6}.popover__item{display:block;width:100%;padding:5px 8px;font-size:.8rem;color:#e6edf3;text-align:left;border-radius:4px;transition:background .1s}.popover__item:hover{background:#21262d}.popover__close{display:block;width:100%;padding:5px 8px;margin-top:4px;font-size:.76rem;color:#6e7681;text-align:center;border-radius:4px;border-top:1px solid #30363d}.popover__close:hover{color:#e6edf3;background:#21262d}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#161b22;border:1px solid #30363d;border-radius:12px;width:500px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 16px 48px #00000026}.modal--wide{width:680px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #30363d;flex-shrink:0}.modal__header-left{display:flex;align-items:center;gap:8px;color:#e6edf3}.modal__header-left h2{margin:0;font-size:1rem;font-weight:600}.modal__header-right{display:flex;align-items:center;gap:8px}.modal__close{color:#6e7681;padding:4px;border-radius:4px;transition:all .1s}.modal__close:hover{background:#21262d;color:#e6edf3}.modal__warning{padding:8px 18px;background:#d299221f;border-bottom:1px solid rgba(210,153,34,.25);font-size:.78rem;color:#b7791f}.modal__export-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#21262d;border-radius:4px;font-size:.76rem;color:#8b949e;transition:all .1s}.modal__export-btn:hover{background:#21262d}.templates-wrapper{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.templates-header{padding:8px 14px 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.templates-count{font-size:.8rem;color:#8b949e}.templates-grid{padding:14px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-height:65vh;flex:1}.templates-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,#161b22 0%,transparent 100%);pointer-events:none;opacity:1;transition:opacity .2s}.templates-wrapper--at-bottom:after{opacity:0}@media (max-width: 600px){.templates-grid{grid-template-columns:1fr;max-height:calc(100vh - 140px);max-height:calc(100dvh - 140px)}.templates-wrapper:after{height:50px}}.templates-grid::-webkit-scrollbar{width:6px}.templates-grid::-webkit-scrollbar-track{background:#1c2128}.templates-grid::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.template-card{display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:8px;border:1px solid #30363d;transition:all .12s;text-align:left;color:#e6edf3}.template-card:hover{background:#1c2128;border-color:#cbd5e0}.template-card__preview{width:100%;height:85px;background:#1c2128;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #30363d}.template-card__preview canvas{display:block;max-width:100%;max-height:100%;object-fit:contain}.template-card__footer{display:flex;align-items:flex-start;gap:8px;width:100%}.template-card__info{flex:1;min-width:0}.template-card__name{display:block;font-size:.86rem;font-weight:500;color:#e6edf3}.template-card__meta{display:block;font-size:.72rem;color:#6e7681;margin-top:2px}.template-card__arrow{color:#484f58;flex-shrink:0;transition:color .1s;margin-top:2px}.template-card:hover .template-card__arrow{color:#1fa0f6}.template-card__tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.template-card__tag{display:inline-block;font-size:.65rem;padding:2px 6px;border-radius:4px;background:#21262d;color:#8b949e;text-transform:lowercase}.template-configure{padding:16px}.template-configure__back{display:flex;align-items:center;gap:6px;color:#8b949e;background:none;border:none;font-size:.85rem;margin-bottom:16px;padding:0;cursor:pointer;transition:color .15s}.template-configure__back:hover{color:#1fa0f6}.template-configure__info{display:flex;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #30363d}.template-configure__preview{flex-shrink:0;border-radius:6px;overflow:hidden;border:1px solid #30363d}.template-configure__details{flex:1;min-width:0}.template-configure__name{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#e6edf3}.template-configure__description{font-size:.85rem;color:#8b949e;margin:0 0 12px;line-height:1.5}.template-configure__tags{display:flex;gap:4px;flex-wrap:wrap}.template-configure__options{display:flex;flex-direction:column;gap:8px}.template-configure__options-title{font-size:.75rem;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}.construction-type-option{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #30363d;border-radius:8px;background:transparent;text-align:left;cursor:pointer;transition:all .15s}.construction-type-option:hover{background:#1c2128;border-color:#1fa0f6}.construction-type-option:focus-visible{outline:2px solid #1FA0F6;outline-offset:2px}.construction-type-option__info{display:flex;flex-direction:column;gap:2px}.construction-type-option__label{font-size:.95rem;font-weight:500;color:#e6edf3}.construction-type-option__description{font-size:.8rem;color:#8b949e}.construction-type-option__icon{color:#484f58;transition:color .15s}.construction-type-option:hover .construction-type-option__icon{color:#1fa0f6}.material-summary{display:flex;gap:1px;background:#21262d;border-bottom:1px solid #30363d}.material-summary__item{flex:1;padding:10px 14px;background:#1c2128;text-align:center}.material-summary__label{display:block;font-size:.68rem;color:#6e7681;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.material-summary__value{display:block;font-size:1.1rem;font-weight:600;color:#e6edf3}.material-empty{padding:24px 18px;text-align:center;color:#6e7681;font-size:.86rem}.material-table-wrapper{overflow-y:auto;padding:8px 14px 14px}.material-table-wrapper::-webkit-scrollbar{width:6px}.material-table-wrapper::-webkit-scrollbar-track{background:#1c2128}.material-table-wrapper::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.material-category{margin-bottom:14px}.material-category__header{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1fa0f6;padding:6px 0;border-bottom:1px solid #30363d;margin-bottom:4px}.material-table{width:100%;border-collapse:collapse;font-size:.8rem}.material-table th{text-align:left;padding:4px 8px;font-size:.68rem;font-weight:600;color:#6e7681;text-transform:uppercase;letter-spacing:.04em}.material-table td{padding:4px 8px;color:#e6edf3;border-top:1px solid #f8f9fa}.material-table__code{font-family:SF Mono,Consolas,monospace;color:#8b949e;font-size:.76rem}.material-table__qty{text-align:right;font-weight:600;color:#e6edf3}.material-table__price{text-align:right;font-variant-numeric:tabular-nums;color:#238636;font-size:.78rem}.material-table__th-right{text-align:right}.material-table tbody tr:hover{background:#1c2128}.material-summary__value--price{color:#238636}.material-category__subtotal{font-variant-numeric:tabular-nums;color:#238636;font-size:.74rem}.material-grand-total{display:flex;justify-content:space-between;align-items:center;padding:12px 8px;margin-top:10px;border-top:2px solid #1FA0F6;font-size:.94rem;font-weight:700}.material-grand-total__label{text-transform:uppercase;letter-spacing:.04em;color:#e6edf3}.material-grand-total__value{font-variant-numeric:tabular-nums;color:#238636;font-size:1.05rem}.material-modal__pricesheet{position:relative;margin-left:12px}.material-modal__pricesheet-btn{display:flex;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:500;color:#8b949e;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:all .15s}.material-modal__pricesheet-btn:hover{background:#30363d;color:#e6edf3;border-color:#484f58}.material-modal__pricesheet-chevron--open{transform:rotate(180deg)}.material-modal__pricesheet-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;padding:4px;background:#161b22;border:1px solid #30363d;border-radius:8px;box-shadow:0 8px 24px #0006;z-index:200}.material-modal__pricesheet-loading,.material-modal__pricesheet-empty{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.75rem;color:#8b949e}.material-modal__pricesheet-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.8rem;font-weight:500;color:#e6edf3;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background .15s}.material-modal__pricesheet-item:hover{background:#21262d}.material-modal__pricesheet-item--active{background:#58a6ff1a;color:#58a6ff}.material-modal__pricesheet-item span{flex:1}.material-modal__pricesheet-badge{flex:none!important;font-size:.65rem;padding:2px 6px;background:#238636;color:#fff;border-radius:4px;font-weight:600}.pricing-toggle{display:flex;border:1px solid #30363d;border-radius:6px;overflow:hidden;margin-right:8px}.pricing-toggle__btn{padding:4px 10px;font-size:.72rem;font-weight:600;background:transparent;color:#6e7681;border:none;cursor:pointer;transition:background .15s,color .15s}.pricing-toggle__btn:hover{color:#8b949e}.pricing-toggle__btn--active{background:#21262d;color:#1fa0f6}.material-modal__header--mobile{display:none}.material-modal__mobile-menu{position:relative}.material-modal__mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:#8b949e;border-radius:6px;cursor:pointer}.material-modal__mobile-menu-btn:hover{background:#21262d;color:#e6edf3}.material-modal__mobile-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;padding:8px;background:#161b22;border:1px solid #30363d;border-radius:8px;box-shadow:0 8px 24px #0006;z-index:200}.material-modal__mobile-menu-section{padding:8px;border-bottom:1px solid #30363d;margin-bottom:8px}.material-modal__mobile-menu-label{display:block;font-size:.7rem;color:#6e7681;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.material-modal__mobile-menu-toggle{display:flex;border:1px solid #30363d;border-radius:6px;overflow:hidden}.material-modal__mobile-menu-toggle-btn{flex:1;padding:6px 12px;font-size:.75rem;font-weight:600;background:transparent;color:#6e7681;border:none;cursor:pointer}.material-modal__mobile-menu-toggle-btn--active{background:#21262d;color:#1fa0f6}.material-modal__mobile-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:.8rem;color:#e6edf3;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left}.material-modal__mobile-menu-item:hover{background:#21262d}.material-modal__pricesheet-mobile{position:relative;padding:0 16px 12px;border-bottom:1px solid #30363d}.material-modal__pricesheet-btn-mobile{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:.8rem;font-weight:500;color:#8b949e;background:#21262d;border:1px solid #30363d;border-radius:8px;cursor:pointer}.material-modal__pricesheet-btn-mobile span{flex:1;text-align:left}.material-modal__pricesheet-dropdown--mobile{left:16px;right:16px;min-width:unset}.material-modal__hero-total{padding:16px;text-align:center;background:#1c2128;border-bottom:1px solid #30363d}.material-modal__hero-price{display:block;font-size:2rem;font-weight:700;color:#238636;margin-bottom:4px}.material-modal__hero-stats{display:block;font-size:.8rem;color:#8b949e}.material-modal__header-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #30363d}.material-modal__header-row .modal__header-left{gap:10px}.material-modal__header-row .modal__header-left h2{font-size:1.1rem}.material-modal__header-row .modal__header-right{gap:4px}@media (max-width: 600px){.material-modal__header--desktop{display:none}.material-modal__header--mobile{display:block}.material-summary--desktop{display:none}}.mobile-bottom-nav,.mobile-backdrop,.mobile-menu-btn,.mobile-header-actions,.mobile-menu{display:none}@media (max-width: 768px){.app-header{padding:0 12px;gap:10px;height:48px;min-height:48px;max-height:48px;overflow:visible;position:relative;z-index:200}.app-header__brand{gap:6px;flex-shrink:0}.app-header__brand svg{width:24px;height:24px}.app-header__title,.action-bar{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:#e6edf3;cursor:pointer;border-radius:6px;flex-shrink:0}.mobile-menu-btn:active{background:#21262d}.mobile-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.mobile-header-btn{padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid #30363d;background:#21262d;color:#e6edf3;cursor:pointer}.mobile-header-btn--active{background:#1fa0f6;border-color:#1fa0f6;color:#fff}.mobile-menu{display:block;position:absolute;top:100%;left:0;right:0;background:#161b22;border-bottom:1px solid #30363d;box-shadow:0 8px 24px #0006;z-index:201;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu__section{padding:8px 0}.mobile-menu__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.9rem;color:#e6edf3;background:transparent;border:none;cursor:pointer;text-align:left}.mobile-menu__item:active{background:#21262d}.mobile-menu__item:disabled{color:#484f58;cursor:not-allowed}.mobile-menu__divider{height:1px;background:#30363d;margin:0 16px}.mobile-menu__info{padding:12px 16px;background:#0d1117}.mobile-menu__info-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:.85rem;color:#8b949e}.mobile-menu__info-row span:last-child{color:#e6edf3;font-weight:600}.mobile-menu__price{color:#238636!important}.mobile-menu__item--signin{background:#238636;color:#fff;justify-content:center;font-weight:500}.mobile-menu__item--signin:active{background:#2ea043}.mobile-menu__item--active{background:#21262d;color:#58a6ff}.mobile-menu__item--success{color:#3fb950}.mobile-menu__item--success:disabled{color:#484f58}.mobile-menu__item--danger{color:#f85149}.mobile-menu__item--info{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;color:#8b949e;font-size:14px}.mobile-menu__water-side-btns{display:flex;gap:8px}.mobile-menu__water-btn{padding:6px 16px;border-radius:6px;background:#21262d;border:1px solid #30363d;color:#8b949e;font-size:13px;cursor:pointer}.mobile-menu__water-btn:active{background:#30363d}.mobile-menu__water-btn--active{background:#238636;border-color:#238636;color:#fff}.mobile-menu__water-btn--active:active{background:#2ea043}.mobile-menu__item--prompt{color:#58a6ff;font-style:italic}.mobile-menu__item--success-text{color:#3fb950;gap:8px}.app-sidebar{position:fixed;top:48px;bottom:56px;z-index:100;transition:transform .3s ease;width:280px!important;box-shadow:4px 0 20px #0006}.app-sidebar--left{left:0;transform:translate(-100%)}.app-sidebar--right{right:0;left:auto;transform:translate(100%);box-shadow:-4px 0 20px #0006}.app-sidebar--mobile-open{transform:translate(0)}.app-body{padding-bottom:56px}.app-main{width:100%}.mobile-backdrop{display:block;position:fixed;top:48px;left:0;right:0;bottom:56px;background:#0009;z-index:99;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;background:#161b22;border-top:1px solid #30363d;z-index:101}.mobile-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#8b949e;background:none;border:none;font-size:.68rem;font-weight:500;padding:8px;cursor:pointer;transition:color .15s}.mobile-nav-btn:active{background:#21262d}.mobile-nav-btn--active{color:#58a6ff}.tool-btn{padding:12px 16px;min-height:48px}.tool-btn__label{font-size:.82rem}.tool-group__header{min-height:44px;padding:10px 14px}.property-panel input,.property-panel select{min-height:44px;font-size:16px}.property-panel button{min-height:44px}.panel-block__header{min-height:48px;padding:12px}.modal:not(.modal--satellite){width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.modal--wide{width:100%;max-width:100%}.modal__close{width:36px;height:36px}}.app--unauthorized{justify-content:center;align-items:center}.unauthorized-view{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;max-width:400px}.unauthorized-view svg{color:#f85149;margin-bottom:24px}.unauthorized-view h1{margin:0 0 12px;font-size:1.5rem;font-weight:600;color:#e6edf3}.unauthorized-view p{margin:0 0 8px;font-size:.9rem;color:#8b949e;line-height:1.5}.unauthorized-view__hint{margin-top:16px;padding:12px 16px;background:#388bfd1a;border:1px solid rgba(56,139,253,.2);border-radius:6px;color:#58a6ff;font-size:.85rem}.app--loading{justify-content:center;align-items:center}.loading-view{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #30363d;border-top-color:#238636;border-radius:50%;animation:spin 1s linear infinite}.loading-view p{color:#8b949e;font-size:.9rem}.sign-in-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d1117;padding:20px}.sign-in-page__container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px}.sign-in-page__header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;text-align:center}.sign-in-page__logo{margin-bottom:16px}.sign-in-page__title{margin:0 0 8px;font-size:1.75rem;font-weight:700;color:#e6edf3}.sign-in-page__subtitle{margin:0;font-size:.95rem;color:#8b949e}.sign-in-page__footer-note{margin-top:24px;padding:12px 16px;background:#8b949e1a;border:1px solid #30363d;border-radius:6px;color:#8b949e;font-size:.85rem;text-align:center}.sign-in-page__card{background:#161b22;border:1px solid #30363d;border-radius:8px;overflow:hidden}.sign-in-page__card .clerk-card{border:none!important;border-radius:0!important;box-shadow:none!important}.sign-in-page__guest-section{padding:16px 24px 24px;background:#161b22;border-top:1px solid #30363d}.sign-in-page__guest-btn{width:100%;padding:12px 20px;background:#21262d;border:1px solid #30363d;border-radius:6px;color:#e6edf3;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .15s ease}.sign-in-page__guest-btn:hover{background:#30363d;border-color:#8b949e}.clerk-root-box{width:100%}.clerk-card{background:#161b22!important;border:1px solid #30363d!important;border-radius:8px!important;box-shadow:0 8px 24px #0006!important}.clerk-header-title{color:#e6edf3!important}.clerk-header-subtitle{color:#8b949e!important}.clerk-social-button{background:#0d1117!important;border:1px solid #30363d!important;color:#e6edf3!important}.clerk-social-button:hover{background:#161b22!important;border-color:#8b949e!important}.clerk-form-label{color:#e6edf3!important}.clerk-form-input{background:#0d1117!important;border:1px solid #30363d!important;color:#e6edf3!important}.clerk-form-input:focus{border-color:#238636!important;box-shadow:0 0 0 3px #2386364d!important}.clerk-primary-button{background:#238636!important;border:none!important}.clerk-primary-button:hover{background:#2ea043!important}.clerk-footer-link,.clerk-edit-button,.clerk-form-action{color:#58a6ff!important}.clerk-divider-line{background:#30363d!important}.clerk-divider-text{color:#8b949e!important;background:#161b22!important}.clerk-footer{display:none!important}.save-design-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#238636;border:1px solid #2ea043;border-radius:6px;color:#fff;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s ease}.save-design-btn:hover{background:#2ea043}.save-design-btn:disabled{opacity:.7;cursor:not-allowed}.save-design-btn--saving{background:#1f6feb;border-color:#388bfd}.save-design-btn--success{background:#238636;border-color:#2ea043}.save-design-btn--error{background:#da3633;border-color:#f85149}.save-btn__icon--spin{animation:spin 1s linear infinite}.save-btn__icon--success,.save-btn__icon--error{color:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-header-btn--icon{padding:6px 10px;display:flex;align-items:center;justify-content:center}.mobile-header-btn--icon svg{width:18px;height:18px}.mobile-header-btn--danger{background:#da3633;color:#fff}.mobile-header-btn--danger:hover{background:#f85149}.mobile-header-btn--pricing{background:#238636;color:#fff;font-weight:600;display:flex;flex-direction:column;align-items:center;padding:4px 10px;line-height:1.1;gap:1px}.mobile-header-btn--pricing:hover{background:#2ea043}.mobile-header-btn__price{font-size:.8rem;font-weight:700}.mobile-header-btn__label{font-size:.6rem;font-weight:500;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.auto-save-indicator{position:fixed;bottom:70px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:8px 12px;background:#21262d;border:1px solid #30363d;border-radius:6px;font-size:.75rem;color:#8b949e;z-index:100;animation:fadeInCenter .2s ease}.auto-save-indicator--saving{color:#58a6ff}.auto-save-indicator--saved{color:#3fb950;border-color:#3fb9504d}.auto-save-indicator--error{color:#f85149;border-color:#f851494d}.auto-save-indicator__icon--spin{animation:spin 1s linear infinite}@keyframes fadeInCenter{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (min-width: 769px){.auto-save-indicator{bottom:24px}}.modal--designs{max-width:600px;max-height:80vh}.designs-content{padding:16px;overflow-y:auto;max-height:calc(80vh - 120px)}.designs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#8b949e}.designs-loading__spinner{animation:spin 1s linear infinite;margin-bottom:16px;color:#58a6ff}.designs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#8b949e}.designs-empty svg{margin-bottom:16px;opacity:.5}.designs-empty p{margin:0 0 8px}.designs-empty__hint{font-size:.8rem;opacity:.7}.designs-list{display:flex;flex-direction:column;gap:8px}.design-card{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#21262d;border:1px solid #30363d;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.design-card:hover{background:#30363d;border-color:#484f58}.design-card--active{border-color:#238636;background:#2386361a}.design-card__main{flex:1;min-width:0;background:none;border:none;padding:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.design-card__main:disabled{cursor:default;opacity:.7}.design-card__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.design-card__name{font-size:.95rem;font-weight:500;color:#e6edf3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.design-card__source{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-size:.68rem;font-weight:500;text-transform:uppercase;flex-shrink:0}.design-card__source--mobile{background:#8857e526;color:#a371f7}.design-card__source--web{background:#388bfd26;color:#58a6ff}.design-card__meta{display:flex;align-items:center;gap:12px;margin-bottom:4px}.design-card__stat{display:flex;align-items:center;gap:4px;font-size:.78rem;color:#8b949e}.design-card__stat--price{color:#3fb950;font-weight:500}.design-card__date{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#6e7681}.design-card__delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#8b949e;cursor:pointer;transition:all .15s ease;flex-shrink:0}.design-card__delete:hover{background:#f851491a;color:#f85149}@media (max-width: 768px){.modal--designs{max-width:100%;max-height:100%;height:100%;border-radius:0}.designs-content{max-height:calc(100vh - 100px)}.design-card__meta{flex-wrap:wrap;gap:8px}}.modal--satellite{width:520px;max-width:95vw;max-height:85vh;overflow:hidden}.satellite-modal__content{padding:16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;min-height:0}.satellite-modal__section{display:flex;flex-direction:column;gap:8px}.satellite-modal__label{font-size:.85rem;font-weight:500;color:#8b949e}.satellite-modal__input-row{display:flex;gap:8px}.satellite-modal__input{flex:1;padding:10px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:.9rem;color:#e6edf3;transition:border-color .15s ease}.satellite-modal__input:focus{outline:none;border-color:#58a6ff}.satellite-modal__input:disabled{opacity:.6;cursor:not-allowed}.satellite-modal__input::placeholder{color:#6e7681}.satellite-modal__input--full{width:100%;padding-right:40px}.satellite-modal__input-row{position:relative}.satellite-modal__input-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#58a6ff;display:flex;align-items:center;justify-content:center}.satellite-modal__section--address{position:relative}.satellite-modal__suggestions{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#161b22;border:1px solid #30363d;border-top:none;border-radius:0 0 6px 6px;z-index:100;box-shadow:0 4px 12px #0000004d}.satellite-modal__suggestion{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;background:transparent;border:none;border-bottom:1px solid #21262d;color:#e6edf3;text-align:left;cursor:pointer;transition:background .1s ease}.satellite-modal__suggestion:last-child{border-bottom:none}.satellite-modal__suggestion:hover,.satellite-modal__suggestion--selected{background:#21262d}.satellite-modal__suggestion-main{font-size:.9rem;font-weight:500;color:#e6edf3}.satellite-modal__suggestion-secondary{font-size:.75rem;color:#8b949e;margin-top:2px}.satellite-modal__formatted-address{font-size:.8rem;color:#58a6ff;padding:4px 0}.satellite-modal__error{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f851491a;border:1px solid rgba(248,81,73,.4);border-radius:6px;color:#f85149;font-size:.85rem}.satellite-modal__preview{position:relative;width:100%;height:280px;background:#0d1117;border:1px solid #30363d;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.satellite-modal__preview--draggable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.satellite-modal__preview--dragging{cursor:grabbing}.satellite-modal__image{width:100%;height:100%;object-fit:cover;pointer-events:none}.satellite-modal__drag-hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);padding:4px 12px;background:#000000b3;border-radius:4px;font-size:.75rem;color:#8b949e;pointer-events:none}.satellite-modal__placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#6e7681}.satellite-modal__placeholder p{margin:0;font-size:.9rem}.satellite-modal__loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#8b949e}.satellite-modal__loading p{margin:0;font-size:.9rem}.satellite-modal__zoom-row{display:flex;align-items:center;gap:12px}.satellite-modal__zoom-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#21262d;border:1px solid #30363d;border-radius:6px;color:#8b949e;cursor:pointer;transition:all .15s ease}.satellite-modal__zoom-btn:hover:not(:disabled){background:#30363d;color:#e6edf3}.satellite-modal__zoom-btn:disabled{opacity:.4;cursor:not-allowed}.satellite-modal__slider{flex:1;height:6px;background:#21262d;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.satellite-modal__slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#238636;border-radius:50%;cursor:pointer;transition:transform .1s ease}.satellite-modal__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.satellite-modal__slider:disabled{opacity:.5}.satellite-modal__zoom-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6e7681;padding:0 4px}.satellite-modal__refresh-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:#21262d;border:1px solid #30363d;border-radius:6px;color:#8b949e;font-size:.85rem;cursor:pointer;transition:all .15s ease}.satellite-modal__refresh-btn:hover:not(:disabled){background:#30363d;color:#e6edf3}.satellite-modal__refresh-btn:disabled{opacity:.5;cursor:not-allowed}.satellite-modal__hint{padding:12px;background:#388bfd1a;border:1px solid rgba(56,139,253,.3);border-radius:6px}.satellite-modal__hint p{margin:0;font-size:.85rem;color:#58a6ff;line-height:1.5}.satellite-modal__hint kbd{display:inline-block;padding:2px 6px;font-family:monospace;font-size:.8rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:4px;margin:0 2px}.satellite-modal__controls{display:flex;justify-content:center;padding:8px 0}.satellite-modal__control-group{display:flex;flex-direction:column;align-items:center;gap:8px}.satellite-modal__control-group .satellite-modal__label{margin-bottom:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.satellite-modal__position-controls{display:flex;flex-direction:column;align-items:center;gap:2px}.satellite-modal__position-row{display:flex;align-items:center;gap:2px}.satellite-modal__position-center{width:36px;height:36px}.satellite-modal__control-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#21262d;border:1px solid #30363d;border-radius:6px;color:#8b949e;cursor:pointer;transition:all .15s ease;touch-action:manipulation}.satellite-modal__control-btn:hover:not(:disabled){background:#30363d;color:#e6edf3;border-color:#484f58}.satellite-modal__control-btn:active:not(:disabled){background:#484f58;transform:scale(.95)}.satellite-modal__control-btn:disabled{opacity:.4;cursor:not-allowed}.satellite-modal__rotation-controls{display:flex;align-items:center;gap:12px}.satellite-modal__rotation-value{min-width:40px;text-align:center;font-size:.9rem;font-weight:500;color:#e6edf3;font-variant-numeric:tabular-nums}@media (max-width: 768px){.satellite-modal__controls{gap:16px;padding:4px 0}.satellite-modal__control-btn,.satellite-modal__position-center{width:44px;height:44px}.satellite-modal__rotation-controls{gap:8px}.satellite-modal__rotation-value{min-width:36px;font-size:.85rem}}.modal--satellite .modal__actions{padding:16px 20px;margin-top:0;border-top:1px solid #30363d}.modal--satellite-locked{max-width:400px}.satellite-modal__locked-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;gap:16px}.satellite-modal__locked-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#8b5cf61a;color:#a78bfa}.satellite-modal__locked-content h3{margin:0;font-size:1.1rem;font-weight:600;color:#e6edf3}.satellite-modal__locked-content p{margin:0;font-size:.9rem;color:#8b949e;line-height:1.5;max-width:280px}.satellite-modal__locked-content .btn--primary{margin-top:8px;padding:10px 24px;font-size:.9rem}.spin{animation:spin 1s linear infinite}@media (max-height: 800px){.satellite-modal__preview{height:220px}}@media (max-width: 768px){.modal-overlay--bottom-sheet{align-items:flex-end}.modal--satellite{width:100%;max-width:100%;max-height:85dvh;max-height:85vh;height:auto;margin:0;border-radius:16px 16px 0 0}@supports (max-height: 1dvh){.modal--satellite{max-height:85dvh}}.modal--satellite .satellite-modal__content{padding:12px;gap:12px}.modal--satellite .satellite-modal__label{font-size:.8rem}.modal--satellite .satellite-modal__input{padding:8px 10px;font-size:.85rem}.modal--satellite .satellite-modal__hint{display:none}.modal--satellite .modal__actions{padding:12px}.satellite-modal__preview{height:180px;min-height:120px;flex-shrink:1}.satellite-modal__zoom-row{gap:8px}.satellite-modal__zoom-btn{width:32px;height:32px}}@media (max-width: 768px) and (max-height: 600px){.modal--satellite{max-height:100dvh;max-height:100vh;border-radius:0}@supports (max-height: 1dvh){.modal--satellite{max-height:100dvh}}.satellite-modal__preview{height:140px;min-height:100px}.satellite-modal__content{gap:8px}.modal--satellite .modal__header{padding:10px 14px}}.modal--small{width:380px}.modal__content{padding:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:.85rem;font-weight:500;color:#e6edf3}.form-input{width:100%;padding:10px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:.9rem;color:#e6edf3;transition:border-color .15s ease}.form-input:focus{outline:none;border-color:#58a6ff}.form-input::placeholder{color:#6e7681}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#238636;color:#fff}.btn--primary:hover:not(:disabled){background:#2ea043}.btn--secondary{background:#21262d;color:#c9d1d9;border:1px solid #30363d}.btn--secondary:hover:not(:disabled){background:#30363d}.btn--danger{background:#da3633;color:#fff}.btn--danger:hover:not(:disabled){background:#f85149}.modal__actions--stacked{flex-direction:column;gap:8px}.modal__actions--stacked .btn{width:100%;justify-content:center}.unsaved-changes__message{color:#c9d1d9;line-height:1.5;margin-bottom:16px}.unsaved-changes__message strong{color:#f0f6fc}.pricesheet-editor{max-height:85vh}@media (min-width: 769px){.pricesheet-editor{width:720px}}@media (max-width: 768px){.pricesheet-editor{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}}.pricesheet-editor__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;color:#8b949e}.pricesheet-editor__tabs{display:flex;gap:4px;padding:12px 18px;border-bottom:1px solid #30363d;overflow-x:auto;flex-shrink:0}.pricesheet-editor__tab{padding:8px 14px;font-size:12px;color:#8b949e;background:none;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.pricesheet-editor__tab:hover{color:#e6edf3;background:#21262d}.pricesheet-editor__tab:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px;color:#e6edf3}.pricesheet-editor__tab--active{color:#e6edf3;background:#30363d}.pricesheet-editor__content{flex:1;overflow-y:auto;padding:18px}.pricesheet-editor__section{display:flex;flex-direction:column;gap:16px}.pricesheet-editor__section h4{margin:0;font-size:13px;font-weight:600;color:#e6edf3}.pricesheet-editor__hint{margin:0;font-size:12px;color:#8b949e}.pricesheet-editor__type-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px}.pricesheet-editor__type-card{display:flex;flex-direction:column;align-items:flex-start;padding:16px;background:#161b22;border:2px solid #30363d;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.pricesheet-editor__type-card:hover{border-color:#484f58;background:#1c2128}.pricesheet-editor__type-card--selected{border-color:#58a6ff;background:#58a6ff14}.pricesheet-editor__type-card--selected:hover{border-color:#58a6ff;background:#58a6ff1f}.pricesheet-editor__type-card-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.pricesheet-editor__type-card-radio{width:18px;height:18px;border:2px solid #484f58;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease}.pricesheet-editor__type-card--selected .pricesheet-editor__type-card-radio{border-color:#58a6ff}.pricesheet-editor__type-card-dot{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s ease}.pricesheet-editor__type-card-dot--active{background:#58a6ff}.pricesheet-editor__type-card-title{font-size:15px;font-weight:600;color:#e6edf3}.pricesheet-editor__type-card-subtitle{font-size:12px;color:#8b949e;margin:0 0 12px}.pricesheet-editor__type-card-features{list-style:none;margin:0;padding:0;font-size:12px;color:#c9d1d9}.pricesheet-editor__type-card-features li{position:relative;padding-left:16px;margin-bottom:6px;line-height:1.4}.pricesheet-editor__type-card-features li:before{content:"•";position:absolute;left:0;color:#484f58}.pricesheet-editor__type-card--selected .pricesheet-editor__type-card-features li:before{color:#58a6ff}.pricesheet-editor__type-card-bestfor{margin-top:auto;padding-top:12px;font-size:11px;font-weight:500;color:#7d8590;border-top:1px solid #30363d;width:100%}.pricesheet-editor__type-card--selected .pricesheet-editor__type-card-bestfor{color:#58a6ff;border-top-color:#58a6ff4d}.pricesheet-editor__type-badge{display:inline-flex;padding:6px 12px;background:#21262d;border:1px solid #30363d;border-radius:6px;font-size:13px;color:#e6edf3;font-weight:500}.pricesheet-editor__field{display:flex;flex-direction:column;gap:6px}.pricesheet-editor__field label{font-size:12px;font-weight:500;color:#8b949e}.pricesheet-editor__field input,.pricesheet-editor__field textarea{padding:10px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:13px;color:#e6edf3;transition:border-color .15s ease}.pricesheet-editor__field input:focus,.pricesheet-editor__field textarea:focus{outline:none;border-color:#58a6ff}.pricesheet-editor__field textarea{resize:vertical;min-height:60px}.pricesheet-editor__field--checkbox{margin-top:8px}.pricesheet-editor__checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#c9d1d9;cursor:pointer}.pricesheet-editor__checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#238636;cursor:pointer}.pricesheet-editor__checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.pricesheet-editor__default-badge{font-size:11px;padding:2px 6px;background:#238636;color:#fff;border-radius:4px;margin-left:4px}.pricesheet-editor__table-header{display:grid;grid-template-columns:1fr 1fr 1fr 40px;gap:8px;padding:8px 0;font-size:11px;font-weight:600;color:#8b949e;text-transform:uppercase}.pricesheet-editor__table-row{display:grid;grid-template-columns:1fr 1fr 1fr 40px;gap:8px;align-items:center}.pricesheet-editor__table-row input{padding:8px 10px;background:#0d1117;border:1px solid #30363d;border-radius:4px;font-size:12px;color:#e6edf3}.pricesheet-editor__table-row input:focus{outline:none;border-color:#58a6ff}.pricesheet-editor__margins-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.pricesheet-editor__margin-row{display:flex;align-items:center;gap:4px;background:#21262d;border-radius:6px;padding:4px 4px 4px 8px}.pricesheet-editor__margin-row input{width:44px;padding:4px 6px;background:#0d1117;border:1px solid #30363d;border-radius:4px;font-size:12px;color:#e6edf3;text-align:right}.pricesheet-editor__margin-row input:focus{outline:none;border-color:#58a6ff}.pricesheet-editor__margin-suffix{font-size:11px;color:#8b949e}.pricesheet-editor__margin-row .pricesheet-editor__remove{padding:4px;min-width:auto}.pricesheet-editor__margin-row .pricesheet-editor__remove:disabled{opacity:.3;cursor:not-allowed}.pricesheet-editor__add-margin-inline{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#21262d;border:1px dashed #30363d;border-radius:6px;color:#8b949e;cursor:pointer;transition:all .15s ease}.pricesheet-editor__add-margin-inline:hover{background:#30363d;border-color:#58a6ff;color:#58a6ff}.pricesheet-editor__kv-row{display:grid;grid-template-columns:1fr 120px 40px;gap:8px;align-items:center}.pricesheet-editor__kv-key{font-size:12px;color:#e6edf3;padding:8px 10px;background:#21262d;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricesheet-editor__kv-row input{padding:8px 10px;background:#0d1117;border:1px solid #30363d;border-radius:4px;font-size:12px;color:#e6edf3;text-align:right}.pricesheet-editor__kv-row input:focus{outline:none;border-color:#58a6ff}.pricesheet-editor__remove{display:flex;align-items:center;justify-content:center;padding:8px;color:#8b949e;border-radius:4px;transition:all .15s ease}.pricesheet-editor__remove:hover{color:#f85149;background:#f851491a}.pricesheet-editor__remove:focus-visible{outline:2px solid #f85149;outline-offset:2px}.pricesheet-editor__kv-row--adding{grid-template-columns:1fr 120px 36px 36px;background:#58a6ff0d;padding:8px;margin:-4px -8px;border-radius:6px;border:1px dashed rgba(88,166,255,.3)}.pricesheet-editor__kv-row--fixed{grid-template-columns:1fr auto}.pricesheet-editor__kv-key-input{text-align:left!important}.pricesheet-editor__kv-key-input::placeholder{color:#6e7681}.pricesheet-editor__confirm{display:flex;align-items:center;justify-content:center;padding:8px;color:#3fb950;border-radius:4px;transition:all .15s ease}.pricesheet-editor__confirm:hover:not(:disabled){color:#56d364;background:#3fb95026}.pricesheet-editor__confirm:focus-visible{outline:2px solid #3fb950;outline-offset:2px}.pricesheet-editor__confirm:disabled{opacity:.4;cursor:not-allowed}.pricesheet-editor__add{display:flex;align-items:center;gap:6px;padding:10px 14px;font-size:12px;color:#58a6ff;background:#58a6ff1a;border:1px dashed #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__add:hover{background:#58a6ff26;border-color:#58a6ff}.pricesheet-editor__add:focus-visible{outline:2px solid #58a6ff;outline-offset:2px;border-color:#58a6ff}.pricesheet-editor__rate-section{margin-bottom:24px}.pricesheet-editor__rate-section:last-child{margin-bottom:0}.pricesheet-editor__rate-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.pricesheet-editor__rate-header h4{margin:0;font-size:13px;font-weight:600;color:#e6edf3}.pricesheet-editor__rate-unit{font-size:11px;font-weight:500;color:#8b949e;padding:2px 8px;background:#21262d;border-radius:4px}.pricesheet-editor__rate-table{margin-top:12px;border:1px solid #30363d;border-radius:8px;overflow:hidden}.pricesheet-editor__rate-row{display:grid;grid-template-columns:1fr auto 36px;gap:12px;align-items:center;padding:10px 12px;background:#161b22;border-bottom:1px solid #30363d}.pricesheet-editor__rate-row:last-child{border-bottom:none}.pricesheet-editor__rate-row--adding{grid-template-columns:1fr auto auto;background:#58a6ff0d}.pricesheet-editor__rate-label{font-size:13px;font-weight:500;color:#e6edf3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricesheet-editor__rate-label-input{flex:1;padding:8px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;font-size:13px;color:#e6edf3;min-width:0}.pricesheet-editor__rate-label-input:focus{outline:none;border-color:#58a6ff}.pricesheet-editor__rate-label-input::placeholder{color:#6e7681}.pricesheet-editor__rate-input-group{display:flex;align-items:center;background:#0d1117;border:1px solid #30363d;border-radius:6px;overflow:hidden;transition:border-color .15s ease}.pricesheet-editor__rate-input-group:focus-within{border-color:#58a6ff}.pricesheet-editor__rate-prefix,.pricesheet-editor__rate-suffix{padding:8px 10px;font-size:12px;font-weight:500;color:#8b949e;background:#21262d;-webkit-user-select:none;user-select:none;flex-shrink:0}.pricesheet-editor__rate-prefix{border-right:1px solid #30363d}.pricesheet-editor__rate-suffix{border-left:1px solid #30363d}.pricesheet-editor__rate-input{flex:1;width:80px;min-width:60px;padding:8px 10px;background:transparent;border:none;font-size:13px;font-weight:500;color:#e6edf3;text-align:right}.pricesheet-editor__rate-input:focus{outline:none}.pricesheet-editor__rate-input::placeholder{color:#484f58}.pricesheet-editor__rate-input::-webkit-outer-spin-button,.pricesheet-editor__rate-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pricesheet-editor__rate-input[type=number]{-moz-appearance:textfield}.pricesheet-editor__rate-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#8b949e;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__rate-delete:hover{color:#f85149;background:#f851491a}.pricesheet-editor__rate-actions{display:flex;gap:4px}.pricesheet-editor__rate-confirm,.pricesheet-editor__rate-cancel{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__rate-confirm{color:#3fb950;background:#3fb9501a}.pricesheet-editor__rate-confirm:hover{background:#3fb95033}.pricesheet-editor__rate-confirm:disabled{opacity:.4;cursor:not-allowed}.pricesheet-editor__rate-cancel{color:#8b949e;background:#8b949e1a}.pricesheet-editor__rate-cancel:hover{color:#f85149;background:#f851491a}.pricesheet-editor__rate-add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;font-size:13px;font-weight:500;color:#58a6ff;background:transparent;border:none;border-top:1px dashed #30363d;cursor:pointer;transition:all .15s ease}.pricesheet-editor__rate-add:hover{background:#58a6ff14}.pricesheet-editor__decking-group{margin-bottom:24px}.pricesheet-editor__decking-group:last-of-type{margin-bottom:16px}.pricesheet-editor__decking-material{font-size:14px;font-weight:600;color:#e6edf3;margin:0 0 8px;padding-bottom:4px;border-bottom:1px solid #30363d}.pricesheet-editor__decking-table{border:1px solid #30363d;border-radius:8px;overflow:hidden}.pricesheet-editor__decking-header{display:grid;grid-template-columns:60px 120px 1fr 36px;gap:12px;padding:8px 12px;background:#21262d;font-size:11px;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.5px}.pricesheet-editor__decking-row{display:grid;grid-template-columns:60px 120px 1fr 36px;gap:12px;align-items:center;padding:10px 12px;background:#161b22;border-bottom:1px solid #30363d}.pricesheet-editor__decking-row:last-child{border-bottom:none}.pricesheet-editor__decking-size{font-size:14px;font-weight:600;color:#e6edf3}.pricesheet-editor__decking-actual{font-size:12px;color:#8b949e;font-family:SF Mono,Consolas,monospace}.pricesheet-editor__decking-add-form{margin-top:12px;padding:16px;background:#58a6ff0d;border:1px solid #30363d;border-radius:8px}.pricesheet-editor__decking-add-row{display:flex;gap:16px;flex-wrap:wrap}.pricesheet-editor__field--inline{flex:1;min-width:120px}.pricesheet-editor__field--inline label{display:block;font-size:11px;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.pricesheet-editor__field--inline select{width:100%;padding:8px 12px;font-size:13px;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.pricesheet-editor__field--inline select:focus{outline:none;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.pricesheet-editor__decking-add-actions{display:flex;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #30363d}.pricesheet-editor__cancel-inline{display:flex;align-items:center;gap:4px;padding:8px 14px;font-size:13px;color:#c9d1d9;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__cancel-inline:hover{background:#30363d}.pricesheet-editor__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px;border-top:1px solid #30363d;flex-shrink:0}.pricesheet-editor__cancel{padding:10px 18px;font-size:13px;color:#c9d1d9;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__cancel:hover{background:#30363d}.pricesheet-editor__cancel:focus-visible{outline:2px solid #58a6ff;outline-offset:2px}.pricesheet-editor__save{display:flex;align-items:center;gap:6px;padding:10px 18px;font-size:13px;color:#fff;background:#238636;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__save:hover:not(:disabled){background:#2ea043}.pricesheet-editor__save:focus-visible{outline:2px solid #58a6ff;outline-offset:2px}.pricesheet-editor__save:disabled{opacity:.6;cursor:not-allowed}.pricesheet-editor__subtabs{display:flex;gap:4px;margin-bottom:16px;padding:4px;background:#21262d;border-radius:8px}.pricesheet-editor__subtab{flex:1;padding:8px 12px;font-size:12px;font-weight:500;color:#8b949e;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__subtab:hover{color:#c9d1d9;background:#ffffff0d}.pricesheet-editor__subtab--active{color:#e6edf3;background:#30363d}.pricesheet-editor__piling-group{margin-bottom:20px}.pricesheet-editor__piling-group-title{font-size:12px;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #30363d}.pricesheet-editor__piling-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:8px}.pricesheet-editor__piling-size{min-width:48px;font-size:14px;font-weight:600;color:#e6edf3}.pricesheet-editor__piling-mode-toggle{display:flex;gap:2px;padding:2px;background:#21262d;border-radius:6px}.pricesheet-editor__mode-btn{padding:6px 10px;font-size:11px;font-weight:500;color:#8b949e;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__mode-btn:hover{color:#c9d1d9}.pricesheet-editor__mode-btn--active{color:#e6edf3;background:#30363d}.pricesheet-editor__by-length-inputs{display:flex;align-items:center;gap:8px}.pricesheet-editor__length-input{width:60px;padding:8px 10px;font-size:13px;font-weight:500;color:#e6edf3;text-align:center;background:#21262d;border:1px solid #30363d;border-radius:6px}.pricesheet-editor__length-input:focus{outline:none;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.pricesheet-editor__by-length-label{font-size:12px;color:#8b949e}.pricesheet-editor__piling-add{margin-top:8px}.pricesheet-editor__piling-size-select{width:100%;padding:10px 12px;font-size:13px;font-weight:500;color:#58a6ff;background:transparent;border:1px dashed #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease}.pricesheet-editor__piling-size-select:hover{border-color:#58a6ff;background:#58a6ff0d}.pricesheet-editor__piling-size-select:focus{outline:none;border-color:#58a6ff;border-style:solid;background:#58a6ff14}.projects-panel{background:#161b22;border-bottom:1px solid #30363d;flex-shrink:0}.projects-panel__header{display:flex;align-items:center;gap:4px}.projects-panel__toggle{display:flex;align-items:center;justify-content:space-between;flex:1;padding:10px 12px;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.projects-panel__toggle:hover{background:#ffffff0a}.projects-panel__header-left{display:flex;align-items:center;gap:8px;color:#8b949e}.projects-panel__title{font-size:13px;font-weight:500;color:#e6edf3}.projects-panel__header-right{display:flex;align-items:center;gap:4px;color:#8b949e}.projects-panel__switch-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:8px;border-radius:4px;background:transparent;border:none;color:#8b949e;cursor:pointer;transition:all .15s ease}.projects-panel__switch-btn:hover{background:#ffffff1a;color:#e6edf3}.projects-panel__content{padding:8px 12px 12px;display:flex;flex-direction:column;gap:12px}.projects-panel__error{background:#da363326;border:1px solid #da3633;border-radius:6px;padding:8px 12px;font-size:12px;color:#f85149;margin-bottom:8px}.projects-panel__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0;gap:8px}.projects-panel__empty-text{font-size:13px;color:#8b949e;margin:0}.projects-panel__empty-hint{font-size:12px;color:#6e7681;margin:0}.projects-panel__action-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;font-size:12px;font-weight:500;color:#8b949e;background:#ffffff0a;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease}.projects-panel__action-btn:hover{background:#ffffff14;color:#e6edf3;border-color:#8b949e}.projects-panel__action-btn--primary{color:#fff;background:#238636;border-color:#238636}.projects-panel__action-btn--primary:hover{background:#2ea043;border-color:#2ea043}.projects-panel__section{display:flex;flex-direction:column;gap:6px}.projects-panel__section-label{font-size:11px;font-weight:500;color:#8b949e;text-transform:uppercase;letter-spacing:.5px}.projects-panel__design-list{display:flex;flex-direction:column;gap:4px}.projects-panel__design{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:#ffffff05;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}.projects-panel__design:hover{background:#ffffff0f;border-color:#8b949e}.projects-panel__design--current{background:#2386361a;border-color:#238636}.projects-panel__design--current:hover{background:#23863626}.projects-panel__design-icon{display:flex;align-items:center;justify-content:center;color:#8b949e;flex-shrink:0}.projects-panel__design--current .projects-panel__design-icon{color:#3fb950}.projects-panel__design-info{flex:1;min-width:0}.projects-panel__design-name{font-size:13px;font-weight:500;color:#e6edf3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-panel__design-meta{font-size:11px;color:#8b949e}.projects-panel__save-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;color:#8b949e;flex-shrink:0;transition:all .15s ease}.projects-panel__save-btn:hover{background:#ffffff1a;color:#3fb950}.projects-panel__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px;color:#8b949e;font-size:13px}.modal--project-picker{width:480px;max-height:80vh}.modal--project-picker .modal__content{padding:16px 20px}.project-picker__search{position:relative;margin-bottom:16px}.project-picker__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6e7681;pointer-events:none}.project-picker__search-input{width:100%;padding:10px 14px 10px 38px;font-size:14px;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:8px;outline:none;transition:all .15s ease}.project-picker__search-input:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff26}.project-picker__search-input::placeholder{color:#6e7681}.project-picker__list{max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:6px;margin:0 -4px;padding:0 4px}.project-picker__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 16px;color:#8b949e;font-size:14px}.project-picker__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;text-align:center}.project-picker__empty-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#8b949e1a;border-radius:50%;color:#6e7681}.project-picker__empty-text{font-size:15px;font-weight:500;color:#c9d1d9;margin:0}.project-picker__empty-hint{font-size:13px;color:#8b949e;margin:0;max-width:280px;line-height:1.5}.project-picker__item{display:flex;align-items:center;gap:14px;width:100%;padding:12px 14px;background:#ffffff05;border:1px solid #30363d;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.project-picker__item:hover{background:#ffffff0d;border-color:#484f58;transform:translateY(-1px)}.project-picker__item--selected{background:#2386361f;border-color:#238636}.project-picker__item--selected:hover{background:#2386362e;border-color:#3fb950}.project-picker__item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#8b949e1a;border-radius:8px;color:#8b949e;flex-shrink:0;transition:all .15s ease}.project-picker__item:hover .project-picker__item-icon{background:#8b949e26;color:#c9d1d9}.project-picker__item--selected .project-picker__item-icon{background:#23863633;color:#3fb950}.project-picker__item-info{flex:1;min-width:0}.project-picker__item-name{font-size:14px;font-weight:500;color:#e6edf3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.project-picker__item-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#8b949e}.project-picker__item-designs{display:flex;align-items:center;gap:4px}.project-picker__item-date{color:#6e7681}.project-picker__item-badge{padding:3px 10px;font-size:11px;font-weight:600;color:#3fb950;background:#23863633;border-radius:12px;flex-shrink:0;text-transform:uppercase;letter-spacing:.3px}.modal--project-picker .modal__actions{padding:16px 20px;margin-top:0;border-top:1px solid #30363d;background:#00000026}.modal--create-project{width:440px;max-height:90vh}.modal--create-project .modal__content{padding:20px;display:flex;flex-direction:column;gap:16px;overflow:visible;flex:1;min-height:0}.modal--create-project .form-group{gap:6px}.modal--create-project .form-label{font-size:13px;font-weight:500;color:#c9d1d9}.modal--create-project .form-input{padding:10px 12px;font-size:14px}.modal--create-project .form-input:disabled{opacity:.6;cursor:not-allowed}.modal--create-project .modal__actions{padding:16px 20px;margin-top:0;border-top:1px solid #30363d;background:#0000001a;flex-shrink:0}@media (max-width: 768px){.modal--create-project{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.modal--create-project .modal__content{flex:1;padding:16px}}.form-error{padding:10px 12px;font-size:13px;color:#f85149;background:#f851491a;border:1px solid rgba(248,81,73,.4);border-radius:6px;margin-bottom:12px}.form-required{color:#f85149}.form-optional{color:#6e7681;font-weight:400}.form-hint{margin:4px 0 0;font-size:12px;color:#8b949e}.form-group--autocomplete{position:relative}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#161b22;border:1px solid #30363d;border-top:none;border-radius:0 0 6px 6px;z-index:100;box-shadow:0 8px 24px #0006}.autocomplete-suggestion{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;border:none;border-bottom:1px solid #21262d;background:transparent;cursor:pointer;text-align:left;transition:background .1s}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-suggestion:hover,.autocomplete-suggestion--selected{background:#21262d}.autocomplete-suggestion:focus-visible{outline:2px solid #1FA0F6;outline-offset:-2px}.autocomplete-suggestion__main{font-size:.9rem;font-weight:500;color:#e6edf3}.autocomplete-suggestion__secondary{font-size:.75rem;color:#8b949e;margin-top:2px}.form-textarea{width:100%;padding:8px 12px;font-size:13px;font-family:inherit;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px;resize:vertical;outline:none;transition:border-color .15s ease}.form-textarea:focus{border-color:#58a6ff}.form-textarea::placeholder{color:#6e7681}.form-textarea:disabled{opacity:.6;cursor:not-allowed}.floating-lock-btn{position:absolute;bottom:20px;right:20px;width:48px;height:48px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;box-shadow:0 4px 12px #0006;transition:all .2s ease}.floating-lock-btn--locked{background:#21262d;color:#8b949e;border:2px solid #30363d}.floating-lock-btn--locked:active{background:#30363d;transform:scale(.95)}.floating-lock-btn--unlocked{background:#238636;color:#fff;border:2px solid #2ea043}.floating-lock-btn--unlocked:active{background:#2ea043;transform:scale(.95)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0d1117;color:#e6edf3;-webkit-font-smoothing:antialiased}#root{height:100vh}button{cursor:pointer;font-family:inherit;border:none;background:transparent;color:inherit}button:disabled{cursor:not-allowed;opacity:.5}input[type=number]{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}
