.ModalComponent-module__9IzFiW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.ModalComponent-module__9IzFiW__content{background:#fff;border-radius:8px;flex-direction:column;width:90%;max-height:90vh;margin:auto;padding:0;display:flex;position:relative;box-shadow:0 4px 16px #0000001f}.ModalComponent-module__9IzFiW__content.ModalComponent-module__9IzFiW__small{max-width:400px}.ModalComponent-module__9IzFiW__content.ModalComponent-module__9IzFiW__medium{max-width:600px}.ModalComponent-module__9IzFiW__content.ModalComponent-module__9IzFiW__large{max-width:900px}.ModalComponent-module__9IzFiW__title{color:#333;border-bottom:1px solid #ddd;flex-shrink:0;margin:0;padding:20px;font-size:1.25rem;font-weight:600}.ModalComponent-module__9IzFiW__header{background:#fff;border-bottom:1px solid #ddd;flex-shrink:0;padding:15px 20px}.ModalComponent-module__9IzFiW__body{flex:1;max-height:calc(90vh - 220px);padding:20px;overflow-y:auto}.ModalComponent-module__9IzFiW__footer{background:#fff;border-top:1px solid #ddd;flex-shrink:0;padding:15px 20px}.ModalComponent-module__9IzFiW__body::-webkit-scrollbar{width:8px}.ModalComponent-module__9IzFiW__body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.ModalComponent-module__9IzFiW__body::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.ModalComponent-module__9IzFiW__body::-webkit-scrollbar-thumb:hover{background:#444}.ModalComponent-module__9IzFiW__fadeIn{animation:.14s ease-out forwards ModalComponent-module__9IzFiW__fadeIn}.ModalComponent-module__9IzFiW__fadeOut{animation:.14s ease-out forwards ModalComponent-module__9IzFiW__fadeOut}.ModalComponent-module__9IzFiW__fadeInContent{animation:.14s ease-out forwards ModalComponent-module__9IzFiW__popIn}.ModalComponent-module__9IzFiW__fadeOutContent{animation:.14s ease-out forwards ModalComponent-module__9IzFiW__popOut}@keyframes ModalComponent-module__9IzFiW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ModalComponent-module__9IzFiW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes ModalComponent-module__9IzFiW__popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ModalComponent-module__9IzFiW__popOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@media (max-width:768px){.ModalComponent-module__9IzFiW__overlay{padding:10px}.ModalComponent-module__9IzFiW__content{width:95%;max-height:95vh}.ModalComponent-module__9IzFiW__content.ModalComponent-module__9IzFiW__large,.ModalComponent-module__9IzFiW__content.ModalComponent-module__9IzFiW__medium{max-width:100%}.ModalComponent-module__9IzFiW__title{padding:15px;font-size:1.1rem}.ModalComponent-module__9IzFiW__header{padding:10px 15px}.ModalComponent-module__9IzFiW__body{max-height:calc(95vh - 200px);padding:15px}.ModalComponent-module__9IzFiW__footer{padding:10px 15px}}@media (max-width:480px){.ModalComponent-module__9IzFiW__overlay{padding:5px}.ModalComponent-module__9IzFiW__content{border-radius:8px;width:100%}.ModalComponent-module__9IzFiW__title{padding:12px}.ModalComponent-module__9IzFiW__header{padding:8px 12px}.ModalComponent-module__9IzFiW__body{max-height:calc(95vh - 180px);padding:12px}.ModalComponent-module__9IzFiW__footer{padding:8px 12px}}
.FileUploadModalComponent-module__LvZABW__form{flex-direction:column;gap:1rem;display:flex}.FileUploadModalComponent-module__LvZABW__input{border:1px solid #ccc;border-radius:6px;flex-direction:column;height:2rem;padding:.5rem;display:flex}.FileUploadModalComponent-module__LvZABW__buttons{justify-content:flex-end;gap:.5rem;display:flex}.FileUploadModalComponent-module__LvZABW__actions{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem}.FileUploadModalComponent-module__LvZABW__cancel{background:#ccc;transition:all .2s}.FileUploadModalComponent-module__LvZABW__cancel:hover{color:#fff;background:gray;transition:all .2s}.FileUploadModalComponent-module__LvZABW__submit{color:#fff;background:#0070f3}.FileUploadModalComponent-module__LvZABW__submit:disabled{opacity:.5;cursor:not-allowed}.FileUploadModalComponent-module__LvZABW__submit:hover{background-color:#004798;transition:all .2s}
.FileUploadComponent-module__YzqQAa__uploadBox{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #4ca0ff;border-radius:12px;justify-content:center;align-items:center;height:150px;padding:1.25rem;transition:border-color .2s,background .2s;display:flex}.FileUploadComponent-module__YzqQAa__uploadBox:hover{background:#f3f3f3;border-color:#888}.FileUploadComponent-module__YzqQAa__uploadBox:active{background:#eaeaea}.FileUploadComponent-module__YzqQAa__hiddenInput{display:none}.FileUploadComponent-module__YzqQAa__content{flex-direction:column;align-items:center;gap:4px;display:flex}.FileUploadComponent-module__YzqQAa__icon{margin-bottom:.25rem;font-size:2rem}.FileUploadComponent-module__YzqQAa__title{color:#333;font-size:.95rem;font-weight:600}.FileUploadComponent-module__YzqQAa__subtitle{color:#666;font-size:.8rem}.FileUploadComponent-module__YzqQAa__fileName{color:#333;word-break:break-all;font-size:.95rem;font-weight:600}
.ToastComponent-module__k5S3RG__toast{opacity:0;cursor:pointer;word-wrap:break-word;border:2px solid;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;max-width:450px;padding:.7rem;font-weight:500;transition:all .3s linear;display:flex;transform:translate(0);box-shadow:0 2px 8px #0003}.ToastComponent-module__k5S3RG__iconContainer{flex-direction:column;justify-content:center;align-items:center;font-size:3rem;display:flex}.ToastComponent-module__k5S3RG__icon{font-size:2rem}.ToastComponent-module__k5S3RG__success{color:#0f7f13;background-color:#cde9cd;border-color:#39b03d}.ToastComponent-module__k5S3RG__info{color:#1e39b1;background-color:#a4b1ea;border-color:#1b45ff}.ToastComponent-module__k5S3RG__warning{color:#8d640d;background-color:#f5e8cd;border-color:#fdb211}.ToastComponent-module__k5S3RG__error{color:#a90000;background-color:#ffc6c6;border-color:red}.ToastComponent-module__k5S3RG__fadeIn{opacity:.9;transform:translate(0%)}.ToastComponent-module__k5S3RG__fadeOut{opacity:0;transform:translate(100%)}
.SideBarComponent-module__EOslzG__sidebar{color:#fff;box-sizing:border-box;z-index:1102;background:#222;flex-direction:column;height:100vh;display:flex;position:relative}.SideBarComponent-module__EOslzG__noTransition,.SideBarComponent-module__EOslzG__noTransition *{transition:none!important}.SideBarComponent-module__EOslzG__transitionsEnabled{transition:width .5s}.SideBarComponent-module__EOslzG__nav{flex:1;padding:16px;overflow:auto}.SideBarComponent-module__EOslzG__navFooter{padding:16px}.SideBarComponent-module__EOslzG__toggleButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:49.5px;margin-bottom:12px;padding:0;transition:background .2s;display:flex}.SideBarComponent-module__EOslzG__toggleButton:hover{background:#333}.SideBarComponent-module__EOslzG__toggleButtonExpanded{align-self:flex-end}.SideBarComponent-module__EOslzG__toggleButtonCollapsed{align-self:center}.SideBarComponent-module__EOslzG__toggleButtonIcon{width:24px;height:24px}.SideBarComponent-module__EOslzG__sidebarButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:flex-start;align-items:center;gap:30px;width:100%;margin-bottom:8px;padding:10px;transition:background .2s;display:flex}.SideBarComponent-module__EOslzG__sidebarLogoutButton{padding:10px 26px}.SideBarComponent-module__EOslzG__sidebarButton:hover{background:#333}.SideBarComponent-module__EOslzG__active{background-color:#0070f3}.SideBarComponent-module__EOslzG__icon{justify-content:center;align-items:center;font-size:29.5px;display:flex}.SideBarComponent-module__EOslzG__iconCollapsed{justify-content:center;margin-right:40px}.SideBarComponent-module__EOslzG__label{opacity:1;white-space:nowrap;vertical-align:middle;max-width:200px;font-size:1rem;display:inline-block;overflow:hidden}.SideBarComponent-module__EOslzG__transitionsEnabled .SideBarComponent-module__EOslzG__label{transition:max-width 1.5s,opacity 1.5s}.SideBarComponent-module__EOslzG__labelCollapsed{opacity:0;max-width:0}.SideBarComponent-module__EOslzG__transitionsEnabled .SideBarComponent-module__EOslzG__labelCollapsed{transition:max-width .1s,opacity .1s}.SideBarComponent-module__EOslzG__hamburger{z-index:1101;color:#fff;cursor:pointer;background:#222;border:none;border-radius:4px;padding:8px 12px;font-size:2rem;display:none;position:fixed;top:16px;right:16px}.SideBarComponent-module__EOslzG__mobileSidebar{z-index:1102;width:280px;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.SideBarComponent-module__EOslzG__mobileOpen{transform:translate(0);box-shadow:2px 0 8px #00000026}.SideBarComponent-module__EOslzG__overlay{z-index:1100;background:#0000004d;width:100vw;height:100vh;position:fixed;top:0;left:0}.SideBarComponent-module__EOslzG__mobileHeader{color:#fff;box-sizing:border-box;z-index:1102;background:#222;flex-direction:column;align-items:center;width:100%;padding:10px 0;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.SideBarComponent-module__EOslzG__mobileButtonRow{flex-direction:row;justify-content:space-around;width:100%;margin-bottom:5px;display:flex}.SideBarComponent-module__EOslzG__mobileOpen{transform:translateY(0)}.SideBarComponent-module__EOslzG__mobileButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;align-items:center;padding:5px;font-size:.8rem;transition:background .2s;display:flex}.SideBarComponent-module__EOslzG__mobileButton:hover{background:#333}.SideBarComponent-module__EOslzG__mobileButton .SideBarComponent-module__EOslzG__icon{margin-bottom:2px;font-size:1.5rem}@media (max-width:768px){.SideBarComponent-module__EOslzG__hamburger{display:block}.SideBarComponent-module__EOslzG__toggleButton{display:none}}
.ManualInsertPage-module__6BiImW__mainContainer{flex-direction:column;align-items:center;gap:1rem;height:90%;padding:2rem;display:flex}.ManualInsertPage-module__6BiImW__actionsContainer{flex-direction:row;justify-content:space-around;gap:20px;width:100%;height:100%;display:flex}.ManualInsertPage-module__6BiImW__choiceButton{cursor:pointer;background-color:#0000;border:3px solid;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5%;width:100%;height:100%;padding:.75rem 1.5rem;font-size:2rem;display:flex}.ManualInsertPage-module__6BiImW__choiceButton.ManualInsertPage-module__6BiImW__singleInsert{color:#444;border-color:#444;transition:all .3s}.ManualInsertPage-module__6BiImW__choiceButton.ManualInsertPage-module__6BiImW__batchInsert{color:#0070f3;border-color:#0070f3;transition:all .3s}.ManualInsertPage-module__6BiImW__choiceButton.ManualInsertPage-module__6BiImW__singleInsert:hover{color:#fff;background-color:#444;transition:all .3s}.ManualInsertPage-module__6BiImW__choiceButton.ManualInsertPage-module__6BiImW__batchInsert:hover{color:#fff;background-color:#0070f3;transition:all .3s}.ManualInsertPage-module__6BiImW__actionIcon{width:100%;height:20%}.ManualInsertPage-module__6BiImW__formContainer{flex-direction:column;gap:20px;width:100%;display:flex}.ManualInsertPage-module__6BiImW__formFieldContainer{flex-direction:column;gap:5px;display:flex}.ManualInsertPage-module__6BiImW__formField{border:1px solid #ddd;border-radius:6px;height:2rem;padding:0 10px}.ManualInsertPage-module__6BiImW__previewContainer{word-wrap:break-word;color:#888;flex-direction:column;gap:10px;margin-top:10px;margin-bottom:20px;font-style:italic;display:flex}.ManualInsertPage-module__6BiImW__dialogActionButtonsContainer{flex-direction:row;justify-content:flex-end;gap:.5rem;display:flex}.ManualInsertPage-module__6BiImW__dialogActionButton{color:auto;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem}.ManualInsertPage-module__6BiImW__dialogActionButton.ManualInsertPage-module__6BiImW__closeButton{color:#444;background:#e0e0e0;transition:all .2s}.ManualInsertPage-module__6BiImW__dialogActionButton.ManualInsertPage-module__6BiImW__closeButton:hover{color:#fff;background:#444;transition:all .2s}.ManualInsertPage-module__6BiImW__dialogActionButton.ManualInsertPage-module__6BiImW__submitButton{color:#fff;background-color:#0070f3;transition:all .2s}.ManualInsertPage-module__6BiImW__dialogActionButton.ManualInsertPage-module__6BiImW__submitButton:hover{background-color:#004798;transition:all .2s}.ManualInsertPage-module__6BiImW__dialogActionButton.ManualInsertPage-module__6BiImW__submitButton:disabled{opacity:.5;cursor:not-allowed}.ManualInsertPage-module__6BiImW__stepIndicator{justify-content:center;align-items:center;gap:.5rem;margin:0;padding:0;display:flex}.ManualInsertPage-module__6BiImW__stepItem{flex-direction:column;align-items:center;gap:.35rem;display:flex}.ManualInsertPage-module__6BiImW__stepDot{color:#666;background-color:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.ManualInsertPage-module__6BiImW__stepDot.ManualInsertPage-module__6BiImW__active{color:#fff;background-color:#0070f3}.ManualInsertPage-module__6BiImW__stepDot.ManualInsertPage-module__6BiImW__current{transform:scale(1.15);box-shadow:0 0 0 3px #0070f333}.ManualInsertPage-module__6BiImW__stepLabel{color:#666;text-align:center;font-size:.75rem;line-height:1}.ManualInsertPage-module__6BiImW__stepConnector{background-color:#e0e0e0;width:50px;height:2px;margin-top:-15px}.ManualInsertPage-module__6BiImW__stepContent{min-height:250px;margin:0;padding:0}.ManualInsertPage-module__6BiImW__stepContent h3{color:#333;margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.ManualInsertPage-module__6BiImW__stepContent p{color:#666;margin-top:0;margin-bottom:1rem;font-size:.95rem}.ManualInsertPage-module__6BiImW__formContainer{flex-direction:column;gap:1rem;max-width:100%;display:flex}.ManualInsertPage-module__6BiImW__formFieldContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.ManualInsertPage-module__6BiImW__formField{box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.ManualInsertPage-module__6BiImW__formField:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 2px #0070f31a}.ManualInsertPage-module__6BiImW__checkboxGroup,.ManualInsertPage-module__6BiImW__radioGroup{flex-direction:column;gap:.6rem;padding:.5rem 0;display:flex}.ManualInsertPage-module__6BiImW__checkboxLabel,.ManualInsertPage-module__6BiImW__radioLabel{cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.ManualInsertPage-module__6BiImW__checkboxLabel:hover,.ManualInsertPage-module__6BiImW__radioLabel:hover{background-color:#f5f5f5}.ManualInsertPage-module__6BiImW__checkboxLabel input[type=checkbox],.ManualInsertPage-module__6BiImW__radioLabel input[type=radio]{cursor:pointer;width:18px;height:18px}.ManualInsertPage-module__6BiImW__checkboxLabel span,.ManualInsertPage-module__6BiImW__radioLabel span{flex:1}.ManualInsertPage-module__6BiImW__customField{margin-top:.5rem;border:1.2px dashed #0070f3!important}.ManualInsertPage-module__6BiImW__previewContainer{word-wrap:break-word;flex-direction:column;gap:0;margin-top:0;margin-bottom:0;display:flex}.ManualInsertPage-module__6BiImW__previewRow{border-bottom:1px solid #eee;justify-content:space-between;padding:.6rem;display:flex}.ManualInsertPage-module__6BiImW__previewRow strong{color:#555;flex-shrink:0;min-width:180px;font-size:.95rem}.ManualInsertPage-module__6BiImW__previewRow span{color:#333;text-align:right;word-break:break-word;font-size:.95rem}.ManualInsertPage-module__6BiImW__previewDivider{background-color:#ddd;height:1px;margin:.75rem 0}.ManualInsertPage-module__6BiImW__required{color:#f44336;font-weight:700}.ManualInsertPage-module__6BiImW__dialogActionButtonsContainer{background:#fff;justify-content:flex-end;gap:.75rem;display:flex}.ManualInsertPage-module__6BiImW__dialogActionButton{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;transition:all .2s;display:flex}.ManualInsertPage-module__6BiImW__backButton{color:#fff;background-color:#444}.ManualInsertPage-module__6BiImW__backButton:hover:not(:disabled){background-color:#616161}.ManualInsertPage-module__6BiImW__nextButton{color:#fff;background-color:#0070f3}.ManualInsertPage-module__6BiImW__nextButton:hover:not(:disabled){background-color:#004798}.ManualInsertPage-module__6BiImW__closeButton{color:#444;background:#e0e0e0}.ManualInsertPage-module__6BiImW__closeButton:hover{color:#fff;background:#444}.ManualInsertPage-module__6BiImW__submitButton{color:#fff;background-color:#0070f3}.ManualInsertPage-module__6BiImW__submitButton:hover:not(:disabled){background-color:#004798}.ManualInsertPage-module__6BiImW__dialogActionButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.ManualInsertPage-module__6BiImW__stepIndicator{gap:.35rem}.ManualInsertPage-module__6BiImW__stepDot{width:28px;height:28px;font-size:.85rem}.ManualInsertPage-module__6BiImW__stepLabel{font-size:.7rem}.ManualInsertPage-module__6BiImW__stepConnector{width:35px}.ManualInsertPage-module__6BiImW__dialogActionButtonsContainer{justify-content:flex-end;gap:.75rem;display:flex}.ManualInsertPage-module__6BiImW__dialogActionButton{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.95rem;transition:all .2s;display:flex}}@media (max-width:480px){.ManualInsertPage-module__6BiImW__stepLabel{display:none}.ManualInsertPage-module__6BiImW__stepDot{width:26px;height:26px;font-size:.8rem}.ManualInsertPage-module__6BiImW__checkboxGroup,.ManualInsertPage-module__6BiImW__radioGroup{gap:.5rem}.ManualInsertPage-module__6BiImW__previewRow{flex-direction:column;gap:.25rem;padding:.5rem}.ManualInsertPage-module__6BiImW__previewRow strong{min-width:auto}.ManualInsertPage-module__6BiImW__previewRow span{text-align:left}}
.SettingsPage-module__wkR1Cq__page{box-sizing:border-box;flex-direction:column;gap:0;height:100%;padding:2rem;display:flex;overflow:hidden}.SettingsPage-module__wkR1Cq__header{border-bottom:2px solid #0070f3;flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1.25rem}.SettingsPage-module__wkR1Cq__title{letter-spacing:-.03em;color:#333;margin:0 0 .25rem;font-size:1.75rem;font-weight:700;line-height:1.1}.SettingsPage-module__wkR1Cq__subtitle{color:#666;margin:0;font-size:.875rem}.SettingsPage-module__wkR1Cq__sectionNav{border-bottom:2px solid #ddd;flex-shrink:0;align-items:flex-end;gap:0;margin-bottom:0;display:flex}.SettingsPage-module__wkR1Cq__sectionNavTab{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:color .2s,border-color .2s;display:flex;position:relative}.SettingsPage-module__wkR1Cq__sectionNavTab:hover:not(.SettingsPage-module__wkR1Cq__sectionNavTabActive){color:#333;background-color:#f5f5f5}.SettingsPage-module__wkR1Cq__sectionNavTabActive{color:#0070f3;background:0 0;border-bottom-color:#0070f3;font-weight:600}.SettingsPage-module__wkR1Cq__sectionNavTabActive:hover{color:#0070f3}.SettingsPage-module__wkR1Cq__sectionNavCount{color:#555;background-color:#e9e9e9;border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.6875rem;font-weight:600;line-height:1.5;transition:background-color .2s,color .2s;display:inline-flex}.SettingsPage-module__wkR1Cq__sectionNavTabActive .SettingsPage-module__wkR1Cq__sectionNavCount{color:#1d4ed8;background-color:#dbeafe}.SettingsPage-module__wkR1Cq__body{background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px;flex-direction:row;flex:1;min-height:0;display:flex;overflow:hidden}.SettingsPage-module__wkR1Cq__leftPanel{background:#fafafa;border-right:1px solid #ddd;flex-direction:column;flex-shrink:0;width:300px;display:flex;overflow:hidden}.SettingsPage-module__wkR1Cq__leftPanelHeader{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.SettingsPage-module__wkR1Cq__leftPanelTitle{color:#666;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.8125rem;font-weight:600}.SettingsPage-module__wkR1Cq__addButton{color:#fff;cursor:pointer;white-space:nowrap;background-color:#0070f3;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:background-color .2s;display:flex}.SettingsPage-module__wkR1Cq__addButton:hover{background-color:#004798}.SettingsPage-module__wkR1Cq__leftPanelSearch{border-bottom:1px solid #eee;flex-shrink:0;padding:.625rem .875rem}.SettingsPage-module__wkR1Cq__searchInput{color:#333;box-sizing:border-box;background-color:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.8125rem;transition:border-color .2s,box-shadow .2s}.SettingsPage-module__wkR1Cq__searchInput::placeholder{color:#888}.SettingsPage-module__wkR1Cq__searchInput:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 2px #0070f31a}.SettingsPage-module__wkR1Cq__itemList{flex-direction:column;flex:1;gap:.375rem;padding:.5rem;display:flex;overflow-y:auto}.SettingsPage-module__wkR1Cq__entityCard{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:6px;outline:none;padding:.75rem;transition:all .2s;box-shadow:0 1px 3px #0000000f}.SettingsPage-module__wkR1Cq__entityCard:hover{background:#f0f7ff;border-color:#0070f3}.SettingsPage-module__wkR1Cq__entityCard:focus-visible{border-color:#0070f3;box-shadow:0 0 0 2px #0070f333}.SettingsPage-module__wkR1Cq__entityCardActive{background:#eef5fe;border-color:#0070f3;box-shadow:0 0 0 2px #0070f31f}.SettingsPage-module__wkR1Cq__entityCardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.2rem;display:flex}.SettingsPage-module__wkR1Cq__entityCardTitle{color:#333;word-break:break-word;margin:0;font-size:.875rem;font-weight:600;line-height:1.3}.SettingsPage-module__wkR1Cq__entityCardSubtitle{color:#888;margin:0 0 .25rem;font-size:.75rem}.SettingsPage-module__wkR1Cq__entityCardDescription{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .4rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.SettingsPage-module__wkR1Cq__entityCardMeta{flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.35rem;display:flex}.SettingsPage-module__wkR1Cq__badge{white-space:nowrap;border-radius:999px;align-items:center;padding:.1rem .45rem;font-size:.6875rem;font-weight:600;line-height:1.5;display:inline-flex}.SettingsPage-module__wkR1Cq__badgeGray{color:#555;background-color:#e9e9e9}.SettingsPage-module__wkR1Cq__badgeBlue{color:#1d4ed8;background-color:#dbeafe}.SettingsPage-module__wkR1Cq__badgeGreen{color:#16a34a;background-color:#dcfce7}.SettingsPage-module__wkR1Cq__badgeRed{color:#b91c1c;background-color:#fee2e2}.SettingsPage-module__wkR1Cq__badgeAmber{color:#b45309;background-color:#fef3c7}.SettingsPage-module__wkR1Cq__badgePurple{color:#6d28d9;background-color:#ede9fe}.SettingsPage-module__wkR1Cq__rightPanel{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.SettingsPage-module__wkR1Cq__rightPanelEmpty{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.SettingsPage-module__wkR1Cq__emptyStateText{color:#888;text-align:center;margin:0;font-size:.9375rem;line-height:1.6}.SettingsPage-module__wkR1Cq__rightPanelContent{flex-direction:column;gap:1.25rem;padding:1.5rem 1.5rem 2rem;display:flex}.SettingsPage-module__wkR1Cq__detailHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.SettingsPage-module__wkR1Cq__detailTitleBlock{min-width:0}.SettingsPage-module__wkR1Cq__detailTitle{color:#333;word-break:break-word;margin:0 0 .25rem;font-size:1.375rem;font-weight:700;line-height:1.25}.SettingsPage-module__wkR1Cq__detailSubtitle{color:#888;margin:0;font-size:.8125rem}.SettingsPage-module__wkR1Cq__detailActions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.SettingsPage-module__wkR1Cq__sectionCard{border:1px solid #eee;border-radius:8px;overflow:hidden}.SettingsPage-module__wkR1Cq__sectionCardHeader{background-color:#f5f5f5;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.SettingsPage-module__wkR1Cq__sectionCardTitle{color:#666;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin:0;font-size:.75rem;font-weight:600;display:flex}.SettingsPage-module__wkR1Cq__sectionCardBody{padding:1rem}.SettingsPage-module__wkR1Cq__infoGrid{grid-template-columns:180px 1fr;gap:0;display:grid}.SettingsPage-module__wkR1Cq__infoLabel{color:#555;border-bottom:1px solid #f0f0f0;align-self:center;padding:.5rem .75rem .5rem 0;font-size:.8125rem;font-weight:600}.SettingsPage-module__wkR1Cq__infoValue{color:#333;word-break:break-word;border-bottom:1px solid #f0f0f0;align-self:center;padding:.5rem 0;font-size:.8125rem}.SettingsPage-module__wkR1Cq__infoGrid>dt:last-of-type,.SettingsPage-module__wkR1Cq__infoGrid>dd:last-of-type{border-bottom:none}.SettingsPage-module__wkR1Cq__infoValueMuted{color:#888;font-style:italic}.SettingsPage-module__wkR1Cq__statsRow{gap:0;display:flex}.SettingsPage-module__wkR1Cq__statCell{text-align:center;border-right:1px solid #eee;flex:1;padding:.875rem 1rem}.SettingsPage-module__wkR1Cq__statCell:last-child{border-right:none}.SettingsPage-module__wkR1Cq__statValue{color:#0070f3;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1}.SettingsPage-module__wkR1Cq__statValueMuted{color:#ccc;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1}.SettingsPage-module__wkR1Cq__statLabel{color:#888;text-transform:uppercase;letter-spacing:.07em;font-size:.6875rem;font-weight:600}.SettingsPage-module__wkR1Cq__simpleList{flex-direction:column;gap:0;display:flex}.SettingsPage-module__wkR1Cq__simpleListItem{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;display:flex}.SettingsPage-module__wkR1Cq__simpleListItem:last-child{border-bottom:none}.SettingsPage-module__wkR1Cq__simpleListItemTitle{color:#333;font-weight:500}.SettingsPage-module__wkR1Cq__simpleListItemMeta{color:#888;font-size:.75rem}.SettingsPage-module__wkR1Cq__simpleListEmpty{text-align:center;color:#888;padding:1.25rem 1rem;font-size:.875rem;font-style:italic}.SettingsPage-module__wkR1Cq__metaTable{border-collapse:collapse;width:100%;font-size:.8125rem}.SettingsPage-module__wkR1Cq__metaTableHeader{background-color:#f5f5f5}.SettingsPage-module__wkR1Cq__metaTh{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border-bottom:1px solid #eee;padding:.5rem .75rem;font-size:.6875rem;font-weight:600}.SettingsPage-module__wkR1Cq__metaTh:last-child{text-align:right}.SettingsPage-module__wkR1Cq__metaTr{transition:background-color .15s}.SettingsPage-module__wkR1Cq__metaTr:hover{background-color:#f9f9f9}.SettingsPage-module__wkR1Cq__metaTr:last-child .SettingsPage-module__wkR1Cq__metaTd{border-bottom:none}.SettingsPage-module__wkR1Cq__metaTd{color:#333;vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:.625rem .75rem}.SettingsPage-module__wkR1Cq__metaTd:last-child{text-align:right}.SettingsPage-module__wkR1Cq__metaFieldTitle{color:#333;font-weight:600}.SettingsPage-module__wkR1Cq__metaFieldDesc{color:#888;margin-top:.1rem;font-size:.75rem}.SettingsPage-module__wkR1Cq__metaTypeCode{color:#444;background:#f0f0f0;border-radius:3px;padding:.1rem .4rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.75rem}.SettingsPage-module__wkR1Cq__metaTableActions{justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.SettingsPage-module__wkR1Cq__metaEmpty{text-align:center;color:#888;padding:1.5rem;font-size:.875rem;font-style:italic}.SettingsPage-module__wkR1Cq__btnPrimary{color:#fff;cursor:pointer;white-space:nowrap;background-color:#0070f3;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;transition:background-color .2s;display:inline-flex}.SettingsPage-module__wkR1Cq__btnPrimary:hover:not(:disabled){background-color:#004798}.SettingsPage-module__wkR1Cq__btnSecondary{color:#444;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ddd;border-radius:6px;align-items:center;gap:.35rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.SettingsPage-module__wkR1Cq__btnSecondary:hover:not(:disabled){color:#fff;background-color:#444;border-color:#444}.SettingsPage-module__wkR1Cq__btnDanger{color:#b91c1c;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fca5a5;border-radius:6px;align-items:center;gap:.35rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.SettingsPage-module__wkR1Cq__btnDanger:hover:not(:disabled){background-color:#fef2f2;border-color:#f87171}.SettingsPage-module__wkR1Cq__btnRestore{color:#16a34a;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #86efac;border-radius:6px;align-items:center;gap:.35rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.SettingsPage-module__wkR1Cq__btnRestore:hover:not(:disabled){background-color:#f0fdf4;border-color:#4ade80}.SettingsPage-module__wkR1Cq__btnTiny{padding:.25rem .5rem;font-size:.75rem}.SettingsPage-module__wkR1Cq__btnPrimary:disabled,.SettingsPage-module__wkR1Cq__btnSecondary:disabled,.SettingsPage-module__wkR1Cq__btnDanger:disabled,.SettingsPage-module__wkR1Cq__btnRestore:disabled{opacity:.5;cursor:not-allowed}.SettingsPage-module__wkR1Cq__modalOverlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SettingsPage-module__wkR1Cq__modal{background:#fff;border-radius:10px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}.SettingsPage-module__wkR1Cq__modalHeader{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex}.SettingsPage-module__wkR1Cq__modalTitle{color:#333;margin:0;font-size:1.0625rem;font-weight:700}.SettingsPage-module__wkR1Cq__modalCloseButton{cursor:pointer;color:#888;background:0 0;border:none;border-radius:4px;align-items:center;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .2s;display:flex}.SettingsPage-module__wkR1Cq__modalCloseButton:hover{color:#333}.SettingsPage-module__wkR1Cq__modalBody{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.SettingsPage-module__wkR1Cq__modalFooter{background:#fff;border-top:1px solid #eee;flex-shrink:0;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;display:flex}.SettingsPage-module__wkR1Cq__formGroup{flex-direction:column;gap:.375rem;display:flex}.SettingsPage-module__wkR1Cq__formLabel{color:#444;font-size:.8125rem;font-weight:600}.SettingsPage-module__wkR1Cq__formLabelRequired:after{content:" *";color:#f44336}.SettingsPage-module__wkR1Cq__formInput,.SettingsPage-module__wkR1Cq__formTextarea,.SettingsPage-module__wkR1Cq__formSelect{color:#333;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:.5625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.SettingsPage-module__wkR1Cq__formTextarea{resize:vertical;min-height:72px}.SettingsPage-module__wkR1Cq__formInput::placeholder,.SettingsPage-module__wkR1Cq__formTextarea::placeholder{color:#aaa}.SettingsPage-module__wkR1Cq__formInput:focus,.SettingsPage-module__wkR1Cq__formTextarea:focus,.SettingsPage-module__wkR1Cq__formSelect:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 2px #0070f31a}.SettingsPage-module__wkR1Cq__formSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.SettingsPage-module__wkR1Cq__formHint{color:#888;margin:0;font-size:.75rem}.SettingsPage-module__wkR1Cq__formRow{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.SettingsPage-module__wkR1Cq__checkboxGroup{flex-direction:column;gap:.5rem;padding:.25rem 0;display:flex}.SettingsPage-module__wkR1Cq__checkboxLabel{cursor:pointer;color:#444;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;display:flex}.SettingsPage-module__wkR1Cq__checkboxLabel input[type=checkbox]{cursor:pointer;accent-color:#0070f3;flex-shrink:0;width:16px;height:16px}.SettingsPage-module__wkR1Cq__confirmBody{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.SettingsPage-module__wkR1Cq__confirmIcon{font-size:2.5rem;line-height:1}.SettingsPage-module__wkR1Cq__confirmMessage{color:#333;margin:0;font-size:.9375rem;line-height:1.5}.SettingsPage-module__wkR1Cq__confirmNote{color:#888;margin:0;font-size:.8125rem}.SettingsPage-module__wkR1Cq__errorBanner{color:#b91c1c;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:6px;flex-shrink:0;margin:0;padding:.875rem 1rem;font-size:.875rem}.SettingsPage-module__wkR1Cq__loadingRow{color:#888;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.875rem;display:flex}.SettingsPage-module__wkR1Cq__spinner{border:2px solid #ddd;border-top-color:#0070f3;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite SettingsPage-module__wkR1Cq__spin}@keyframes SettingsPage-module__wkR1Cq__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.SettingsPage-module__wkR1Cq__body{flex-direction:column;overflow:auto}.SettingsPage-module__wkR1Cq__leftPanel{border-bottom:1px solid #ddd;border-right:none;width:100%;height:auto;max-height:280px}.SettingsPage-module__wkR1Cq__rightPanel{overflow-y:visible}.SettingsPage-module__wkR1Cq__sectionNav{overflow-x:auto}}@media (max-width:600px){.SettingsPage-module__wkR1Cq__page{padding:1.25rem 1rem}.SettingsPage-module__wkR1Cq__formRow,.SettingsPage-module__wkR1Cq__infoGrid{grid-template-columns:1fr}.SettingsPage-module__wkR1Cq__infoLabel{color:#888;border-bottom:none;padding-bottom:0;font-size:.75rem}.SettingsPage-module__wkR1Cq__infoValue{padding-top:.125rem}.SettingsPage-module__wkR1Cq__statsRow{flex-wrap:wrap}.SettingsPage-module__wkR1Cq__statCell{min-width:40%}.SettingsPage-module__wkR1Cq__detailHeader{flex-direction:column;gap:.75rem}.SettingsPage-module__wkR1Cq__detailActions{width:100%}.SettingsPage-module__wkR1Cq__sectionNavTab{padding:.5rem .875rem;font-size:.8125rem}}.SettingsPage-module__wkR1Cq__modalWide{max-width:400px}.SettingsPage-module__wkR1Cq__disabledBadge{vertical-align:middle;margin-left:.5rem;font-size:.75rem}.SettingsPage-module__wkR1Cq__countBadge{font-weight:500}.SettingsPage-module__wkR1Cq__inlineBadge{margin-left:.35rem}.SettingsPage-module__wkR1Cq__emptyStatePadded{text-align:center;padding:1.5rem}.SettingsPage-module__wkR1Cq__metaThCenter,.SettingsPage-module__wkR1Cq__metaTdCenter{text-align:center}.SettingsPage-module__wkR1Cq__metaTrDisabled{opacity:.5}.SettingsPage-module__wkR1Cq__mutedDash{color:#ccc}.SettingsPage-module__wkR1Cq__mutedDashSm{color:#ccc;font-size:.75rem}.SettingsPage-module__wkR1Cq__flagsCell{flex-wrap:wrap;gap:.25rem;display:flex}.SettingsPage-module__wkR1Cq__statValueDate{font-size:.9375rem;font-weight:600}.SettingsPage-module__wkR1Cq__statValueLarge{font-size:1.25rem}.SettingsPage-module__wkR1Cq__optionBuilder{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.SettingsPage-module__wkR1Cq__optionBuilderHeader{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;grid-template-columns:1fr 1fr auto;gap:.5rem;padding:0 .25rem;font-size:.75rem;font-weight:600;display:grid}.SettingsPage-module__wkR1Cq__optionBuilderColValue,.SettingsPage-module__wkR1Cq__optionBuilderColLabel,.SettingsPage-module__wkR1Cq__optionBuilderColActions{width:5.5rem}.SettingsPage-module__wkR1Cq__optionBuilderEmpty{color:#9ca3af;padding:.5rem .25rem;font-size:.8125rem}.SettingsPage-module__wkR1Cq__optionBuilderRow{grid-template-columns:1fr 1fr auto;align-items:center;gap:.5rem;display:grid}.SettingsPage-module__wkR1Cq__optionBuilderInputValue,.SettingsPage-module__wkR1Cq__optionBuilderInputLabel{margin:0}.SettingsPage-module__wkR1Cq__optionBuilderRowActions{gap:.25rem;display:flex}.SettingsPage-module__wkR1Cq__optionBuilderBtn{color:#374151;cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:.25rem;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;padding:0;font-size:.875rem;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.SettingsPage-module__wkR1Cq__optionBuilderBtn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.SettingsPage-module__wkR1Cq__optionBuilderBtn:disabled{opacity:.35;cursor:not-allowed}.SettingsPage-module__wkR1Cq__optionBuilderBtnRemove{color:#b91c1c;border-color:#fca5a5}.SettingsPage-module__wkR1Cq__optionBuilderBtnRemove:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.SettingsPage-module__wkR1Cq__optionBuilderAddBtn{color:#2563eb;cursor:pointer;background:0 0;border:1px dashed #93c5fd;border-radius:.375rem;align-self:flex-start;margin-top:.25rem;padding:.3rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.SettingsPage-module__wkR1Cq__optionBuilderAddBtn:hover{background:#eff6ff;border-color:#60a5fa}
