:root{--primary-color:#1e40af;--primary-hover:#1e3a8a;--primary-light:#eff6ff;--secondary-color:#64748b;--secondary-hover:#475569;--success-color:#065f46;--success-hover:#064e3b;--danger-color:#9f1239;--danger-hover:#881337;--warning-color:#b45309;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--border-color:#e2e8f0;--border-focus:#1e40af;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--transition:all 0.2s ease}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--bg-secondary);color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#1e293b;color:var(--text-primary);font-weight:600;line-height:1.3;margin:0 0 1rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}@media (min-width:640px){h1{font-size:2rem}}p{margin:0 0 1rem}a{color:#1e40af;color:var(--primary-color);text-decoration:none;transition:all .2s ease;transition:var(--transition)}a:hover{color:#1e3a8a;color:var(--primary-hover)}input:not([type]),input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:#fff;background-color:var(--bg-primary);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--radius-md);color:#1e293b;color:var(--text-primary);font-family:inherit;font-size:1rem;outline:none;padding:.875rem 1rem;transition:all .2s ease;transition:var(--transition);width:100%}input:not([type]):focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#1e40af;border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e526}input::placeholder,textarea::placeholder{color:#94a3b8;color:var(--text-muted)}input:disabled,select:disabled,textarea:disabled{background-color:#f1f5f9;background-color:var(--bg-tertiary);cursor:not-allowed;opacity:.7}select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem}button,select{cursor:pointer}button{align-items:center;background-color:#1e40af;background-color:var(--primary-color);border:none;border-radius:8px;border-radius:var(--radius-md);color:#fff;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:center;outline:none;padding:.75rem 1.25rem;transition:all .2s ease;transition:var(--transition)}button:hover:not(:disabled){background-color:#1e3a8a;background-color:var(--primary-hover);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:disabled{cursor:not-allowed;opacity:.6;transform:none}button.btn-secondary{background-color:initial;border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#64748b;color:var(--secondary-color)}button.btn-secondary:hover:not(:disabled){background-color:#f1f5f9;background-color:var(--bg-tertiary);border-color:#64748b;border-color:var(--secondary-color);box-shadow:none;color:#1e293b;color:var(--text-primary)}button.btn-success{background-color:#065f46;background-color:var(--success-color)}button.btn-success:hover:not(:disabled){background-color:#064e3b;background-color:var(--success-hover)}button.btn-danger{background-color:#9f1239;background-color:var(--danger-color)}button.btn-danger:hover:not(:disabled){background-color:#881337;background-color:var(--danger-hover)}button.btn-outline{background-color:initial;border:1px solid #1e40af;border:1px solid var(--primary-color);color:#1e40af;color:var(--primary-color)}button.btn-outline:hover:not(:disabled){background-color:#eff6ff;background-color:var(--primary-light);box-shadow:none;color:#1e40af;color:var(--primary-color)}button.btn-ghost{background-color:initial;color:#64748b;color:var(--text-secondary)}button.btn-ghost:hover:not(:disabled){background-color:#f1f5f9;background-color:var(--bg-tertiary);box-shadow:none;color:#1e293b;color:var(--text-primary);transform:none}button.btn-sm{font-size:.875rem;padding:.5rem .875rem}button.btn-lg{font-size:1rem;padding:1rem 1.75rem}label{color:#1e293b;display:block;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.form-group{margin-bottom:1.25rem}table{background-color:#fff;background-color:var(--bg-primary);border-collapse:collapse;border-radius:8px;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden;width:100%}thead{background-color:#f1f5f9;background-color:var(--bg-tertiary)}th{color:#64748b;color:var(--text-secondary);font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-align:left;text-transform:uppercase}td,th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:.875rem 1rem}td{color:#1e293b;color:var(--text-primary);font-size:.9375rem}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background-color:#f8fafc;background-color:var(--bg-secondary)}ul{list-style:none;margin:0;padding:0}.error-message{color:#9f1239;color:var(--danger-color);font-size:.875rem;margin-top:.5rem}.error-trace{color:#94a3b8;color:var(--text-muted,#888);display:block;font-size:.75rem;margin-top:.25rem}.success-message{color:#065f46;color:var(--success-color);font-size:.875rem;margin-top:.5rem}.loading-text{color:#64748b;color:var(--text-secondary);font-style:italic}input[type=checkbox],input[type=radio]{accent-color:#1e40af;accent-color:var(--primary-color);margin-right:.5rem;width:auto}input[type=checkbox]+label,input[type=radio]+label{color:#1e293b;color:var(--text-primary);display:inline;font-weight:400}.card{background-color:#fff;background-color:var(--bg-primary);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:1.5rem}.card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:1rem}.card-title{font-size:1.125rem;font-weight:600;margin:0}.badge{align-items:center;background-color:#eff6ff;background-color:var(--primary-light);border-radius:9999px;color:#1e40af;color:var(--primary-color);display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.badge-success{background-color:#d1fae5;color:#059669}.badge-warning{background-color:#fef3c7;color:#d97706}.badge-danger{background-color:#fee2e2;color:#dc2626}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (max-width:640px){td,th{font-size:.8125rem;padding:.625rem .75rem}th{font-size:.75rem;white-space:nowrap}}.app-container{display:flex;flex-direction:column;min-height:100vh}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-wrapper{align-items:stretch;display:flex;gap:2rem;max-width:900px;width:100%}.auth-card{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:420px;padding:2.5rem;width:100%}.auth-card h2{color:var(--text-primary);font-size:1.75rem;margin-bottom:.5rem;text-align:center}.auth-card .subtitle{color:var(--text-muted);font-size:.9375rem;margin-bottom:2rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .form-group{margin-bottom:0}.auth-form button[type=submit]{font-size:1rem;margin-top:.5rem;padding:.875rem;width:100%}.auth-divider{align-items:center;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;padding:2rem}.auth-divider-content{text-align:center}.auth-divider-content p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:1rem}.auth-link{color:var(--primary-color);cursor:pointer;font-weight:500;transition:var(--transition)}.auth-link:hover{color:var(--primary-hover);text-decoration:underline}.app-layout{display:flex;flex-direction:column;min-height:100vh}.menu{background:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);display:flex;gap:.25rem;padding:1rem 2rem;position:sticky;top:0;z-index:100}.menu button{background:#0000;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;padding:.625rem 1.25rem}.menu button:hover:not(:disabled){background:var(--bg-tertiary);box-shadow:none;color:var(--text-primary);transform:none}.menu button.active,.menu button:focus{background:var(--primary-light);color:var(--primary-color)}.menu .menu-logout-btn{background:var(--danger-color);color:#fff;margin-left:auto}.menu .menu-logout-btn:hover:not(:disabled){background:var(--danger-hover);color:#fff}.panel{flex:1 1;margin:0 auto;max-width:1280px;padding:clamp(1rem,2.5vw,2rem);width:100%}.section-box{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;overflow:hidden;padding:clamp(1rem,2.2vw,1.5rem)}.section-box--narrow{max-width:520px}.section-box input,.section-box select,.section-box textarea{background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;outline:none;padding:.875rem 1rem;transition:var(--transition);width:100%}.section-box input:focus,.section-box select:focus,.section-box textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e526}.section-box-header{align-items:center;border-bottom:1px solid var(--border-color);color:var(--text-primary);display:flex;font-size:1rem;font-weight:600;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.section-box-header .step-number{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;height:28px;justify-content:center;width:28px}.search-container{max-width:100%;position:relative}.search-container--stacked{padding-bottom:0}.search-container--narrow{max-width:520px}.search-input-wrapper{position:relative}.search-container input:not([type]),.search-container input[type=text],.search-input-wrapper input{background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;outline:none;padding:.875rem 1rem;transition:var(--transition);width:100%}.search-container input:not([type]):focus,.search-container input[type=text]:focus,.search-input-wrapper input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e526}.search-input-wrapper input::placeholder{color:var(--text-muted)}.search-dropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);left:0;max-height:260px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 6px);z-index:1000}.search-dropdown--inline{left:auto;margin-top:.5rem;position:relative;right:auto;top:auto;z-index:10}.search-dropdown-item{border-bottom:1px solid var(--border-color);cursor:pointer;padding:.875rem 1rem;transition:var(--transition)}.search-dropdown-item:last-child{border-bottom:none}.search-dropdown-item:hover{background:var(--bg-secondary)}.search-dropdown-item .item-name{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.search-dropdown-item .item-description{color:var(--text-muted);font-size:.8125rem}.inventory-workspace{max-width:100%}.inventory-workspace input,.inventory-workspace select,.inventory-workspace textarea{background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;outline:none;padding:.875rem 1rem;transition:var(--transition);width:100%}.inventory-workspace input:focus,.inventory-workspace select:focus,.inventory-workspace textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e526}.inventory-workspace input::placeholder,.inventory-workspace textarea::placeholder{color:var(--text-muted)}.mode-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem}.mode-toggle button{background:var(--bg-tertiary);border:1px solid #0000;color:var(--text-secondary);padding:.625rem 1rem}.mode-toggle button:hover:not(:disabled){background:var(--bg-secondary);box-shadow:none;transform:none}.mode-toggle button:disabled{background:var(--primary-color);color:#fff;opacity:1}.inventory-component{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;padding:clamp(1rem,2vw,1.5rem)}.inventory-component h2{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem}.error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:var(--danger-color);display:flex;font-size:.9375rem;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.error-banner button{background:#0000;border:none;color:var(--danger-color);font-size:1rem;padding:.25rem .5rem}.error-banner button:hover{background:#fee2e2;box-shadow:none;transform:none}.parameters-section{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}.parameters-section h3{margin-bottom:1rem}.parameter-list{margin-top:1rem}.parameter-row{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.5rem;padding:.875rem 1rem}.parameter-row span{font-size:.9375rem;min-width:0;overflow-wrap:anywhere}.parameter-name{color:var(--text-primary);font-weight:600;white-space:nowrap}.parameter-name:after{color:#888;color:var(--text-muted,#888);content:":";margin-right:.4rem}.parameter-value{color:var(--text-secondary);font-size:.9rem}.parameter-row-actions{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.parameter-row-actions button{font-size:.8125rem;min-width:92px;padding:.375rem .75rem}.category-form{max-width:600px;width:100%}.category-page{display:flex;flex-direction:column;gap:1rem}.category-search-shell{max-width:900px}.category-search-shell .search-container--narrow{max-width:100%}.selectable-editor{margin-top:.5rem}.selectable-editor-input-row{align-items:center;display:flex;gap:.5rem}.selectable-editor-input-row input{flex:1 1}.selectable-editor-add-btn{min-width:76px}.selectable-editor-list{display:flex;flex-direction:column;gap:.375rem;margin-top:.625rem}.selectable-editor-item{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;gap:.5rem;justify-content:space-between;padding:.5rem .625rem}.selectable-editor-item-label{min-width:0;overflow-wrap:anywhere}.selectable-editor-remove-btn{min-width:88px}.category-form label{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.category-form label input,.category-form label textarea{margin-top:0}.privileges-list{list-style:none;padding:0}.privileges-list li{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:.75rem;padding:1rem;transition:var(--transition)}.privileges-list li:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.profile-container{margin:0 auto;max-width:600px}.profile-container h2{margin-bottom:1.5rem;text-align:center}.results-table-wrapper{margin-top:1rem;overflow-x:auto}.inventory-form .bh-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.inventory-form .bh-row .bh-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.inventory-form .bh-row .bh-field{color:var(--text-primary);font-size:.9375rem}.inventory-form .bh-row .bh-input{border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;padding:.875rem 1rem;transition:var(--transition);width:100%}.inventory-form .bh-row .bh-input:focus{border-color:var(--primary-color);outline:none}.inventory-form .bh-row.buttons-row{flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.inventory-form .bh-row.buttons-row button.danger{background-color:var(--danger-color)}.inventory-search-panel{margin-top:1rem}.inventory-search-panel h3{margin-bottom:1rem}.inventory-search-panel table{border-collapse:collapse;width:100%}.inventory-search-panel td,.inventory-search-panel th{border-bottom:1px solid var(--border-color);padding:.75rem;text-align:left}.inventory-search-panel .results-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.geo-selector{border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.geo-selector select{width:100%}.search-main-container{max-width:900px;width:100%}.parameter-editor-list{display:flex;flex-direction:column;gap:.75rem}.parameter-editor-list-header h4{margin-bottom:.25rem}.parameter-editor-empty{color:var(--text-muted);font-size:.875rem;padding:.5rem 0}.parameter-editor-row{grid-gap:.625rem;align-items:start;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);display:grid;gap:.625rem;grid-template-columns:minmax(160px,1fr) minmax(220px,2fr) minmax(160px,1fr) auto;padding:.75rem}.parameter-editor-type{display:flex;flex-direction:column;gap:.5rem}.parameter-editor-input{width:100%}.parameter-editor-input-muted{background:var(--bg-tertiary);color:var(--text-secondary)}.parameter-editor-remove-btn{align-self:center;min-width:96px}@media (max-width:640px){.search-container--narrow,.section-box--narrow{max-width:100%}}.dynamic-form{max-width:600px}.dynamic-form .form-field{margin-bottom:1.25rem}.dynamic-form .form-field>label{display:block;font-weight:600;margin-bottom:.5rem}.dynamic-form .radio-group{display:flex;gap:1rem;margin-bottom:.75rem}.dynamic-form .radio-group label{align-items:center;cursor:pointer;display:inline-flex;font-weight:400;margin-bottom:0}.dynamic-form .checkbox-group label{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;padding:.5rem;transition:var(--transition)}.dynamic-form .checkbox-group label:hover{background:var(--bg-secondary)}.status-selected{align-items:center;background:var(--primary-light);border-radius:var(--radius-md);color:var(--primary-color);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.status-loading{color:var(--text-muted);font-style:italic}.status-error{color:var(--danger-color)}.button-group{display:flex;gap:.75rem;margin-top:1.5rem}.button-group-inline{display:inline-flex;gap:.5rem}@media (max-width:768px){.auth-container{align-items:stretch;padding:1rem}.auth-wrapper{align-items:stretch;flex-direction:column;gap:1rem}.auth-card{padding:1.5rem}.auth-card h2{font-size:1.5rem}.auth-divider{padding:1.5rem}.menu{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:.5rem .75rem;scrollbar-width:none}.menu::-webkit-scrollbar{display:none}.menu button{font-size:.8125rem;min-height:44px;padding:.5rem .875rem;white-space:nowrap}.menu .menu-logout-btn{margin-left:0}.panel,.section-box{padding:1rem}.section-box-header .step-number{font-size:.8125rem;height:24px;width:24px}.search-dropdown{max-height:200px}.search-dropdown--inline{max-height:220px}.mode-toggle{flex-wrap:wrap;gap:.5rem}.mode-toggle button{flex:1 1;min-width:120px}.button-group{flex-direction:column}.button-group button{width:100%}.parameter-row{align-items:stretch;flex-direction:column;gap:.5rem;text-align:left}.parameter-row-actions{justify-content:flex-start;width:100%}.parameter-row-actions button{min-width:0}.parameter-editor-row{gap:.5rem;grid-template-columns:1fr}.parameter-editor-remove-btn{width:100%}.status-selected{font-size:.8125rem}.category-form,.dynamic-form,.profile-container{max-width:100%}.selectable-editor-input-row{align-items:stretch;flex-direction:column}.selectable-editor-add-btn,.selectable-editor-remove-btn{min-width:0;width:100%}.selectable-editor-item{align-items:stretch;flex-direction:column}.inventory-search-panel .results-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.inventory-search-panel table{font-size:.8125rem;min-width:400px}.inventory-search-panel td,.inventory-search-panel th{padding:.5rem}.inventory-form .bh-row.buttons-row{flex-direction:column}.inventory-form .bh-row.buttons-row button{width:100%}.dynamic-form .radio-group{flex-wrap:wrap}}@media (max-width:640px){.auth-container{padding:.75rem}.auth-card{padding:1.25rem}.auth-card h2{font-size:1.375rem}.auth-form button[type=submit],.panel{padding:.75rem}.section-box{margin-bottom:1rem}.inventory-component,.section-box{padding:.875rem}.results-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:0;margin:0 -.75rem;overflow-x:auto}.results-table-wrapper table{min-width:500px}.inventory-component{padding:1rem}.inventory-component h2{font-size:1.25rem;margin-bottom:1rem}.parameters-section h3{font-size:1.125rem}.privileges-list li{padding:.875rem}.error-banner{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){body{font-size:.9375rem}.auth-card{padding:1rem}.auth-card h2{font-size:1.25rem}.auth-card .subtitle{font-size:.875rem;margin-bottom:1.5rem}.menu{gap:.125rem;padding:.5rem}.menu button{font-size:.75rem;padding:.5rem .75rem}.panel{padding:.5rem}.section-box{padding:.75rem}input:not([type]),input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:16px;padding:.75rem}button{font-size:.875rem;padding:.625rem 1rem}}.units-panel{max-width:900px}.unit-section{margin-bottom:2.5rem}.unit-section h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color,#e2e8f0);color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.4rem}.unit-list{list-style:none;margin:0 0 1rem;padding:0}.unit-row{background:#f8fafc;background:var(--bg-secondary,#f8fafc);border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:6px;border-radius:var(--radius-md,6px);margin-bottom:.4rem;padding:.6rem .75rem}.unit-row-view{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.unit-name{color:var(--text-primary);font-weight:600}.unit-desc{color:var(--text-secondary);font-size:.875rem}.unit-meta{color:var(--text-muted);font-size:.8rem;font-style:italic}.unit-row-actions{display:flex;gap:.4rem}.unit-edit-form{display:flex;flex-direction:column;gap:.5rem}.unit-field-row{align-items:center;display:flex;gap:.75rem}.unit-field-row label{color:var(--text-secondary);font-size:.875rem;font-weight:500;min-width:90px}.unit-field-row input,.unit-field-row select{flex:1 1}.unit-create-form{border:1px dashed #e2e8f0;border:1px dashed var(--border-color,#e2e8f0);border-radius:6px;border-radius:var(--radius-md,6px);display:flex;flex-direction:column;gap:.6rem;padding:1rem}.unit-create-form h4{color:var(--text-secondary);font-size:.95rem;margin:0 0 .25rem}.unit-filter-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}
/*# sourceMappingURL=main.2382c339.css.map*/