*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;min-height:100vh}body{color:#333;padding:0;margin:0}.topbar-header{position:fixed;top:0;left:0;right:0;display:flex;height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;background:#fff;padding:0 16px;flex-shrink:0;z-index:30}@media (min-width:768px){.topbar-header{left:256px;padding:0 24px}}.topbar-left-container{display:flex;align-items:center;gap:16px;min-width:0;flex:1 1}.mobile-menu-btn{display:block;padding:8px;border-radius:6px;background:transparent;border:none;cursor:pointer;flex-shrink:0}.mobile-menu-btn:hover{background:#f3f4f6}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn .menu-icon{height:20px;width:20px;color:#4b5563}.topbar-dropdown-container{position:relative;flex-shrink:0}.topbar-dropdown-trigger{display:flex;align-items:center;gap:12px;border-radius:6px;padding:4px 8px;background:transparent;border:none;cursor:pointer;flex-shrink:0}.topbar-dropdown-trigger:hover{background:#f3f4f6}.topbar-user-info{text-align:right;min-width:0;max-width:120px;overflow:hidden}@media (min-width:768px){.topbar-user-info{max-width:none}}.topbar-user-name{font-size:.875rem;font-weight:500}.topbar-company-name,.topbar-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.topbar-company-name{font-size:.75rem;color:#6b7280}.topbar-settings-icon{display:flex;height:32px;width:32px;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;flex-shrink:0}.topbar-settings-icon .settings-icon{height:16px;width:16px;color:#4b5563}.dropdown-overlay{position:fixed;inset:0;z-index:40;background:transparent}.dropdown-menu{position:absolute;right:0;margin-top:8px;width:224px;border-radius:6px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:50;overflow:hidden}.dropdown-menu-item{width:100%;display:flex;align-items:center;padding:6px 8px;font-size:.875rem;border-radius:4px;cursor:pointer;background:transparent;border:none;transition:background .2s}.dropdown-menu-item:hover{background:#f3f4f6}.logout-item{color:#dc2626}.logout-item .logout-icon{margin-right:8px;height:16px;width:16px}.main-container{display:flex;min-height:100vh;position:relative}@media (min-width:768px){.main-container{margin-left:256px;margin-top:56px}}.sidebar-container{position:fixed;top:0;left:0;bottom:0;width:256px;border-right:1px solid #e5e5e5;background:#fff;z-index:50;height:100vh}@media (min-width:768px){.sidebar-container{position:fixed}}.sidebar-header{display:flex;height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;background:#fff;padding:0 16px}.sidebar-logo-container{display:flex;align-items:center;flex:1 1;min-width:0;padding:0 12px;justify-content:center}.sidebar-logo-image{height:40px;width:auto;max-width:180px;object-fit:contain}.sidebar-nav-container{padding:16px;overflow-y:auto;height:calc(100vh - 56px)}.sidebar-category{margin-bottom:.5rem;background:rgba(248,249,252,.5);border-radius:6px;padding:4px;margin-left:-4px;margin-right:-4px}.sidebar-category-button{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:6px;padding:8px 12px;font-size:.875rem;line-height:1.25rem;font-weight:600;transition:all .2s;background:transparent;border:none;cursor:pointer;text-align:left;color:#111827;text-transform:none}.sidebar-category-button:hover{background:#fafafb;color:#111827}.sidebar-category-button.expanded{color:#111827}.chevron-icon{width:16px;height:16px;color:#9ca3af;transition:transform .2s;flex-shrink:0}.sidebar-category-button.expanded .chevron-icon{color:#374151}.sidebar-category-expanded{margin-top:4px}.sidebar-category-children{margin-top:4px;margin-left:22px;padding-left:16px;border-left:2px solid #e5e7eb;list-style:none;display:flex;flex-direction:column;gap:4px}.sidebar-nav-item{display:flex;width:100%;align-items:center;font-size:.95rem;font-weight:500;transition:all .2s;position:relative;overflow:hidden;border-radius:6px;padding:8px 12px;margin-bottom:4px;text-decoration:none;color:#6b7280;border:none;outline:none!important;outline-offset:0;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent}.sidebar-nav-item:focus,.sidebar-nav-item:focus-visible,.sidebar-nav-item:focus-within{outline:none!important;outline-offset:0;box-shadow:none!important;border:none!important}.sidebar-nav-item:active{outline:none!important;outline-offset:0;box-shadow:none!important;border:none!important;background:#f0f0f0;transform:scale(.98)}.sidebar-nav-item:hover{background:#fafafb;color:#111827}.sidebar-nav-item.sidebar-nav-item-active{color:#111827!important;font-weight:700!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:6px 10px!important}.sidebar-nav-item-overlay{position:absolute;inset:0;pointer-events:none}.sidebar-nav-item-content{position:relative;display:flex;align-items:center;width:100%}.sidebar-nav-item-text{flex:1 1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1 1;padding:2rem;background:#f5f5f5;min-height:calc(100vh - 56px);margin-top:56px;display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.main-content{margin-left:0;margin-top:0}}.container{max-width:1200px;width:100%;margin:0 auto;padding:0;min-height:calc(100vh - 70px - 4rem);box-sizing:border-box}h1{color:#333;margin-bottom:1rem;font-size:2rem;text-align:left}.info-widget-container{margin-bottom:1.5rem;box-sizing:border-box}.info-widget{padding:1rem;border-radius:.5rem;border:1px solid #bfdbfe;background-color:#eff6ff;width:100%;box-sizing:border-box}.info-widget.info-widget-calculated{background-color:#dbeafe;border-color:#93c5fd}.info-widget-content{display:flex;align-items:flex-start;gap:.75rem}.info-widget-content.cost-widget-content{display:block}.cost-widget-content .cost-widget-title{display:block;margin-bottom:.75rem;font-size:1rem}.cost-widget-content .cost-widget-list{list-style:none;margin:0;padding:0}.cost-widget-content .cost-widget-list li{display:block;margin:.5rem 0;padding:.35rem 0;font-size:.9rem;line-height:1.5;border-bottom:1px solid rgba(37,99,235,.15)}.cost-widget-content .cost-widget-list li:last-child{border-bottom:none}.cost-widget-content .cost-widget-total{display:block;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(37,99,235,.35);font-size:.95rem;font-weight:600;line-height:1.5}.cost-widget-content .cost-widget-manual{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(37,99,235,.2)}.cost-widget-content .cost-widget-table-wrapper{overflow-x:auto}.cost-widget-content .cost-widget-table{width:100%;border-collapse:collapse;font-size:.9rem}.cost-widget-content .cost-widget-table td,.cost-widget-content .cost-widget-table th{text-align:left;padding:.5rem .6rem;border-bottom:1px solid rgba(37,99,235,.15);vertical-align:top}.cost-widget-content .cost-widget-table th{font-weight:600;color:#1e3a8a;background:hsla(0,0%,100%,.45)}.cost-widget-content .cost-widget-table .cost-widget-table-error{color:#b91c1c}.cost-widget-content .cost-widget-table .cost-widget-table-total-row td{border-top:1px solid rgba(37,99,235,.35);border-bottom:none;background:rgba(37,99,235,.06)}.schadensberechnung-section{margin-top:1rem}.schadensberechnung-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#111827}.schadensberechnung-table-wrapper{width:980px;max-width:100%;overflow-x:auto;margin-bottom:2rem}.schadensberechnung-table{width:980px;border-collapse:collapse;font-size:.9rem;table-layout:fixed}.schadensberechnung-table td,.schadensberechnung-table th{text-align:left;padding:.5rem .6rem;border-bottom:1px solid #e5e7eb;vertical-align:top}.schadensberechnung-table th{font-weight:600;color:#111827;background:#f9fafb}.schadensberechnung-table td:first-child,.schadensberechnung-table th:first-child{width:180px}.schadensberechnung-table td:nth-child(2),.schadensberechnung-table th:nth-child(2){width:460px;word-break:break-word}.schadensberechnung-table td:nth-child(3),.schadensberechnung-table td:nth-child(4),.schadensberechnung-table th:nth-child(3),.schadensberechnung-table th:nth-child(4){width:170px}.schadensberechnung-table .cost-widget-table-error{color:#b91c1c}.schadensberechnung-table .schadensberechnung-total-row td{border-top:1px solid #d1d5db;background:#f9fafb}.schadensberechnung-manual-list{margin-top:.9rem}.info-icon{width:20px;height:20px;color:#2563eb;flex-shrink:0;margin-top:2px}.info-text{flex:1 1}.info-text p{font-size:.875rem;line-height:1.625;color:#1e3a8a;margin:0}.info-link{color:#2563eb;text-decoration:underline;font-weight:500;transition:color .2s}.info-link:hover{color:#1d4ed8}.upload-section-container{margin-bottom:1.5rem;box-sizing:border-box}.upload-section{margin-bottom:0;width:100%;box-sizing:border-box}.upload-area{border:2px dashed #ccc;border-radius:8px;padding:1.5rem;text-align:center;background:#fafafa;transition:all .3s ease;cursor:pointer;min-height:80px;justify-content:center}.button-container,.upload-area{display:flex;align-items:center}.button-container{flex-direction:column;margin-top:1rem;width:100%}.analysis-controls{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%;margin-bottom:1rem}.custom-select,.option-selector-wrapper{position:relative;width:100%}.custom-select{padding:.75rem 2.5rem .75rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;min-width:100%}.custom-select:hover{border-color:#9ca3af;background-color:#f9fafb}.custom-select.has-value{color:#111827}.custom-select-value{flex:1 1;text-align:left}.custom-select-arrow{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:transform .2s}.custom-select.error{border-color:#dc2626;background-color:#fef2f2;margin:0}.custom-select.disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}.vorteilsausgleich-input-wrapper{flex:0 0 auto;min-width:300px;position:relative;display:flex;flex-direction:column;gap:.25rem}.vorteilsausgleich-label{font-size:.75rem;color:#6b7280;font-weight:400;margin-bottom:0}.vorteilsausgleich-input{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111827;transition:all .2s;font-weight:500;box-sizing:border-box}.vorteilsausgleich-input::placeholder{color:#9ca3af;font-weight:400}.vorteilsausgleich-input:hover:not(:disabled){border-color:#9ca3af}.vorteilsausgleich-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.vorteilsausgleich-input:disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:1001;width:90%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-options{padding:.5rem;overflow-y:auto;max-height:calc(80vh - 80px)}.modal-option{padding:1rem;border-radius:6px;cursor:pointer;transition:all .2s;margin-bottom:.5rem;border:1px solid transparent}.modal-option:hover{background-color:#f9fafb;border-color:#e5e7eb}.modal-option.selected{background-color:#eff6ff;border-color:#2563eb}.modal-option-title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.5rem}.modal-option-description{font-size:.875rem;color:#6b7280;line-height:1.5}.option-error{margin-top:.5rem;color:#dc2626;font-size:.875rem;font-weight:500}.upload-area:hover{background:#f0f0f0;border-color:#999}.upload-area.dragover{background:#e8e8e8;border-color:#666}.upload-area.has-file{border-color:#666;background:#f5f5f5}.file-selected{gap:1rem;width:100%;justify-content:space-between}.file-info-inline,.file-selected{display:flex;align-items:flex-start}.file-info-inline{flex-direction:column;flex:1 1;text-align:left}.file-info-inline strong{display:block;margin-bottom:.25rem}.file-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.file-pages,.file-size{font-size:.85rem;color:#666}.remove-file-btn{background:#ddd;border:none;border-radius:50%;width:28px;height:28px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;flex-shrink:0;align-self:flex-start;margin-top:0}.remove-file-btn:hover{background:#ccc;color:#333}.upload-area input[type=file]{display:none}.upload-label{display:block;cursor:pointer;color:#333;font-size:1.1rem;font-weight:500}.upload-icon{font-size:3rem;margin-bottom:1rem;display:block}.simple-button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.75rem;border:1.58px solid #52525b;background-color:#09090b;padding:.75rem 1.25rem;font-weight:500;color:#e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s;font-size:1rem;white-space:nowrap}.simple-button>*{white-space:normal}.simple-button:hover:not(:disabled){transform:translateY(-.335rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.simple-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-subtitle,.loading-headline{color:rgba(203,213,225,.85)}.loading-headline{font-size:1rem;margin-bottom:1rem;text-align:center}.loading{text-align:center;padding:1.5rem 0;margin-top:0;display:flex;flex-direction:column;align-items:center}.divider{height:1px;background:#ddd;margin:2rem 0}.divider,.loading .divider{width:100%;max-width:100%;display:block}.loading .divider{margin-top:0;margin-bottom:1rem}.loading-title{font-size:1.5rem;color:#333;margin-bottom:2rem;font-weight:600;text-align:center}.loading-status{margin-top:1.5rem;margin-bottom:1rem;font-size:23px;color:#666;font-weight:500;text-align:center}.loading-info{margin-top:1rem;font-size:.9rem;color:#999;font-style:italic;text-align:center}.error{background:#fee;border:2px solid #fcc;border-radius:8px;padding:1rem;margin:1rem 0;color:#c33}.results-section{margin-top:2rem;width:100%;box-sizing:border-box}.results-header{font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600;text-align:left}.json-display{border:1px solid #ddd;padding:1.5rem;margin-top:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;overflow-x:auto;white-space:pre;color:#333;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.file-info,.json-display{background:#f8f8f8;border-radius:6px;font-size:.9rem;width:100%;box-sizing:border-box}.file-info{padding:1rem;margin-bottom:1.5rem;color:#666;border:1px solid #ddd}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.result-widget{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s}.result-widget:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.result-widget-calculated{background:#dbeafe;border-color:#93c5fd}.result-widget-calculated:hover{box-shadow:0 4px 6px rgba(59,130,246,.2)}.result-widget-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.result-widget-value{font-size:1.25rem;color:#111827;font-weight:600}.analysis-time{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd;color:#666;font-size:.9rem}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes counter-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.gearbox{background:#111;height:150px;width:200px;position:relative;border:none;overflow:hidden;border-radius:6px;box-shadow:0 0 0 1px hsla(0,0%,100%,.1)}.gearbox .overlay{border-radius:6px;content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;box-shadow:inset 0 0 20px #000;transition:background .2s;background:transparent}.gear{position:absolute;height:60px;width:60px;box-shadow:0 -1px 0 0 #888,0 1px 0 0 #000;border-radius:30px}.gear.large{height:120px;width:120px;border-radius:60px}.gear.large:after{height:96px;width:96px;border-radius:48px;margin-left:-48px;margin-top:-48px}.gear.one{top:12px;left:10px}.gear.two{top:61px;left:60px}.gear.three{top:110px;left:10px}.gear.four{top:13px;left:128px}.gear:after{content:"";position:absolute;height:36px;width:36px;border-radius:36px;background:#111;top:50%;left:50%;margin-left:-18px;margin-top:-18px;z-index:3;box-shadow:0 0 10px hsla(0,0%,100%,.1),inset 0 0 10px rgba(0,0,0,.1),inset 0 2px 0 0 #090909,inset 0 -1px 0 0 #888}.gear-inner{position:relative;height:100%;width:100%;background:#555;border-radius:30px;border:1px solid hsla(0,0%,100%,.1)}.large .gear-inner{border-radius:60px}.gear.one .gear-inner{animation:counter-clockwise 3s linear infinite}.gear.two .gear-inner{animation:clockwise 3s linear infinite}.gear.three .gear-inner{animation:counter-clockwise 3s linear infinite}.gear.four .gear-inner{animation:counter-clockwise 6s linear infinite}.gear-inner .bar{background:#555;height:16px;width:76px;position:absolute;left:50%;margin-left:-38px;top:50%;margin-top:-8px;border-radius:2px;border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.large .gear-inner .bar{margin-left:-68px;width:136px}.gear-inner .bar:nth-child(2){transform:rotate(60deg)}.gear-inner .bar:nth-child(3){transform:rotate(120deg)}.gear-inner .bar:nth-child(4){transform:rotate(90deg)}.gear-inner .bar:nth-child(5){transform:rotate(30deg)}.gear-inner .bar:nth-child(6){transform:rotate(150deg)}.newtons-cradle{--uib-size:100px;--uib-speed:1.2s;--uib-color:#474554;justify-content:center;width:var(--uib-size);height:var(--uib-size);margin:0}.newtons-cradle,.newtons-cradle__dot{position:relative;display:flex;align-items:center}.newtons-cradle__dot{height:100%;width:25%;transform-origin:center top}.newtons-cradle__dot:after{content:"";display:block;width:100%;height:25%;border-radius:50%;background-color:var(--uib-color)}.newtons-cradle__dot:first-child{animation:swing var(--uib-speed) linear infinite}.newtons-cradle__dot:last-child{animation:swing2 var(--uib-speed) linear infinite}@keyframes swing{0%{transform:rotate(0deg);animation-timing-function:ease-out}25%{transform:rotate(70deg);animation-timing-function:ease-in}50%{transform:rotate(0deg);animation-timing-function:linear}}@keyframes swing2{0%{transform:rotate(0deg);animation-timing-function:linear}50%{transform:rotate(0deg);animation-timing-function:ease-out}75%{transform:rotate(-70deg);animation-timing-function:ease-in}}.settings-section{margin-top:2rem;width:100%;box-sizing:border-box}.settings-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.settings-section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.settings-section-description{color:#6b7280;font-size:1.1rem;line-height:1.5}.add-field-btn{background:#111827;color:#fff;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.add-field-btn:hover{background:#374151}.fields-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.field-card-compact{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between}.field-card-compact:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.field-card-content{margin-bottom:1rem}.field-name-compact{font-size:.95rem;font-weight:500;color:#111827;margin-bottom:.5rem}.field-card-actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.toggle-field-btn{background:#6b7280;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s;width:100%}.toggle-field-btn:hover{background:#4b5563}.field-status{display:block;font-size:.75rem;font-weight:400;color:#6b7280;text-align:center;margin-top:.25rem}.field-disabled{opacity:.6;background:#f9fafb!important}.field-disabled .field-name-compact{color:#9ca3af}.field-art-compact,.field-variable-compact{font-size:.75rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;color:#6b7280}.edit-field-btn{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}.edit-field-btn:hover{background:#e5e7eb;border-color:#d1d5db}.field-edit-modal{max-width:700px}.field-edit-section{display:flex;flex-direction:column;gap:1.5rem}.field-edit-row{display:flex;flex-direction:column;gap:.5rem}.field-edit-label{font-size:.875rem;font-weight:500;color:#374151}.field-edit-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.field-edit-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.field-edit-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.field-edit-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s;line-height:1.5}.field-edit-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1 1}.keywords-edit-section{display:flex;flex-direction:column;gap:1.5rem}.keywords-edit-list{flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;min-height:100px}.keyword-edit-item,.keywords-edit-list{display:flex;border-radius:6px;border:1px solid #e5e7eb}.keyword-edit-item{align-items:center;justify-content:space-between;background:#fff;padding:.75rem 1rem}.keyword-edit-text{flex:1 1;font-size:.875rem;color:#111827}.keyword-remove-btn{background:#fee2e2;color:#dc2626;border:none;border-radius:50%;width:24px;height:24px;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.keyword-remove-btn:hover{background:#fecaca}.keyword-add-section{display:flex;gap:.75rem}.keyword-add-input{flex:1 1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.keyword-add-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.keyword-add-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.keyword-add-btn:hover:not(:disabled){background:#1d4ed8}.keyword-add-btn:disabled{opacity:.5;cursor:not-allowed}.modal-footer{padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center}.modal-footer,.modal-footer-left,.modal-footer-right{display:flex;gap:.75rem}.modal-cancel-btn{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.modal-save-btn{background:#111827;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.modal-save-btn:hover{background:#374151}.modal-delete-btn{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.modal-delete-btn:hover:not(:disabled){background:#b91c1c}.modal-delete-btn:disabled{opacity:.5;cursor:not-allowed}.radio-inputs{position:relative;display:flex;flex-wrap:nowrap;border-radius:.5rem;background-color:#eee;box-sizing:border-box;box-shadow:0 0 0 1px rgba(0,0,0,.06);padding:.25rem;width:100%;max-width:100%;font-size:14px;margin-bottom:2rem;min-width:0}.radio-inputs .radio{flex:1 1 auto;text-align:center}.radio-inputs .radio input{display:none}.radio-inputs .radio .name{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;border:none;padding:.5rem 0;color:#334155;transition:all .15s ease-in-out}.radio-inputs .radio input:checked+.name{background-color:#fff;font-weight:600}