*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column}.container{max-width:800px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:2px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.avatar-section{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}.avatar{width:80px;height:80px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;position:relative}.avatar-icon{font-size:32px;color:#9ca3af}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:14px;padding:5px 10px}.delete-btn:hover{text-decoration:underline}.header-title{text-align:center;font-size:24px;font-weight:600;color:#1f2937}.navigation{padding-top:20px;margin-top:80px;margin-bottom:2rem}.nav-steps{display:flex;justify-content:center;align-items:center;gap:40px;max-width:600px;margin:0 auto}.nav-step{display:flex;align-items:center;gap:10px;padding:10px 15px;border-radius:8px;transition:all .3s ease}.nav-step.active{color:#3b82f6}.nav-step.completed{color:#10b981}.step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #d1d5db;background:#fff}.step-number:hover{cursor:pointer}.nav-step.active .step-number{background:#3b82f6;color:#fff;border-color:#3b82f6}.nav-step.completed .step-number{background:#10b981;color:#fff;border-color:#10b981}.step-title{font-size:14px;font-weight:500}.main-content{flex:1;padding-inline:2rem;width:100%;min-height:100vh;padding-block:30px;background-color:#fff;display:flex;justify-content:center}.page-content{max-width:916px;margin:0 auto;padding:1rem 0;width:100%}.field-label{font-size:16px;font-weight:600;margin-bottom:15px;color:#374151}.required{color:#ef4444;margin-left:4px}.checkbox-group{display:flex;flex-direction:column;gap:12px}.checkbox-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s;flex:1;min-width:200px;max-width:300px}.checkbox-item:hover{background:#f9fafb}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.checkbox-label{font-size:14px;color:#292929;user-select:none}.alignment-row .checkbox-group{display:block}.alignment-column .checkbox-group{display:flex;flex-direction:column}.alignment-column .checkbox-row{flex-direction:column;gap:8px}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:20px 2rem;margin-top:auto;position:sticky;left:0;bottom:0;right:0;z-index:10}.footer-buttons{display:flex;justify-content:center;gap:15px;margin:0 auto}.btn{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;min-width:100px}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.confirmation-data{padding:20px;max-width:70%;margin:20px auto}.confirmation-data pre{font-size:12px;color:#475569;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.nav-steps{flex-direction:column;gap:20px}.checkbox-row{flex-direction:column;gap:8px}.checkbox-item{min-width:auto}.footer-buttons{justify-content:center}.page-content{padding:20px}}.page-header{margin-bottom:40px;text-align:center;padding-bottom:20px;border-bottom:2px solid #f1f5f9}.page-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px}.page-subtitle{font-size:16px;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.page-sections{display:flex;flex-direction:column;gap:40px}.no-sections{text-align:center;padding:40px 20px;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.form-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.section-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;border-top-left-radius:12px;border-top-right-radius:12px;background-color:#f9fafb}.section-title{font-size:1.125rem;font-weight:600;color:#1f2937}.section-description{font-size:.875rem;font-weight:lighter;color:#4b5563;line-height:1.25rem;margin-top:.25rem}.section-fields{display:flex;flex-direction:column;padding:1.5rem;gap:16px}.no-fields{text-align:center;padding:20px;color:#9ca3af;font-style:italic;background:#f3f4f6;border-radius:6px;border:1px dashed #d1d5db}.form-field{margin-bottom:10px}.field-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px;display:block}.required{color:#ef4444}.field-help{font-size:12px;color:#6b7280;margin-bottom:12px;line-height:1.4}.form-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;color:#111827;transition:all .2s ease;box-sizing:border-box}.form-input:focus{border-color:#377dff;box-shadow:0 0 0 3px #377dff1a;background-color:#fff}.form-input::placeholder{color:#9ca3af}.form-input:hover{border-color:#9ca3af}.question-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:16px}.checkbox-options{display:flex;flex-direction:column;gap:12px;margin-left:20px}.checkbox-row{display:flex;gap:20px;flex-wrap:wrap}.alignment-row .checkbox-options{display:block}.checkbox-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background-color .2s;border:1px solid transparent;min-width:200px}.checkbox-option:hover{background:#f9fafb;border-color:#e5e7eb}.checkbox-option.selected{background:#eff6ff;border-color:#3b82f6}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.checkbox-label{font-size:14px;color:#374151;user-select:none;cursor:pointer}.notice{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:24px;border-radius:8px;border:1px solid}.notice-default{border-color:#d1d5db;background-color:#f9fafb}.notice-info{border-color:#3b82f6;background-color:#eff6ff}.notice-warning{border-color:#f59e0b;background-color:#fffbeb}.notice-success{border-color:#10b981;background-color:#ecfdf5}.notice-error{border-color:#ef4444;background-color:#fef2f2}.notice-icon{font-size:20px;line-height:1;flex-shrink:0;margin-top:2px}.notice-content{flex:1}.notice-text{margin:0;font-size:14px;line-height:1.5;color:#374151}.notice-info .notice-text{color:#1e40af}.notice-warning .notice-text{color:#92400e}.notice-success .notice-text{color:#065f46}.notice-error .notice-text{color:#991b1b}@media (max-width: 768px){.page-content{padding:20px 16px}.page-title{font-size:28px}.section-title{font-size:20px}.checkbox-row{flex-direction:column;gap:8px}.checkbox-option{min-width:auto}.page-sections{gap:24px}}.form-section{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.time-range-container{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.time-input-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:120px}.time-label{font-size:12px;font-weight:500;color:#6b7280;margin-bottom:4px}.time-separator{font-size:14px;color:#6b7280;font-weight:500;margin:0 8px 12px;align-self:flex-end}.time-options::-webkit-scrollbar{width:6px}.time-options::-webkit-scrollbar-track{background:#f1f5f9}.time-options::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.time-options::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.time-picker-container{flex-direction:column;align-items:stretch}.time-dropdown-btn{margin-top:8px;width:100%}.time-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;max-height:60vh}.time-range-container{flex-direction:column;align-items:stretch}.time-separator{align-self:center;margin:8px 0}.time-presets{justify-content:center}}.time-input:focus-visible,.time-dropdown-btn:focus-visible,.preset-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.time-dropdown{animation:fadeInDown .2s ease-out}.time-input:invalid{border-color:#ef4444}.time-input:invalid:focus{box-shadow:0 0 0 3px #ef44441a}.time-picker-container.loading{opacity:.6;pointer-events:none}.time-input.success{border-color:#10b981}.time-input.success:focus{box-shadow:0 0 0 3px #10b9811a}.dropdown-container{position:relative;width:100%}.dropdown-trigger{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:14px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;min-height:44px}.dropdown-trigger:hover{border-color:#9ca3af;background:#f9fafb}.dropdown-trigger.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown-trigger.has-value{color:#1f2937;font-weight:500}.dropdown-text{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dropdown-arrow{font-size:12px;color:#6b7280;transition:transform .2s ease;margin-left:8px}.dropdown-arrow.up{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;z-index:1000;margin-top:4px;animation:fadeInDown .2s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.dropdown-controls{display:flex;gap:8px;margin-top:8px}.control-btn{padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#374151;font-size:12px;cursor:pointer;transition:all .2s}.control-btn:hover{background:#f3f4f6;border-color:#9ca3af}.dropdown-search{padding:12px 16px;border-bottom:1px solid #e5e7eb}.search-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.dropdown-options{max-height:200px;overflow-y:auto;padding:8px 0}.dropdown-option{padding:12px 16px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}.dropdown-option:hover{background:#f8fafc}.dropdown-option.selected{background:#eff6ff;color:#1d4ed8;font-weight:500}.dropdown-option:last-child{border-bottom:none}.option-label{flex:1;font-size:14px}.option-description{font-size:12px;color:#6b7280;margin-left:auto}.option-checkbox{width:16px;height:16px;accent-color:#3b82f6}.no-options{padding:16px;text-align:center;color:#6b7280;font-style:italic}.dropdown-container.multi-select .dropdown-trigger{min-height:48px}.selected-items{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;max-height:100px;overflow-y:auto}.selected-item{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#eff6ff;color:#1e40af;border:1px solid #3b82f6;border-radius:6px;font-size:12px;font-weight:500}.remove-item{background:none;border:none;color:#1e40af;cursor:pointer;font-size:12px;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.remove-item:hover{background:#1e40af;color:#fff}.form-select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:14px;cursor:pointer;transition:all .2s ease}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select:hover{border-color:#9ca3af}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-option{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.radio-option:hover{background:#f8fafc;border-color:#3b82f6}.radio-option:has(.radio-input:checked){background:#eff6ff;border-color:#3b82f6}.radio-input{width:18px;height:18px;accent-color:#3b82f6;margin:0;cursor:pointer}.radio-label{font-size:14px;font-weight:500;color:#374151;cursor:pointer;flex:1}.radio-description{font-size:12px;color:#6b7280;margin-top:2px}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:#f1f5f9}.dropdown-options::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.dropdown-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;max-height:60vh}.selected-items{max-height:80px}.radio-group{gap:8px}.radio-option{padding:10px 12px}.dropdown-controls{flex-direction:column;gap:6px}.control-btn{width:100%;text-align:center}}.dropdown-container.loading{opacity:.6;pointer-events:none}.dropdown-trigger.loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dropdown-trigger:invalid:focus,.form-select:invalid:focus{box-shadow:0 0 0 3px #ef44441a}.dropdown-trigger.success,.form-select.success{border-color:#10b981}.dropdown-trigger.success:focus,.form-select.success:focus{box-shadow:0 0 0 3px #10b9811a}.dropdown-trigger:focus-visible,.form-select:focus-visible,.radio-input:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.selected-item{animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.dropdown-option{position:relative}.dropdown-option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#3b82f6;transform:scaleY(0);transition:transform .2s ease}.dropdown-option:hover:before,.dropdown-option.selected:before{transform:scaleY(1)}.multi-select-counter{background:#3b82f6;color:#fff;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;margin-left:8px}.dropdown-trigger:disabled,.form-select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.radio-option:has(.radio-input:disabled){opacity:.5;cursor:not-allowed;background:#f9fafb}.radio-group.horizontal{flex-direction:row;flex-wrap:wrap;gap:16px}.radio-group.horizontal .radio-option{flex:1;min-width:120px;text-align:center;justify-content:center}.dropdown-option-with-icon{display:flex;align-items:center;gap:8px}.option-icon{width:20px;height:20px;font-size:16px}.search-highlight{background:#fef3c7;color:#92400e;padding:1px 2px;border-radius:2px}.dropdown-trigger.small{padding:8px 12px;font-size:13px;min-height:36px}.dropdown-trigger.large{padding:16px 20px;font-size:16px;min-height:52px}.dropdown-container.error .dropdown-trigger{border-color:#ef4444;background:#fef2f2}.dropdown-container.error .dropdown-trigger:focus{box-shadow:0 0 0 3px #ef44441a}.dropdown-container.success .dropdown-trigger{border-color:#10b981;background:#ecfdf5}.dropdown-container.success .dropdown-trigger:focus{box-shadow:0 0 0 3px #10b9811a}.dropdown-validation{margin-top:6px;font-size:12px;display:flex;align-items:center;gap:4px}.dropdown-validation.error{color:#ef4444}.dropdown-validation.success{color:#10b981}.dropdown-validation.warning{color:#f59e0b}.custom-checkbox{position:relative;width:18px;height:18px;border:2px solid #d1d5db;border-radius:3px;background:#fff;cursor:pointer;transition:all .2s ease}.custom-checkbox.checked{background:#3b82f6;border-color:#3b82f6}.custom-checkbox.checked:after{content:"?";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.dropdown-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px;padding:8px;border:1px solid #e5e7eb;border-radius:6px;min-height:40px;background:#fafbfc}.dropdown-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;background:#3b82f6;color:#fff;border-radius:4px;font-size:11px;font-weight:500}.dropdown-tag-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:12px;padding:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.dropdown-tag-remove:hover{background:#fff3}.option-group{border-bottom:1px solid #e5e7eb}.option-group-title{padding:8px 16px;background:#f8fafc;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}.option-group .dropdown-option{padding-left:32px}.option-skeleton{padding:12px 16px;display:flex;align-items:center;gap:12px}.skeleton-circle{width:16px;height:16px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px;flex:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media print{.dropdown-menu{display:none}.dropdown-trigger:after{content:": " attr(data-selected-text);font-weight:400}.selected-items{border:1px solid #000;padding:4px}}@media (prefers-contrast: high){.dropdown-trigger,.dropdown-menu,.form-select{border:2px solid #000}.dropdown-option:hover,.dropdown-option.selected{background:#000;color:#fff}}@media (prefers-reduced-motion: reduce){.dropdown-menu{animation:none}.dropdown-arrow{transition:none}.selected-item{animation:none}}.download{width:100%;height:90vh;background-color:#f5f7fa;position:relative}.success-container{text-align:center;background-color:#fff;padding:60px 30px;border-radius:12px;box-shadow:0 0 22px #d8dfed;width:750px;border-top:8px solid #28a745;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.success-icon{font-size:60px;color:#28a745;margin-bottom:15px}.success-subtext{font-size:16px;color:#252c3e;margin-bottom:40px}.success-btn{display:inline-block;padding:10px 20px;color:#fff;text-decoration:none;border-radius:6px;transition:background-color .3s ease;cursor:pointer}.btn-edit{width:120px;background-color:#20c997}.btn-down{background-color:#ff6b6b}.btn-edit:hover{background-color:#28a745}.btn-down:hover{background-color:#fa5252}.not-found{display:flex;flex-direction:column;justify-content:center;height:90vh;align-items:center}.error-head{font-size:20px}.error-number{font-size:64px}.error-img{width:22%}.error-desc{font-size:24px}.loader{position:absolute;width:75%;height:3px;border-radius:10px;left:-100%;animation:load 1.3s linear infinite;top:0;z-index:4}.loader .loaderBar{width:100%;height:100%;border-radius:10px;position:absolute;background:#3b82f6;left:0%}@keyframes load{0%{left:-100%}75%{width:40%;left:50%}to{width:5%;left:95%}}.field-container{margin-bottom:1.5rem;width:100%}.field-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;line-height:1.4}.required-asterisk{color:#ef4444;margin-left:2px}.date-input-wrapper{position:relative;width:100%;border:1.5px solid #d1d5db;border-radius:8px;background-color:#fff;transition:all .2s ease-in-out}.date-input-wrapper:hover{border-color:#9ca3af}.date-input-wrapper.focused{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-input{width:100%;padding:12px 16px;border:none;border-radius:6px;font-size:16px;color:#374151;background-color:transparent;outline:none;font-family:inherit}.date-input::placeholder{color:#9ca3af}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.date-input::-webkit-calendar-picker-indicator:hover{background-color:#f3f4f6}.help-text{margin-top:6px;font-size:13px;color:#6b7280;line-height:1.4}.date-input:focus{outline:none}@media (max-width: 640px){.date-input{font-size:16px}}.main-container{min-height:100vh;background-color:#f9fafb;padding:1.5rem}.content-wrapper{max-width:72rem;margin:0 auto}.header-section{margin-bottom:2rem}.main-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.main-subtitle{color:#6b7280}.search-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem;margin-bottom:1.5rem}.search-wrapper{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1.25rem;height:1.25rem}.search-input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.search-input:focus{outline:none;border-color:transparent}.forms-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.forms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.forms-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.form-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;cursor:pointer;transition:all .3s ease}.form-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#93c5fd}.card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.header-content{display:flex;align-items:center;gap:.75rem;flex:0 0 92%;min-height:50px}.icon-wrapper{padding:.5rem;background-color:#dbeafe;border-radius:.5rem}.form-icon{width:1.5rem;height:1.5rem;color:#2563eb}.form-title{font-size:1.125rem;font-weight:600;color:#111827;transition:color .2s}.form-card:hover .form-title{color:#2563eb}.arrow-icon{width:1.25rem;height:1.25rem;color:#9ca3af;transition:color .2s}.form-card:hover .arrow-icon{color:#2563eb}.form-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5;min-height:50px}.form-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.category-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.category-contact{background-color:#dbeafe;color:#1e40af}.category-registration{background-color:#dcfce7;color:#166534}.category-feedback{background-color:#f3e8ff;color:#7c2d92}.category-payment{background-color:#fed7aa;color:#c2410c}.category-support{background-color:#fecaca;color:#dc2626}.category-subscription{background-color:#e0e7ff;color:#4338ca}.category-default{background-color:#f3f4f6;color:#374151}.meta-info{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.status-section{display:flex;align-items:center;gap:.5rem}.status-dot{width:.5rem;height:.5rem;background-color:#10b981;border-radius:50%}.status-text{font-size:.875rem;color:#6b7280;text-transform:capitalize}.no-results{text-align:center;padding:3rem 0}.no-results-icon{width:4rem;height:4rem;color:#9ca3af;margin:0 auto 1rem}.no-results-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}.no-results-text{color:#6b7280}.stats-footer{margin-top:2rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;text-align:center}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.stat-number{font-size:1.5rem;font-weight:700}.stat-number.blue{color:#2563eb}.stat-number.green{color:#16a34a}.stat-number.purple{color:#9333ea}.stat-label{font-size:.875rem;color:#6b7280}.container{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;padding:1rem}.card-wrapper{max-width:28rem;width:100%}.success-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #f3f4f6;padding:2rem;text-align:center;position:relative;overflow:hidden}.accent-border{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#10b981,#059669)}.icon-container{margin-bottom:1.5rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#10b981;border-radius:50%;transition:all .5s ease}.success-icon.animating{transform:scale(0) rotate(180deg)}.success-icon.complete{transform:scale(1) rotate(0)}.success-message{margin-bottom:2rem}.success-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.success-subtitle{color:#6b7280;font-size:1.125rem}.email-section{margin-bottom:1.5rem}.email-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;text-align:left}.input-wrapper{position:relative}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af}.email-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#111827;font-size:1rem;transition:all .2s ease}.email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.email-input.error{border-color:#ef4444}.email-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.email-input::placeholder{color:#6b7280}.error-message{font-size:.875rem;color:#dc2626;text-align:left;margin-top:.25rem}.success-message-email{margin-top:.25rem;font-size:.875rem;color:#059669;display:flex;align-items:center;gap:.25rem}.button-container{display:flex;flex-direction:column;gap:.75rem}.button-base{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;text-decoration:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button-primary{padding:1rem 1.5rem;background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;font-weight:600;border:2px solid transparent;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button-primary:hover{background:linear-gradient(to right,#4f46e5,#7c3aed);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05) translateY(-2px);border-color:#6366f14d}.button-primary:active{transform:scale(.95) translateY(0)}.button-row{display:flex;gap:.75rem}.button-flex{flex:1}.button-edit{background-color:#10b981;color:#fff}.button-edit:hover{background-color:#059669;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05) translateY(-2px)}.button-edit:active{transform:scale(.95) translateY(0)}.button-add{background-color:#3b82f6;color:#fff}.button-add:hover{background-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05) translateY(-2px)}.button-add:active{transform:scale(.95) translateY(0)}.button-download{background-color:#ef4444;color:#fff;width:100%}.button-download:hover{background-color:#dc2626;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05) translateY(-2px)}.button-download:active{transform:scale(.95) translateY(0)}.button-email{background-color:#8b5cf6;color:#fff;width:100%}.button-email:hover{background-color:#7c3aed;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05) translateY(-2px)}.button-email:active{transform:scale(.95) translateY(0)}.button-email.sent{background-color:#10b981;cursor:not-allowed;transform:scale(1)}.button-email.sent:hover{background-color:#10b981;transform:scale(1)}.icon-hover{transition:transform .3s ease}.button-primary:hover .icon-hover{transform:scale(1.1) rotate(3deg)}.button-edit:hover .icon-hover{transform:rotate(12deg)}.button-add:hover .icon-hover{transform:rotate(90deg)}.button-download:hover .icon-hover{transform:translateY(4px) scale(1.1)}.button-email:hover .icon-hover{transform:rotate(12deg) scale(1.1)}.decoration-1{position:absolute;bottom:-8px;right:-8px;width:5rem;height:5rem;background-color:#10b9811a;border-radius:50%}.decoration-2{position:absolute;top:-8px;left:-8px;width:4rem;height:4rem;background-color:#3b82f61a;border-radius:50%}.additional-info{margin-top:1.5rem;text-align:center}.info-text{font-size:.875rem;color:#6b7280}.input-field,textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;outline:none;background-color:#fff;color:#111827}.input-field::placeholder{color:#b9babb;font-size:13px}.input-field:focus,textarea:focus,input:focus{border-color:#377dff;box-shadow:0 0 0 3px #377dff1a;background-color:#fff}.preview-container{display:flex;justify-content:center}.preview-container table{width:70%}.input-field.error,.form-input.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.profile-container{width:100%;height:100%}.profile-card-head{padding:1rem 1.5rem;border-bottom:1px solid #dcdcdc}.profile-card-body{padding:1rem 1.5rem}.profile-card{max-width:896px;background-color:#fff;box-shadow:0 0 10px #0000001a;border-radius:8px;margin:2rem auto}.profile-title{font-size:18px;font-weight:600;color:#333}.profile-field{flex:0 0 50%;width:50%;color:#555;padding:12px 16px 12px 0}.profile-value{flex:0 0 50%;width:50%;padding:12px 0 12px 16px;color:#3b3a3a;background-color:#fff}.profile-flex:last-child .profile-field,.profile-flex:last-child .profile-value{border:none;padding-bottom:0}.tooltip-container{max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.profile-empty{color:#999;font-style:italic}.section-container{margin-bottom:32px}.section-container:last-child{margin-bottom:0}.section-header{margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.section-title{font-size:18px;font-weight:700;color:#1f2937;margin:0;text-transform:capitalize;letter-spacing:.3px}.section-content{padding-left:25px}.profile-flex{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f3f4f6;gap:20px}.profile-flex:last-child{border-bottom:none}.profile-field{font-weight:600;color:#374151;font-size:14px;min-width:200px;flex-shrink:0}.profile-value{flex:1;color:#6b7280;font-size:14px;word-break:break-word}.boolean-value.true{color:#10b981;font-weight:500}.boolean-value.false{color:#ef4444;font-weight:500}.entry-header-row{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.entry-header-row:first-child{margin-top:0;border-top:none;padding-left:15px}.entry-header-row .profile-field{font-weight:700;color:#2563eb;font-size:15px}.sub-field-row{border-bottom:1px solid #f8f9fa;background-color:#fefefe}.sub-field-row .profile-field{font-weight:500;color:#4b5563;font-size:13px}.sub-field-row .profile-value{font-size:13px;color:#6b7280}@media (max-width: 768px){.profile-field{min-width:auto;margin-bottom:4px}.section-title{font-size:16px}.entry-header-row,.sub-field-row{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}}.profile-container{max-width:800px;margin:0 auto}.profile-card-head{padding:20px 24px;border-bottom:1px solid #e5e7eb}.profile-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.profile-card-body{padding:24px}.select-field-container{margin-bottom:1rem;width:100%}.select-field-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px;line-height:1.4}.field-required{color:#ef4444;margin-left:2px;font-weight:500}.select-field-help{font-size:12px;color:#6b7280;margin-bottom:6px;line-height:1.4}.select-wrapper{position:relative;width:100%}.custom-select{width:100%;height:42px;padding:10px 40px 10px 14px;font-size:14px;font-weight:400;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;appearance:none;cursor:pointer;outline:none;transition:all .2s ease-in-out;box-sizing:border-box;font-family:inherit}.custom-select:hover{border-color:#9ca3af}.custom-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.select-arrow svg{width:16px;height:16px;fill:currentColor}.custom-select option{color:#1f2937;background-color:#fff;padding:10px 14px;font-size:14px;line-height:1.4}.custom-select option:hover{background-color:#f3f4f6}.custom-select option:checked{background-color:#3b82f6;color:#fff}@media (max-width: 640px){.custom-select{height:44px;padding:12px 40px 12px 16px;font-size:16px}.select-field-label{font-size:15px}}.custom-select{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color .15s ease-in-out}.custom-select::-ms-expand{display:none}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select::-webkit-scrollbar{width:8px}.custom-select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-select::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.custom-select::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.select-field-container{display:flex;flex-direction:column;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.select-field-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.25;letter-spacing:.025em}.field-required{color:#dc2626;margin-left:.25rem;font-weight:500}.select-wrapper{position:relative;display:inline-block;width:100%}.custom-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;line-height:1.25;color:#374151;background-color:#fff;border:1.5px solid #D1D5DB;border-radius:.5rem;outline:none;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;box-shadow:0 1px 2px #0000000d}.custom-select:hover{border-color:#9ca3af;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.custom-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a}.custom-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.custom-select.placeholder{color:#9ca3af}.select-field-container{display:flex;flex-direction:column;margin-bottom:1.5rem;font-family:Inter,sans-serif}.select-field-label{font-weight:500;font-size:14px;line-height:21px;color:#1e2022;margin-bottom:.5rem}.select-field-help{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;line-height:1.4}.custom-dropdown{position:relative;width:100%}.custom-dropdown-toggle{border:1px solid #E7EAF3;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;line-height:1.4;color:#1e2022;background-color:#fff;padding:12px 16px;margin-bottom:.25rem;font-weight:400;width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;text-align:left}.custom-dropdown-toggle:hover{color:#377dff;border-color:#377dff}.custom-dropdown-toggle:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #343a40;transition:all .2s ease}.custom-dropdown-toggle:hover:after{border-top-color:#377dff}.custom-dropdown-toggle:focus{outline:none;border-color:#377dff;box-shadow:0 0 0 3px #377dff1a}.custom-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;width:100%;background-color:#fff;border:1px solid #E7EAF3;border-radius:.3125rem;box-shadow:0 .5rem 1rem #00000026;max-height:200px;overflow-y:auto;display:none}.custom-dropdown-menu.show{display:block}.custom-dropdown-item{padding:8px 16px;cursor:pointer;color:#1e2022;background-color:transparent;border:none;width:100%;text-align:left;font-size:.8125rem;transition:background-color .15s ease}.custom-dropdown-item:hover:not(:disabled){background-color:#f8f9fa;color:#1e2022}.custom-dropdown-item:disabled{color:#6b7280;cursor:not-allowed}.custom-select option{padding:.5rem;color:#374151;background-color:#fff}.custom-select option:disabled{color:#9ca3af;background-color:#f9fafb}@media (max-width: 640px){.select-field-container{margin-bottom:1.25rem}.custom-select{padding:.875rem 2.5rem .875rem 1rem;font-size:1rem}.select-field-label{font-size:1rem}.select-field-help{font-size:.875rem}}.select-field-container.error .custom-select{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.select-field-container.error .select-field-label,.select-field-container.error .select-arrow{color:#dc2626}.select-field-container.success .custom-select{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.select-field-container.success .select-arrow{color:#059669}.select-field-container.loading .custom-select{background-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236B7280' fill-rule='nonzero'%3e%3cpath d='M10 3C6.13 3 3 6.13 3 10h2c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5c-1.04 0-2-.32-2.81-.83L5.83 13C6.84 14.16 8.34 15 10 15c3.87 0 7-3.13 7-7s-3.13-7-7-7z'%3e%3canimateTransform attributeName='transform' type='rotate' values='0 10 10;360 10 10' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 2.5rem center;background-size:1rem 1rem;padding-right:4rem}.select-field-container.loading .select-arrow{display:none}.confirmation-container{display:flex;align-items:flex-start;cursor:pointer;position:relative;padding-left:20px;line-height:1.5;user-select:none;font-size:14px;color:#333}.confirmation-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.confirmation-checkmark{position:absolute;top:2px;left:0;height:18px;width:18px;background-color:#fff;border:2px solid #dee2e6;border-radius:4px;transition:all .2s ease}.confirmation-container:hover .confirmation-checkmark{border-color:#4285f4}.confirmation-input:checked~.confirmation-checkmark{background-color:#4285f4;border-color:#4285f4}.confirmation-checkmark:after{content:"";position:absolute;display:none}.confirmation-input:checked~.confirmation-checkmark:after{display:block}.confirmation-container .confirmation-checkmark:after{left:5px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.confirmation-text{color:#333;font-size:14px;font-weight:400;line-height:1.5;margin-left:8px}.confirmation-description{margin-top:8px;margin-left:32px;font-size:12px;color:#666;line-height:1.4}.error-message{display:block;color:#dc3545;font-size:12px}.confirmation-container input:disabled~.confirmation-checkmark{background-color:#f8f9fa;border-color:#e9ecef;cursor:not-allowed}.confirmation-container input:disabled~.confirmation-text{color:#6c757d;cursor:not-allowed}.confirmation-container input:disabled{cursor:not-allowed}.confirmation-statement.clean{background-color:transparent;border:none;padding:12px 0}.confirmation-statement.compact{padding:12px;margin:12px 0}.confirmation-statement.compact .confirmation-container{font-size:13px}.confirmation-statement.compact .confirmation-checkmark{height:16px;width:16px}.confirmation-statement.compact .confirmation-container{padding-left:28px}.confirmation-statement.compact .confirmation-checkmark:after{left:4px;top:1px;width:4px;height:8px}.confirmation-statement.required .confirmation-text:after{content:" *";color:#dc3545;font-weight:700}.confirmation-statement.success .confirmation-input:checked~.confirmation-checkmark{background-color:#28a745;border-color:#28a745}.confirmation-statement.success .confirmation-container:hover .confirmation-checkmark{border-color:#28a745}.confirmation-statement.large .confirmation-text{font-size:16px}.confirmation-statement.large .confirmation-checkmark{height:20px;width:20px}.confirmation-statement.large .confirmation-container{padding-left:36px}.confirmation-statement.large .confirmation-checkmark:after{left:6px;top:2px;width:6px;height:12px}.table-container{overflow-x:auto}.static-table{width:100%;border-collapse:collapse}.table-header{background-color:#f9fafb}.table-header-cell{border:1px solid #d1d5db;padding:12px 16px;font-weight:500;color:#374151;text-align:left}.table-row:hover{background-color:#f9fafb}.table-cell{border:1px solid #d1d5db;padding:12px 16px}.input-enabled{width:100%;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;outline:none}.input-enabled:focus{border-color:#3b82f6}.input-disabled{width:100%;padding:4px 8px;color:#6b7280;border:none;outline:none;font-weight:500;background:transparent}.input-number-enabled{width:100%;text-align:center;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;outline:none}.input-number-enabled:focus{border-color:#3b82f6}.input-number-disabled{width:100%;text-align:center;padding:4px 8px;background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;border:1px solid #d1d5db;border-radius:4px}.field-text{padding:4px 8px;color:#6b7280}@media (max-width: 768px){.table-container{font-size:14px}.table-header-cell,.table-cell{padding:8px 12px}.input-enabled,.input-disabled,.input-number-enabled,.input-number-disabled{padding:3px 6px;font-size:14px}}.form-field{margin-bottom:1rem}.field-label{display:flex;align-items:center;margin-bottom:.5rem;font-weight:500;color:#374151}.required{color:#ef4444;margin-left:.25rem}.field-help{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.input-field{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-field.error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.select-field{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;background-color:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.select-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.select-field.error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.error-message{display:block;margin-top:.25rem;font-size:.875rem;color:#ef4444;font-weight:500}.subform-container{margin-bottom:1.5rem}.subform-instance{border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;padding-bottom:0;margin-bottom:1.5rem;background-color:#fafbfc}.subform-instance.has-errors{border-color:#fecaca;background-color:#fef2f2}.field-group-row{display:grid;gap:1rem;margin-bottom:1rem}.field-wrapper{flex:1}@media (max-width: 768px){.field-group-row{grid-template-columns:1fr!important}}.border-input-field:focus{border-color:#377dff;box-shadow:0 0 0 3px #377dff1a;background-color:#fff}
