@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#f8f9fa;--card-bg:#fff;--header-bg:#fff;--text:#2d3748;--primary:#3182ce;--border:#e2e8f0}:root,html{font-size:13px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;background-color:var(--bg);color:#2d3748;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .2s ease,color .2s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{margin:0 auto;max-width:1200px;padding:20px}.app-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.app-layout{display:flex;flex-direction:column;min-height:100vh}.header-left{gap:1rem}.header-title{color:#fff;text-decoration:none}.menu-button{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.25rem .5rem}.mobile-menu-overlay{background-color:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:998}.mobile-sidebar{background-color:#fff;box-shadow:2px 0 5px #0000001a;height:100%;left:-280px;overflow-y:auto;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:999}.mobile-sidebar.open{left:0}.mobile-sidebar-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem}.mobile-sidebar-header h2{font-size:1.25rem;margin:0}.close-button{background:none;border:none;color:#718096;cursor:pointer;font-size:1.5rem}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.sidebar-header h2{font-size:1.25rem;margin:0}.app-header{background-color:#3498db;box-shadow:0 2px 4px #0000001a;color:#fff;left:0;padding:.5rem 1rem;position:fixed;top:0;width:100%;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content h1{color:#fff;font-size:1.5rem;margin:0}.user-info{align-items:center;display:flex;gap:.5rem;padding-left:10px}.user-info a{display:block;padding-right:10px}.profile-image{border-radius:50%;height:32px;object-fit:cover;width:32px}.profile-name{font-weight:500}.content-container{display:flex;flex:1 1}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0;height:100%;left:0;overflow-y:auto;padding-top:60px;position:fixed;top:0;width:280px;z-index:10}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar li{margin:0}.sidebar a{border-left:3px solid #0000;color:#333;display:block;padding:.75rem 1.5rem;text-decoration:none}.sidebar a.active,.sidebar a:hover{background-color:#f5f6fa;border-left-color:#3498db}.main-content{background-color:#f8f9fa;flex:1 1;margin-left:280px;margin-top:60px;min-height:calc(100vh - 60px);overflow-y:auto;padding:2rem}.page-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.page-container h2{color:#2c3e50;margin-bottom:1.5rem;margin-top:0}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.stat-card{background-color:#fff;border-top:3px solid #3498db}.stat-card h3{color:#7f8c8d;font-size:1rem;margin-bottom:1rem;margin-top:0}.table-container{margin-top:1.5rem}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #ddd;padding:12px 15px;text-align:left}th{font-weight:600}th,tr:hover{background-color:#f8f9fa}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}input,select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:.5rem .75rem}input{min-width:25%}input[type=checkbox]{min-width:25px}select{min-width:150px}.button,button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none}.button:hover,button:hover{background-color:#2980b9}.small-button{font-size:.875rem;padding:.25rem .5rem}.link-button{background:none;border:none;color:#fff;cursor:pointer;padding:0;text-decoration:underline}.link-button:hover{background:none;text-decoration:none}.badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.badge-blue{background-color:#3498db;color:#fff}.badge-green{background-color:#2ecc71;color:#fff}.badge-orange{background-color:#e67e22;color:#fff}.badge-red{background-color:#e74c3c;color:#fff}.badge-purple{background-color:#9b59b6;color:#fff}.badge-teal{background-color:#1abc9c;color:#fff}.client-form{margin:0 auto;max-width:100%;padding:20px 0;width:100%}.form-section{animation:fadeIn .3s ease-in-out;background-color:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:30px;padding:30px;width:100%}.form-section h3{border-bottom:1px solid #e1e4e8;color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:20px;margin-top:0;padding-bottom:10px}.form-row{flex-wrap:wrap;margin:0 -10px}.form-group{margin-bottom:15px;padding:0 10px;width:100%}@media (min-width:768px){.form-group{width:50%}.form-group.full-width{width:100%}.form-group.third-width{width:33.333%}}.form-group label{margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #e2e8f0;padding:8px 12px;width:100%}.form-group textarea{min-height:80px}.form-actions{text-align:right}.form-actions button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s}.form-actions button:hover{background-color:#2980b9}.form-actions button:disabled{background-color:#a0aec0;cursor:not-allowed}@media (max-width:768px){.sidebar{display:none}.menu-button,.mobile-menu-overlay{display:block}.main-content{margin-left:0!important}.stats-grid{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}input,select{width:100%}}@media (max-width:576px){.content-container{flex-direction:column}.sidebar{order:2;width:100%}.main-content{order:1}.header-content{flex-direction:column;padding:.5rem 0;text-align:center}.user-info{margin-top:.5rem}}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.25rem;color:#721c24;padding:.75rem 1.25rem}.wizard-steps{display:flex;justify-content:space-between;margin-bottom:30px;overflow-x:auto;padding-bottom:10px}.wizard-step{align-items:center;cursor:pointer;display:flex;flex:1 1;flex-direction:column;min-width:100px;position:relative;transition:all .3s ease}.wizard-step:not(:last-child):after{background-color:#e2e8f0;content:"";height:3px;left:calc(50% + 20px);position:absolute;top:20px;width:calc(100% - 40px);z-index:0}.wizard-step.completed:not(:last-child):after{background-color:#3498db}.step-number{align-items:center;background-color:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;display:flex;font-weight:600;height:40px;justify-content:center;margin-bottom:8px;position:relative;transition:all .3s ease;width:40px;z-index:1}.step-title{color:#718096;font-size:14px;font-weight:500;text-align:center;white-space:nowrap}.wizard-step.active .step-number{background-color:#3498db;border-color:#3498db;color:#fff}.wizard-step.active .step-title{color:#2d3748;font-weight:600}.wizard-step.completed .step-number{background-color:#3498db;border-color:#3498db;color:#fff}.wizard-content{min-height:400px}.form-actions{justify-content:space-between;margin-top:30px}.secondary-button{border-radius:4px}@media (max-width:768px){.wizard-steps{flex-wrap:nowrap;margin-bottom:20px}.wizard-step{padding:0 5px}.step-title{font-size:12px}.wizard-step:not(:last-child):after{left:calc(50% + 15px);width:calc(100% - 30px)}}.input-error{border-color:#e74c3c!important;box-shadow:0 0 0 1px #e74c3c!important}.error-text{color:#e74c3c;font-size:12px;margin-top:5px}.summary-section{background-color:#fff}.summary-intro{color:#718096;margin-bottom:20px}.summary-group{border-bottom:1px solid #e2e8f0;margin-bottom:30px;padding-bottom:20px}.summary-group:last-child{border-bottom:none;margin-bottom:0}.summary-group h4{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:15px}.summary-content{grid-gap:10px 20px;display:grid;gap:10px 20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.summary-item{display:flex;padding:8px 0}.summary-label{color:#718096;flex-shrink:0;font-weight:500;width:140px}.summary-value{color:#2d3748;word-break:break-word}.header{align-items:center;background-color:#2c5282;box-shadow:0 2px 5px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem}.loading-container{height:400px}.spinner{animation:spin 1s ease-in-out infinite;border:4px solid #0000001a;border-top-color:#3498db}.clickable-row{transition:background-color .2s}.clickable-row:hover{background-color:#f5f6fa}.search-input{flex:1 1;max-width:300px;position:relative}.search-input input{padding-left:40px}.search-icon{color:#718096;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.no-results{color:#718096;padding:20px;text-align:center}.badge-gray{background-color:#718096;color:#fff}.charts-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));margin-bottom:2rem}.chart-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.chart-card h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}.chart-container{position:relative}.pie-container{height:100%;margin:0 auto;width:70%}.table-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.table-card h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}@media (max-width:768px){.charts-grid{grid-template-columns:1fr}.pie-container{width:90%}}.login-container{align-items:center;background-color:#f5f6fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-form-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;margin-top:-60px;max-width:420px;overflow:hidden;width:100%}.login-header{background-color:#f8f9fa;border-bottom:1px solid #e2e8f0;padding:2rem 1.5rem 1.5rem;text-align:center}.login-header h1{color:#2c3e50;font-size:1.75rem;font-weight:600;margin:0}.login-body{padding:2rem 1.5rem}.login-form .form-group{margin-bottom:1.25rem}.login-form .form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.login-form .form-group input{border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.login-form .form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.login-button{border-radius:6px;font-size:1rem;font-weight:500;margin-top:1.5rem;padding:.875rem;transition:all .2s;width:100%}.login-button:hover{box-shadow:0 4px 12px #3498db33;transform:translateY(-1px)}.login-button:disabled{background-color:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.login-footer{margin-top:1.5rem;padding:0 1.5rem 1.5rem;text-align:center}.login-note{color:#718096;font-size:.875rem;margin-top:.5rem}@media (max-width:480px){.login-container{padding:1rem}.login-form-card{margin-top:-40px}}.top-nav{display:flex;margin-left:20px;margin-right:auto}.top-nav ul{display:flex;list-style:none;margin:0;padding:0}.top-nav li{margin:0}.top-nav a{border-bottom:3px solid #0000;border-right:1px solid #fff;color:#fff;display:block;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.top-nav a.active,.top-nav a:hover{border-bottom-color:#fff}.main-content-full{background-color:#f8f9fa;flex:1 1;margin-top:60px;min-height:calc(100vh - 60px);overflow-y:auto;padding:2rem}@media (max-width:768px){.top-nav{display:none}.main-content-full{margin-left:0}}.read-only-input{background-color:#f0f2f5;border:1px solid #ddd;color:#666;cursor:not-allowed}.field-note{color:#666;display:block;font-size:.8rem;margin-top:.25rem}.payment-F,.payment-O,.payment-P{color:#fff!important}a{color:#3182ce;color:var(--primary)}.payment-badge{border-radius:50%;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;height:20px;line-height:20px;text-align:center;width:20px}.payment-O{background-color:#e53e3e}.payment-P{background-color:#f6ad55}.payment-F{background-color:#38a169}.cases-table,.clients-table{border-collapse:collapse;font-size:.85rem;overflow-x:auto;table-layout:fixed;width:100%}.cases-table td,.cases-table th,.clients-table td,.clients-table th{padding:6px 4px}.cases-table th:first-child,.clients-table th:first-child{width:55px}.cases-table th:nth-child(2),.clients-table th:nth-child(2){width:50px}.cases-table th:nth-child(3),.clients-table th:nth-child(3){width:55px}.cases-table th:nth-child(4),.cases-table th:nth-child(5),.clients-table th:nth-child(4),.clients-table th:nth-child(5){width:80px}.cases-table th:nth-child(6),.clients-table th:nth-child(6){width:90px}.cases-table th:nth-child(7),.clients-table th:nth-child(7){width:70px}.cases-table th:nth-child(8),.clients-table th:nth-child(8){width:55px}.cases-table th:nth-child(10),.cases-table th:nth-child(9),.clients-table th:nth-child(10),.clients-table th:nth-child(9){width:70px}.cases-table th:nth-child(11),.clients-table th:nth-child(11){width:50px}.cases-table th:nth-child(12),.clients-table th:nth-child(12){width:60px}.cases-table th:nth-child(13),.clients-table th:nth-child(13){text-align:center;width:35px}.certifiers-table{border-collapse:collapse;font-size:.9rem;overflow-x:auto;table-layout:fixed;width:100%}.certifiers-table td,.certifiers-table th{border-bottom:1px solid #ddd;padding:12px 8px;text-align:left}.certifiers-table th{background-color:#f8f9fa;color:#2c3e50;font-weight:600}.certifiers-table th:first-child{width:200px}.certifiers-table th:nth-child(2){width:120px}.certifiers-table th:nth-child(3){width:80px}.certifiers-table th:nth-child(4){width:180px}.certifiers-table th:nth-child(5),.certifiers-table th:nth-child(6){width:130px}.certifiers-table th:nth-child(7){width:120px}.vertical-header{height:140px;max-width:18px;min-width:18px;padding:8px 1px;position:relative;transition:background-color .2s ease;vertical-align:bottom;white-space:nowrap;width:18px}.vertical-text{bottom:70px;font-size:.7rem;left:50%;line-height:1.2;margin-left:-55px;position:absolute;text-align:left;transform:rotate(-90deg);transform-origin:bottom center;width:120px}.status-cell{max-width:18px;padding:0;position:relative;text-align:center;transition:background-color .2s ease;width:18px}.status-row-hovered,.status-row-hovered td{background-color:#fff3e0!important}.status-cell.column-hovered,.vertical-header.column-hovered{background-color:#e3f2fd!important;box-shadow:inset 0 0 0 2px #2196f3}.status-cell:hover{z-index:1}.clickable-row:hover td{background-color:#f8f9fa}.status-cell:hover{background-color:#ffcc80!important;box-shadow:inset 0 0 0 2px #ff9800}.status-check-green{color:#2f855a;font-size:.8rem}.status-check-grey{color:#cbd5e0;font-size:.8rem}.notes-cell{word-wrap:break-word;max-width:250px;min-width:180px;overflow-wrap:anywhere;padding-left:8px;white-space:normal}.cases-table th:last-child,.clients-table th:last-child{min-width:180px;width:auto}.table-container{overflow-x:auto;width:100%}.clickable-row{cursor:pointer;transition:background-color .2s ease}.clickable-row:hover{background-color:#f8f9fa}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.export-buttons{display:flex;gap:10px}.export-button{align-items:center;background-color:#3182ce;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:5px;padding:8px 12px}.export-button:hover{background-color:#2c5282}.table-card{margin-top:2rem}.table-card h3{margin-bottom:1rem}.full-width{grid-column:1/-1;width:100%}.chart-container{height:300px}.detail-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.detail-card h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem;margin-top:0}.form-row{display:flex}.form-group{flex:1 1}.form-group label{color:#2c3e50}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:.5rem .75rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.checkbox-group{align-items:center;flex-direction:row}.checkbox-group label{align-items:center;display:flex;margin-bottom:0;margin-left:.5rem}.checkbox-group input[type=checkbox]{margin-right:.5rem}.form-actions{border-top:1px solid #eee;padding-top:1rem}.button.primary:hover{background-color:#2980b9}.action-button{border:none;border-radius:3px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem .5rem;text-decoration:none}.action-button.edit{background-color:#3498db;color:#fff}.action-button.edit:hover{background-color:#2980b9}.action-button.delete{background-color:#e74c3c;color:#fff}.action-button.delete:hover{background-color:#c0392b}.dashboard-container{background-color:#f8f9fa;margin:0 auto;max-width:1800px;min-height:100vh;padding:2rem}.dashboard-title h1{color:#2c3e50;margin-bottom:.5rem}.last-update{color:#6c757d;font-size:.875rem;margin:0}.dashboard-actions{display:flex;gap:1rem}.action-button.secondary{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;text-decoration:none}.action-button.secondary:hover{background-color:#545b62}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.stat-card h3{color:#6c757d;font-size:.875rem;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:2rem;font-weight:700}.charts-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.charts-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.charts-header h2{color:#2c3e50;margin:0}.chart-period-selector{align-items:center;display:flex;gap:.5rem}.chart-period-selector label{color:#2c3e50;font-weight:500}.period-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;padding:.5rem .75rem}.period-select:focus{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33;outline:none}.charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.chart-container{background:#fafafa;border:1px solid #e9ecef;border-radius:6px;padding:1rem}.chart-container h3{color:#2c3e50;font-size:1rem;margin:0 0 1rem;text-align:center}.recent-cases{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.recent-cases h2{color:#2c3e50;margin:0 0 1rem}.error-message,.loading-message{color:#6c757d;font-size:1.125rem;padding:3rem;text-align:center}.error-message{color:#dc3545}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{align-items:stretch;flex-direction:column;gap:1rem}.dashboard-actions{justify-content:center}.case-type-grid,.stats-grid,.status-grid{grid-template-columns:1fr}.charts-header{align-items:stretch;flex-direction:column;gap:1rem}.chart-period-selector{justify-content:center}.form-row{gap:.5rem}.form-actions,.form-row{flex-direction:column}.certifiers-table th:first-child{width:150px}.certifiers-table th:nth-child(2){width:100px}.certifiers-table th:nth-child(3){width:60px}.certifiers-table th:nth-child(4){width:120px}.certifiers-table th:nth-child(5),.certifiers-table th:nth-child(6){width:110px}.certifiers-table th:nth-child(7){width:100px}}.payment-cell{max-width:35px;text-align:center;width:35px}.overview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1.5rem}.overview-grid>*{width:100%}@media (max-width:768px){.overview-grid{grid-template-columns:1fr}}.pagination-controls{align-items:center;display:flex;gap:.75rem;justify-content:center;padding-top:1rem}.pagination-controls .page-indicator{padding:0 .5rem}select{background-color:#fff}.page-container{background-color:#f8f9fa;margin:0 auto;max-width:2240px;min-height:100vh;padding:12px}.case-header{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;justify-content:space-between;margin-bottom:20px;padding:15px 20px}.case-header,.header-left{align-items:center;display:flex}.header-left{flex:1 1;gap:10px}.header-center{align-items:center;display:flex;flex:2 1;flex-direction:column;gap:5px}.header-right{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;gap:5px}.full-name-display{background-color:#e6f3ff;border:2px solid #3182ce;border-radius:6px;color:#2d3748;font-size:18px;font-weight:600;padding:8px 16px}.save-indicator{color:#4a5568;font-size:12px}.save-indicator.saving{color:#3182ce;font-weight:500}.special-request-notification{border-radius:6px;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s}.special-request-notification.has-requests{background-color:#fed7d7;border:2px solid #fc8181;color:#c53030}.special-request-notification.has-requests:hover{background-color:#feb2b2;transform:translateY(-1px)}.special-request-notification.no-requests{background-color:#c6f6d5;border:2px solid #68d391;color:#22543d}.purchaser-status-chip{border:2px solid #0000;border-radius:12px;cursor:pointer;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px;-webkit-user-select:none;user-select:none}.purchaser-status-chip.complete{background-color:#c6f6d5;border-color:#68d391;color:#22543d}.purchaser-status-chip.needs-info{background-color:#fff5f5;border-color:#fc8181;color:#c53030}.unified-case-layout{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:12fr 5fr 7fr;grid-template-rows:auto auto;margin-top:20px}.section-card{background:#fff;border-left:4px solid #3182ce;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.section-card h3{align-items:center;background-color:#3182ce;border-radius:4px 4px 0 0;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin:-20px -20px 15px;padding:8px 12px;text-transform:uppercase}.decedent-info-section{grid-column:1;grid-row:1}.case-details-section{grid-column:2;grid-row:1}.summary-note-section{display:flex;flex-direction:column;grid-column:3;grid-row:1}.summary-note-section .section-card{display:flex;flex:1 1;flex-direction:column;height:100%}.summary-note-section .section-card textarea{flex:1 1;min-height:120px;resize:vertical}.pay-special-container{display:flex;flex-direction:column;gap:10px;grid-column:3;grid-row:2}.contact-info-section{grid-column:1/3;grid-row:2}.contact-info-section .section-card{min-height:80%}.family-notes-section{grid-column:1/3;grid-row:3}.family-notes-section .section-card{min-height:80%}.edrs-notes-section{grid-column:1/3;grid-row:4}.certifier-section{grid-column:1/3;grid-row:5}.special-services-section{grid-column:1/3;grid-row:6}.death-certificates-section{grid-column:1/3;grid-row:7}.cremated-remains-section{grid-column:1/3;grid-row:8}.review-section{grid-column:3;grid-row:3}.status-tracking-section{align-self:stretch;flex-direction:column;grid-column:3;grid-row:4/10}.field-row{align-items:end;display:flex;gap:15px}.field-group{display:flex;flex:1 1;flex-direction:column;gap:5px}.field-group input,.field-group select,.field-group textarea{border:1px solid #cbd5e0;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.decedent-fields{display:flex;flex-direction:column;gap:5px}.case-details-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-item label,.field-group label{background-color:#f7fafc;border-left:3px solid #f7fafc;border-radius:3px;color:#2d3748;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:6px;padding:4px 8px;text-transform:uppercase}.detail-item input,.detail-item select{border:1px solid #cbd5e0;border-radius:4px;font-size:13px;padding:6px 10px}.detail-item input:disabled,.detail-item select:disabled,.table-input:disabled{background-color:#edf2f7;color:#718096;cursor:not-allowed}.special-request-card{text-align:center}.special-request-indicator{background-color:#f7fafc;border-radius:8px;color:#4a5568;font-size:24px;font-weight:700;padding:20px}.special-request-card.has-content .special-request-indicator{background-color:#c6f6d5;color:#22543d}.status-tracking-section .section-card{display:flex;flex:1 1;flex-direction:column;height:100%;padding:2px}.status-tracking-section .section-card h3{margin:-2px 0 15px -2px}.certifier-table-layout,.cremains-table,.dc-table,.poc-table{border-collapse:collapse;margin-top:10px;width:100%}.certifier-table-layout td,.certifier-table-layout th,.cremains-table td,.cremains-table th,.dc-table td,.dc-table th,.poc-table td,.poc-table th{border:1px solid #e2e8f0;font-size:13px;padding:8px 12px;text-align:left;vertical-align:top}.certifier-table-layout th,.cremains-table th,.dc-table th,.poc-table th{background-color:#f7fafc;color:#4a5568;font-size:11px;font-weight:600;text-transform:uppercase}.table-input{background:#0000;border:none;font-size:13px;padding:4px;width:100%}.table-input.readonly{background-color:#f7fafc;color:#4a5568}.table-input:focus{background-color:#fff;outline:1px solid #3182ce}.notes-content{padding:0}.note-list{list-style:none;margin:0;padding:0}.note-list li{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}.note-list li:last-child{border-bottom:none}.note-prefix{flex-shrink:0;min-width:120px}.note-actions{display:flex;gap:5px;margin-left:auto}.new-note-item{background-color:#f7fafc;border-radius:6px;margin-top:10px;padding:15px}.new-note-form{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.new-note-form input{border:1px solid #cbd5e0;border-radius:4px;flex:1 1;min-width:200px;padding:6px 10px}.action-buttons{display:flex;flex-wrap:wrap;gap:5px}.add-button,.edit-button,.save-button{background-color:#3182ce;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;padding:4px 8px}.add-button:hover,.edit-button:hover,.save-button:hover{background-color:#2c5282}.cancel-button,.delete-button{background-color:#e53e3e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;padding:4px 8px}.cancel-button:hover,.delete-button:hover{background-color:#c53030}.edit-note-button{background-color:#4299e1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;padding:2px 6px}.edit-note-button:hover{background-color:#3182ce}.delete-note-button{background-color:#e53e3e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;padding:2px 6px}.delete-note-button:hover{background-color:#c53030}.header-add-button{background-color:#38a169;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;padding:4px 8px;text-transform:none;transition:background-color .2s}.header-add-button:hover{background-color:#2f855a}.add-button{background-color:#38a169;font-size:13px;margin-top:10px;padding:10px;width:100%}.add-button:hover{background-color:#2f855a}.certifier-autocomplete-container{position:relative;width:100%}.certifier-search-input{border:1px solid #cbd5e0;border-radius:4px;font-size:13px;padding:6px 30px 6px 10px;width:80%}.certifier-clear-button{align-items:center;background:none;border:none;color:#a0aec0;cursor:pointer;display:flex;font-size:16px;height:20px;justify-content:center;padding:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px}.certifier-clear-button:hover{color:#4a5568}.certifier-suggestions{background:#fff;border:1px solid #cbd5e0;border-radius:0 0 4px 4px;border-top:none;box-shadow:0 4px 6px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.certifier-suggestion-item{border-bottom:1px solid #e2e8f0;cursor:pointer;padding:8px 12px}.certifier-suggestion-item:hover{background-color:#f7fafc}.suggestion-primary{align-items:center;display:flex;font-size:13px;justify-content:space-between}.suggestion-license{color:#4a5568;font-size:11px}.suggestion-secondary{color:#718096;font-size:11px;margin-top:2px}.suggestion-more,.suggestion-no-results{color:#718096;font-size:11px;font-style:italic;padding:8px 12px}.dc-submit-button{background-color:#38a169;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;margin-top:15px;padding:8px 16px}.dc-submit-button:hover{background-color:#2f855a}.button{background-color:#3182ce;color:#fff;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.button:hover{background-color:#2c5282}.secondary-button{background-color:#e2e8f0;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.secondary-button:hover{background-color:#cbd5e0}.loading-container{align-items:center;display:flex;height:200px;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3182ce;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{color:#e53e3e;font-size:16px;padding:40px;text-align:center}@media (max-width:1200px){.unified-case-layout{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.case-details-section,.certifier-info-section,.contact-info-section,.cremated-remains-section,.death-certificates-section,.decedent-info-section,.edrs-notes-section,.family-notes-section,.pay-special-container,.special-requests-section,.status-tracking-section,.summary-note-section{grid-column:1!important;grid-row:auto!important}.pay-special-container{display:block}.pay-special-container>.section-card{margin-bottom:10px}}@media (max-width:768px){.page-container{padding:10px}.case-header{flex-direction:column;gap:15px;text-align:center}.header-left,.header-right{justify-content:center;width:100%}.field-row{flex-direction:column;gap:10px}.case-details-grid{grid-template-columns:1fr}}@media (max-width:480px){.section-card{padding:15px}.section-card h3{font-size:12px;margin:-15px -15px 15px;padding:6px 10px}.full-name-display{font-size:14px;padding:6px 12px}}.unified-case-layout{container-type:inline-size}@container (max-width: 800px){.case-details-grid{grid-template-columns:1fr}.field-row{flex-direction:column}}@container (max-width: 600px){.case-info-section{gap:10px}.section-card{padding:12px}}.certifier-search-section{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:20px;padding:15px}.certifier-search-section label{color:#2d3748;display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.expanded-notes-textarea{min-width:200px;resize:vertical}.modal-overlay{background-color:#00000080}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;background-color:#3182ce;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h3{font-size:16px;font-weight:600;margin:0;text-transform:uppercase}.modal-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.modal-close-button:hover{background-color:#fff3}.modal-body{padding:24px}.modal-footer{background-color:#f7fafc;border-radius:0 0 8px 8px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:20px 24px}.certifier-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.certifier-form-grid .form-group{display:flex;flex-direction:column;gap:6px}.certifier-form-grid .form-group.full-width{grid-column:1/-1}.certifier-form-grid .form-group label{color:#2d3748;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.certifier-form-grid .form-group input,.certifier-form-grid .form-group textarea{border:1px solid #cbd5e0;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s}.certifier-form-grid .form-group input:focus,.certifier-form-grid .form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}@media (max-width:640px){.modal-content{margin:20px;width:95%}.certifier-form-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column-reverse}.modal-footer button{width:100%}}.highlight-empty input:not([type=checkbox]):not([type=radio]):placeholder-shown,.highlight-empty select[value=""],input.highlight-empty:not([type=checkbox]):not([type=radio]):placeholder-shown,select.highlight-empty[value=""]{background-color:#fff5f5}.button.danger{background-color:#e53e3e;color:#fff}.button.danger:hover{background-color:#c53030}.cremains-table td:last-child,.cremains-table th:last-child,.dc-table td:last-child,.dc-table th:last-child{min-width:110px;white-space:nowrap;width:110px}.cremains-table td:nth-last-child(2),.cremains-table th:nth-last-child(2),.dc-table td:nth-last-child(2),.dc-table th:nth-last-child(2){width:260px}.expanded-notes-textarea,.new-note-form input,.note-list input[type=text]{width:90%}.new-note-form input,.new-note-form textarea,.note-list li input[type=text],.note-list li textarea{flex:1 1 90%;min-width:0;width:90%}.new-note-form,.note-list li.new-note-item{flex:1 1 100%;width:100%}.poc-notes-cell{word-wrap:break-word;max-width:200px;overflow-wrap:anywhere;white-space:normal}.enhanced-status-tracker{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000f;grid-column:span 4;margin:0;padding:8px}.status-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:4px}.status-header h3{color:#2d3748;font-size:1rem;font-weight:600;margin:0}.status-header-actions{align-items:center;display:flex;gap:8px}.me-case-checkbox{align-items:center;display:flex;gap:4px}.me-case-checkbox input{margin:0}.me-case-checkbox label{color:#4a5568;cursor:pointer;font-size:.8rem}.timeline-toggle{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .75rem;transition:all .2s}.timeline-toggle:hover{background:#edf2f7;border-color:#cbd5e0}.status-content{display:flex;flex-direction:column;gap:0}.enhanced-status-tracker .status-content .status-table{display:flex;flex-direction:column;gap:1px;width:100%}.enhanced-status-tracker .status-content .status-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;min-height:32px;padding:4px 6px;position:relative;transition:background-color .2s;white-space:nowrap}.enhanced-status-tracker .status-content .status-row:hover{background-color:#f8fafc}.enhanced-status-tracker .status-content .status-header-row{background-color:#f7fafc;font-weight:600}.enhanced-status-tracker .status-content .status-cell{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:28px}.enhanced-status-tracker .status-content .date-cell{display:none!important}.enhanced-status-tracker .status-content .event-cell{color:#334155;flex:1 1;font-size:13px;font-weight:500;margin-left:4px;overflow:hidden;text-overflow:ellipsis}.enhanced-status-tracker .status-content .status-row[data-date]:hover:after{animation:fadeIn .2s ease-in-out forwards;background:#2d3748;border-radius:3px;color:#fff;content:attr(data-date);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;opacity:0;padding:3px 6px;pointer-events:none;position:absolute;right:6px;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(-50%) translateX(5px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.status-check-green{color:#4caf50;cursor:pointer;font-size:1.1em;transition:color .2s}.status-check-green:hover{color:#45a049}.status-check-grey{color:#ccc;cursor:pointer;font-size:1.1em;transition:color .2s}.status-check-grey:hover{color:#999}.me-crossed-out{color:#888;text-decoration:line-through}.status-tracker-loading{color:#718096;font-style:italic;padding:2rem;text-align:center}.status-timeline{border-top:1px solid #e2e8f0;padding-top:1rem}.status-timeline h4{color:#2d3748;font-size:1rem;font-weight:600;margin:0 0 1rem}.timeline-entries{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;max-height:300px;overflow-y:auto}.no-timeline{color:#718096;font-style:italic;margin:0;padding:2rem;text-align:center}.timeline-entry{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:.75rem}.timeline-entry:last-child{border-bottom:none}.timeline-date{color:#718096;flex-shrink:0;font-family:monospace;font-size:.75rem;width:140px}.timeline-content{flex:1 1;font-size:.875rem}.timeline-action{color:#2d3748;margin-bottom:.25rem}.timeline-action .completed{color:#38a169;font-weight:500}.timeline-action .uncompleted{color:#e53e3e;font-weight:500}.timeline-user{color:#718096;font-size:.75rem}.timeline-comment{align-items:flex-start;background:#fff;border-left:3px solid #3182ce;border-radius:4px;color:#4a5568;display:flex;font-size:.75rem;gap:.5rem;margin-top:.5rem;padding:.5rem}.comment-icon-small{color:#3182ce;flex-shrink:0;font-size:.75rem;margin-top:.125rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.comment-modal{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-height:80vh;max-width:500px;overflow-y:auto;padding:1.5rem;width:90%}.comment-modal h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.comment-modal p{color:#4a5568;line-height:1.5;margin:0 0 1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block}.form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:.875rem;padding:.75rem;resize:vertical;transition:border-color .2s;width:100%}.form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}@media (max-width:768px){.enhanced-status-tracker{padding:.75rem}.status-header{align-items:stretch;flex-direction:column;gap:.75rem}.status-header-actions{justify-content:space-between}.enhanced-status-tracker .status-content .status-row{min-height:28px;padding:3px 4px}.enhanced-status-tracker .status-content .status-cell{width:24px}.enhanced-status-tracker .status-content .event-cell{font-size:11px}.enhanced-status-tracker .status-content .status-row[data-date]:hover:after{font-size:9px;padding:2px 4px;right:4px}.timeline-entry{flex-direction:column;gap:.5rem}.timeline-date{width:auto}.comment-modal{margin:1rem;width:calc(100% - 2rem)}}.payment-O{color:#e53e3e;font-weight:700}.payment-P{color:#f6ad55;font-weight:700}.payment-F{color:#38a169;font-weight:700}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.status-management{margin:0 auto;max-width:1200px;padding:2rem}.page-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.page-header h1{color:#2d3748;font-size:2rem;font-weight:600;margin:0}.header-actions{align-items:center;display:flex;gap:1rem}.toggle-inactive{align-items:center;background:#e2e8f0;border:1px solid #cbd5e0;border-radius:6px;color:#2d3748;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.toggle-inactive:hover{background:#cbd5e0;border-color:#a0aec0}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-primary{background:#3182ce;color:#fff}.btn-primary:hover{background:#2c5aa0}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.error-message{background:#fed7d7;border-radius:6px;justify-content:space-between;margin-bottom:1rem;padding:1rem}.error-message,.error-message button{align-items:center;color:#c53030;display:flex}.error-message button{background:none;border:none;cursor:pointer;font-size:1.2rem;height:24px;justify-content:center;padding:0;width:24px}.status-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.status-form-card h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#4a5568;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.form-group input:disabled{background:#f7fafc;color:#a0aec0}.form-group small{color:#718096;font-size:.75rem;margin-top:.25rem}.form-actions{gap:1rem;margin-top:1.5rem}.status-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.status-count{color:#4a5568;font-size:.875rem}.inactive-count{color:#a0aec0;margin-left:.5rem}.status-table{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.status-table-header{background:#f7fafc;border-bottom:1px solid #e2e8f0;color:#4a5568;display:grid;font-size:.875rem;font-weight:600;grid-template-columns:80px 200px 150px 1fr 100px 120px}.status-table-header>div{padding:1rem .75rem}.status-row{border-bottom:1px solid #f1f5f9;cursor:move;display:grid;grid-template-columns:80px 200px 150px 1fr 100px 120px;transition:background-color .2s}.status-row:hover{background:#f8fafc}.status-row.inactive{cursor:default;opacity:.6}.status-row>div{font-size:.875rem;padding:1rem .75rem}.col-order,.status-row>div{align-items:center;display:flex}.col-order{gap:.5rem}.drag-handle{color:#a0aec0;cursor:grab;font-size:1rem;line-height:1}.drag-handle:active{cursor:grabbing}.order-number{color:#4a5568;font-weight:500}.col-key code{background:#edf2f7;border-radius:4px;color:#2d3748;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;padding:.25rem .5rem}.col-label{color:#2d3748;font-weight:500}.col-description{color:#718096}.status-badge{border-radius:12px;font-size:.75rem;font-weight:500;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.status-badge.active{background:#c6f6d5;color:#22543d}.status-badge.inactive{background:#fed7d7;color:#742a2a}.col-actions{display:flex;gap:.5rem}.btn-icon{align-items:center;background:#f7fafc;border:none;border-radius:4px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-icon:hover{background:#edf2f7}.btn-icon.btn-danger{color:#e53e3e}.btn-icon.btn-danger:hover{background:#fed7d7}.btn-icon.btn-success{color:#38a169}.btn-icon.btn-success:hover{background:#c6f6d5}.empty-state{color:#718096;padding:3rem 1rem;text-align:center}.empty-state p{font-size:1rem;margin-bottom:1rem}.loading{color:#718096;font-size:1rem;padding:3rem;text-align:center}@media (max-width:768px){.status-management{padding:1rem}.page-header{align-items:stretch;flex-direction:column;gap:1rem}.header-actions{justify-content:space-between}.form-row{grid-template-columns:1fr}.status-row,.status-table-header{font-size:.75rem;grid-template-columns:60px 120px 120px 1fr 80px 100px}.status-row>div,.status-table-header>div{padding:.75rem .5rem}}.profile-header{margin-bottom:2rem}.profile-header h1{color:#2c3e50;font-size:2rem;margin-bottom:.5rem}.profile-header p{color:#718096;font-size:1rem}.profile-content{margin:0 auto;max-width:600px}.profile-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.profile-info{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.profile-info h3{color:#2c3e50;font-size:1.25rem;margin-bottom:1rem}.info-item{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.info-item label{color:#4a5568;font-weight:600;min-width:80px}.info-item span{color:#2d3748}.profile-form h3{color:#2c3e50;font-size:1.25rem}.profile-form .form-group,.profile-form h3{margin-bottom:1.5rem}.profile-form .form-group label{color:#4a5568;display:block;font-weight:600;margin-bottom:.5rem}.profile-form .form-group input{border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.profile-form .form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-actions{display:flex;justify-content:flex-end;margin-top:2rem}.button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.button.primary{background-color:#3498db;color:#fff}.button.primary:hover:not(:disabled){background-color:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-1px)}.button:disabled{background-color:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.current-initials{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:2rem;padding:1rem}.current-initials h4{color:#2c3e50;font-size:1rem;margin-bottom:.5rem}.current-initials p{color:#4a5568;margin:0}.current-initials strong{color:#3498db;font-weight:700}@media (max-width:768px){.profile-content{max-width:100%;padding:0 1rem}.profile-card{padding:1.5rem}.profile-header h1{font-size:1.75rem}.info-item{align-items:flex-start;flex-direction:column;gap:.25rem}.info-item label{min-width:auto}}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.tab-button{background-color:#fff;border:1px solid #3182ce;border-radius:4px;color:#3182ce;cursor:pointer;font-size:14px;padding:6px 12px;transition:background-color .2s,color .2s}.tab-button:hover{background-color:#ebf8ff}.tab-button.active{background-color:#3182ce;color:#fff}
/*# sourceMappingURL=main.38e8ca0c.css.map*/