.form-body{background-color:#f8fafc;color:#0f172a;font-family:Inter,sans-serif}html.dark .form-body{background-color:#0f172a;color:#f1f5f9}.form-root-container{position:relative;display:flex;height:auto;min-height:100vh;width:100%;flex-direction:column;overflow-x:hidden}.form-layout-container{display:flex;height:100%;flex-grow:1;flex-direction:column}.form-main-content{flex:1;display:flex;flex-direction:column;max-width:1600px;margin-left:auto;margin-right:auto;width:100%;padding:calc(var(--app-header-height) + 1rem) 1rem 2rem 1rem}@media (min-width:1024px){.form-main-content{padding-left:2.5rem;padding-right:2.5rem}}.form-header-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.form-title-wrapper{display:flex;flex-direction:column;gap:.25rem;width:100%}.form-page-title{color:#0f172a;font-size:1.875rem;line-height:1.25;font-weight:900;letter-spacing:-.025em;text-transform:uppercase;margin:0}html.dark .form-page-title{color:#fff}.form-page-subtitle{font-size:.75rem;color:#64748b;font-weight:500;letter-spacing:.025em;text-transform:uppercase;margin:0}html.dark .form-page-subtitle{color:#94a3b8}.form-table-card{background-color:#fff;border-radius:.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden}html.dark .form-table-card{background-color:#0f172a;border-color:#1e293b}.form-table-scroll-area{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 220px)}.form-table{width:100%;text-align:left;border-collapse:collapse}.form-table-header{position:sticky;top:0;z-index:10}.form-table-header-row{background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#64748b}html.dark .form-table-header-row{background-color:#1e293b;border-color:#334155;color:#94a3b8}.form-th{padding:12px 8px;font-size:.75rem;font-weight:700;text-transform:uppercase;text-align:center;white-space:nowrap}.form-table-row{background-color:#fff;color:#000;border-bottom:1px solid #f1f5f9;transition:background-color .15s,color .15s}.form-table-row:last-child{border-bottom:none}.form-table-row:hover{background-color:#f0f9ff;color:#0ea5e9}html.dark .form-table-row{background-color:#0f172a;border-bottom-color:rgba(30,41,59,.5);color:#fff}html.dark .form-table-row:hover{background-color:rgba(12,74,110,.3)}.form-td{padding:8px;color:inherit}.form-td-num{font-size:.875rem;color:#94a3b8;font-weight:500;text-align:center}.form-input-control{background:0 0;border:1px solid #bae6fd;border-radius:4px;width:100%;padding:8px;color:inherit;font-size:.7rem!important;text-align:center;resize:none!important;overflow:hidden!important}.form-input-control:focus{border-color:#bae6fd!important;outline:0;background:rgba(10,71,194,.05)}html.dark .form-input-control:focus{background:rgba(10,71,194,.2)}.form-input-control:disabled{border-color:#bae6fd!important;opacity:.7;cursor:not-allowed}.form-input-error{border-color:#bae6fd!important;background:rgba(239,68,68,.05)!important}.form-file-wrapper{display:flex;align-items:center;gap:.25rem;justify-content:center}.form-file-clear{color:#ef4444;background:0 0;border:none;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;transition:color .15s;font-size:.75rem;font-weight:700}.form-file-clear:hover{color:#dc2626}.form-file-clear.is-visible{display:flex}.form-file-label{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background-color:#f1f5f9;color:#334155;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.25rem;border:1px solid #cbd5e1;transition:background-color .15s,border-color .15s;width:100%;min-width:80px;white-space:nowrap}.form-file-label:hover{background-color:#e2e8f0}.form-file-input{display:none}.form-file-name{font-size:10px;color:#64748b;margin-top:.25rem;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.form-file-name.is-visible{display:block}.form-submit-section{display:flex;justify-content:center;margin-top:80px;margin-bottom:2rem}.form-submit-btn{position:relative;display:flex;align-items:center;justify-content:center;border-radius:.25rem;background-color:#38bdf8;color:#fff;padding-left:3rem;padding-right:3rem;height:3rem;font-size:1rem;font-weight:700;letter-spacing:.1em;border:none;cursor:pointer;transition:all .15s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden}.form-submit-btn:hover{background-color:#0ea5e9}.form-alert-box{display:none;margin-bottom:1rem;padding:1rem;border-radius:.5rem;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500}.form-alert-box.is-visible{display:flex}.fixed-alert{position:fixed;left:50%;transform:translate(-50%,-50%);color:#fff;padding:1rem 2rem;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;transition:all .3s}.alert-message-text{text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.form-submit-btn.is-loading{cursor:not-allowed;opacity:.9}.u-text-center{text-align:center}.u-whitespace-nowrap{white-space:nowrap}.u-mb-6{margin-bottom:1.5rem}.u-min-w-40{min-width:40px}.u-min-w-80{min-width:80px}.u-min-w-100{min-width:100px}.u-min-w-110{min-width:110px}.u-min-w-120{min-width:120px}.u-min-w-130{min-width:130px}.u-min-w-140{min-width:140px}.u-min-w-150{min-width:150px}.u-min-w-160{min-width:160px}.u-min-w-190{min-width:190px}.u-min-w-220{min-width:220px}.u-min-w-250{min-width:250px}.u-min-w-260{min-width:260px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}html.dark ::-webkit-scrollbar-thumb{background:#334155}html{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}html.dark{scrollbar-color:#334155 transparent}