body{background-color:#232337;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem 1rem}.App-header h1{font-size:3rem;font-weight:700;margin:0 0 1rem}.App-header p{font-size:1.2rem;margin:0;opacity:.9}.App-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.status-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:2rem}.status-card h2{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.status-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 0}.status-item:last-child{border-bottom:none}.status-ok{color:#28a745;font-weight:600}.status-error{color:#dc3545;font-weight:600}.status-loading{color:#ffc107;font-weight:600}.features{margin-bottom:2rem}.features h2{color:#333;font-size:1.5rem;margin:0 0 2rem}.feature-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-item:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#333;font-size:1.2rem;margin:0 0 1rem}.feature-item p{color:#666;line-height:1.5;margin:0}.cta{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center}.cta h2{color:#333;font-size:1.5rem;margin:0 0 1rem}.cta p{color:#666;font-size:1.1rem;margin:0 0 1.5rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-1px)}.App-footer{background:#333;color:#fff;margin-top:auto;padding:1rem}.App-footer p{margin:0;opacity:.8}@media (max-width:768px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.App-main{padding:1rem}.feature-grid{grid-template-columns:1fr}.status-item{align-items:flex-start;flex-direction:column;gap:.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#232337;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;overflow:hidden}.App,.login-container,.register-container{display:flex;flex-direction:column;height:100vh}.login-container,.register-container{background:#232337;padding:0;position:relative}.header-section{padding:40px 20px 30px}.logo{height:60px;margin-bottom:15px;width:120px}.title{color:#fff;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:8px}.subtitle,.title{margin-left:8px;text-align:left}.subtitle{color:#81899f;font-size:16px;font-weight:400}.content{flex:1 1;padding:0 20px;position:relative;z-index:10}.login-form,.register-form{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px;width:100%}.input-field{padding:16px}.validation-text{font-size:12px;margin-bottom:8px;margin-left:15px;margin-top:4px}.validation-text.valid{color:#30e07d}.validation-text.invalid{color:#ff5050}.login-prompt,.register-prompt{text-align:center}.login-prompt p,.register-prompt p{color:#81899f;font-size:14px;margin-bottom:8px}.login-link,.register-link{background:none;border:none;color:#30e07d;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.login-button,.register-button{background:#2f2f4a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;letter-spacing:normal;margin-bottom:20px;padding:18px;text-transform:none;transition:all .3s ease}.login-button:hover,.register-button:hover{background:#81899f;transform:translateY(-2px)}.login-button:active,.register-button:active{transform:translateY(0)}@media (max-width:480px){.header-section{padding:30px 15px 20px}.content{padding:0 15px}.title{font-size:24px;margin-left:6px}.subtitle{font-size:14px;margin-left:6px}.input-field{padding:14px}.input{font-size:14px}.logo{height:50px;width:100px}.background-grains{width:100vw}}.notification{animation:slideIn .3s ease-out;max-width:400px;min-width:300px;position:fixed;right:20px;top:20px;z-index:1000}.notification-error{background:#ff5050;border:1px solid #ff5050;color:#fff}.notification-success{background:#30e07d;border:1px solid #30e07d;color:#fff}.notification-warning{background:#81899f;border:1px solid #81899f;color:#fff}.notification-content{align-items:center;border-radius:12px;box-shadow:0 4px 12px #0000004d;display:flex;justify-content:space-between;padding:16px 20px}.notification-message{flex:1 1;font-size:14px;font-weight:500;line-height:1.4}.notification-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:24px;justify-content:center;margin-left:12px;padding:0;transition:background-color .2s ease;width:24px}.notification-close:hover{background:#fff3}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.notification.hiding{animation:slideOut .3s ease-in}@media (max-width:480px){.notification{left:10px;max-width:none;min-width:auto;right:10px;top:10px}}.login-container{background:#232337;display:flex;flex-direction:column;height:100vh;padding:0;position:relative}.login-container .title{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:1.2;margin-bottom:14px!important;margin-left:8px!important;text-align:left}.login-container .subtitle{color:#81899f;font-size:16px;font-weight:400;margin-bottom:5px!important;margin-left:8px!important;text-align:left}.login-form{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:400px;width:100%}.password-toggle{align-items:center;background:none;border:none;color:#30e07d;cursor:pointer;display:flex;justify-content:center;margin-left:10px;padding:0}.password-toggle img{height:20px;width:20px}.register-prompt{text-align:center}.register-prompt p{color:#81899f;font-size:14px;margin-bottom:8px}.register-link{background:none;border:none;color:#30e07d;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.login-button{background:#2f2f4a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:normal;margin-bottom:15px;padding:14px;text-transform:none;transition:all .3s ease}.login-button:hover{background:#81899f;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.register-container{background:#232337;height:100vh;padding:0}.header-section,.register-container{display:flex;flex-direction:column;position:relative}.header-section{align-items:flex-start;flex-shrink:0;padding:15px 20px 10px;z-index:10}.logo{height:50px;margin:10px 0 8px;object-fit:contain;width:100px}.register-container .title{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:1.2;margin-bottom:14px!important;margin-left:8px!important;text-align:left}.register-container .subtitle{color:#81899f;font-size:16px;font-weight:400;margin-bottom:5px!important;margin-left:8px!important;text-align:left}.register-form{gap:12px;margin:0 auto;max-width:400px;width:100%}.input-group,.register-form{display:flex;flex-direction:column}.input-group{gap:4px}.input-field{align-items:center;background:#0000;border:1px solid #81899f;border-radius:12px;display:flex;padding:12px;position:relative;transition:border-color .3s ease}.input-field:focus-within{border-color:#30e07d}.input-icon{flex-shrink:0;height:20px;margin-right:12px;width:20px}.input{background:#0000;border:none;color:#fff;flex:1 1;font-size:16px;outline:none}.input::placeholder{color:#81899f}.date-picker,.password-toggle{align-items:center;background:none;border:none;color:#30e07d;cursor:pointer;display:flex;justify-content:center;margin-left:10px;padding:0}.date-picker img,.password-toggle img{height:20px;width:20px}.bottom-section{bottom:0;display:flex;flex-direction:column;flex-shrink:0;gap:15px;left:0;padding:15px 20px;position:fixed;right:0;z-index:10}.login-prompt{text-align:center}.login-prompt p{color:#81899f;font-size:14px;margin-bottom:8px}.login-link{background:none;border:none;color:#30e07d;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.register-button{background:#2f2f4a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:normal;margin-bottom:15px;padding:14px;text-transform:none;transition:all .3s ease}.register-button:hover{background:#81899f;transform:translateY(-2px)}.register-button:active{transform:translateY(0)}.consent-container{background:#232337;display:flex;flex-direction:column;height:100vh;padding:0;position:relative}.consent-container .header-section{align-items:center;display:flex;flex-direction:column;left:50%;padding:0;position:absolute;top:20vh;transform:translateX(-50%);z-index:10}.consent-container .logo{height:192px;margin-bottom:20px;object-fit:contain;width:384px}.consent-container .consent-title{line-height:1.2;margin-bottom:8px}.consent-container .consent-subtitle,.consent-container .consent-title{color:#30e07d;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;max-width:384px;text-align:center;width:100%}.consent-content{align-items:center;justify-content:center;padding:20px;position:absolute;top:0;z-index:5}.consent-bottom,.consent-content{bottom:0;display:flex;flex-direction:column;left:0;right:0}.consent-bottom{flex-shrink:0;gap:15px;padding:15px 20px;position:fixed;z-index:10}.consent-box{background:#2f2f4a;border:1px solid #81899f;border-radius:12px;padding:20px}.checkbox-container{align-items:flex-start;display:flex;gap:12px}.consent-checkbox{accent-color:#30e07d;cursor:pointer;height:20px;margin-top:2px;width:20px}.consent-text{color:#fff;cursor:pointer;font-size:14px;line-height:1.4}.highlight{color:#30e07d;cursor:pointer;text-decoration:underline}@media (max-width:480px){.header-section{padding:30px 15px 20px}.content{padding:0 15px}.consent-title{font-size:24px;margin-left:6px}.consent-subtitle{font-size:14px;margin-left:6px}.logo{height:50px;width:100px}.consent-bottom{padding:15px}.background-grains{width:100vw}}.role-selection-container{background:#232337;display:flex;flex-direction:column;height:100vh;padding:0;position:relative}.role-buttons{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:400px;width:100%}.role-button{background:#0000;border:1px solid #81899f;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;padding:12px;text-align:center;transition:border-color .3s ease;width:100%}.role-button.selected{background:#2f2f4a;border-color:#30e07d;color:#30e07d}.role-button:hover{background:#81899f;transform:translateY(-2px)}.role-button:active{transform:translateY(0)}.specialization-container{background:#232337;display:flex;flex-direction:column;height:100vh;padding:0;position:relative}.content{align-items:center;bottom:0;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:0;z-index:5}.content,.specialization-buttons{display:flex;flex-direction:column}.specialization-buttons{gap:12px;margin:0 auto;max-width:400px;width:100%}.specialization-button{background:#0000;border:1px solid #81899f;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;padding:12px;text-align:center;transition:border-color .3s ease;width:100%}.specialization-button.selected{background:#2f2f4a;border-color:#30e07d;color:#30e07d}.specialization-button:hover{background:#81899f;transform:translateY(-2px)}.specialization-button:active{transform:translateY(0)}.continue-button{background:#2f2f4a;border:1px solid #81899f;border-radius:12px;color:#30e07d;cursor:pointer;font-size:18px;font-weight:600;margin-bottom:20px;padding:18px;transition:all .3s ease;width:100%}.continue-button:disabled{cursor:not-allowed;opacity:.5}.continue-button:hover:not(:disabled){background:#81899f;transform:translateY(-2px)}.continue-button:active:not(:disabled){transform:translateY(0)}.profile-fill-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:20px;position:relative}body:has(.profile-fill-container){height:auto!important;overflow:auto!important}.App:has(.profile-fill-container){height:auto!important}.profile-header{align-items:center;background:#2f2f4a;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:flex;height:100px;justify-content:space-between;padding:20px;position:relative;z-index:10}.section-header{margin-top:30px}.section-icon{font-size:20px}.fill-form-field.textarea-field{align-items:flex-start;padding-top:15px}.fill-form-input,.fill-form-textarea{background:#0000;border:none;color:#2f2f4a;flex:1 1;font-family:Nunito Sans,sans-serif;font-size:14px;outline:none}.fill-form-field.documents-field{cursor:pointer;transition:all .3s ease}.fill-form-field.documents-field:hover{border-color:#30e07d}.fill-form-field.documents-field.disabled{cursor:not-allowed;opacity:.6}.textarea-container{display:flex;flex:1 1;flex-direction:column}.form-textarea{min-height:120px}.char-counter,.form-textarea{font-family:Nunito Sans,sans-serif}.char-counter{background:#fff;border-radius:4px;bottom:8px;color:#81899f;font-size:12px;padding:2px 6px;position:absolute;right:12px}.documents-title{color:#2f2f4a;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin:0 0 15px}.documents-list{display:flex;flex-direction:column;gap:8px}.document-item{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:8px 12px}.document-name{color:#2f2f4a;flex:1 1;font-size:14px;word-break:break-word}.remove-document{align-items:center;background:#ff5050;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;margin-left:8px;width:20px}.nav-icon{font-size:20px}.customer-fill-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:20px;position:relative}body:has(.customer-fill-container){height:auto!important;overflow:auto!important}.App:has(.customer-fill-container){height:auto!important}.main-info-section{margin:40px 20px 20px}.profile-photo-section{display:flex;justify-content:center}.profile-photo{background:#2f2f4a}.fill-form-fields{display:flex;flex-direction:column;gap:12px}.fill-form-field{padding:12px 15px}.fill-field-icon{height:20px;margin-right:12px;width:20px}.fill-form-input{background:#0000;border:none;color:#2f2f4a;flex:1 1;font-family:Nunito Sans,sans-serif;font-size:14px;outline:none}.form-input::placeholder{color:#81899f}.documents-section{margin:40px 20px 20px}.documents-field{border:2px dashed #2f2f4a!important;min-height:60px}.documents-field.disabled{border:2px dashed #e0e0e0!important;cursor:default}.documents-field.disabled .field-icon{opacity:.5}.documents-placeholder{font-size:14px;font-style:italic}.documents-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.documents-thumbnails{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:15px}.document-thumbnail{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:10px;position:relative}.thumbnail-preview{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.thumbnail-image{height:100%;object-fit:cover;width:100%}.thumbnail-icon{color:#81899f;font-size:24px}.thumbnail-name{color:#2f2f4a;font-size:12px;max-width:100px;text-align:center;word-break:break-word}.thumbnail-remove{align-items:center;background:#ff5050;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;position:absolute;right:5px;top:5px;width:20px}.save-section{padding:20px}.save-button{background:#232337;color:#30e07d;font-family:Poppins,sans-serif;transition:background .3s ease;width:100%}.save-button:hover{background:#2a2a3f}.save-button:active{transform:translateY(1px)}@media (max-width:480px){.documents-section,.main-info-section{margin:15px}.form-field{padding:10px 12px}}.menu-content{padding:20px!important}.menu-header{border-bottom:1px solid #ffffff1a!important;padding-bottom:20px!important}.header-logo{height:40px!important;margin-right:15px!important;width:40px!important}.menu-card{cursor:pointer!important;transition:background-color .2s ease!important}.menu-card:hover{background:#ffffff26!important}.card-rating{color:#4caf50!important;margin-left:auto!important}.menu-options{gap:8px!important}.menu-option{border-radius:8px!important;color:#fff!important;gap:12px!important;padding:16px!important;transition:background-color .2s ease!important}.menu-option:hover{background:#ffffff1a!important}.option-icon{height:20px!important;width:20px!important}.option-text{font-size:16px!important;font-weight:400!important}.executor-pending-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.executor-pending-container){height:auto!important;overflow:auto!important}.App:has(.executor-pending-container){height:auto!important}.profile-telegram{margin-bottom:18px}.executor-redo-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.executor-redo-container){height:auto!important;overflow:auto!important}.App:has(.executor-redo-container){height:auto!important}.executor-edit-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.executor-edit-container){height:auto!important;overflow:auto!important}.App:has(.executor-edit-container){height:auto!important}.button-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%);height:20px;width:20px}.customer-redo-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.customer-redo-container){height:auto!important;overflow:auto!important}.App:has(.customer-redo-container){height:auto!important}.customer-edit-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.customer-edit-container){height:auto!important;overflow:auto!important}.App:has(.customer-edit-container){height:auto!important}.profile-photo-container{height:120px;overflow:visible;position:relative;width:120px}.profile-photo{border:none;cursor:pointer;height:100px;width:100px}.profile-photo-add{align-items:center;background:#30e07d;border:3px solid #fff;border-radius:50%;bottom:5px;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:5px;width:32px}.add-icon{color:#fff;font-size:18px;font-weight:700;line-height:1}.profile-admin-message{color:#ff6b6b}.edit-profile-button{margin-top:25px}.button-icon{filter:brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(0) hue-rotate(0deg) brightness(18%) contrast(100%)}.button-arrow{color:#2f2f4a;font-size:18px;font-weight:700;margin-right:8px}.form-input:focus,.form-textarea:focus{outline:2px solid #30e07d;outline-offset:-2px}.form-input:focus,.form-input:hover,.form-textarea:focus,.form-textarea:hover{background:#f8f9fa;border-radius:8px;margin:-8px;padding:8px}.fill-form-field{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:row;gap:12px;min-height:60px;padding:20px;position:relative}.fill-field-icon{filter:brightness(0) saturate(100%) invert(50%) sepia(0) saturate(0) hue-rotate(0deg) brightness(50%) contrast(100%);flex-shrink:0;height:24px;width:24px}.documents-field{cursor:pointer;transition:all .3s ease}.documents-field:hover{background:#f8f9fa;border-color:#30e07d}.documents-field.disabled{cursor:not-allowed;opacity:.6}.documents-field.disabled:hover{background:#fff;border-color:#e0e0e0}.documents-content{display:flex;flex:1 1;flex-direction:column;gap:8px}.documents-placeholder{color:#81899f;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:500}.save-section{margin:20px;position:relative;z-index:5}.save-profile-button{align-items:center;background:#2f2f4a;border:2px solid #30e07d;border-radius:12px;color:#30e07d;cursor:pointer;display:flex;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.save-profile-button:hover{background:#3a3a5a;box-shadow:0 4px 12px #30e07d4d;transform:translateY(-2px)}.executor-success-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.executor-success-container){height:auto!important;overflow:auto!important}.App:has(.executor-success-container){height:auto!important}.executor-header{align-items:center;background:#2f2f4a;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:flex;height:100px;justify-content:space-between;padding:20px;position:relative;z-index:10}.reviews-card{border:1px solid #30e07d4d!important}.card-rating{color:#30e07d!important;font-family:Nunito Sans,sans-serif!important;font-size:14px!important;font-weight:600!important}.profile-status{cursor:pointer;transition:all .3s ease}.profile-status:hover{opacity:.8}.status-arrow{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%);height:12px;margin-left:8px;width:12px}.status-modal-overlay{align-items:flex-end;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.status-modal{background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0003;max-width:none;padding:32px 24px;width:100%}.status-modal-title{color:#2f2f4a;font-family:Nunito Sans,sans-serif;font-size:20px;font-weight:700;margin:0 0 24px;text-align:center}.status-options{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.status-option{background:#fff;border:1px solid #e0e0e0;border-radius:12px;color:#2f2f4a;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:500;padding:20px;transition:all .3s ease}.status-option:hover{background:#f8f9fa;border-color:#30e07d}.status-option.selected{background:#f0f8f0;border-color:#30e07d;color:#30e07d;font-weight:600}.status-continue-button{background:#2f2f4a;border:none;border-radius:12px;color:#30e07d;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:18px;font-weight:600;padding:20px;transition:all .3s ease;width:100%}.status-continue-button:hover{background:#3a3a5a;box-shadow:0 4px 12px #2f2f4a4d;transform:translateY(-2px)}.customer-success-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.customer-success-container){height:auto!important;overflow:auto!important}.App:has(.customer-success-container){height:auto!important}.menu-overlay{background:#00000080!important;bottom:0!important;display:flex!important;justify-content:flex-end!important;left:0!important;position:fixed!important;right:0!important;top:0!important;z-index:1000!important}.menu-content{border-radius:0!important;box-shadow:none!important;flex-direction:column!important;height:100%!important;overflow-y:auto!important;padding:0!important}.menu-content,.menu-header{background:#2f2f4a!important;display:flex!important;justify-content:space-between!important;width:100%!important}.menu-header{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important;height:100px!important;margin-bottom:30px!important;padding:20px!important;position:relative!important;z-index:10!important}.header-left,.menu-header{align-items:center!important}.header-left{display:flex!important}.header-logo{height:42px!important;object-fit:contain!important;width:58px!important}.header-title{color:#fff!important;font-family:Nunito Sans,sans-serif!important;font-size:24px!important;font-weight:700!important;margin:0 0 0 20px!important}.menu-close{align-items:center!important;background:none!important;border:none!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:32px!important;height:40px!important;justify-content:center!important;margin-right:20px!important;padding:0!important;width:40px!important}.menu-cards{flex-direction:column!important;margin-bottom:30px!important;padding:0 20px!important}.menu-card,.menu-cards{display:flex!important;gap:12px!important}.menu-card{align-items:center!important;background:#ffffff1a!important;border-radius:12px!important;padding:16px!important}.documents-card{border:1px solid #30e07d4d!important}.coming-soon-card{opacity:.6!important}.card-icon{height:24px!important;width:24px!important}.card-text{color:#fff!important;flex:1 1!important;font-family:Nunito Sans,sans-serif!important;font-size:16px!important;font-weight:500!important}.menu-options{display:flex!important;flex-direction:column!important;margin-top:auto!important;padding:0 20px 20px!important}.menu-option{align-items:center!important;background:none!important;border:none!important;border-bottom:1px solid #ffffff1a!important;cursor:pointer!important;display:flex!important;gap:16px!important;padding:20px 0!important;text-align:left!important;width:100%!important}.menu-option:last-child{border-bottom:none!important}.option-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)!important;height:24px!important;width:24px!important}.option-text{color:#fff!important;flex:1 1!important;font-size:18px!important;font-weight:500!important}.option-subtext,.option-text{font-family:Nunito Sans,sans-serif!important}.option-subtext{color:#ffffffb3!important;display:block!important;font-size:16px!important;font-weight:400!important;margin-top:2px!important}.profile-status{align-items:center;display:flex;gap:8px;margin-bottom:18px}.schedule-button,.status-text{color:#30e07d;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:600}.schedule-button{align-items:center;background:#0000;border:2px solid #30e07d;border-radius:12px;cursor:pointer;display:flex;gap:10px;height:48px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:25px;padding:12px 16px;transition:all .3s ease;width:90%}.schedule-button:hover{background:#30e07d1a;box-shadow:0 4px 12px #30e07d4d;transform:translateY(-2px)}.edit-profile-button{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;color:#2f2f4a;cursor:pointer;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:600;gap:10px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:15px;padding:12px 16px;transition:all .3s ease;width:90%}.edit-profile-button:hover{background:#f5f5f5;border-color:#30e07d}.profile-telegram{margin-top:-20px}.profile-admin-message{color:#30e07d}.button-icon{height:16px;width:16px}.button-icon,.schedule-button .button-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%)}.edit-profile-button .button-icon{filter:brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(0) hue-rotate(0deg) brightness(18%) contrast(100%)}.customer-pending-container{background:#f5f5f5;font-family:Nunito Sans,sans-serif;height:auto;min-height:100vh;padding-bottom:80px;position:relative}body:has(.customer-pending-container){height:auto!important;overflow:auto!important}.App:has(.customer-pending-container){height:auto!important}.background-grains{bottom:0;height:auto;object-fit:contain;opacity:.3;pointer-events:none;right:0;width:80vw;z-index:1}.header-logo{height:42px;object-fit:contain;width:58px}.header-title{font-family:Poppins,sans-serif;font-size:26px;letter-spacing:-.02em;margin:0 0 0 20px}.menu-overlay{background:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.menu-content{background:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100%;padding:20px;width:280px}.menu-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.menu-header h3{color:#2f2f4a;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;margin:0}.menu-close{align-items:center;background:none;border:none;color:#81899f;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.menu-items{display:flex;flex-direction:column;gap:10px}.menu-item{align-items:center;background:none;border:none;border-radius:12px;color:#2f2f4a;cursor:pointer;display:flex;font-family:Nunito Sans,sans-serif;font-size:16px;gap:15px;padding:15px;text-align:left;transition:background .3s ease}.menu-item:hover{background:#f5f5f5}.menu-item.active{background:#e8f5e8;color:#30e07d}.menu-icon{filter:brightness(0) saturate(100%) invert(50%) sepia(0) saturate(0) hue-rotate(0deg) brightness(50%) contrast(100%);height:24px;width:24px}.menu-item.active .menu-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%)}.profile-card{background:#2f2f4a;display:flex;flex-direction:column;gap:20px;margin-top:20px;min-height:245px;padding:40px 20px;position:relative;z-index:5}.profile-top-section{align-items:flex-start;display:flex;gap:20px}.profile-photo-section{flex-shrink:0}.profile-photo,.profile-photo-container{align-items:center;display:flex;justify-content:center}.profile-photo{background:#3a3a5a;border:3px solid #30e07d;border-radius:50%;height:120px;overflow:hidden;position:relative;width:120px}.profile-photo-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-photo-text{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;letter-spacing:1px}.profile-info{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.profile-main-info{color:#fff;text-align:left}.profile-center-info{color:#fff;margin-top:10px;text-align:center;width:100%}.profile-name{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin:0 0 12px}.profile-role{color:#30e07d;font-size:16px;font-weight:600}.profile-date,.profile-role{font-family:Nunito Sans,sans-serif;margin:0 0 18px}.profile-date{color:#fff;font-size:14px}.profile-telegram{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:8px}.telegram-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%);height:20px;width:20px}.telegram-username{color:#fff}.profile-admin-message,.telegram-username{font-family:Nunito Sans,sans-serif;font-size:14px}.profile-admin-message{color:#81899f;font-weight:700;line-height:1.4;margin:0;text-align:center}.main-info-section{margin:20px;position:relative;z-index:5}.section-header{align-items:center;display:flex;gap:10px;margin-bottom:15px}.section-icon-img{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%);height:24px;width:24px}.section-title{color:#2f2f4a;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.form-fields{gap:20px}.form-field,.form-fields{display:flex;flex-direction:column}.form-field{align-items:stretch;background:#fff;border:1px solid #e0e0e0;border-radius:12px;min-height:100px;padding:20px;position:relative}.textarea-field{height:auto;min-height:auto}.field-header{align-items:center;display:flex;gap:12px;justify-content:flex-start!important;margin-bottom:15px}.field-icon{filter:brightness(0) saturate(100%) invert(50%) sepia(0) saturate(0) hue-rotate(0deg) brightness(50%) contrast(100%);height:24px;width:24px}.field-label{font-weight:600}.field-label,.form-input,.form-textarea{color:#2f2f4a;font-family:Nunito Sans,sans-serif;font-size:16px}.form-input,.form-textarea{background:#0000;border:none;outline:none;padding:0;resize:none;width:100%}.form-textarea{word-wrap:break-word;height:auto;line-height:1.5;min-height:auto;overflow:hidden;resize:none;white-space:pre-wrap}.form-input:read-only,.form-textarea:read-only{color:#81899f}.documents-section{margin:20px;position:relative;z-index:5}.documents-gallery{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-top:15px}.gallery-item{aspect-ratio:1;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.gallery-image{height:100%;object-fit:cover;width:100%}.bottom-navigation{left:0;padding:10px 0;position:fixed;right:0;z-index:10}.nav-item{color:#81899f;padding:5px}.nav-item.active{color:#30e07d}.nav-icon-img{filter:brightness(0) saturate(100%) invert(50%) sepia(0) saturate(0) hue-rotate(0deg) brightness(50%) contrast(100%);height:20px;width:20px}.nav-item.active .nav-icon-img{filter:brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(460%) hue-rotate(115deg) brightness(101%) contrast(89%)}.nav-label{font-family:Nunito Sans,sans-serif;font-size:10px}@media (max-width:480px){.main-content{padding:15px}.action-card,.status-card{padding:20px}.menu-content{width:100%}}body:has(.executor-feed-empty-container){height:auto!important;overflow:auto!important}.App:has(.executor-feed-empty-container){height:auto!important}.executor-feed-empty-container{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;position:relative}.empty-state{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px}.empty-message{color:#999;font-size:16px;margin:0;text-align:center}@media (max-width:480px){.feed-header{padding:16px}.header-title{font-size:20px}.search-section{padding:16px}.search-bar{padding:10px 14px}.search-input{font-size:14px}}body:has(.executor-feed-filled-container){height:auto!important;overflow:auto!important}.App:has(.executor-feed-filled-container){height:auto!important}.executor-feed-filled-container{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;position:relative}.background-grains{opacity:.1}.header-logo{margin-right:15px}.header-title{color:#fff;font-size:10px;font-weight:700;margin:0}.search-section{background:#fff;padding:20px 20px 100px}.search-bar{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;padding:12px 16px}.search-divider{background:#e0e0e0;height:24px;margin:0 12px;width:1px}.filter-button{background:none;border:none;cursor:pointer;padding:4px}.filter-icon{height:20px;opacity:.6;width:20px}.jobs-section{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:0 20px 20px}.job-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.job-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.job-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.job-company{color:#333;flex:1 1;font-size:18px;font-weight:600;margin:0}.favorite-button{background:none;border:none;cursor:pointer;margin-left:12px;padding:4px}.favorite-icon{height:20px;width:20px}.job-details{display:flex;flex-direction:column;gap:8px}.job-position{color:#333;font-size:16px;font-weight:500;margin:0}.job-address{color:#666;font-size:14px;margin:0}.job-footer{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.job-salary{color:#4caf50;font-size:16px;font-weight:600}.job-time{color:#999;font-size:14px}@media (max-width:480px){.feed-header{padding:16px}.header-title{font-size:20px}.search-section{padding:16px}.search-bar{padding:10px 14px}.search-input{font-size:14px}.jobs-section{padding:0 16px 16px}.job-card{padding:16px}.job-company{font-size:16px}.job-position{font-size:14px}}.calendar-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.calendar-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:350px;padding:20px;width:90%}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.calendar-nav-button{align-items:center;background:#30e07d;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s;width:32px}.calendar-nav-button:hover{background:#28c76a}.calendar-nav-button img{filter:brightness(0) invert(1);height:16px;width:16px}.calendar-nav-button:last-child img{transform:rotate(-90deg)}.calendar-title{color:#333;font-size:18px;font-weight:600;margin:0}.calendar-weekdays{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.calendar-weekday{color:#666;font-size:12px;font-weight:500;padding:8px 0;text-align:center}.calendar-days{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:16px}.calendar-day{align-items:center;background:none;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;position:relative;transition:all .2s;width:40px}.calendar-day:hover{background:#f0f0f0}.calendar-day-other{color:#ccc;cursor:not-allowed}.calendar-day-other:hover{background:none}.calendar-day-today{border:2px solid #2196f3}.calendar-day-selected{background:#30e07d;color:#fff}.calendar-day-selected:hover{background:#28c76a}.calendar-day-available{background:#30e07d;border-radius:50%;height:6px;position:absolute;right:4px;top:4px;width:6px}.calendar-day-selected .calendar-day-available{background:#fff}.calendar-save-button{background:#30e07d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:16px;padding:12px 24px;transition:background-color .2s;width:100%}.calendar-save-button:hover{background:#28c76a}.calendar-save-button:disabled{background:#ccc;cursor:not-allowed}@media (max-width:480px){.calendar-container{max-width:320px;padding:16px}.calendar-day{font-size:13px;height:36px;width:36px}.calendar-title{font-size:16px}}.region-modal-overlay{align-items:flex-end;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.region-modal-container{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px #0003;display:flex;flex-direction:column;max-height:80vh;width:100%}.region-modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px 20px 0}.region-modal-title{color:#333;font-size:20px;font-weight:700;margin:0}.region-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.region-modal-close:hover{background:#f0f0f0}.close-icon{font-size:20px;font-weight:700}.region-modal-search{align-items:center;background:#f5f5f5;border-radius:12px;display:flex;gap:12px;margin:0 20px 20px;padding:12px 16px}.search-icon{filter:grayscale(100%) brightness(.7)}.search-input{background:none}.region-modal-content{flex:1 1;overflow-y:auto;padding:0 20px}.regions-list{display:flex;flex-direction:column;gap:8px;padding-bottom:20px}.region-item{align-items:center;background:#f9f9f9;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:all .2s}.region-item:hover{background:#f0f0f0;border-color:#30e07d}.region-item.selected{background:#30e07d;border-color:#30e07d;color:#fff}.region-item.selected:hover{background:#28c76a;border-color:#28c76a}.region-name{font-size:16px;font-weight:500}.check-icon{color:#fff;font-size:18px;font-weight:700}.region-modal-footer{background:#fff;border-top:1px solid #eee;display:flex;gap:12px;padding:20px}.reset-button{background:#f5f5f5;border:none;border-radius:12px;transition:background-color .2s}.reset-button:hover{background:#e0e0e0}.save-button{background:#30e07d;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:16px;transition:background-color .2s}.save-button:hover{background:#28c76a}@media (max-width:480px){.region-modal-container{max-height:85vh}.region-modal-header{padding:16px 16px 0}.region-modal-title{font-size:18px}.region-modal-search{margin:0 16px 16px;padding:10px 14px}.region-modal-content{padding:0 16px}.region-item{padding:14px 16px}.region-name{font-size:15px}.region-modal-footer{gap:10px;padding:16px}.reset-button,.save-button{font-size:15px;padding:14px}}body:has(.feed-filters-container){height:auto!important;overflow:auto!important}.App:has(.feed-filters-container){height:auto!important}.feed-filters-container{background:#fff;display:flex;flex-direction:column;min-height:100vh;position:relative}.background-grains{height:100%;left:0;object-fit:cover;opacity:.05;position:fixed;top:0;width:100%;z-index:-1}.customer-header{background:#2f2f4a;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:100px;justify-content:space-between;padding:20px;position:relative;z-index:10}.back-button,.customer-header{align-items:center;display:flex}.back-button{background:none;border:none;cursor:pointer;gap:8px;padding:8px}.back-icon{filter:grayscale(100%) brightness(.7);height:20px;width:20px}.back-text{color:#333;font-size:16px;font-weight:500}.header-left{align-items:center;display:flex;gap:15px}.header-logo{height:40px;width:40px}.header-title-container{align-items:flex-start;display:flex;flex-direction:column;margin:0}.header-title-main{font-size:26px}.header-title-main,.header-title-sub{color:#fff;font-weight:700;line-height:1;margin:0}.header-title-sub{font-size:10px}.menu-button{background:none;border:none;cursor:pointer;margin-right:20px;padding:8px}.menu-lines{display:flex;flex-direction:column;gap:4px}.menu-lines span{background:#fff;border-radius:2px;height:3px;width:24px}.filters-content{display:flex;flex:1 1;flex-direction:column;gap:24px;padding:20px 20px 100px}.filters-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.filters-title-left{align-items:center;display:flex;gap:12px}.filter-icon{height:24px;width:24px}.filters-title h2{color:#333;font-size:24px;font-weight:700;margin:0}.filter-section{display:flex;flex-direction:column;gap:12px}.section-title{color:#333;font-size:16px;font-weight:600;margin:0}.search-input-container{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;padding:12px 16px}.search-icon{height:20px;margin-right:12px;opacity:.6;width:20px}.search-input{background:#0000;border:none;color:#333;flex:1 1;font-size:16px;outline:none}.search-input::placeholder{color:#999}.region-container{flex-wrap:wrap}.region-container,.region-tag{align-items:center;display:flex;gap:8px}.region-tag{background:#2f2f4a;border-radius:20px;color:#fff;padding:8px 12px}.region-tag span{font-size:14px;font-weight:500}.remove-button{background:none;border:none;cursor:pointer;padding:2px}.remove-icon{color:#fff;font-size:16px;font-weight:700;line-height:1;opacity:.7}.add-region-button{align-items:center;background:none;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.plus-icon{height:20px;width:20px}.options-container{display:flex;flex-wrap:wrap;gap:8px}.option-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.option-button:hover{background:#e8e8e8}.option-button.selected{background:#2f2f4a;border-color:#2f2f4a;color:#fff}.date-input-container{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.date-input-container:hover{border-color:#4caf50;box-shadow:0 0 0 2px #4caf501a}.calendar-icon{height:20px;width:20px}.date-input{display:flex;flex:1 1;flex-direction:column;gap:4px}.date-label{color:#999;font-size:14px}.date-value{color:#333;font-size:16px;font-weight:500}.calendar-icon-right{height:20px;opacity:.6;width:20px}.salary-input-container{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:12px;padding:12px 16px}.ruble-icon{color:#4caf50;font-size:20px;font-weight:700;line-height:1}.salary-input{display:flex;flex:1 1;flex-direction:column;gap:4px}.salary-label{color:#999;font-size:14px}.salary-input-field,.salary-value{color:#333;font-size:16px;font-weight:500}.salary-input-field{background:none;border:none;outline:none;padding:0;text-align:center;width:100%}.action-buttons{display:flex;gap:12px;margin-top:20px}.reset-button{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:16px;transition:all .2s ease}.reset-button:hover{background:#f5f5f5}.apply-button{background:#2f2f4a;border:none;border-radius:8px;color:#4caf50;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:16px;transition:all .2s ease}.apply-button:hover{background:#1f1f3a}.bottom-navigation{background:#2f2f4a;bottom:0;justify-content:space-around;padding:12px 0;position:-webkit-sticky;position:sticky;z-index:100}.bottom-navigation,.nav-item{align-items:center;display:flex}.nav-item{background:none;border:none;cursor:pointer;flex-direction:column;gap:4px;padding:8px;transition:opacity .2s ease}.nav-item:hover{opacity:.8}.nav-item.active .nav-label{color:#4caf50}.nav-item.active .nav-icon-img{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)}.nav-icon-img{height:24px;width:24px}.nav-icon-gray{filter:grayscale(100%) brightness(.7)}.nav-label{color:#999;font-size:12px;font-weight:500}@media (max-width:480px){.filters-header{padding:16px}.header-title{font-size:20px}.filters-content{gap:20px;padding:16px}.filters-title h2{font-size:20px}.date-input-container,.salary-input-container,.search-input-container{padding:10px 14px}.action-buttons{flex-direction:column}.apply-button,.reset-button{font-size:14px;padding:14px}}