.language-selector{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;color:#fff;font-size:.875rem;font-weight:500;transition:all .3s ease}.language-button:hover{background:#ffffff40;border-color:#ffffff80}.lang-code{font-weight:600;letter-spacing:.5px}.lang-code-option{font-weight:700;min-width:24px;color:#64748b;font-size:.75rem}.language-option.active .lang-code-option{color:#50b19f}.dropdown-arrow{font-size:.6rem;opacity:.8}.language-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000026;overflow:hidden;min-width:150px;z-index:10000;animation:dropdownFade .2s ease}[dir=rtl] .language-dropdown{left:50%;right:auto;transform:translate(-50%)}@keyframes dropdownFade{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:#1f2937;text-align:left;transition:background .2s ease}[dir=rtl] .language-option{text-align:right}.language-option:hover{background:#f3f4f6}.language-option.active{background:#f0fdf9;color:#50b19f}.language-option .lang-name{font-weight:500}.language-selector.portal-variant .language-button{background:#f1f5f9;color:#374151;border-color:#e5e7eb}.language-selector.portal-variant .language-button:hover{background:#e5e7eb;border-color:#d1d5db}@media (max-width: 768px){.language-button{padding:.4rem .6rem;font-size:.8rem}.dropdown-arrow{font-size:.5rem}.language-dropdown{left:50%;transform:translate(-50%);min-width:130px}[dir=rtl] .language-dropdown{left:50%;right:auto;transform:translate(-50%)}}.signup-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;padding:2rem;padding-top:120px}.signup-container{width:100%;max-width:500px}.signup-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.signup-header{text-align:center;margin-bottom:2rem}.signup-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.signup-logo .logo-icon{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.signup-logo .logo-text{font-size:2rem;font-weight:800;color:#50b19f}.signup-header h1{font-size:1.75rem;color:#1e293b;margin-bottom:.5rem}.signup-header p{color:#64748b;font-size:1rem}.signup-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.form-group input::-moz-placeholder{color:#9ca3af}.form-group input::placeholder{color:#9ca3af}.form-hint{display:block;font-size:.75rem;color:#9ca3af;margin-top:.375rem}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:3rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.75rem;font-weight:400;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s ease}.password-toggle:hover{color:#334155}.password-requirements{margin-top:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.requirement{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;padding:.25rem 0;transition:color .2s ease}.requirement.met{color:#50b19f}.requirement.unmet{color:#ef4444}.requirement-icon{font-size:.75rem;width:1rem;text-align:center}.requirement.met .requirement-icon{color:#50b19f;font-weight:700}.requirement.unmet .requirement-icon{color:#ef4444}.password-match{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-top:.5rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease}.password-match.match{color:#50b19f;background:#ecfdf5}.password-match.no-match{color:#ef4444;background:#fef2f2}.email-match{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-top:.5rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease}.email-match.match{color:#50b19f;background:#ecfdf5}.email-match.no-match{color:#ef4444;background:#fef2f2}.match-icon{font-weight:700}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.btn-signup-submit{width:100%;background:#50b19f;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-signup-submit:hover:not(:disabled){background:#3d9988;transform:translateY(-2px)}.btn-signup-submit:disabled{opacity:.6;cursor:not-allowed}.signup-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.signup-footer p{color:#64748b;margin:.5rem 0}.signup-footer a{color:#50b19f;text-decoration:none;font-weight:600}.signup-footer a:hover{color:#3d9988;text-decoration:underline}.signup-terms{margin-top:1.5rem;text-align:center}.signup-terms p{font-size:.8125rem;color:#9ca3af}.signup-terms a{color:#64748b;text-decoration:underline}.signup-terms a:hover{color:#50b19f}.optional-label{font-weight:400;color:#9ca3af;font-size:.75rem}.form-group.checkbox-group{margin-top:2rem;margin-bottom:2rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.checkbox-label:hover{border-color:#50b19f;background:#f0fdf4}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;margin-top:.1rem;accent-color:#50b19f;cursor:pointer;flex-shrink:0;align-self:flex-start}.checkbox-text{font-size:.9rem;color:#374151;line-height:1.5;padding-top:.1rem}.form-group.terms-checkbox-group{margin-top:0;margin-bottom:2rem}.terms-checkbox{background:#fffbeb;border-color:#fbbf24}.terms-checkbox:hover{background:#fef3c7;border-color:#f59e0b}.terms-checkbox.accepted{background:#ecfdf5;border-color:#50b19f}.terms-checkbox.accepted:hover{background:#d1fae5;border-color:#059669}.terms-link{color:#50b19f;text-decoration:underline;font-weight:500}.terms-link:hover{color:#3d9988}.required-indicator{color:#ef4444;font-weight:600;margin-left:.25rem}@media (max-width: 500px){.signup-card{padding:1.5rem}.signup-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}.toast{position:fixed;top:80px;right:20px;min-width:300px;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{background:#d1fae5;color:#065f46}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background:#fee2e2;color:#991b1b}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background:#dbeafe;color:#1e40af}.toast-message{color:#1f2937;font-size:14px;line-height:1.5}.toast-close{background:none;border:none;color:#9ca3af;font-size:24px;cursor:pointer;padding:0;margin-left:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s}.toast-close:hover{color:#4b5563}.form-template-builder{padding:0;margin-top:-1rem}.btn-create{background:#50b19f;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-create:hover{background:#419885;transform:translateY(-1px)}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.template-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.template-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.template-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.template-card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;flex:1}.status-indicator{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-indicator.active{background:#dcfce7;color:#15803d}.status-indicator.inactive{background:#f3f4f6;color:#6b7280}.template-card-body{margin-bottom:1.5rem}.template-type{font-size:.875rem;font-weight:600;color:#6366f1;margin:0 0 .5rem}.template-description{font-size:.875rem;color:#64748b;margin:0 0 .75rem;line-height:1.5}.template-meta{font-size:.75rem;color:#94a3b8;margin:0}.template-card-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.btn-action{background:transparent;border:none;font-size:1.125rem;cursor:pointer;padding:.25rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn-edit{color:#50b19f;margin-right:.25rem}.btn-delete{color:#ef4444}.editor-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.editor-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.btn-back{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:1rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-back:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.editor-form{display:flex;flex-direction:column;gap:0}.editor-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d}.editor-card h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#1e293b}.editor-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:2px solid #e2e8f0;margin-top:.5rem;position:sticky;bottom:0;background:#f8f9fc;z-index:10;border-radius:0 0 12px 12px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=number],.form-group input[type=email],.form-group select,.form-group textarea{padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.checkbox-label{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.section-builder{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.section-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}.section-builder-header h4{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.fields-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.fields-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fields-header h5{margin:0;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.field-builder{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-bottom:1rem}.field-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.field-builder-header span{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.btn-add,.btn-add-small{background:#6366f1;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add:hover,.btn-add-small:hover{background:#4f46e5;transform:translateY(-1px)}.btn-add-small{padding:.5rem 1rem;font-size:.8125rem}.btn-remove-small,.btn-remove-tiny{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-remove-small:hover,.btn-remove-tiny:hover{background:#dc2626}.btn-remove-tiny{padding:.25rem .75rem;font-size:.75rem}.empty-sections,.empty-fields{text-align:center;padding:3rem;color:#94a3b8;font-size:.875rem;background:#fff;border:2px dashed #e2e8f0;border-radius:8px}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem}.empty-state{text-align:center;padding:4rem;color:#94a3b8}.empty-state p{font-size:1rem;margin:0}.desktop-only{display:block!important}.mobile-only,.templates-grid.mobile-only{display:none!important}.status-inactive{background:#f3f4f6;color:#6b7280}.data-grid{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem}.data-grid-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:0;margin-bottom:1.5rem;gap:1rem}.toolbar-left{display:flex;gap:1rem;align-items:center;flex:1}.search-box{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.filter-select{padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s ease}.btn-filter{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;color:#1e293b;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-panel{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0}.filter-panel input,.filter-panel select{flex:1;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:all .2s ease}.filter-panel input:focus,.filter-panel select:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.btn-apply-filter{padding:.625rem 1.5rem;background:#50b19f;border:none;color:#fff;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-apply-filter:hover{background:#419885;transform:translateY(-1px)}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.templates-grid.mobile-only{display:grid!important}.form-template-builder{padding:1rem}.builder-header{flex-direction:column;gap:1rem;align-items:stretch}.templates-grid{grid-template-columns:1fr}.editor-header{flex-direction:column;align-items:flex-start}.editor-actions{flex-direction:column;position:static}.editor-actions button{width:100%}.form-row{grid-template-columns:1fr}.data-grid-toolbar{flex-direction:column;align-items:stretch}.data-grid-toolbar .btn-filter,.data-grid-toolbar .btn-create{width:100%;text-align:center}.filter-panel{flex-direction:column}.filter-panel input,.filter-panel select,.btn-apply-filter{width:100%}}.pdf-manager{padding:2rem;max-width:1400px;margin:0 auto}.manager-header{margin-bottom:2rem}.manager-header h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.manager-subtitle{color:#64748b;margin:0}.manager-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:0}.manager-tabs .tab{padding:.75rem 1.5rem;background:transparent;border:none;font-size:.9375rem;font-weight:500;color:#64748b;cursor:pointer;position:relative;transition:all .2s ease;margin-bottom:-2px}.manager-tabs .tab:hover{color:#6366f1}.manager-tabs .tab.active{color:#6366f1;border-bottom:2px solid #6366f1}.tab-content{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.upload-btn{background:#6366f1;color:#fff;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.upload-btn:hover{background:#4f46e5}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.template-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.template-card:hover{border-color:#6366f1;background:#f1f5f9}.template-card.selected{border-color:#6366f1;background:#eef2ff}.template-icon{font-size:2rem}.template-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.template-meta{margin:0;font-size:.75rem;color:#64748b}.fields-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.fields-section h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.fields-table-wrapper,.mappings-table-wrapper{overflow-x:auto;max-height:500px;overflow-y:auto}.fields-table,.mappings-table{width:100%;border-collapse:collapse;font-size:.875rem}.fields-table th,.fields-table td,.mappings-table th,.mappings-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.fields-table th,.mappings-table th{background:#f8fafc;font-weight:600;color:#475569;position:sticky;top:0;z-index:1}.fields-table td{color:#1e293b}.field-name-cell code{background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;word-break:break-all}.template-select{padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;min-width:300px}.mapping-info,.test-info{background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:1rem;margin-bottom:1.5rem}.mapping-info p,.test-info p{margin:0;color:#92400e;font-size:.875rem}.field-name-hint{color:#94a3b8;font-size:.75rem;margin-left:.5rem}.mapping-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8125rem;font-family:monospace}.mapping-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.mapping-actions,.test-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-save{background:#6366f1;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-save:hover{background:#4f46e5}.btn-test{background:#059669;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-test:hover{background:#047857}.btn-clear{background:#f1f5f9;color:#475569;padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-clear:hover{background:#e2e8f0}.test-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.test-field{display:flex;flex-direction:column;gap:.5rem}.test-field label{font-size:.75rem;font-weight:500;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-field input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem}.test-field input:focus{outline:none;border-color:#6366f1}.more-fields-note{grid-column:1 / -1;text-align:center;color:#64748b;font-size:.875rem;margin:1rem 0 0}.loading-state{display:flex;justify-content:center;align-items:center;padding:4rem;color:#64748b}.empty-state{text-align:center;padding:3rem;color:#94a3b8;grid-column:1 / -1}.toast{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;z-index:1000;animation:slideIn .3s ease}.toast-success{background:#dcfce7;color:#15803d;border:1px solid #86efac}.toast-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.toast-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.pdf-manager{padding:1rem}.manager-tabs{overflow-x:auto}.section-header{flex-direction:column;gap:1rem;align-items:stretch}.template-select{min-width:100%}.test-fields{grid-template-columns:1fr}.mapping-actions,.test-actions{flex-direction:column}}html[dir=rtl] .template-card{flex-direction:row-reverse}html[dir=rtl] .field-name-hint{margin-left:0;margin-right:.5rem}html[dir=rtl] .toast{right:auto;left:2rem}.dashboard-container{display:flex;min-height:100vh;background:#f8fafc;position:relative;z-index:1}.dashboard-container:before,.dashboard-container:after{display:none!important}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.25rem;color:#64748b}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.sidebar-logo-icon{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.sidebar-logo-text{font-size:1.5rem;font-weight:800;color:#50b19f}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:none;border:none;border-left:3px solid transparent;color:#64748b;font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.sidebar-nav-item:hover{background:#f8fafc;color:#1e293b}.sidebar-nav-item.active{background:#ecfdf5;color:#50b19f;border-left-color:#50b19f}.nav-icon{font-size:1.25rem}.sidebar-footer{padding:1rem;border-top:1px solid #e5e7eb}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.75rem}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:#64748b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-signout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-signout:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}.dashboard-main{flex:1;margin-left:280px;min-height:100vh;transition:margin-left .2s ease;background:#f8fafc}.dashboard-container:has(.user-sidebar.collapsed) .dashboard-main{margin-left:90px}.dashboard-content{max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:3rem}.page-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.page-subtitle{font-size:1rem;color:#64748b;margin:0}.content-section{margin-bottom:3rem}.content-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.status-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.status-card{background:#fff;border-radius:12px;padding:1.25rem;text-align:center;border:1px solid #e5e7eb;transition:all .2s ease}.status-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.status-count{font-size:2rem;font-weight:700;margin-bottom:.25rem}.status-label{font-size:.875rem;font-weight:500;color:#64748b}.status-not-started{border-left:4px solid #94a3b8}.status-not-started .status-count{color:#64748b}.status-in-progress{border-left:4px solid #3b82f6}.status-in-progress .status-count{color:#3b82f6}.status-completed{border-left:4px solid #50b19f}.status-completed .status-count{color:#50b19f}.status-submitted{border-left:4px solid #8b5cf6}.status-submitted .status-count{color:#8b5cf6}.status-approved{border-left:4px solid #22c55e}.status-approved .status-count{color:#22c55e}.status-denied{border-left:4px solid #ef4444}.status-denied .status-count{color:#ef4444}.status-card{cursor:pointer}.status-card.active{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.status-not-started.active{background:#f1f5f9;border-color:#94a3b8}.status-in-progress.active{background:#eff6ff;border-color:#3b82f6}.status-completed.active{background:#ecfdf5;border-color:#50b19f}.status-submitted.active{background:#f5f3ff;border-color:#8b5cf6}.status-approved.active{background:#f0fdf4;border-color:#22c55e}.status-denied.active{background:#fef2f2;border-color:#ef4444}.filtered-applications{margin-top:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.filtered-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.filtered-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.btn-clear-filter{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.btn-clear-filter:hover{background:#e5e7eb;color:#1e293b}.no-results{padding:2rem;text-align:center;color:#64748b}.applications-list{padding:.5rem}.application-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;transition:background .2s ease}.application-item:hover{background:#f8fafc}.app-icon{font-size:1.5rem;flex-shrink:0}.app-details{flex:1;min-width:0}.app-details h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.app-details p{font-size:.8125rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-status-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;flex-shrink:0}.app-status-badge.status-not-started{background:#f1f5f9;color:#64748b}.app-status-badge.status-in-progress{background:#dbeafe;color:#1d4ed8}.app-status-badge.status-completed{background:#d1fae5;color:#047857}.app-status-badge.status-submitted{background:#ede9fe;color:#6d28d9}.app-status-badge.status-approved{background:#dcfce7;color:#15803d}.app-status-badge.status-denied{background:#fee2e2;color:#b91c1c}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{margin:0}.section-description{color:#64748b;margin-bottom:2rem;line-height:1.5}.btn-new-packet{background:#50b19f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-new-packet:hover{background:#3d9988;transform:translateY(-1px)}.empty-state-box{text-align:center;padding:4rem 2rem;background:#fff;border:2px dashed #e5e7eb;border-radius:12px}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state-box h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.empty-state-box p{color:#64748b;margin:0}.packets-grid{display:grid;gap:1rem}.packet-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.packet-item:hover{border-color:#50b19f;box-shadow:0 4px 12px #50b19f1a}.packet-icon{font-size:2rem;flex-shrink:0}.packet-content{flex:1;min-width:0}.packet-content h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.packet-content p{font-size:.875rem;color:#64748b;margin:0}.btn-continue{background:#50b19f;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s ease}.btn-continue:hover{background:#3d9988}.packet-menu-wrapper{position:relative;flex-shrink:0}.btn-packet-menu{background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem .7rem;cursor:pointer;font-size:1.1rem;line-height:1;color:#64748b;transition:background .2s,color .2s,border-color .2s}.btn-packet-menu:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.btn-packet-menu:disabled{opacity:.5;cursor:not-allowed}.packet-menu-popover{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 20px #0000001f;min-width:160px;z-index:20;overflow:hidden}.packet-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .9rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.875rem;color:#1e293b;transition:background .15s,color .15s}.packet-menu-item.packet-menu-delete{color:#dc2626}.packet-menu-item.packet-menu-delete:hover{background:#fef2f2}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.btn-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.btn-close:hover{background:#f1f5f9;color:#1e293b}.empty-text{text-align:center;color:#64748b;padding:2rem}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.template-card{position:relative;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.template-card:hover{border-color:#50b19f;box-shadow:0 4px 12px #50b19f1a}.template-card.selected{border-color:#50b19f;background:#ecfdf5}.template-check{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #50b19f;background:#50b19f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.template-card:not(.selected) .template-check{background:#fff;color:transparent}.template-card h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.template-card p{font-size:.875rem;color:#64748b;margin:0}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb}.btn-modal-cancel{background:#fff;border:1px solid #e5e7eb;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-modal-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.btn-modal-create{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-modal-create:hover:not(:disabled){background:#3d9988}.btn-modal-create:disabled{opacity:.5;cursor:not-allowed}.progress-section{display:grid;grid-template-columns:280px 1fr;gap:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem}.progress-chart-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.progress-ring{position:relative;width:160px;height:160px}.progress-ring svg{transform:rotate(-90deg);width:100%;height:100%}.progress-ring-bg{stroke:#e5e7eb}.progress-ring-fill{stroke:#50b19f;transition:stroke-dasharray .5s ease}.progress-ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-percentage{display:block;font-size:2rem;font-weight:700;color:#1e293b}.progress-label{display:block;font-size:.875rem;color:#64748b}.progress-summary{margin-top:1rem;text-align:center}.progress-summary p{margin:0;font-size:.875rem;color:#64748b}.applications-timeline{border-left:1px solid #e5e7eb;padding-left:1.5rem}.applications-timeline h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.no-apps-message{color:#64748b;font-style:italic}.timeline-list{display:flex;flex-direction:column;gap:1rem}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.status-dot-not-started{background:#94a3b8}.status-dot-in-progress{background:#3b82f6}.status-dot-completed{background:#50b19f}.status-dot-submitted{background:#8b5cf6}.status-dot-approved{background:#22c55e}.status-dot-denied{background:#ef4444}.timeline-content{flex:1;background:#f8fafc;border-radius:8px;padding:1rem}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.timeline-header h4{margin:0;font-size:.9375rem;font-weight:600;color:#1e293b}.timeline-badge{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:9999px}.timeline-badge.status-not-started{background:#f1f5f9;color:#64748b}.timeline-badge.status-in-progress{background:#dbeafe;color:#1d4ed8}.timeline-badge.status-completed{background:#d1fae5;color:#047857}.timeline-badge.status-submitted{background:#ede9fe;color:#6d28d9}.timeline-badge.status-approved{background:#dcfce7;color:#15803d}.timeline-badge.status-denied{background:#fee2e2;color:#b91c1c}.timeline-description{font-size:.8125rem;color:#64748b;margin:0 0 .75rem}.timeline-dates{display:flex;flex-wrap:wrap;gap:1rem}.date-item{font-size:.75rem;color:#64748b}.date-item strong{color:#475569}.date-item.created,.date-item.created strong{color:#15803d}.date-item.days-since,.date-item.days-since strong{color:#ea580c}.date-item.days-until,.date-item.days-until strong{color:#dc2626}@media (max-width: 768px){.dashboard-sidebar{display:none}.dashboard-main{margin-left:0;padding-top:60px}.dashboard-content{padding:1rem}.page-header h1{font-size:1.5rem}.section-header{flex-direction:column;align-items:stretch;gap:1rem}.btn-new-packet{width:100%}.packet-item{flex-direction:column;align-items:stretch}.btn-continue{width:100%}.template-grid,.progress-section{grid-template-columns:1fr}.applications-timeline{border-left:none;border-top:1px solid #e5e7eb;padding-left:0;padding-top:1.5rem}.timeline-dates{flex-direction:column;gap:.25rem}.status-cards{grid-template-columns:1fr;gap:.75rem}.status-card{padding:1rem}.status-count{font-size:1.5rem}.status-label{font-size:.75rem}.progress-ring{width:120px;height:120px}.progress-percentage{font-size:1.5rem}.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh;height:100vh}.application-item{flex-wrap:wrap}.app-status-badge{width:100%;text-align:center;margin-top:.5rem}.content-section{margin-bottom:2rem}.content-section h2{font-size:1.25rem}}.mobile-account-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;border:2px solid #e5e7eb;cursor:pointer;font-weight:600;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.mobile-account-btn:hover{border-color:#50b19f;transform:scale(1.05)}.admin-dashboard .sidebar-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.content-header{margin-bottom:2rem}.content-header h1{font-size:2rem;color:#1e293b;margin:0}.content-body{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.stats-grid-admin{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card-admin{background:#50b19f;color:#fff;padding:2rem;border-radius:12px;text-align:center}.stat-icon{font-size:2.5rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.recent-activity{margin-top:2rem}.placeholder-text{color:#64748b;text-align:center;padding:2rem}.templates-tab{width:100%}.sub-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.sub-tab{padding:.75rem 1.5rem;background:none;border:none;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .3s ease}.sub-tab:hover{color:#1e293b}.sub-tab.active{color:#50b19f;border-bottom-color:#50b19f}.data-grid-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.btn-filter{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;color:#1e293b;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-filter:hover{border-color:#50b19f;color:#50b19f}.btn-create{padding:.75rem 1.5rem;background:#50b19f;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-create:hover{background:#3d9988;transform:translateY(-1px)}.filter-panel{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem}.filter-panel input,.filter-panel select{flex:1;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.btn-apply-filter{padding:.5rem 1.5rem;background:#50b19f;border:none;color:#fff;border-radius:6px;cursor:pointer;font-weight:600}.data-grid{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.data-table th{text-align:left;padding:1rem;font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s ease}.data-table tbody tr:hover{background:#f8fafc}.data-table td{padding:1rem;color:#334155}.cell-name{font-weight:600;color:#1e293b}.cell-description{color:#64748b;max-width:400px}.cell-status{text-align:center}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-active{background:#d1fae5;color:#065f46}.cell-actions{white-space:nowrap;width:100px}.cell-actions .actions-wrapper{display:flex;align-items:center;gap:.5rem}.btn-action{background:transparent;border:none;font-size:1.125rem;cursor:pointer;padding:.25rem;margin:0;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn-action:hover{transform:scale(1.15)}.btn-action .glyphicon{font-size:.875rem}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.error-state{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.error-icon{font-size:4rem;margin-bottom:1rem}.error-state h3{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.error-state p{color:#64748b;margin-bottom:2rem;line-height:1.6}.loading-state{display:flex;justify-content:center;align-items:center;padding:4rem;color:#64748b;font-size:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;color:#1e293b}.btn-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;line-height:1}.template-form{padding:2rem}.form-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{font-size:1.125rem;color:#1e293b;margin:0}.btn-add{background:#50b19f;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer}.application-item{display:flex;gap:.75rem;margin-bottom:.75rem}.application-item select,.application-item input{flex:1}.btn-remove{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;white-space:nowrap}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:2rem;border-top:1px solid #e2e8f0}.users-tab{width:100%}.loading-state{text-align:center;padding:3rem;color:#64748b}.users-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.toolbar-left{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;flex:1}.search-box{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;min-width:250px;transition:all .2s ease}.search-box:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.role-filter{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;min-width:150px}.role-filter:focus{outline:none;border-color:#50b19f}.users-stats{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-radius:999px;border:1px solid #e2e8f0}.stat-number{font-weight:700;font-size:1.125rem;color:#1e293b}.stat-text{font-size:.875rem;color:#64748b}.cell-user{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-details{display:flex;flex-direction:column;min-width:0}.user-fullname{font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-admin{background:#fee2e2;color:#dc2626}.role-firm{background:#dbeafe;color:#2563eb}.role-user{background:#d1fae5;color:#059669}.btn-edit{background:transparent!important;color:#50b19f}.btn-edit:hover{opacity:.7}.btn-delete{background:transparent!important;color:#ef4444}.btn-delete:hover{opacity:.7}.modal-small .modal-content{max-width:500px}.modal-body{padding:2rem}.delete-warning{text-align:center;padding:1rem}.delete-warning p{font-size:1rem;color:#475569;margin-bottom:.5rem}.delete-warning p strong{color:#1e293b}.delete-note{font-size:.875rem!important;color:#ef4444!important}.user-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:600;color:#475569}.form-group input,.form-group select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.form-error{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.user-edit-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.user-avatar-large{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.user-edit-info h3{margin:0;color:#1e293b;font-size:1.125rem}.user-edit-info p{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.modal-footer .btn-secondary{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;color:#475569;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.modal-footer .btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.modal-footer .btn-primary{padding:.75rem 1.5rem;background:#50b19f;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.modal-footer .btn-primary:hover{background:#3d9988}.modal-footer .btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.modal-footer .btn-danger{padding:.75rem 1.5rem;background:#ef4444;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.modal-footer .btn-danger:hover{background:#dc2626}@media (max-width: 768px){.admin-sidebar{display:none}.admin-content{margin-left:0}.templates-list{grid-template-columns:1fr}.application-item{flex-direction:column}.data-grid-toolbar{flex-direction:column;align-items:stretch}.data-grid-toolbar .btn-filter,.data-grid-toolbar .btn-create{width:100%;text-align:center}.filter-panel{flex-direction:column}.sub-tabs{overflow-x:visible;justify-content:space-around;flex-wrap:wrap}.sub-tab{padding:.5rem 1rem;font-size:.875rem;white-space:nowrap;flex:1;min-width:-moz-fit-content;min-width:fit-content}.users-toolbar{flex-direction:column;align-items:stretch}.toolbar-left{flex-direction:column}.search-box{min-width:auto;width:100%}.search-box input{width:100%}.role-filter{min-width:auto;width:100%}.users-stats{justify-content:center}.form-row{grid-template-columns:1fr}.admin-dashboard .data-grid{overflow-x:visible;border:none}.admin-dashboard .data-table{border:none}.admin-dashboard .data-table,.admin-dashboard .data-table thead,.admin-dashboard .data-table tbody,.admin-dashboard .data-table th,.admin-dashboard .data-table td,.admin-dashboard .data-table tr{display:block}.admin-dashboard .data-table thead{display:none}.admin-dashboard .data-table tbody tr{margin-bottom:1rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;background:#fff;border:1px solid #e2e8f0}.admin-dashboard .data-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;text-align:right}.admin-dashboard .data-table td:before{content:attr(data-label);font-weight:600;color:#374151;margin-right:1rem;flex-shrink:0;text-align:left}.admin-dashboard .data-table td:last-child{border-bottom:none}.admin-dashboard .data-table td.cell-actions{justify-content:center;flex-wrap:wrap;gap:.5rem;padding:1rem}.admin-dashboard .data-table td.cell-actions:before{display:none}.admin-dashboard .cell-actions .btn-action{flex:1;min-width:80px}.admin-dashboard .data-table td.cell-user{flex-direction:column;align-items:flex-start;gap:.25rem}.admin-dashboard .data-table td.cell-user:before{margin-bottom:.5rem}.admin-dashboard .user-cell{width:100%;justify-content:flex-start}.admin-dashboard .user-avatar-small{display:flex}.admin-dashboard .data-table td.empty-state{text-align:center;padding:2rem 1rem}.admin-dashboard .data-table td.empty-state:before{display:none}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.applications-tab{width:100%}.app-type-badge{display:inline-block;padding:.375rem .75rem;background:#eff6ff;color:#1e40af;border-radius:6px;font-size:.875rem;font-weight:600}.cell-description{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-select{padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#475569;background:#fff;cursor:pointer;transition:all .2s ease}.filter-select:hover{border-color:#cbd5e1}.filter-select:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.results-count{font-size:.875rem;color:#64748b;font-weight:500}.lawyer-dashboard{background:#f8fafc}.lawyer-status-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.lawyer-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.lawyer-stat-card{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.lawyer-stat-card:hover{box-shadow:0 4px 12px #00000014}.lawyer-stat-icon{font-size:2.5rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px}.lawyer-stat-info{display:flex;flex-direction:column}.lawyer-stat-value{font-size:2rem;font-weight:700;color:#1e293b}.lawyer-stat-label{font-size:.875rem;color:#64748b;font-weight:500}.lawyer-search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.lawyer-search-input{flex:1;max-width:400px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease}.lawyer-search-input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.client-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.client-card:hover{border-color:#50b19f;box-shadow:0 4px 16px #50b19f26;transform:translateY(-2px)}.client-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.client-avatar-large{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0}.client-info{flex:1;min-width:0}.client-info h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.client-email{font-size:.8125rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-status-badge{font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px;flex-shrink:0;text-transform:uppercase;letter-spacing:.3px}.client-status-badge.status-not-started{background:#f1f5f9;color:#64748b}.client-status-badge.status-in-progress{background:#dbeafe;color:#1d4ed8}.client-status-badge.status-completed{background:#d1fae5;color:#047857}.client-status-badge.status-submitted{background:#ede9fe;color:#6d28d9}.client-status-badge.status-approved{background:#dcfce7;color:#15803d}.client-status-badge.status-denied{background:#fee2e2;color:#b91c1c}.client-status-badge.status-no-apps{background:#fef3c7;color:#d97706}.client-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.client-stat{text-align:center}.client-stat-value{display:block;font-size:1.125rem;font-weight:700;color:#1e293b}.client-stat-label{display:block;font-size:.6875rem;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin-top:.125rem}.client-card-footer{padding-top:1rem;text-align:right}.view-details{font-size:.875rem;font-weight:600;color:#50b19f;transition:color .2s ease}.client-card:hover .view-details{color:#3d9988}.client-detail-modal{max-width:600px}.client-detail-header{display:flex;align-items:center;gap:1rem}.modal-avatar{width:56px;height:56px;font-size:1.25rem}.client-detail-header h2{margin:0 0 .25rem;font-size:1.5rem}.client-detail-email{margin:0;color:#64748b;font-size:.875rem}.client-detail-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;padding:0 1.5rem}.detail-tab{background:none;border:none;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease}.detail-tab:hover{color:#1e293b}.detail-tab.active{color:#50b19f;border-bottom-color:#50b19f}.client-applications-list{display:flex;flex-direction:column;gap:.75rem}.client-app-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;transition:background .2s ease}.client-app-item:hover{background:#f1f5f9}.client-app-icon{font-size:1.5rem}.client-app-info{flex:1}.client-app-info h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.client-app-info p{font-size:.8125rem;color:#64748b;margin:0}.empty-state-small{text-align:center;padding:2rem;color:#64748b}.client-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.info-item span{font-size:.9375rem;color:#1e293b}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.status-not-started{background:#f1f5f9;color:#64748b}.status-badge.status-in-progress{background:#dbeafe;color:#2563eb}.status-badge.status-completed{background:#dcfce7;color:#15803d}.status-badge.status-submitted{background:#ede9fe;color:#6d28d9}.status-badge.status-approved{background:#d1fae5;color:#059669}.status-badge.status-denied{background:#fee2e2;color:#dc2626}.add-client-form{display:flex;flex-direction:column}.add-client-form .modal-body{padding:1.5rem}.add-client-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.add-client-form .form-group{margin-bottom:1rem}.add-client-form label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.add-client-form input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease;box-sizing:border-box}.add-client-form input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}@media (max-width: 1200px){.lawyer-status-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.lawyer-stats-row{grid-template-columns:1fr}.lawyer-stat-card{padding:1.25rem}.clients-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.lawyer-status-cards{grid-template-columns:repeat(2,1fr)}.lawyer-search-bar{flex-direction:column;align-items:stretch}.lawyer-search-input{max-width:none}.clients-grid{grid-template-columns:1fr}.client-card-stats{grid-template-columns:1fr 1fr;gap:.75rem}.client-card-stats .client-stat:last-child{grid-column:span 2}.client-info-grid,.add-client-form .form-row{grid-template-columns:1fr}.client-detail-modal{max-height:100vh;height:100vh;border-radius:0}.client-detail-tabs{padding:0 1rem}.detail-tab{padding:.75rem 1rem;font-size:.875rem}}@media (max-width: 480px){.lawyer-status-cards{grid-template-columns:1fr;gap:.75rem}.client-card{padding:1rem}.client-avatar-large{width:40px;height:40px;font-size:.875rem}.client-info h3{font-size:1rem}.client-card-stats{grid-template-columns:1fr;gap:.5rem}.client-stat{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.client-stat:last-child{border-bottom:none}.client-stat-value{font-size:1rem}.client-stat-label{font-size:.75rem;margin-top:0}}html[dir=rtl] .client-card-header{flex-direction:row-reverse}html[dir=rtl] .client-card-footer{text-align:left}html[dir=rtl] .view-details{direction:ltr}html[dir=rtl] .client-detail-header,html[dir=rtl] .client-app-item,html[dir=rtl] .lawyer-stat-card,html[dir=rtl] .lawyer-search-bar,html[dir=rtl] .client-stat{flex-direction:row-reverse}.applications-page .dashboard-main{background:#f8fafc}.applications-page .empty-state-box{background:#fff}.applications-page .data-grid{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.applications-page .data-table{width:100%;min-width:500px;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.applications-page .data-table th,.applications-page .data-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.applications-page .data-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.875rem}.applications-page .data-table td{color:#4b5563;font-size:.875rem}.applications-page .data-table tbody tr:hover{background:#f9fafb}.applications-page .data-table tbody tr:last-child td{border-bottom:none}.applications-page .btn-table-action{padding:.5rem 1rem;background:#50b19f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.applications-page .btn-table-action:hover{background:#3d9488}.applications-page .btn-table-action:disabled{opacity:.6;cursor:not-allowed}.applications-page .btn-table-action.btn-delete{background:#dc2626}.applications-page .btn-table-action.btn-delete:hover{background:#b91c1c}.applications-page .action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.applications-page .data-grid{overflow-x:visible}.applications-page .data-table{min-width:unset}.applications-page .data-table,.applications-page .data-table thead,.applications-page .data-table tbody,.applications-page .data-table th,.applications-page .data-table td,.applications-page .data-table tr{display:block}.applications-page .data-table thead{display:none}.applications-page .data-table tbody tr{margin-bottom:1rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.applications-page .data-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.applications-page .data-table td:before{content:attr(data-label);font-weight:600;color:#374151;margin-right:1rem;flex-shrink:0}.applications-page .data-table td:last-child{border-bottom:none;justify-content:center;padding:1rem}.applications-page .data-table td:last-child:before{display:none}.applications-page .btn-table-action{width:100%;padding:.75rem}.applications-page .action-buttons{flex-direction:column;width:100%}}.account-section{margin-bottom:1.5rem}.account-top-row{display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.profile-picture-box{height:-moz-fit-content;height:fit-content}.profile-picture-content{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem!important}.profile-picture-container{width:140px;height:140px;border-radius:50%;overflow:hidden;margin-bottom:1.25rem;border:3px solid #e5e7eb;background:#f8fafc}.profile-picture-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-picture-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#50b19f,#3d9988)}.placeholder-icon{font-size:3.5rem;font-weight:600;color:#fff}.profile-picture-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.btn-upload{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#50b19f;border:1px solid #50b19f;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.btn-upload:hover{background:#3d9988;border-color:#3d9988}.btn-remove-picture{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-remove-picture:hover{background:#f1f5f9;color:#ef4444;border-color:#ef4444}.btn-remove-picture:disabled{opacity:.5;cursor:not-allowed}.profile-picture-hint{margin:.75rem 0 0;font-size:.75rem;color:#9ca3af;text-align:center}.profile-info-box{flex:1}.account-box{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.account-box-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.account-box-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.account-box-content{padding:1.5rem}.account-fields-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.account-field-item{display:flex;flex-direction:column;gap:.5rem}.account-field-item.full-width{grid-column:1 / -1}.account-field-item label{font-size:.8125rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.account-value{font-size:1rem;color:#1e293b;padding:.625rem 0;min-height:2.5rem;display:flex;align-items:center}.account-value-muted{color:#94a3b8;font-family:monospace;font-size:.875rem}.account-input{width:100%;padding:.625rem .875rem;font-size:1rem;color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease}.account-input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.account-input:disabled{background:#f1f5f9;cursor:not-allowed}.btn-edit{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#50b19f;background:#fff;border:1px solid #50b19f;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-edit:hover{background:#ecfdf5}.edit-actions{display:flex;gap:.75rem}.btn-cancel{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#f1f5f9}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-save{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#50b19f;border:1px solid #50b19f;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-save:hover{background:#3d9988;border-color:#3d9988}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.role-badge{display:inline-block;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;color:#6d28d9;background:#ede9fe;border-radius:9999px}.language-options{display:flex;flex-wrap:wrap;gap:.75rem}.language-option-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#64748b;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease}.language-option-btn:hover{border-color:#50b19f;color:#50b19f}.language-option-btn.active{background:#50b19f;border-color:#50b19f;color:#fff}.lang-code-badge{font-weight:600;font-size:.75rem;padding:.125rem .375rem;background:#0000000d;border-radius:4px}.language-option-btn.active .lang-code-badge{background:#fff3}.lang-name{font-weight:500}.lang-check{margin-left:.25rem;font-size:.875rem}.joint-requests-list{display:flex;flex-direction:column}.joint-requests-list .security-item{border-bottom:1px solid #e5e7eb}.joint-requests-list .security-item:last-child{border-bottom:none}.joint-request-content{display:flex;align-items:center;gap:.75rem;flex:1}.joint-request-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0}.joint-request-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-accept{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#50b19f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-accept:hover:not(:disabled){background:#3d9988}.btn-accept:disabled{opacity:.6;cursor:not-allowed}.account-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9375rem}.account-message.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.account-message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.security-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.security-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:500;color:#1e293b}.security-info p{margin:0;font-size:.875rem;color:#64748b}.password-change-form{display:flex;flex-direction:column;gap:1.25rem}.password-field{display:flex;flex-direction:column;gap:.5rem}.password-field label{font-size:.8125rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.password-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.account-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:.5rem}.terms-link{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease;text-decoration:underline}.terms-link:hover{color:#50b19f}.delete-account-link{background:none;border:none;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease}.delete-account-link:hover{color:#dc2626;text-decoration:underline}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-modal{background:#fff;border-radius:12px;width:100%;max-width:420px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.delete-modal-header{padding:1.25rem 1.5rem;background:#fef2f2;border-bottom:1px solid #fecaca}.delete-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#b91c1c}.delete-modal-content{padding:1.5rem}.delete-modal-content p{margin:0 0 .75rem;font-size:1rem;color:#1e293b}.delete-modal-content p:last-child{margin-bottom:0}.delete-warning{font-size:.875rem!important;color:#64748b!important}.delete-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e5e7eb}.btn-delete{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#ef4444;border:1px solid #ef4444;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-delete:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.joint-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.joint-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.joint-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#50b19f;border-bottom:1px solid #3d9988}.joint-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.joint-modal-close{background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .2s ease}.joint-modal-close:hover{opacity:1}.joint-modal-content{padding:1.5rem}.joint-modal-description{margin:0 0 1.25rem;font-size:.9375rem;color:#64748b;line-height:1.5}.joint-search-container{display:flex;gap:.75rem;margin-bottom:1rem}.joint-search-input{flex:1;padding:.75rem 1rem;font-size:1rem;color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease}.joint-search-input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.btn-joint-search{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fff;background:#50b19f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-joint-search:hover:not(:disabled){background:#3d9988}.btn-joint-search:disabled{opacity:.6;cursor:not-allowed}.joint-error-message{padding:.75rem 1rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.joint-result-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem}.joint-result-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;flex-shrink:0}.joint-result-info{flex:1;min-width:0}.joint-result-name{font-size:1rem;font-weight:500;color:#1e293b;margin-bottom:.25rem}.joint-result-email{font-size:.875rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-send-invite{padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#50b19f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-send-invite:hover:not(:disabled){background:#3d9988}.btn-send-invite:disabled{opacity:.6;cursor:not-allowed}.joint-success-state{text-align:center;padding:1.5rem 0}.joint-success-icon{width:64px;height:64px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.25rem}.joint-success-state h4{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#1e293b}.joint-success-state p{margin:0 0 1.5rem;font-size:.9375rem;color:#64748b;line-height:1.5}.btn-joint-done{padding:.75rem 2rem;font-size:.9375rem;font-weight:500;color:#fff;background:#50b19f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-joint-done:hover{background:#3d9988}.joint-modal-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-radius:8px;background:#f1f5f9;padding:4px}.joint-tab{flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.joint-tab:hover:not(.active){color:#1e293b}.joint-tab.active{background:#fff;color:#50b19f;box-shadow:0 1px 3px #0000001a}.btn-generate-code{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#50b19f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-generate-code:hover:not(:disabled){background:#3d9988}.btn-generate-code:disabled{opacity:.6;cursor:not-allowed}.joint-code-display{text-align:center}.invite-code-box{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;background:#f8fafc;border:2px dashed #d1d5db;border-radius:12px;margin-bottom:1rem}.invite-code{font-size:2rem;font-weight:700;font-family:monospace;letter-spacing:.25em;color:#1e293b}.btn-copy-code{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#50b19f;background:#fff;border:1px solid #50b19f;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-copy-code:hover{background:#ecfdf5}.joint-code-hint{font-size:.8125rem;color:#94a3b8;margin-bottom:1.5rem}.joint-code-input{flex:1;padding:.75rem 1rem;font-size:1.25rem;font-weight:600;font-family:monospace;letter-spacing:.15em;text-align:center;color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;text-transform:uppercase;transition:all .2s ease}.joint-code-input:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 3px #50b19f1a}.joint-code-input::-moz-placeholder{font-size:1rem;font-weight:400;letter-spacing:normal;text-transform:none}.joint-code-input::placeholder{font-size:1rem;font-weight:400;letter-spacing:normal;text-transform:none}@media (max-width: 768px){.account-top-row{grid-template-columns:1fr}.profile-picture-box{order:-1}.account-fields-grid{grid-template-columns:1fr}.account-field-item.full-width{grid-column:1}.account-box-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-actions{width:100%}.btn-edit,.btn-cancel,.btn-save{width:100%;justify-content:center}.security-item{flex-direction:column;align-items:flex-start;gap:1rem}.joint-request-content,.joint-request-actions{width:100%}.joint-request-actions .btn-accept,.joint-request-actions .btn-secondary{flex:1}.security-item .btn-secondary{width:100%}}.packet-detail-container{max-width:1200px;margin:0 auto}.packet-header-actions{display:flex;gap:1rem;justify-content:flex-end;margin-bottom:2rem}.btn-edit-mode{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-edit-mode:hover{background:#3d9988}.btn-cancel{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-cancel:hover{border-color:#cbd5e1}.packet-info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.card-header h1{font-size:1.75rem;color:#1e293b;margin:0}.type-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase}.type-badge.template{background:#dbeafe;color:#1e40af}.type-badge.packet{background:#d1fae5;color:#065f46}.card-body{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#50b19f}.form-value{padding:.75rem;background:#f8fafc;border-radius:8px;color:#334155;font-size:1rem;min-height:2.5rem}.applications-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.applications-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem}.applications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.application-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.application-card:hover{border-color:#50b19f;box-shadow:0 5px 15px #50b19f33;transform:translateY(-2px)}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.app-header h3{font-size:1.125rem;color:#1e293b;margin:0}.app-description{color:#64748b;margin-bottom:1rem;line-height:1.5}.app-footer{padding-top:1rem;border-top:1px solid #e2e8f0}.app-date{font-size:.875rem;color:#94a3b8}.empty-state{text-align:center;padding:3rem;color:#64748b;background:#f8fafc;border-radius:8px}@media (max-width: 768px){.packet-detail-page{padding:1rem}.packet-header{flex-direction:column;gap:1rem;align-items:stretch}.packet-header-actions{justify-content:stretch}.applications-grid,.info-grid{grid-template-columns:1fr}}.order-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin:1rem 0 1.5rem;box-shadow:0 1px 3px #0000000d}.order-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.order-summary-header h2{margin:0;font-size:1.25rem;color:#1e293b}.paid-badge{background:#dcfce7;color:#166534;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.due-badge{background:#fef3c7;color:#92400e;padding:.35rem .75rem;border-radius:999px;font-size:.9rem;font-weight:700}.order-summary-body{display:flex;flex-direction:column;gap:.5rem}.order-line{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:.55rem 0;border-bottom:1px dashed #f1f5f9}.order-line:last-of-type{border-bottom:none}.order-line-name{font-weight:500;color:#1e293b}.order-line-price{color:#1e293b;font-variant-numeric:tabular-nums}.order-line-status{font-size:.8rem;font-weight:600;min-width:70px;text-align:right}.order-line-status.paid{color:#16a34a}.order-line-status.unpaid{color:#dc2626}.order-line-status.free{color:#94a3b8}.btn-pay-checkout{margin-top:1rem;background:#50b19f;color:#fff;border:none;padding:.85rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.btn-pay-checkout:hover:not(:disabled){background:#3d9988;transform:translateY(-1px)}.btn-pay-checkout:disabled{opacity:.7;cursor:not-allowed}.app-card-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.btn-download-app,.btn-download-locked{width:100%;padding:.6rem .85rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:background .2s}.btn-download-app{background:#50b19f;color:#fff}.btn-download-app:hover{background:#3d9988}.btn-download-locked{background:#f1f5f9;color:#475569;border:1px dashed #cbd5e1}.btn-download-locked:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.btn-download-locked:disabled{opacity:.6;cursor:not-allowed}.app-pay-tag{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.app-pay-tag.paid{background:#dcfce7;color:#166534}.app-pay-tag.unpaid{background:#fef3c7;color:#92400e}[data-theme=dark] .order-summary-card{background:#1e293b;border-color:#334155}[data-theme=dark] .order-summary-header{border-bottom-color:#334155}[data-theme=dark] .order-summary-header h2{color:#f1f5f9}[data-theme=dark] .order-line{border-bottom-color:#334155}[data-theme=dark] .order-line-name,[data-theme=dark] .order-line-price{color:#e2e8f0}[data-theme=dark] .paid-badge{background:#22c55e33;color:#4ade80}[data-theme=dark] .due-badge{background:#f59e0b33;color:#fbbf24}[data-theme=dark] .btn-download-locked{background:#334155;color:#cbd5e1;border-color:#475569}[data-theme=dark] .btn-download-locked:hover:not(:disabled){background:#475569;color:#f1f5f9}[data-theme=dark] .app-card-actions{border-top-color:#334155}[data-theme=dark] .app-pay-tag.paid{background:#22c55e33;color:#4ade80}[data-theme=dark] .app-pay-tag.unpaid{background:#f59e0b33;color:#fbbf24}.dynamic-form-container{display:flex;flex-direction:column;gap:1.5rem}.save-status{position:sticky;top:0;background:#fff;padding:.75rem 1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;z-index:10;text-align:right}.save-status .saving{color:#6366f1;font-size:.875rem;font-weight:500}.save-status .saved{color:#10b981;font-size:.875rem;font-weight:500}.form-section-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.section-header h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e293b}.section-description{margin:0 0 1.5rem;font-size:.875rem;color:#64748b;line-height:1.5}.section-fields{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.field-width-full{grid-column:span 12}.field-width-half{grid-column:span 6}.field-width-third{grid-column:span 4}.field-group label{font-size:.875rem;font-weight:500;color:#374151}.field-group .required{color:#ef4444;margin-left:.25rem}.form-input,.form-textarea,.form-select,.form-file{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-input:invalid,.form-textarea:invalid,.form-select:invalid{border-color:#ef4444}.form-textarea{resize:vertical;min-height:100px}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.radio-label,.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#374151;padding:.5rem;border-radius:6px;transition:background .2s ease}.radio-label:hover,.checkbox-label:hover{background:#f9fafb}.radio-label input[type=radio],.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.field-help-text{font-size:.75rem;color:#6b7280;line-height:1.4}.form-actions{display:flex;justify-content:flex-end;padding:1rem 0}.btn-save-manual{background:#6366f1;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-save-manual:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-save-manual:disabled{opacity:.6;cursor:not-allowed}.dynamic-form-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}.dynamic-form-loading p{color:#64748b;font-size:.875rem}.dynamic-form-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}.dynamic-form-error p{color:#dc2626;font-size:.875rem;margin:0}.btn-retry{background:#ef4444;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#dc2626}.dynamic-form-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:.5rem;text-align:center}.dynamic-form-empty p{color:#64748b;font-size:.875rem;margin:0}.dynamic-form-empty .help-text{color:#94a3b8;font-size:.8125rem}.auto-populated .form-input,.auto-populated .form-textarea,.auto-populated .form-select{border-color:#50b19f;background-color:#f0fdf9}.auto-populated-badge{display:inline-block;font-size:.6875rem;font-weight:500;color:#50b19f;background:#f0fdf9;border:1px solid #50b19f;border-radius:4px;padding:.125rem .375rem;margin-left:.5rem;vertical-align:middle}.repeatable-section{padding-bottom:1rem}.repeatable-instance{border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;margin:0 0 .75rem}.repeatable-instance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.instance-label{font-size:.8rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:.2rem .65rem;border-radius:4px}.btn-remove-instance{background:transparent;border:1px solid #fecaca;color:#dc2626;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:4px;cursor:pointer;transition:all .15s ease}.btn-remove-instance:hover{background:#fef2f2}.btn-add-instance{display:block;width:calc(100% - 2rem);margin:.5rem 1rem 1rem;padding:.6rem 1rem;background:#fff;border:2px dashed #50b19f;border-radius:8px;color:#50b19f;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;text-align:center}.btn-add-instance:hover{background:#f0fdfa;border-color:#3d9988;color:#3d9988}@media (max-width: 768px){.form-section-card{padding:1.5rem}.section-fields{grid-template-columns:1fr;gap:1.25rem}.field-width-full,.field-width-half,.field-width-third{grid-column:span 1}.form-actions{justify-content:stretch}.btn-save-manual{width:100%}.save-status{position:relative;text-align:center}}@media (max-width: 1024px){.field-width-third{grid-column:span 6}}.app-header-mobile{display:none}.app-header-actions{background:#fff;padding:1rem;border-radius:0;box-shadow:0 1px 3px #0000001a;margin-bottom:0;display:flex;gap:1rem;flex-wrap:wrap;align-items:center;position:sticky;top:0;z-index:100}.btn-back-desktop{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:.625rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.btn-back-desktop:hover{border-color:#50b19f;color:#50b19f;background:#f0fdf4}.app-info-desktop{display:flex;align-items:center;gap:.75rem;margin-right:auto;padding:0 .5rem}.app-name{font-size:1.125rem;font-weight:600;color:#1e293b}.header-nav{display:flex;align-items:center;gap:1rem}.header-actions-desktop{display:flex;gap:.75rem;align-items:center}.header-title-section{flex:1;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.header-title-section h1{font-size:1.5rem;color:#1e293b;margin:0;font-weight:600}.header-packet-info{font-size:.875rem;color:#64748b;padding:.75rem 0 0;margin-top:.5rem;border-top:1px solid #f1f5f9}.btn-back{background:#fff;border:1px solid #e2e8f0;color:#64748b;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-back:hover{border-color:#50b19f;color:#50b19f;background:#f0fdf4}.header-user-section{position:relative;display:flex;align-items:center;margin-left:.75rem}.user-avatar-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#50b19f,#3d9988);border:2px solid #e2e8f0;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;overflow:hidden}.user-avatar-btn:hover{border-color:#50b19f;transform:scale(1.05);box-shadow:0 2px 8px #50b19f4d}.header-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:1000;overflow:hidden}.user-dropdown .dropdown-item{display:block;width:100%;text-align:left;padding:.875rem 1rem;border:none;background:#fff;color:#1e293b;font-size:.875rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f1f5f9}.user-dropdown .dropdown-item:last-child{border-bottom:none}.user-dropdown .dropdown-item:hover{background:#f8fafc}.user-dropdown .dropdown-signout{color:#ef4444}.user-dropdown .dropdown-signout:hover{background:#fef2f2}.header-actions-dropdown{position:relative;margin-left:auto;flex-shrink:0}.btn-actions-menu{background:#fff;border:1px solid #e2e8f0;color:#64748b;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-actions-menu:hover{border-color:#50b19f;color:#50b19f;background:#f0fdf4}.actions-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:1000;overflow:hidden}.actions-menu button{display:block;width:100%;text-align:left;padding:.875rem 1rem;border:none;background:#fff;color:#1e293b;font-size:.9rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f1f5f9}.actions-menu button:last-child{border-bottom:none}.actions-menu button:hover{background:#f8fafc}.actions-menu button:active{background:#f0fdf4}@media (min-width: 769px){.header-actions-dropdown{display:none}}.app-actions-footer{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem;flex-wrap:wrap}.btn-action{padding:.625rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.btn-action.btn-download{background:#f59e0b}.btn-action.btn-download:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-action.btn-save{background:#50b19f}.btn-action.btn-save:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 4px 12px #50b19f4d}.btn-action.btn-complete{background:#10b981}.btn-action.btn-complete:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-action.btn-info{background:#6366f1}.btn-action.btn-info:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.info-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.info-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003;position:relative;z-index:10000}.info-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.info-modal-header h3{margin:0;font-size:1.5rem;color:#1e293b}.btn-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.btn-modal-close:hover{background:#f1f5f9;color:#1e293b}.info-modal-body{padding:1.5rem}.info-modal-body .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.info-modal-body .info-item{display:flex;flex-direction:column;gap:.5rem}.info-modal-body .info-item label{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.info-modal-body .info-value{font-size:1rem;color:#1e293b;font-weight:500}.info-description,.info-packet{padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.info-description label,.info-packet label{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}.info-description p,.info-packet p{margin:0;color:#1e293b;line-height:1.6}.btn-download{background:#f59e0b;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-download:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-save{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-save:hover{background:#3d9988}.btn-submit{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-submit:hover{background:#3d9988}.packet-banner{background:#50b19f;color:#fff;padding:1rem 2rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.banner-label{font-size:.875rem;opacity:.9}.banner-value{font-size:1.125rem;font-weight:600}.app-tabs{background:#fff;border-radius:0;padding:.75rem 1rem;display:flex;gap:.75rem;margin-bottom:0;box-shadow:0 1px 3px #0000001a;position:sticky;top:60px;z-index:99;border-bottom:1px solid #e2e8f0}.app-tab{padding:.625rem 1.25rem;background:none;border:none;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease;white-space:nowrap}.app-tab:hover{background:#f8fafc;color:#1e293b}.app-tab.active{background:#50b19f;color:#fff}.tab-content{background:#fff;border-radius:0;padding:2rem;margin-top:1rem}.details-tab{display:flex;flex-direction:column;gap:2rem}.section-card{border:2px solid #e2e8f0;border-radius:12px;padding:2rem}.section-card h2{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-size:.875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1rem;color:#1e293b;font-weight:500}.description-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.description-section label{display:block;font-size:.875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.description-section p{color:#475569;line-height:1.6}.form-fields{display:flex;flex-direction:column;gap:2rem}.helper-text{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.form-section{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;background:#f8fafc}.form-section h3{font-size:1.125rem;color:#1e293b;margin-bottom:1rem}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.field-group{display:flex;flex-direction:column;gap:.5rem}.field-group.full-width{grid-column:1 / -1}.field-group label{font-size:.875rem;font-weight:600;color:#334155}.field-group input,.field-group select,.field-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;transition:border-color .3s ease;background:#fff}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{outline:none;border-color:#50b19f}.required{color:#ef4444}.help-banner{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem 1.5rem;border-radius:8px;color:#92400e}.checklist-tab{display:flex;flex-direction:column;gap:2rem}.checklist-header{border-bottom:2px solid #e2e8f0;padding-bottom:1.5rem}.checklist-header h2{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.progress-bar-container{position:relative;background:#e2e8f0;height:2rem;border-radius:8px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(135deg,#50b19f,#3d9988);transition:width .8s cubic-bezier(.4,0,.2,1);animation:fillProgress 1s ease-out}@keyframes fillProgress{0%{width:0%}}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;color:#1e293b;font-size:.875rem}.checklist-filters{display:flex;gap:1.5rem;padding:1rem 1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#64748b}.filter-group select{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-group select:focus{outline:none;border-color:#50b19f}.checklist-items{display:flex;flex-direction:column;gap:1rem}.checklist-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checklist-item:hover{background:#fff;border-color:#50b19f;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.checklist-item.completed{background:#d1fae5;border-color:#50b19f;animation:celebrate .6s ease-out}@keyframes celebrate{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.checklist-item.overdue{background:#fee2e2;border-color:#ef4444;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.checklist-item-header{padding:1.5rem}.checklist-main-row{display:flex;align-items:center;gap:1rem}.checklist-checkbox{width:1.5rem;height:1.5rem;cursor:pointer;flex-shrink:0}.checklist-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.checklist-text{font-size:1rem;color:#1e293b;font-weight:500}.latest-note{font-size:.875rem;color:#475569;padding:.5rem;background:#f1f5f9;border-radius:4px;border-left:3px solid #50b19f;margin-top:.5rem}.note-meta{color:#94a3b8;font-size:.75rem}.checklist-badges{display:flex;gap:.5rem;flex-wrap:wrap}.required-badge{background:#fecaca;color:#991b1b;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.overdue-badge{background:#fee2e2;color:#991b1b;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.docs-badge{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.checklist-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}.checklist-due-date{display:flex;align-items:center;gap:.5rem}.checklist-due-date label{font-size:.875rem;font-weight:600;color:#64748b}.due-date-input{padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;transition:border-color .3s ease}.due-date-input:focus{outline:none;border-color:#50b19f}.document-actions{display:flex;gap:.5rem}.btn-doc-action{background:#fff;border:1px solid #e2e8f0;color:#50b19f;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;transition:all .3s ease;white-space:nowrap}.btn-doc-action:hover{background:#50b19f;color:#fff;border-color:#50b19f}.btn-expand{background:none;border:1px solid #e2e8f0;color:#64748b;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .3s ease;flex-shrink:0}.btn-expand:hover{border-color:#50b19f;color:#50b19f;background:#f8fafc}.checklist-item-expanded{padding:1.5rem;border-top:1px solid #e2e8f0;background:#fafbfc}.expanded-sections{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.expanded-section{display:flex;flex-direction:column;gap:1rem}.expanded-section h4{font-size:1.125rem;color:#1e293b;margin:0;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.upload-section-mini{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px dashed #cbd5e1;border-radius:8px}.upload-button-mini{display:inline-block;background:#50b19f;color:#fff;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}.upload-button-mini:hover{background:#3d9988}.upload-hint{font-size:.875rem;color:#64748b}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.document-card{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.document-card:hover{border-color:#50b19f;box-shadow:0 8px 16px #667eea33;transform:translateY(-3px)}.doc-card-actions-left{display:flex;flex-direction:column;gap:0;background:#f8fafc;border-right:2px solid #e2e8f0}.btn-doc-icon{background:none;border:none;padding:1rem .75rem;font-size:1.25rem;cursor:pointer;transition:all .3s ease;position:relative;border-bottom:1px solid #e2e8f0}.btn-doc-icon:last-child{border-bottom:none}.btn-doc-icon:hover{background:#50b19f;transform:scale(1.1)}.btn-doc-icon:active{transform:scale(.95)}.btn-doc-icon:after{content:attr(title);position:absolute;left:100%;top:50%;transform:translateY(-50%);background:#1e293b;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;margin-left:.5rem;transition:opacity .3s ease,margin-left .3s ease;z-index:10}.btn-doc-icon:hover:after{opacity:1;margin-left:.75rem}.doc-card-body{display:flex;gap:1rem;padding:1rem;flex:1}.doc-icon-large{font-size:2.5rem;flex-shrink:0}.doc-card-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.doc-card-name{font-weight:600;color:#1e293b;font-size:.9rem;word-break:break-word}.doc-card-meta{font-size:.75rem;color:#64748b;line-height:1.4}.doc-status-badge{display:inline-block;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}.doc-status-badge.status-uploaded{background:#dbeafe;color:#1e40af}.doc-status-badge.status-reviewed{background:#fef3c7;color:#92400e}.doc-status-badge.status-approved{background:#d1fae5;color:#065f46}.doc-status-badge.status-rejected{background:#fee2e2;color:#991b1b}.doc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.doc-modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.doc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e2e8f0}.doc-modal-header h3{font-size:1.25rem;color:#1e293b;margin:0}.doc-modal-actions{display:flex;gap:.5rem}.btn-modal-action{background:#50b19f;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.btn-modal-action:hover{background:#3d9988;transform:translateY(-2px)}.btn-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.btn-modal-close:hover{color:#ef4444;transform:rotate(90deg)}.doc-modal-body{padding:1.5rem}.doc-preview{text-align:center;padding:2rem;background:#f8fafc;border-radius:8px;margin-bottom:1.5rem}.doc-preview-icon{font-size:4rem;margin-bottom:1rem}.doc-preview-text{font-size:1rem;color:#1e293b;margin-bottom:.5rem}.doc-preview-meta{font-size:.875rem;color:#64748b;line-height:1.6}.doc-edit-section{display:flex;flex-direction:column;gap:1rem}.doc-input,.doc-select,.doc-file-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;transition:border-color .3s ease}.doc-input:focus,.doc-select:focus,.doc-file-input:focus{outline:none;border-color:#50b19f}.doc-modal-footer{padding:1.5rem;border-top:2px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.btn-modal-cancel{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.btn-modal-cancel:hover{border-color:#cbd5e1;background:#f8fafc}.btn-modal-save{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.btn-modal-save:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 4px 12px #50b19f4d}.btn-modal-download{background:#50b19f;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.btn-modal-download:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.add-note-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px}.note-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.note-input:focus{outline:none;border-color:#50b19f}.btn-add-note{align-self:flex-end;background:#50b19f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.btn-add-note:hover:not(:disabled){background:#3d9988;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-add-note:active:not(:disabled){transform:translateY(0)}.btn-add-note:disabled{opacity:.5;cursor:not-allowed}.notes-list{display:flex;flex-direction:column;gap:.75rem}.note-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;border-left:3px solid #50b19f;animation:slideInLeft .4s ease-out;transition:all .3s ease}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.note-item:hover{box-shadow:0 4px 12px #667eea1a;transform:translate(5px)}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.note-header strong{color:#1e293b;font-size:.875rem}.note-date{font-size:.75rem;color:#94a3b8}.note-text{color:#475569;font-size:.875rem;line-height:1.5;white-space:pre-wrap}.documents-tab{display:flex;flex-direction:column;gap:2rem}.upload-section{text-align:center;padding:3rem;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.upload-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.upload-button{display:inline-block;background:#50b19f;color:#fff;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:1rem}.upload-button:hover{background:#3d9988;transform:translateY(-2px)}.documents-list{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.documents-list h3{font-size:1.125rem;color:#1e293b;margin-bottom:1rem}.document-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem}.doc-icon{font-size:2rem}.doc-info{flex:1}.doc-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.doc-meta{font-size:.875rem;color:#64748b}.btn-remove-doc{background:none;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .3s ease}.btn-remove-doc:hover{border-color:#ef4444;color:#ef4444}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-draft{background:#f3f4f6;color:#374151}.status-pending{background:#fef3c7;color:#92400e}.status-in_progress{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.loading,.error{text-align:center;padding:4rem;font-size:1.125rem;color:#64748b}@media (max-width: 768px){.application-detail-page{padding:0}.dashboard-main .top-header{display:none!important}.app-header-mobile{display:block;background:#fff;padding:1rem;border-radius:0;box-shadow:0 2px 8px #0000001a;margin-bottom:0;position:sticky;top:60px;z-index:100}.header-nav{margin-bottom:0}.header-title-section h1{font-size:1.25rem}.status-badge{font-size:.7rem;padding:.25rem .5rem}.actions-menu{min-width:180px}.actions-menu button{padding:.75rem .875rem;font-size:.875rem}.app-header-actions{display:none}.info-modal-content{max-height:90vh;margin:0;border-radius:12px}.info-modal-body .info-grid{grid-template-columns:1fr;gap:1rem}.app-tabs{display:flex;flex-direction:row;gap:.5rem;position:sticky;top:132px;z-index:99;padding:.75rem 1rem}.app-tab{padding:.625rem 1rem;font-size:.8rem}.field-grid{grid-template-columns:1fr}.checklist-filters{flex-direction:column;gap:1rem}.checklist-main-row{flex-wrap:wrap}.checklist-actions{width:100%;flex-direction:row;justify-content:space-between}.checklist-due-date{width:auto}.document-actions{flex-wrap:wrap}.upload-section-mini{flex-direction:column;align-items:stretch}.expanded-sections,.documents-grid{grid-template-columns:1fr}.document-card{flex-direction:column}.doc-card-actions-left{flex-direction:row;border-right:none;border-bottom:2px solid #e2e8f0}.btn-doc-icon{flex:1;border-bottom:none;border-right:1px solid #e2e8f0}.btn-doc-icon:last-child{border-right:none}.btn-doc-icon:after{left:50%;top:auto;bottom:100%;transform:translate(-50%);margin-left:0;margin-bottom:.5rem}.btn-doc-icon:hover:after{margin-left:0;margin-bottom:.75rem}.doc-modal-content{width:95%;max-height:95vh}}.template-selection-page{max-width:1200px;margin:0 auto;padding:2rem}.page-intro{text-align:center;margin-bottom:3rem}.page-intro h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.page-intro p{font-size:1rem;color:#64748b;line-height:1.6;max-width:700px;margin:0 auto}.templates-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.spinner{width:48px;height:48px;border:5px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.templates-loading p{color:#64748b;font-size:1rem}.templates-empty{text-align:center;padding:4rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px}.templates-empty p{color:#64748b;font-size:1rem;margin:.5rem 0}.templates-empty .help-text{color:#94a3b8;font-size:.875rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.template-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;cursor:pointer}.template-card:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f126;transform:translateY(-4px)}.template-card-icon{font-size:3rem;text-align:center}.template-card-content{flex:1;display:flex;flex-direction:column;gap:1rem}.template-card-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.template-description{color:#64748b;font-size:.9375rem;line-height:1.6;margin:0;flex:1}.template-info{display:flex;gap:1rem;flex-wrap:wrap}.info-badge{display:flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;color:#475569;font-weight:500}.badge-icon{font-size:1.125rem}.btn-select-template{width:100%;background:#6366f1;color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-select-template:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.page-footer{text-align:center;padding:2rem 0}.btn-back{background:#fff;color:#64748b;border:2px solid #e5e7eb;padding:.75rem 2rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-back:hover{border-color:#cbd5e1;color:#475569}.selected-template-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.selected-template-preview h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.selected-template-preview>p{color:#64748b;font-size:.9375rem;margin:0 0 1rem}.preview-info{margin-top:1rem}.preview-info strong{color:#374151;font-size:.875rem;display:block;margin-bottom:.5rem}.preview-info ul{list-style:none;padding:0;margin:0}.preview-info li{color:#64748b;font-size:.875rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.preview-info li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.confirmation-note{color:#64748b;font-size:.875rem;line-height:1.5;margin:1rem 0 0;padding:1rem;background:#f0f9ff;border-left:3px solid #3b82f6;border-radius:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.btn-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.btn-close:hover:not(:disabled){background:#f1f5f9;color:#64748b}.btn-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem}.modal-body>p{color:#475569;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.btn-secondary,.btn-primary{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e5e7eb}.btn-secondary:hover:not(:disabled){border-color:#cbd5e1;color:#475569}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-secondary:disabled,.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.template-selection-page{padding:1rem}.page-intro{margin-bottom:2rem}.page-intro h2{font-size:1.5rem}.templates-grid{grid-template-columns:1fr;gap:1.5rem}.template-card{padding:1.5rem}.modal-content{margin:0;border-radius:0;max-height:100vh}.modal-footer{flex-direction:column-reverse}.btn-secondary,.btn-primary{width:100%}}.form-page{padding:2rem 0}.form-card-main{max-width:800px;margin:0 auto}.form-header{margin-bottom:2rem}.form-header h1{font-size:2rem;color:#1e293b;margin:1rem 0}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-top:1rem}.progress-fill{height:100%;background:#50b19f;transition:width .3s ease}.form-content{margin-bottom:2rem}.form-step h2{font-size:1.75rem;color:#334155;margin-bottom:1rem}.instruction{color:#64748b;margin-bottom:2rem;line-height:1.6}.form-group small{display:block;margin-top:.5rem;color:#64748b;font-size:.875rem}.ai-helper{display:flex;gap:1rem;padding:1.5rem;background:#d1fae5;border-left:4px solid #50b19f;border-radius:8px;margin-top:2rem}.ai-icon{font-size:2rem;flex-shrink:0}.ai-message{color:#1e40af;line-height:1.6}.form-footer{display:flex;justify-content:space-between;padding-top:2rem;border-top:2px solid #e2e8f0}@media (max-width: 768px){.form-footer{flex-direction:column;gap:1rem}.form-footer button{width:100%}}.legal-page{min-height:100vh;background:#fff;background-image:url(https://images.unsplash.com/photo-1485738422979-f5c462d49f74?w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.legal-nav{position:fixed;top:0;left:0;right:0;background:#50b19f;border-bottom:none;z-index:100;box-shadow:0 2px 10px #0000001a}.legal-nav-container{max-width:900px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.legal-back-btn{background:#fff;border:2px solid white;color:#50b19f;font-size:.95rem;font-weight:600;cursor:pointer;padding:.65rem 1.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.legal-back-btn:hover{background:#ffffff1a;color:#fff;transform:translateY(-2px)}.legal-nav-logo .logo-text{font-size:1.25rem;font-weight:700;color:#fff}.legal-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffeb;z-index:0}.legal-page>*:not(.navbar){position:relative;z-index:1}.legal-page>.navbar{position:fixed;z-index:9999}.legal-content{max-width:900px;margin:0 auto;padding:2rem;padding-top:120px;padding-bottom:4rem}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem;color:#4a3728}.last-updated{color:#7a6555;font-size:.9rem;margin-bottom:3rem}.page-intro{font-size:1.125rem;line-height:1.7;margin-bottom:3rem;color:#5d4537}.legal-section{margin-bottom:2.5rem;padding-bottom:2rem}.legal-section h2{font-size:1.5rem;margin-bottom:1rem;color:#50b19f;font-weight:600}.legal-section h3{font-size:1.25rem;margin:1.5rem 0 .75rem;color:#4a3728}.legal-section p{line-height:1.7;margin-bottom:1rem;color:#5d4537}.legal-section ul{margin:1rem 0 1rem 1.5rem;line-height:1.7}.legal-section li{margin-bottom:.75rem;color:#5d4537}.legal-section a{color:#50b19f;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.legal-section a:hover{border-bottom-color:#50b19f;color:#3d9988}.warning-box{background:#fef2f2;border-left:4px solid #ef4444;padding:1.5rem;margin:2rem 0;border-radius:8px}.warning-box.prominent{background:#fef2f2;border:2px solid #ef4444;padding:2rem}.warning-box h2{color:#dc2626;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.warning-box p,.warning-box ul{margin-bottom:1rem;color:#7f1d1d}.warning-box strong{color:#dc2626}.emphasis-text{background:#fffbeb;border-left:4px solid #f59e0b;padding:1rem;margin:1.5rem 0;border-radius:4px;color:#92400e}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.contact-info-section h2,.contact-form-section h2{font-size:1.75rem;margin-bottom:2rem;color:#50b19f}.contact-method{margin-bottom:2.5rem}.contact-method h3{font-size:1.25rem;margin-bottom:.5rem;color:#4a3728}.contact-method p{margin-bottom:.25rem;color:#5d4537}.contact-description{font-size:.9rem;color:#7a6555!important;margin-top:.5rem}.contact-form{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e5e7eb}.success-message{background:#ecfdf5;border:1px solid #50b19f;color:#047857;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.emergency-support{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb}.emergency-support h3{font-size:1.25rem;margin-bottom:.75rem;color:#4a3728}.emergency-support p{color:#5d4537;line-height:1.6}.emergency-support a{color:#50b19f;text-decoration:none;font-weight:500}.emergency-support a:hover{text-decoration:underline}@media (max-width: 768px){.legal-content{margin-top:100px;padding:0 1rem}.legal-content h1{font-size:2rem}.legal-section h2{font-size:1.5rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.warning-box,.warning-box.prominent{padding:1rem}}.help-center-page{min-height:100vh;background-image:url(https://images.unsplash.com/photo-1485738422979-f5c462d49f74?w=1920&q=80);background-size:cover;background-position:center top;background-attachment:fixed}.help-nav{position:fixed;top:0;left:0;right:0;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(80,177,159,.3);z-index:100}.help-nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.help-back-btn{background:#50b19f;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 1.25rem;border-radius:8px;transition:all .2s ease}.help-back-btn:hover{background:#3d9988}.help-nav-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.help-nav-logo .logo-icon{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.help-nav-logo .logo-text{font-size:1.25rem;font-weight:700;color:#50b19f}.help-hero{position:relative;min-height:30vh;display:flex;align-items:flex-start;justify-content:center;background:transparent;padding-top:80px}.hero-overlay{display:none}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem;padding-top:20px}.liberty-icon{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.help-hero h1{font-size:4rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin-bottom:.5rem;font-weight:700}.hero-subtitle{font-size:1.5rem;color:#50b19f;text-shadow:1px 1px 4px rgba(0,0,0,.5);font-weight:500}.plaque-section{background:transparent;padding:5rem 2rem;padding-top:calc(40vh + 170px);position:relative}.plaque-section:before{display:none}.plaque-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.plaque{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 20px #0000004d;position:relative}.plaque:before{display:none}.plaque-title{font-size:2rem;color:#fff;font-weight:700;margin-bottom:.25rem;font-family:Times New Roman,serif;text-transform:uppercase;letter-spacing:3px;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.plaque-author{font-size:1rem;color:#ffffffe6;font-style:italic;margin-bottom:1rem;text-shadow:1px 1px 4px rgba(0,0,0,.7)}.plaque-divider{width:100px;height:2px;background:#50b19f;margin:1rem auto}.plaque-text{font-size:1.35rem;color:#fff;line-height:2.2;font-family:Times New Roman,serif;font-style:italic;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.plaque-context{margin-top:2.5rem;font-size:1.1rem;color:#fffffff2;line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 4px rgba(0,0,0,.7);background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem 2rem;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.quick-answers{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5rem 2rem}.quick-answers-container{max-width:1200px;margin:0 auto}.quick-answers h2{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:3rem;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.quick-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.quick-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0003}.quick-card:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-5px);box-shadow:0 8px 25px #0000004d}.quick-card-icon{font-size:3rem;margin-bottom:1rem}.quick-card h3{font-size:1.25rem;color:#fff;margin-bottom:.75rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.quick-card p{color:#ffffffe6;line-height:1.6;font-size:.95rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.faq-section{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5rem 2rem}.faq-container{max-width:900px;margin:0 auto}.faq-section h2{text-align:center;font-size:2.5rem;color:#50b19f;margin-bottom:1rem}.faq-intro{text-align:center;color:#ffffffe6;font-size:1.1rem;margin-bottom:3rem}.faq-category{margin-bottom:3rem}.category-title{font-size:1.5rem;color:#fff;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #50b19f;display:inline-block}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#ffffff14;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.faq-item:hover{background:#ffffff1f}.faq-item.open{background:#10b98126;border-color:#10b9814d}.faq-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#fff;font-size:1.05rem;font-weight:500;transition:all .2s ease}.faq-question:hover{color:#50b19f}.faq-toggle{font-size:1.5rem;font-weight:300;color:#50b19f;flex-shrink:0;width:30px;text-align:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#ffffffe6;line-height:1.7;font-size:.95rem}.help-cta{background:linear-gradient(135deg,#50b19f,#3d9988);padding:5rem 2rem;margin-bottom:-4rem}.cta-container{max-width:800px;margin:0 auto;text-align:center}.help-cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.help-cta p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:#3d2914;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-cta-primary:hover{background:#2c1810;transform:translateY(-2px)}.btn-cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-cta-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.scroll-to-quick-btn{position:fixed;right:2rem;bottom:2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 4px 15px #0003;transition:all .3s ease;z-index:1000;font-weight:600;font-size:.9rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.scroll-to-quick-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.scroll-btn-icon{font-size:1rem}.scroll-btn-text{white-space:nowrap}@media (max-width: 768px){.help-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.liberty-icon{width:60px;height:60px}.plaque{padding:2rem 1.5rem}.plaque-title{font-size:1.25rem}.plaque-text{font-size:1rem}.quick-cards{grid-template-columns:1fr}.faq-section h2,.quick-answers h2,.help-cta h2{font-size:2rem}.faq-question{font-size:.95rem;padding:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn-cta-primary,.btn-cta-secondary{width:100%;max-width:300px}.scroll-to-quick-btn{right:1rem;bottom:1rem;padding:.6rem 1rem;font-size:.8rem}}.legal-resources-page{min-height:100vh;background-image:url(https://images.unsplash.com/photo-1485738422979-f5c462d49f74?w=1920&q=80);background-size:cover;background-position:center top;background-attachment:fixed}.legal-nav{position:fixed;top:0;left:0;right:0;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(80,177,159,.3);z-index:100}.legal-nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.legal-back-btn{background:#50b19f;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 1.25rem;border-radius:8px;transition:all .2s ease}.legal-back-btn:hover{background:#3d9988}.legal-nav-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.legal-nav-logo .logo-icon{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.legal-nav-logo .logo-text{font-size:1.25rem;font-weight:700;color:#50b19f}.legal-hero{padding-top:100px;padding-bottom:2rem;text-align:center}.legal-hero .hero-content{padding:2rem}.legal-hero .hero-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.legal-hero h1{font-size:3.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin-bottom:.5rem;font-weight:700}.legal-hero .hero-subtitle{font-size:1.25rem;color:#50b19f;text-shadow:1px 1px 4px rgba(0,0,0,.5);font-weight:500}.legal-main{padding:2rem 2rem 4rem}.legal-container{max-width:1200px;margin:0 auto}.legal-resources-page .resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;margin-bottom:2rem}.legal-resources-page .resource-category{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.75rem;transition:all .3s ease}.legal-resources-page .resource-category:hover{background:#0009;border-color:#50b19f80;transform:translateY(-5px);box-shadow:0 8px 25px #0000004d}.legal-resources-page .resource-icon{font-size:2.5rem;margin-bottom:.75rem}.legal-resources-page .resource-category h3{font-size:1.35rem;color:#fff;margin-bottom:.5rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-resources-page .category-description{color:#fffc;font-size:.9rem;margin-bottom:1.25rem;line-height:1.5;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-resources-page .resource-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.legal-resources-page .resource-list li{margin:0}.legal-resources-page .resource-list a{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;color:#fff;text-decoration:none;transition:all .2s ease;border:1px solid rgba(255,255,255,.15)}.legal-resources-page .resource-list a:hover{background:#50b19f40;border-color:#50b19f80}.legal-resources-page .resource-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.legal-resources-page .resource-name{font-weight:500;font-size:.95rem;color:#fff;transition:color .2s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-resources-page .resource-list a:hover .resource-name{color:#50b19f}.legal-resources-page .resource-desc{font-size:.8rem;color:#ffffffb3;line-height:1.4;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-resources-page .resource-tag{background:#50b19f4d;color:#50b19f;padding:.35rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap;margin-left:1rem;flex-shrink:0;border:1px solid rgba(80,177,159,.4)}.legal-resources-page .resources-disclaimer{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(251,191,36,.4);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.legal-resources-page .resources-disclaimer p{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-resources-page .resources-disclaimer strong{color:#fbbf24}.legal-resources-page .resources-footer{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.legal-resources-page .btn-terms{padding:.875rem 2rem;background:#50b19f;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #50b19f4d}.legal-resources-page .btn-terms:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 6px 20px #50b19f66}.legal-page-footer{background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(80,177,159,.3);padding:2rem;text-align:center}.legal-page-footer .footer-container{max-width:1200px;margin:0 auto}.legal-page-footer h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.legal-page-footer .contact-email{display:block;color:#50b19f;text-decoration:none;font-size:.95rem;margin-bottom:.75rem;transition:color .2s ease}.legal-page-footer .contact-email:hover{color:#6fcfbc}.legal-page-footer .contact-form-link{display:block;background:transparent;border:none;color:#ffffffe6;font-size:.95rem;cursor:pointer;margin-bottom:1rem;transition:color .2s ease}.legal-page-footer .contact-form-link:hover{color:#50b19f}.legal-page-footer .social-links{display:flex;justify-content:center;gap:1.5rem}.legal-page-footer .social-links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .2s ease}.legal-page-footer .social-links a:hover{color:#50b19f}@media (max-width: 768px){.legal-hero h1{font-size:2.5rem}.legal-hero .hero-subtitle{font-size:1rem}.legal-hero .hero-icon{font-size:3rem}.legal-resources-page .resources-grid{grid-template-columns:1fr}.legal-resources-page .resource-list a{flex-direction:column;align-items:flex-start;gap:.75rem}.legal-resources-page .resource-tag{margin-left:0}.legal-resources-page .resources-footer{flex-direction:column}.legal-resources-page .btn-terms{width:100%;text-align:center}.legal-nav-container{padding:1rem}}.immigration-profile-page{max-width:900px}.profile-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.profile-page-header h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.profile-subtitle{color:#64748b;font-size:.875rem;margin-top:.25rem}.profile-header-actions{display:flex;gap:.75rem;flex-shrink:0}.profile-message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.profile-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.profile-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.profile-lock-banner{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.25rem;margin-bottom:1rem;background:#fef3c7;color:#78350f;border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:8px}.profile-lock-banner-icon{font-size:1.25rem;line-height:1.5;flex-shrink:0}.profile-lock-banner-text{flex:1;font-size:.9rem;line-height:1.5}.profile-lock-banner-text strong{display:block;margin-bottom:.25rem;font-size:.95rem}.profile-lock-banner-text p{margin:0}.profile-progress{background:#fff;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.progress-info{display:flex;justify-content:space-between;font-size:.8rem;color:#64748b;margin-bottom:.5rem}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#50b19f;border-radius:4px;transition:width .3s ease}.profile-section-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1rem;overflow:hidden}.profile-section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s ease}.profile-section-header:hover{background:#f8fafc}.profile-section-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.section-header-right{display:flex;align-items:center;gap:.5rem}.record-count{background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:10px}.section-toggle{color:#94a3b8;font-size:1rem}.profile-section-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid #f1f5f9}.profile-field{display:flex;flex-direction:column}.profile-field.full-width{grid-column:1 / -1}.profile-field label{font-size:.8rem;font-weight:500;color:#64748b;margin-bottom:.35rem}.profile-field input[type=text],.profile-field input[type=email],.profile-field input[type=tel],.profile-field input[type=date],.profile-field select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1e293b;transition:border-color .2s ease}.profile-field input:focus,.profile-field select:focus{outline:none;border-color:#50b19f;box-shadow:0 0 0 2px #50b19f26}.field-value{font-size:.875rem;color:#1e293b;padding:.5rem 0;min-height:1.5rem}.immigration-profile-page .btn-primary{background:#50b19f;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s ease}.immigration-profile-page .btn-primary:hover{background:#3d9988}.immigration-profile-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.immigration-profile-page .btn-secondary{background:#fff;color:#475569;border:1px solid #d1d5db;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.immigration-profile-page .btn-secondary:hover{background:#f8fafc}.immigration-profile-page .btn-sm{padding:.35rem .85rem;font-size:.8rem}.multi-record-body{padding:1rem 1.25rem 1.25rem;border-top:1px solid #f1f5f9}.empty-records{text-align:center;color:#94a3b8;font-size:.875rem;padding:1.5rem 0}.record-card{border:1px solid #e2e8f0;border-radius:8px;padding:.85rem 1rem;margin-bottom:.75rem;transition:border-color .2s ease}.record-card:hover{border-color:#cbd5e1}.record-card-new{border-style:dashed;border-color:#50b19f;background:#f0fdfa}.record-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.record-card-title{display:flex;align-items:center;gap:.5rem}.record-number{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.record-type-badge{font-size:.7rem;font-weight:600;background:#e0f2fe;color:#0369a1;padding:.15rem .5rem;border-radius:4px}.record-card-actions{display:flex;gap:.25rem}.btn-icon{background:transparent;border:none;padding:.25rem .4rem;cursor:pointer;font-size:.9rem;border-radius:4px;transition:background .15s ease;color:#64748b}.btn-icon:hover{background:#f1f5f9}.btn-icon-danger:hover{background:#fef2f2;color:#dc2626}.record-card-summary{font-size:.85rem;color:#475569}.record-card-edit{margin-top:.5rem}.record-card-edit .profile-section-fields{padding:0;border-top:none}.record-card-edit-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1e293b;cursor:pointer}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#50b19f}.btn-add-record{display:block;width:100%;padding:.65rem 1rem;margin-top:.25rem;background:#fff;border:2px dashed #50b19f;border-radius:8px;color:#50b19f;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;text-align:center}.btn-add-record:hover{background:#f0fdfa;border-color:#3d9988;color:#3d9988}@media (max-width: 768px){.profile-page-header{flex-direction:column;gap:1rem}.profile-section-fields{grid-template-columns:1fr}.record-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.record-card-actions{align-self:flex-end}}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000001a}button{cursor:pointer;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease}.btn-primary{background:#50b19f;color:#fff}.btn-primary:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 5px 15px #50b19f66}.btn-secondary{background:#e2e8f0;color:#334155}.btn-secondary:hover{background:#cbd5e1}input,textarea,select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#50b19f}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155}.error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.success{color:#50b19f;font-size:.875rem;margin-top:.25rem}html[dir=rtl]{direction:rtl}html[dir=rtl] body{text-align:right}html[dir=rtl] .feature-grid,html[dir=rtl] .steps-grid,html[dir=rtl] .benefits-grid,html[dir=rtl] .help-options,html[dir=rtl] .what-we-do-grid,html[dir=rtl] .pricing-grid,html[dir=rtl] .other-ways-grid,html[dir=rtl] .footer-grid{direction:rtl}html[dir=rtl] .footer-links{text-align:right}html[dir=rtl] ul{padding-inline-start:1.5rem;padding-inline-end:0}html[dir=rtl] li,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select,html[dir=rtl] .form-group label{text-align:right}html[dir=rtl] .language-dropdown{left:0;right:auto}html[dir=rtl] .mobile-menu,html[dir=rtl] .feature-card,html[dir=rtl] .step-card,html[dir=rtl] .benefit-card,html[dir=rtl] .service-card,html[dir=rtl] .help-card,html[dir=rtl] .other-way-card,html[dir=rtl] .pricing-card,html[dir=rtl] .faq-question,html[dir=rtl] .faq-answer{text-align:right}html[dir=rtl] .sidebar-nav-item{flex-direction:row}html[dir=rtl] .nav-label{text-align:right}html[dir=rtl] .status-card,html[dir=rtl] .application-item,html[dir=rtl] .timeline-item{direction:ltr}html[dir=rtl] .status-card *,html[dir=rtl] .application-item *,html[dir=rtl] .timeline-item *{direction:rtl}html[dir=rtl] .help-icon,html[dir=rtl] .empty-icon,html[dir=rtl] .packet-icon,html[dir=rtl] .app-icon,html[dir=rtl] .logo-icon,html[dir=rtl] .sidebar-logo-icon,html[dir=rtl] .nav-icon{direction:ltr}html[dir=rtl] .login-form,html[dir=rtl] .signup-form{direction:rtl}html[dir=rtl] .password-input-wrapper{direction:ltr}html[dir=rtl] .password-input-wrapper input{direction:rtl;text-align:right}html[dir=rtl] .btn-login-submit,html[dir=rtl] .btn-signup-submit{direction:ltr}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-ext-400-normal-BtiwyxMk.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-400-normal-BjWJ59Pq.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-CW0RaeGs.woff2) format("woff2"),url(/assets/dm-sans-latin-400-normal-BwCSEQnW.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-ext-500-normal-BJfUCQsA.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-500-normal-DR84L5F-.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2) format("woff2"),url(/assets/dm-sans-latin-500-normal-Dr3UlScf.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-ext-600-normal-4vooXBpG.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-600-normal-DRtaDpgU.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2) format("woff2"),url(/assets/dm-sans-latin-600-normal-BmdmIIQ2.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/dm-sans-latin-ext-700-normal-CJIcxD6K.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-700-normal-BLI3TTWz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/dm-sans-latin-700-normal-DvUfVpUG.woff2) format("woff2"),url(/assets/dm-sans-latin-700-normal-CUSSCpQX.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root,[data-theme=light]{--color-background: 255 255 255;--color-foreground: 17 24 39;--color-card: 255 255 255;--color-card-foreground: 17 24 39;--color-popover: 255 255 255;--color-popover-foreground: 17 24 39;--color-primary: 20 184 166;--color-primary-foreground: 255 255 255;--color-secondary: 243 244 246;--color-secondary-foreground: 17 24 39;--color-muted: 243 244 246;--color-muted-foreground: 107 114 128;--color-accent: 240 253 250;--color-accent-foreground: 13 148 136;--color-destructive: 239 68 68;--color-destructive-foreground: 255 255 255;--color-border: 229 231 235;--color-input: 229 231 235;--color-ring: 45 212 191;--radius: .75rem}[data-theme=dark]{--color-background: 17 24 39;--color-foreground: 249 250 251;--color-card: 31 41 55;--color-card-foreground: 249 250 251;--color-popover: 31 41 55;--color-popover-foreground: 249 250 251;--color-primary: 45 212 191;--color-primary-foreground: 17 24 39;--color-secondary: 55 65 81;--color-secondary-foreground: 249 250 251;--color-muted: 31 41 55;--color-muted-foreground: 156 163 175;--color-accent: 17 24 39;--color-accent-foreground: 45 212 191;--color-destructive: 248 113 113;--color-destructive-foreground: 17 24 39;--color-border: 55 65 81;--color-input: 55 65 81;--color-ring: 45 212 191}body{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.-right-20{right:-5rem}.-top-20{top:-5rem}.bottom-1\.5{bottom:.375rem}.left-0{left:0}.left-1\/2{left:50%}.left-6{left:1.5rem}.right-0{right:0}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-16{top:4rem}.top-4{top:1rem}.top-6{top:1.5rem}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-0\.5{margin-left:.125rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-64{margin-left:16rem}.ml-\[72px\]{margin-left:72px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[600px\]{height:600px}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[18px\]{width:18px}.w-\[72px\]{width:72px}.w-\[800px\]{width:800px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[24px\]{min-width:24px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .18s ease-out}.cursor-pointer{cursor:pointer}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-0\.5{row-gap:.125rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-500\/20{border-color:#f59e0b33}.border-border{--tw-border-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-border-opacity, 1))}.border-emerald-500\/20{border-color:#10b98133}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-700\/60{border-color:#37415199}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-teal-400{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.border-teal-400\/60{border-color:#2dd4bf99}.border-teal-500\/20{border-color:#14b8a633}.border-transparent{border-color:transparent}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-destructive{--tw-bg-opacity: 1;background-color:rgb(var(--color-destructive) / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-800\/70{background-color:#1f2937b3}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/40{background-color:#11182766}.bg-gray-900\/80{background-color:#111827cc}.bg-gray-900\/85{background-color:#111827d9}.bg-gray-900\/95{background-color:#111827f2}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary) / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary) / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/15{background-color:#14b8a626}.bg-teal-500\/5{background-color:#14b8a60d}.bg-teal-500\/60{background-color:#14b8a699}.bg-transparent{background-color:transparent}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-teal-400{--tw-gradient-from: #2DD4BF var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-teal-200{--tw-gradient-to: #99F6E4 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.stroke-gray-700{stroke:#374151}.stroke-teal-400{stroke:#2dd4bf}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[3px\]{padding:3px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pr-10{padding-right:2.5rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-32{padding-top:8rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[1\.1\]{line-height:1.1}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-amber-100\/80{color:#fef3c7cc}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity: 1;color:rgb(var(--color-card-foreground) / var(--tw-text-opacity, 1))}.text-destructive-foreground{--tw-text-opacity: 1;color:rgb(var(--color-destructive-foreground) / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:rgb(var(--color-foreground) / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(var(--color-primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:rgb(var(--color-primary-foreground) / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:rgb(var(--color-secondary-foreground) / var(--tw-text-opacity, 1))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.underline-offset-4{text-underline-offset:4px}.accent-teal-500{accent-color:#14B8A6}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/40{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[120px\]{--tw-blur: blur(120px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\]{transition-property:margin;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[stroke-dasharray\]{transition-property:stroke-dasharray;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,transform\]{transition-property:width,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.last\:border-0:last-child{border-width:0px}.checked\:border-teal-400:checked{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.checked\:bg-teal-500:checked{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.hover\:border-teal-400\/50:hover{border-color:#2dd4bf80}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700\/20:hover{background-color:#37415133}.hover\:bg-gray-700\/40:hover{background-color:#37415166}.hover\:bg-gray-700\/50:hover{background-color:#37415180}.hover\:bg-gray-700\/60:hover{background-color:#37415199}.hover\:bg-gray-800\/50:hover{background-color:#1f293780}.hover\:bg-gray-800\/60:hover{background-color:#1f293799}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary) / var(--tw-bg-opacity, 1))}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.hover\:text-amber-50:hover{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:border-teal-500:focus-visible{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-ring) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-teal-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: rgb(var(--color-background) / 1)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.dark\:hover\:bg-teal-300:hover:is([data-theme=dark] *){--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-12{gap:3rem}.md\:gap-3{gap:.75rem}.md\:p-10{padding:2.5rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-28{padding-bottom:7rem}.md\:pt-40{padding-top:10rem}.md\:text-right{text-align:right}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--keyboard-height: 0px}html{height:100%}body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@supports (padding: env(safe-area-inset-top)){.App{padding-top:var(--safe-area-top);padding-bottom:calc(var(--safe-area-bottom) + var(--keyboard-height))}}body.keyboard-visible{padding-bottom:var(--keyboard-height)}body.keyboard-visible .footer{display:none}@media (max-width: 768px){.btn,button{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}}.scroll-container{-webkit-overflow-scrolling:touch}@media screen and (max-width: 768px){input,select,textarea{font-size:16px!important}}[data-theme=dark]{color-scheme:dark}[data-theme=dark] .dashboard-container,[data-theme=dark] .dashboard-layout{background:#0f172a;color:#e2e8f0}[data-theme=dark] .applications-page .dashboard-main,[data-theme=dark] .dashboard-main{background:#0f172a}[data-theme=dark] .dashboard-loading{color:#cbd5e1}[data-theme=dark] .user-sidebar,[data-theme=dark] .admin-sidebar,[data-theme=dark] .dashboard-sidebar{background:#1e293b;border-right-color:#334155}[data-theme=dark] .sidebar-header{border-bottom-color:#334155}[data-theme=dark] .sidebar-logo-text{color:#f1f5f9}[data-theme=dark] .sidebar-nav-item{color:#cbd5e1}[data-theme=dark] .sidebar-nav-item:hover{background:#334155;color:#f1f5f9}[data-theme=dark] .sidebar-nav-item.active{background:#50b19f;color:#fff}[data-theme=dark] .sidebar-toggle{background:#334155;color:#cbd5e1;border-color:#475569}[data-theme=dark] .mobile-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .mobile-account-dropdown,[data-theme=dark] .account-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 6px 20px #00000080}[data-theme=dark] .mobile-dropdown-item{color:#e2e8f0}[data-theme=dark] .mobile-dropdown-item:hover,[data-theme=dark] .mobile-dropdown-divider{background:#334155}[data-theme=dark] .mobile-dropdown-name{color:#f1f5f9}[data-theme=dark] .mobile-dropdown-email{color:#94a3b8}[data-theme=dark] .top-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .top-header h1,[data-theme=dark] .top-header-title{color:#f1f5f9}[data-theme=dark] .top-header-subtitle,[data-theme=dark] .top-header p{color:#94a3b8}[data-theme=dark] .content-section,[data-theme=dark] .account-box,[data-theme=dark] .profile-section-card,[data-theme=dark] .empty-state-box,[data-theme=dark] .step-card,[data-theme=dark] .feature-card{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .account-box-header,[data-theme=dark] .profile-section-header{border-bottom-color:#334155}[data-theme=dark] .account-box h2,[data-theme=dark] .content-section h2,[data-theme=dark] .content-section h3,[data-theme=dark] .profile-section-card h3{color:#f1f5f9}[data-theme=dark] .section-description,[data-theme=dark] .profile-subtitle{color:#94a3b8}[data-theme=dark] .account-input,[data-theme=dark] .profile-section-fields input,[data-theme=dark] .profile-section-fields select,[data-theme=dark] .profile-section-fields textarea,[data-theme=dark] .dashboard-content input[type=text],[data-theme=dark] .dashboard-content input[type=email],[data-theme=dark] .dashboard-content input[type=tel],[data-theme=dark] .dashboard-content input[type=password],[data-theme=dark] .dashboard-content input[type=date],[data-theme=dark] .dashboard-content input[type=number],[data-theme=dark] .dashboard-content select,[data-theme=dark] .dashboard-content textarea{background:#0f172a;color:#f1f5f9;border-color:#475569}[data-theme=dark] .account-input:focus,[data-theme=dark] .profile-section-fields input:focus,[data-theme=dark] .profile-section-fields select:focus,[data-theme=dark] .profile-section-fields textarea:focus{border-color:#50b19f;outline-color:#50b19f}[data-theme=dark] .account-input::-moz-placeholder,[data-theme=dark] .dashboard-content input::-moz-placeholder,[data-theme=dark] .dashboard-content textarea::-moz-placeholder{color:#64748b}[data-theme=dark] .account-input::placeholder,[data-theme=dark] .dashboard-content input::placeholder,[data-theme=dark] .dashboard-content textarea::placeholder{color:#64748b}[data-theme=dark] .account-value,[data-theme=dark] .field-value{color:#e2e8f0}[data-theme=dark] .account-value-muted{color:#64748b}[data-theme=dark] label{color:#cbd5e1}[data-theme=dark] .data-table,[data-theme=dark] .applications-page .data-table{background:#1e293b;color:#e2e8f0}[data-theme=dark] .data-table th,[data-theme=dark] .applications-page .data-table th{background:#0f172a;color:#cbd5e1}[data-theme=dark] .data-table td,[data-theme=dark] .applications-page .data-table td{color:#cbd5e1;border-bottom-color:#334155}[data-theme=dark] .data-table tbody tr:hover,[data-theme=dark] .applications-page .data-table tbody tr:hover{background:#334155}[data-theme=dark] .packet-item{background:#1e293b;border-color:#334155}[data-theme=dark] .packet-content h3{color:#f1f5f9}[data-theme=dark] .packet-content p{color:#94a3b8}[data-theme=dark] .btn-packet-menu{background:transparent;border-color:#475569;color:#cbd5e1}[data-theme=dark] .btn-packet-menu:hover{background:#334155;color:#f1f5f9;border-color:#64748b}[data-theme=dark] .packet-menu-popover{background:#1e293b;border-color:#334155;box-shadow:0 6px 20px #00000080}[data-theme=dark] .packet-menu-item{color:#e2e8f0}[data-theme=dark] .packet-menu-item.packet-menu-delete:hover{background:#dc262626}[data-theme=dark] .status-card{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .status-card:hover,[data-theme=dark] .status-card.active{border-color:#50b19f}[data-theme=dark] .progress-ring-bg{stroke:#334155}[data-theme=dark] .timeline-item{background:#1e293b;border-color:#334155}[data-theme=dark] .timeline-content h4{color:#f1f5f9}[data-theme=dark] .timeline-description,[data-theme=dark] .timeline-dates{color:#94a3b8}[data-theme=dark] .progress-bar{background:#334155}[data-theme=dark] .modal-overlay,[data-theme=dark] .delete-modal-overlay,[data-theme=dark] .joint-modal-overlay{background:#000000b3}[data-theme=dark] .modal-content,[data-theme=dark] .delete-modal,[data-theme=dark] .joint-modal{background:#1e293b;color:#e2e8f0}[data-theme=dark] .modal-header,[data-theme=dark] .delete-modal-header,[data-theme=dark] .joint-modal-header{border-bottom-color:#334155}[data-theme=dark] .modal-header h2,[data-theme=dark] .delete-modal-header h3,[data-theme=dark] .joint-modal-header h3{color:#f1f5f9}[data-theme=dark] .template-card{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .template-card.selected{border-color:#50b19f}[data-theme=dark] .template-card h3{color:#f1f5f9}[data-theme=dark] .profile-progress{color:#cbd5e1}[data-theme=dark] .profile-message.success{background:#22c55e26;color:#4ade80;border-color:#22c55e4d}[data-theme=dark] .profile-message.error{background:#dc262626;color:#f87171;border-color:#dc26264d}[data-theme=dark] .account-message.success{background:#22c55e26;color:#4ade80}[data-theme=dark] .account-message.error{background:#dc262626;color:#f87171}[data-theme=dark] .profile-lock-banner{background:#f59e0b26;color:#fbbf24;border-color:#f59e0b66;border-left-color:#f59e0b}.theme-options{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.theme-option-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:#1e293b;transition:all .2s}.theme-option-btn:hover{border-color:#50b19f;background:#f0fdfa}.theme-option-btn.active{border-color:#50b19f;background:#50b19f1a;color:#1e293b}[data-theme=dark] .theme-option-btn{background:#0f172a;border-color:#475569;color:#e2e8f0}[data-theme=dark] .theme-option-btn:hover{border-color:#50b19f;background:#50b19f1a}[data-theme=dark] .theme-option-btn.active{border-color:#50b19f;background:#50b19f2e;color:#f1f5f9}.theme-option-icon{font-size:1.1rem}
