@layer components{@apply flex flex-row flex-wrap justify-between items-center gap-4 mb-8 border-b border-slate-200 pb-4 w-full;@apply text-2xl sm:text-3xl font-bold m-0 leading-tight;@apply flex flex-wrap items-center gap-3;@apply text-slate-500 hover:text-slate-800 font-medium bg-slate-100 hover:bg-slate-200 px-4 py-2 rounded-lg transition-colors whitespace-nowrap shadow-sm inline-flex items-center justify-center gap-2;}.theme-table-modern-container{background-color:#fff;border-radius:16px;width:max-content;max-width:100%;margin:0 auto;overflow-x:auto;box-shadow:0 8px 24px #00000014}.theme-table-modern{border-collapse:collapse;width:auto;font-family:Segoe UI,Roboto,Arial,sans-serif}.theme-table-modern thead{color:#fff;background:linear-gradient(90deg,#4285f4,#34a853)}.theme-table-modern th{letter-spacing:.5px;padding:6px 16px;font-size:14px;font-weight:400;text-align:center!important}.theme-table-modern td{border-bottom:1px solid #eee;padding:6px 16px;font-size:14px}.theme-table-modern tbody tr:last-child td{border-bottom:none}.theme-table-modern tbody tr{transition:all .2s ease-in-out}.theme-table-modern tbody tr:hover{background-color:#f1f5ff}.theme-form-table{border-collapse:collapse;width:auto;font-family:Segoe UI,Roboto,Arial,sans-serif}.theme-form-table tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease-in-out}.theme-form-table tr:last-child{border-bottom:none}.theme-form-table tr:hover{background-color:#f8fafccc}.theme-form-table th{color:#000;vertical-align:top;padding:2px 10px;font-size:14px;font-weight:400}.theme-form-table td{vertical-align:top;padding:2px 10px}.theme-form-checkbox-text{color:#000;vertical-align:top;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:400}.pagination-wrapper{font-family:Segoe UI,Roboto,Arial,sans-serif}.pagination-text{font-size:14px}.pagination-select{cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:.375rem;outline:none;padding:.25rem .5rem;transition:box-shadow .2s}.pagination-select:focus{box-shadow:0 0 0 2px #94a3b8}.pagination-btn{color:#334155;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:.375rem;padding:.375rem .75rem;font-size:14px;font-weight:500;transition:background-color .2s}.pagination-btn:hover:not(:disabled){background-color:#cbd5e1}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.table-footer-info-box{color:#1d4ed8!important;background-color:#e2e8f0!important;border:none!important;border-bottom:1px solid #cbd5e1!important}.table-footer-cell{text-align:center;background-color:#f1f5f9;border-top:1px solid #e2e8f0}.table-header-cell{background-color:#f1f5f9!important;border-bottom:1px solid #cbd5e1!important;padding:4px 20px!important}.table-header-container{justify-content:space-between;align-items:center;width:100%;font-weight:400;display:flex}.table-header-title{color:#1e293b;margin:0;font-size:1.125rem;font-weight:700}.table-header-actions{align-items:center;gap:12px;display:flex}.table-header-filter-wrapper{position:relative}.table-header-filter-btn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:4px 12px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.table-header-filter-btn:hover{color:#0f172a;background-color:#f1f5f9}.table-header-filter-btn.active{color:#3730a3;background-color:#e0e7ff;border-color:#818cf8}.table-header-filter-popover{z-index:50;background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;gap:12px;min-width:max-content;padding:16px;display:flex;position:absolute;top:calc(100% + 8px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.table-header-filter-title{margin-bottom:8px;padding-bottom:8px;font-size:.875rem;font-weight:700;color:#334155!important;border-bottom:1px solid #e2e8f0!important}.table-header-clear-btn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:6px 12px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.table-header-clear-btn:hover{color:#ef4444;background-color:#fef2f2;border-color:#fca5a5}.table-header-add-btn{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:8px;align-items:center;gap:6px;padding:4px 16px;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex;box-shadow:0 1px 2px #0000000d}.table-header-add-btn:hover{background-color:#15803d}.msgbox-overlay{z-index:100000;position:relative}.msgbox-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0f172aa6;transition:opacity .3s ease-out;position:fixed;inset:0}.msgbox-container-wrapper{justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.msgbox-panel{background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;max-width:28rem;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.msgbox-animate-in{animation:.25s cubic-bezier(.16,1,.3,1) forwards msgbox-pop-in}@keyframes msgbox-pop-in{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes msgbox-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.msgbox-spinner{animation:1s linear infinite msgbox-spin}.user-modal-overlay{z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=640px){.user-modal-overlay{padding:1.5rem}}.user-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0f172a80;position:absolute;inset:0}.user-modal-container{z-index:10;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;max-width:48rem;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 20px #0000000d}.user-modal-footer{background-color:#f0f0f0;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1rem 2rem;display:flex}.user-modal-header{background-color:#f0f0f0;border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:.25rem 1rem;display:flex}.user-modal-body{background-color:#fff;flex:1;padding:.75rem 1rem;overflow-y:auto}.user-modal-title{color:#000;font-size:1.25rem;font-weight:700}.user-modal-btn-cancel{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:.625rem 1.5rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}.user-modal-btn-cancel:hover{background-color:#f8fafc}.user-modal-btn-save{color:#fff;cursor:pointer;background-color:#0b57d0;border:none;border-radius:.75rem;padding:.625rem 2rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}.user-modal-btn-save:hover{background-color:#0842a0}.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner[type=number]{appearance:textfield}.content-header-container{border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;padding-top:.1rem;padding-bottom:.7rem;display:flex}.content-header-title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.content-header-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.content-header-back-btn{color:#475569;font-size:1rem;font-weight:700;transition:all .2s ease-in-out}.content-header-back-btn:hover{color:#0f172a;text-decoration:underline}@media (width<=640px){.content-header-container{flex-direction:column;align-items:flex-start;gap:.75rem}}.survey-wrapper{box-sizing:border-box;background-color:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;padding:.75rem;display:flex}@media (width>=640px){.survey-wrapper{padding:2rem}}.survey-card{box-sizing:border-box;background-color:#fff;border-radius:1rem;width:100%;max-width:48rem;padding:1.25rem;animation:.3s ease-out fadeIn;box-shadow:0 25px 50px -12px #00000040}@media (width>=640px){.survey-card{padding:2rem}}@media (width>=768px){.survey-card{padding:3rem}}.survey-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}@media (width>=640px){.survey-header{gap:1rem;margin-bottom:2rem}}.survey-header-logo{object-fit:contain;flex-shrink:0;width:48px;min-width:48px;height:48px;min-height:48px}.survey-title{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}@media (width>=640px){.survey-title{font-size:1.5rem}}@media (width>=768px){.survey-title{font-size:1.875rem}}.survey-subtitle{color:#64748b;margin-top:.25rem;margin-bottom:0;font-size:.875rem}@media (width>=640px){.survey-subtitle{font-size:1rem}}.survey-questions-list{flex-direction:column;gap:1.5rem;display:flex}@media (width>=640px){.survey-questions-list{gap:2rem}}.survey-question-item{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.survey-question-item.error{background-color:#fef2f2;border-color:#ef4444;box-shadow:0 0 0 1px #ef4444,0 1px 2px #0000000d}@media (width>=640px){.survey-question-item{padding:1.5rem}}.survey-question-text{color:#1e293b;margin-top:0;margin-bottom:1.25rem;font-size:1rem;font-weight:700;line-height:1.375}@media (width>=640px){.survey-question-text{margin-bottom:1.5rem;font-size:1.125rem}}.survey-question-number{color:#94a3b8;margin-left:.375rem;margin-right:.375rem;font-weight:400}.survey-score-wrapper{justify-content:space-between;width:100%;display:flex}@media (width>=640px){.survey-score-wrapper{justify-content:center;gap:1rem}}.survey-score-btn{cursor:pointer;color:#64748b;background-color:#fff;border:2px solid #e2e8f0;border-radius:9999px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;position:relative}.survey-score-btn:hover{background-color:#f8fafc;transform:scale(1.05)}.survey-score-btn.active{color:#fff;z-index:10;background-color:#2563eb;border-color:#2563eb;transform:scale(1.1);box-shadow:0 0 0 4px #bfdbfe,0 10px 15px -3px #0000001a}@media (width>=640px){.survey-score-btn{width:3rem;height:3rem;font-size:1.25rem}}@media (width>=768px){.survey-score-btn{width:3.5rem;height:3.5rem}}.survey-score-labels{color:#64748b;justify-content:space-between;margin-top:.75rem;font-size:11px;font-weight:500;display:flex}@media (width>=640px){.survey-score-labels{margin-top:1rem;font-size:.75rem}}.survey-submit-wrapper{border-top:1px solid #e2e8f0;width:100%;margin-top:2rem;padding-top:1.5rem;display:block}@media (width>=640px){.survey-submit-wrapper{margin-top:2.5rem}}.survey-submit-btn{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:9999px;width:100%;padding:.875rem 2rem;font-size:1.125rem;font-weight:900;transition:all .3s;display:block;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width>=640px){.survey-submit-btn{padding:1rem 3rem;font-size:1.25rem}}.survey-submit-btn:hover:not(:disabled){background-color:#047857;transform:scale(1.02);box-shadow:0 25px 50px -12px #00000040}.survey-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.survey-message-wrapper{text-align:center;box-sizing:border-box;background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.25rem;display:flex}.survey-message-logo{object-fit:contain;flex-shrink:0;width:64px;min-width:64px;height:64px;min-height:64px;margin-bottom:1.5rem}.survey-message-card{box-sizing:border-box;text-align:center;border-radius:.75rem;width:100%;max-width:28rem;margin-left:auto;margin-right:auto;padding:1.5rem;font-size:1rem;font-weight:600;box-shadow:0 10px 15px -3px #0000001a}@media (width>=640px){.survey-message-card{padding:2rem;font-size:1.125rem}}.survey-message-success{color:#065f46;background-color:#ecfdf5;border:1px solid #a7f3d0}.survey-message-error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}.survey-loading{color:#475569;background-color:#f8fafc;justify-content:center;align-items:center;min-height:100vh;font-weight:500;display:flex}.admin-modal-overlay{z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=640px){.admin-modal-overlay{padding:1.5rem}}.admin-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0f172a80;position:absolute;inset:0}.admin-modal-container{z-index:10;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;max-width:48rem;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 20px #0000000d}.admin-modal-footer{background-color:#f0f0f0;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.25rem 2rem;display:flex}.admin-modal-header{background-color:#f0f0f0;border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:.25rem 1rem;display:flex}.admin-modal-body{background-color:#fff;flex:1;padding:.75rem 1rem;overflow-y:auto}
