:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.admin-profile-container{box-sizing:border-box;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100%;height:100%;min-height:100vh;margin:0 auto;padding:32px 64px;overflow-y:auto}.admin-profile-alert{border:1px solid #0000000d;border-radius:16px;margin-bottom:32px;padding:20px 24px;animation:.4s cubic-bezier(.4,0,.2,1) adminProfileSlideIn;box-shadow:0 8px 32px #00000014}.admin-profile-alert-success{color:#155724;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border-color:#c3e6cb}.admin-profile-alert-title{margin-bottom:6px;font-size:1.1rem;font-weight:700}@keyframes adminProfileSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.admin-profile-header{margin-bottom:40px;padding:0 24px}.admin-profile-header-content{justify-content:space-between;align-items:center;gap:24px;display:flex}.admin-profile-header-text{flex:1}.admin-profile-title{-webkit-text-fill-color:transparent;letter-spacing:-.025em;background:#a58343;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:2.75rem;font-weight:800}.admin-profile-subtitle{color:#64748b;margin:0;font-size:1.2rem;font-weight:500;line-height:1.5}.admin-profile-header-actions{flex-wrap:wrap;gap:16px;display:flex}.admin-profile-btn{text-transform:none;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.admin-profile-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-profile-btn:hover:before{left:100%}.admin-profile-btn-outline{color:#475569;background:#fff;border:2px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.admin-profile-btn-outline:hover{background:#a58343;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.admin-profile-btn-primary{color:#fff;background:#a58343;box-shadow:0 6px 20px #d4af374d}.admin-profile-btn-primary:hover{background:#a58343;transform:translateY(-3px);box-shadow:0 12px 32px #d4af3766}.admin-profile-grid{grid-template-columns:1fr 420px;gap:40px;width:100%;max-width:100%;padding:0 24px;display:grid}.admin-profile-main{flex-direction:column;gap:40px;width:100%;display:flex}.admin-profile-sidebar{flex-direction:column;gap:40px;width:100%;max-width:420px;display:flex}.admin-profile-avatar-card{background:#fff;border:1px solid #0000000f;border-radius:24px;margin-top:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-avatar-card:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-info{justify-content:space-between;align-items:center;gap:24px;display:flex}.admin-profile-avatar-section{align-items:center;gap:28px;display:flex}.admin-profile-avatar-container{display:inline-block;position:relative}.admin-profile-avatar{color:#fff;background:#a58343;border:4px solid #d4af371a;border-radius:24px;justify-content:center;align-items:center;width:120px;height:120px;font-size:2.5rem;font-weight:800;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #d4af374d}.admin-profile-avatar:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);transition:transform .6s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.admin-profile-avatar:hover:before{transform:translate(100%)}.admin-profile-avatar:hover{transform:scale(1.05)rotate(2deg);box-shadow:0 20px 60px #d4af3766}.admin-profile-avatar-edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:16px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 6px 20px #10b9814d}.admin-profile-avatar-edit-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:scale(1.1);box-shadow:0 8px 25px #10b98166}.admin-profile-details{flex-direction:column;gap:12px;display:flex}.admin-profile-name{color:#1e293b;letter-spacing:-.025em;margin:0;font-size:2rem;font-weight:800}.admin-profile-position{color:#64748b;margin:0;font-size:1.1rem;font-weight:500}.admin-profile-department{color:#fff;background:#a58343;border-radius:12px;padding:8px 16px;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px #d4af3733}.admin-profile-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-profile-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:32px;display:grid}.admin-profile-stat-card{background:#fff;border:1px solid #0000000f;border-radius:20px;padding:28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-stat-card:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-stat-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.admin-profile-stat-content{justify-content:space-between;align-items:center;display:flex}.admin-profile-stat-info{flex:1}.admin-profile-stat-label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:8px;font-size:.875rem;font-weight:600}.admin-profile-stat-value{color:#a58343;letter-spacing:-.025em;margin-bottom:8px;font-size:2rem;font-weight:800}.admin-profile-stat-trend{border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.admin-profile-stat-trend.positive{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.admin-profile-stat-trend.negative{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.admin-profile-stat-icon{color:#fff;background:#a58343;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex;box-shadow:0 8px 24px #d4af374d}.admin-profile-personal-info-card{background:#fff;border:1px solid #0000000f;border-radius:24px;margin-top:20px;padding:48px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-personal-info-card:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-personal-info-title{color:#1e293b;letter-spacing:-.025em;border-bottom:2px solid #f1f5f9;margin-bottom:32px;padding-bottom:20px;font-size:1.5rem;font-weight:700}.admin-profile-skills-languages-card{background:#fff;border:1px solid #0000000f;border-radius:24px;margin-top:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-skills-languages-card:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-skills-title,.admin-profile-languages-title{color:#1e293b;letter-spacing:-.025em;margin-bottom:20px;font-size:1.1rem;font-weight:700}.admin-profile-security-preferences-card{background:#fff;border:1px solid #0000000f;border-radius:24px;margin-top:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-security-preferences-card:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-security-preferences-title{color:#1e293b;letter-spacing:-.025em;margin-bottom:24px;font-size:1.1rem;font-weight:700}.admin-profile-form-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:32px;display:grid}.admin-profile-form-group{flex-direction:column;gap:12px;display:flex}.admin-profile-form-group.full-width{grid-column:1/-1}.admin-profile-form-group label{color:#374151;letter-spacing:-.025em;margin-bottom:6px;font-size:.95rem;font-weight:600}.admin-profile-form-input,.admin-profile-form-textarea{color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:16px;margin-bottom:8px;padding:18px 24px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-profile-form-input:focus,.admin-profile-form-textarea:focus{background:#f8fafc;border-width:2px;border-color:#a58343;outline:none;box-shadow:0 0 0 4px #d4af371a}.admin-profile-form-input:disabled,.admin-profile-form-textarea:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f9fafb;border-color:#f3f4f6}.admin-profile-form-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.6}.admin-profile-input-with-icon{align-items:center;display:flex;position:relative}.admin-profile-input-icon{color:#6b7280;z-index:1;font-size:1.1rem;position:absolute;left:20px}.admin-profile-input-with-icon .admin-profile-form-input{padding-left:56px}.admin-profile-password-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;right:16px}.admin-profile-password-toggle:hover{color:#374151;background:#f3f4f6}.admin-profile-select-container{width:100%;min-width:320px;position:relative}.admin-profile-select-container .react-select__control{min-height:60px;box-shadow:none;background:#fff;border:2px solid #e5e7eb;border-radius:16px;width:100%;min-width:320px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-profile-select-container .react-select__control:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.admin-profile-select-container .react-select__control--is-focused{background:#f8fafc;border-width:2px;border-color:#a58343;box-shadow:0 0 0 4px #d4af371a}.admin-profile-select-container .react-select__control--is-disabled{background-color:#f9fafb;border-color:#f3f4f6}.admin-profile-select-container .react-select__value-container{min-width:280px;padding:12px 24px}.admin-profile-select-container .react-select__input-container{color:#374151;min-width:200px;margin:0;padding:0}.admin-profile-select-container .react-select__placeholder{color:#9ca3af;font-size:1rem;font-weight:500}.admin-profile-select-container .react-select__single-value{color:#374151;word-wrap:break-word;overflow-wrap:break-word;min-width:200px;max-width:100%;font-size:1rem;font-weight:500}.admin-profile-select-container .react-select__indicator-separator{display:none}.admin-profile-select-container .react-select__indicator{color:#6b7280;padding:0 16px;transition:all .2s}.admin-profile-select-container .react-select__indicator:hover{color:#374151}.admin-profile-select-container .react-select__menu{z-index:1000;border:1px solid #e5e7eb;border-radius:16px;min-width:320px;max-width:400px;margin-top:8px;overflow:hidden;box-shadow:0 12px 40px #00000026;width:auto!important}.admin-profile-select-container .react-select__menu-list{min-width:320px;max-height:200px;padding:8px 0;overflow:hidden auto}.admin-profile-select-container .react-select__option{cursor:pointer;color:#374151;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;border-radius:12px;min-width:280px;max-width:100%;margin:0 8px;padding:16px 24px;font-weight:500;transition:all .2s;overflow:hidden}.admin-profile-select-container .react-select__option--is-focused{color:#92400e;background:#a58343}.admin-profile-select-container .react-select__option--is-selected{color:#fff;background:#a58343;font-weight:600}.admin-profile-select-container .react-select__option--is-selected:hover{background:#a58343}.admin-profile-select-container .react-select__menu-portal{z-index:1000}.admin-profile-select-container .react-select__menu-positioner{z-index:1000;position:absolute}.admin-profile-select-container .react-select__menu{position:absolute;top:100%;left:0;right:0;width:100%!important;min-width:320px!important;max-width:400px!important}@media (max-width:768px){.admin-profile-select-container,.admin-profile-select-container .react-select__control{min-width:280px}.admin-profile-select-container .react-select__menu{width:100%!important;min-width:280px!important;max-width:100%!important;left:0!important;right:0!important}.admin-profile-select-container .react-select__option{min-width:240px;padding:14px 20px;font-size:.95rem}.admin-profile-select-container .react-select__value-container{min-width:240px}.admin-profile-select-container .react-select__input-container,.admin-profile-select-container .react-select__single-value{min-width:180px}}.admin-profile-phone-input{color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:16px;width:100%;padding:18px 24px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-profile-phone-input:focus{background:#f8fafc;border-width:2px;border-color:#a58343;outline:none;box-shadow:0 0 0 4px #d4af371a}.admin-profile-phone-input:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f9fafb;border-color:#f3f4f6}.admin-profile-phone-input-container{position:relative}.admin-profile-phone-input-container .PhoneInput{background:#fff;border:2px solid #e5e7eb;border-radius:16px;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.admin-profile-phone-input-container .PhoneInput:focus-within{background:#f8fafc;border-width:2px;border-color:#a58343;box-shadow:0 0 0 4px #d4af371a}.admin-profile-phone-input-container .PhoneInputCountry{background:#f9fafb;border-right:1px solid #e5e7eb;padding:0 16px}.admin-profile-phone-input-container .PhoneInputCountrySelect{color:#374151;cursor:pointer;background:0 0;border:none;padding:18px 8px;font-weight:600}.admin-profile-phone-input-container .PhoneInputInput{color:#374151;background:0 0;border:none;flex:1;padding:18px 24px;font-size:1rem;font-weight:500}.admin-profile-phone-input-container .PhoneInputInput:focus{outline:none}.admin-profile-skills-container,.admin-profile-languages-container{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.admin-profile-skills-container:last-child,.admin-profile-languages-container:last-child{margin-bottom:0}.admin-profile-skill-chip{color:#fff;background:#a58343;border:2px solid #a58343;border-radius:20px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.admin-profile-skill-chip:before{content:"";background:linear-gradient(90deg,#0000,#d4af371a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-profile-skill-chip:hover:before{left:100%}.admin-profile-skill-chip:hover{color:#fff;background:#a58343;transform:translateY(-2px);box-shadow:0 8px 24px #d4af374d}.admin-profile-language-chip{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:20px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #10b98133}.admin-profile-language-chip:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 24px #10b9814d}.admin-profile-security-actions{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.admin-profile-action-btn{color:#374151;text-align:left;cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px solid #f3f4f6;border-radius:16px;align-items:center;gap:12px;padding:16px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.admin-profile-action-btn:before{content:"";background:linear-gradient(90deg,#0000,#d4af371a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-profile-action-btn:hover:before{left:100%}.admin-profile-action-btn:hover{color:#92400e;background:#a58343;border-color:#a58343;transform:translate(8px);box-shadow:0 8px 24px #d4af3726}.admin-profile-dialog-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.admin-profile-dialog{background:#fff;border-radius:24px;width:90%;max-width:500px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.admin-profile-dialog-header{color:#fff;background:#a58343;border-radius:24px 24px 0 0;padding:32px}.admin-profile-dialog-header h3{letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.admin-profile-dialog-content{padding:32px}.admin-profile-dialog-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:16px;padding:32px;display:flex}.admin-profile-agency-fields{background:#fff;border:1px solid #0000000f;border-radius:24px;margin-top:20px;padding:48px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-profile-agency-fields:before{content:"";background:#a58343;height:4px;position:absolute;top:0;left:0;right:0}.admin-profile-agency-title{color:#1e293b;letter-spacing:-.025em;border-bottom:2px solid #f1f5f9;margin-bottom:32px;padding-bottom:20px;font-size:1.5rem;font-weight:700}.admin-profile-certifications-container{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.admin-profile-certification-chip{color:#fff;background:#a58343;border-radius:20px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #f59e0b33}.admin-profile-certification-chip:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b4d}@media (max-width:1200px){.admin-profile-grid{grid-template-columns:1fr;gap:32px}.admin-profile-sidebar{max-width:100%}}@media (max-width:1024px){.admin-profile-container{padding:24px 40px}.admin-profile-header-content,.admin-profile-info{flex-direction:column;align-items:flex-start}.admin-profile-avatar-section{text-align:center;flex-direction:column}.admin-profile-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-profile-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.admin-profile-container{padding:20px 32px}.admin-profile-title{font-size:2.25rem}.admin-profile-avatar-card,.admin-profile-personal-info-card,.admin-profile-agency-fields{margin-bottom:24px;padding:32px 24px}.admin-profile-stats-grid{grid-template-columns:1fr}.admin-profile-grid{gap:32px;padding:0 12px}.admin-profile-main,.admin-profile-sidebar{gap:32px}}@media (max-width:480px){.admin-profile-container{padding:16px 20px}.admin-profile-grid{padding:0 8px}.admin-profile-title{font-size:2rem}}.user-profile-travel-agency-profile{background:linear-gradient(135deg,#0f172a 0%,#64748b 100%);min-height:100vh;padding:2rem 2rem 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.user-profile-header{margin-bottom:2rem;padding:0 1rem;position:relative}.user-profile-cover-photo{border-radius:0 0 25px 25px;height:300px;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000004d}.user-profile-cover-photo img{-o-object-fit:cover;object-fit:cover;filter:brightness(.6);width:100%;height:100%}.user-profile-cover-overlay{background:linear-gradient(135deg,#0f172a80 0%,#64748b4d 100%);position:absolute;top:0;bottom:0;left:0;right:0}.user-profile-info{margin-top:-80px;padding:0 2rem;position:relative}.user-profile-avatar-section,.user-profile-avatar-container{display:inline-block;position:relative}.user-profile-avatar{-o-object-fit:cover;object-fit:cover;border:5px solid #fff;border-radius:50%;width:140px;height:140px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 40px #a5834366}.user-profile-avatar:hover{transform:scale(1.05);box-shadow:0 20px 50px #a5834399}.user-profile-verified-badge{background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;animation:2s infinite userProfilePulse;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 6px 20px #a5834380}@keyframes userProfilePulse{0%{box-shadow:0 6px 20px #a5834380}50%{box-shadow:0 6px 20px #a58343cc}to{box-shadow:0 6px 20px #a5834380}}.user-profile-details{max-width:800px;margin-top:1rem}.user-profile-name-section{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.user-profile-name{color:#fff;text-shadow:0 2px 10px #0000004d;margin:0;font-size:2.5rem;font-weight:900}.user-profile-verified-tag{color:#fff;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);border-radius:20px;align-items:center;gap:.25rem;padding:.4rem .8rem;font-size:.8rem;font-weight:700;animation:.6s ease-out userProfileSlideInRight;display:flex;box-shadow:0 4px 15px #a5834366}@keyframes userProfileSlideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.user-profile-role{-webkit-text-fill-color:transparent;letter-spacing:1px;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin:.5rem 0;font-size:1.5rem;font-weight:700}.user-profile-bio{color:#e2e8f0;text-shadow:0 1px 3px #0003;margin:1rem 0;font-size:1.1rem;line-height:1.6}.user-profile-specializations{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.user-profile-specialization-tag{color:#d4af37;background:#a5834326;border:1px solid #a583434d;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #a5834333}.user-profile-specialization-tag:hover{background:#a5834340;transform:translateY(-2px);box-shadow:0 6px 20px #a5834366}.user-profile-actions{gap:1rem;margin-top:1.5rem;display:flex}.user-profile-btn{cursor:pointer;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #0003}.user-profile-btn-primary{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 6px 20px #f59e0b66}.user-profile-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b99}.user-profile-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#132d5033;border:2px solid #1e3a8a66}.user-profile-btn-secondary:hover{background:#132d504d;transform:translateY(-2px);box-shadow:0 8px 25px #132d5066}.user-profile-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:1200px;margin:0 auto 2rem;padding:.5rem;display:flex;overflow-x:auto;box-shadow:0 8px 30px #0003}.user-profile-nav-tab{color:#e2e8f0;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:15px;flex:1;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.user-profile-nav-tab.active{color:#fff;background:linear-gradient(135deg,#132d50 0%,#1e3a8a 100%);box-shadow:0 6px 20px #132d5066}.user-profile-nav-tab:hover:not(.active){color:#d4af37;background:#a5834333}.user-profile-content{padding:0 2rem 2rem}.user-profile-content-grid{grid-template-columns:2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.user-profile-main-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:20px;padding:2rem;box-shadow:0 15px 50px #0003}.user-profile-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.user-profile-stat-card{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #a5834326;border-radius:15px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 6px 20px #00000014}.user-profile-stat-card:before{content:"";background:linear-gradient(90deg,#0000,#a583431a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.user-profile-stat-card:hover:before{left:100%}.user-profile-stat-card:hover{border-color:#a583434d;transform:translateY(-5px);box-shadow:0 12px 30px #a5834340}.user-profile-stat-icon{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.user-profile-stat-number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:900}.user-profile-stat-label{color:#64748b;font-size:.9rem;font-weight:600}.user-profile-about-section{margin-bottom:2rem}.user-profile-about-section h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.user-profile-about-grid{gap:1rem;display:grid}.user-profile-about-item{background:linear-gradient(135deg,#a583430d 0%,#d4af3708 100%);border:1px solid #a583431a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.user-profile-about-item:hover{background:linear-gradient(135deg,#a5834314 0%,#d4af370d 100%);transform:translate(3px)}.user-profile-about-icon{background:#a583431a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.user-profile-about-item:hover .user-profile-about-icon{background:#a5834333;transform:scale(1.1)}.user-profile-services-section h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.user-profile-services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.user-profile-service-card{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #a5834326;border-radius:15px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 6px 20px #00000014}.user-profile-service-card:before{content:"";background:linear-gradient(90deg,#a58343,#d4af37);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.user-profile-service-card:hover:before{transform:scaleX(1)}.user-profile-service-card:hover{border-color:#a583434d;transform:translateY(-5px);box-shadow:0 12px 30px #a5834340}.user-profile-service-icon{justify-content:center;align-items:center;height:80px;margin-bottom:1rem;display:flex}.user-profile-service-card h4{color:#0f172a;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.user-profile-service-card p{color:#64748b;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.user-profile-service-price{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:700}.user-profile-bookings-section h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.user-profile-bookings-list{flex-direction:column;gap:1rem;display:flex}.user-profile-booking-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #a5834326;border-radius:15px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #00000014}.user-profile-booking-card:hover{border-color:#a583434d;transform:translateY(-3px);box-shadow:0 12px 30px #a5834340}.user-profile-booking-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.user-profile-booking-title{align-items:center;gap:.75rem;display:flex}.user-profile-booking-icon{background:#a583431a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.user-profile-booking-card:hover .user-profile-booking-icon{background:#a5834333;transform:scale(1.1)}.user-profile-booking-header h4{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700}.user-profile-booking-status{border-radius:15px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.user-profile-booking-status.confirmed{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 15px #10b9814d}.user-profile-booking-status.pending{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 15px #f59e0b4d}.user-profile-booking-details p{color:#64748b;margin:.25rem 0;font-size:.9rem}.user-profile-booking-details strong{color:#0f172a;font-weight:600}.user-profile-testimonials-section h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.user-profile-testimonials-list{flex-direction:column;gap:1.5rem;display:flex}.user-profile-testimonial-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #a5834326;border-radius:15px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #00000014}.user-profile-testimonial-card:hover{border-color:#a583434d;transform:translateY(-3px);box-shadow:0 12px 30px #a5834340}.user-profile-testimonial-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.user-profile-client-info{align-items:center;gap:.75rem;display:flex}.user-profile-client-avatar{border:2px solid #a5834333;border-radius:50%;width:50px;height:50px;overflow:hidden}.user-profile-client-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.user-profile-client-details h4{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.user-profile-rating{align-items:center;display:flex}.user-profile-stars{color:#f59e0b;font-size:1rem}.user-profile-testimonial-date{color:#94a3b8;font-size:.85rem;font-weight:500}.user-profile-testimonial-text{color:#64748b;margin:0;font-size:.95rem;font-style:italic;line-height:1.6}.user-profile-sidebar{flex-direction:column;gap:1.5rem;display:flex}.user-profile-sidebar-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:20px;padding:1.5rem;box-shadow:0 10px 35px #00000026}.user-profile-sidebar-card h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.3rem;font-weight:800}.user-profile-achievements-list{flex-direction:column;gap:1rem;display:flex}.user-profile-achievement-item{background:linear-gradient(135deg,#a583430d 0%,#d4af3708 100%);border:1px solid #a583431a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.user-profile-achievement-item:hover{background:linear-gradient(135deg,#a5834314 0%,#d4af370d 100%);transform:translate(5px);box-shadow:0 6px 20px #a5834326}.user-profile-achievement-icon{background:#a583431a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.user-profile-achievement-item:hover .user-profile-achievement-icon{background:#a5834333;transform:scale(1.1)}.user-profile-achievement-details{flex-direction:column;display:flex}.user-profile-achievement-label{color:#0f172a;font-size:.9rem;font-weight:600}.user-profile-achievement-count{color:#64748b;font-size:.8rem;font-weight:500}.user-profile-availability-info{flex-direction:column;gap:.75rem;display:flex}.user-profile-availability-status{color:#10b981;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.user-profile-status-indicator{background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex}.user-profile-status-indicator.available{background:#10b9811a;box-shadow:0 0 12px #10b9814d}.user-profile-availability-info p{color:#64748b;margin:0;font-size:.9rem;font-weight:500}.user-profile-contact-info{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.user-profile-contact-item{color:#64748b;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.user-profile-contact-icon{font-size:1.1rem}.user-profile-social-links{flex-wrap:wrap;gap:.5rem;display:flex}.user-profile-social-link{border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 12px #0000001a}.user-profile-social-link.facebook{color:#fff;background:linear-gradient(135deg,#1877f2 0%,#166fe5 100%)}.user-profile-social-link.instagram{color:#fff;background:linear-gradient(135deg,#e4405f 0%,#c13584 100%)}.user-profile-social-link.linkedin{color:#fff;background:linear-gradient(135deg,#0077b5 0%,#005885 100%)}.user-profile-social-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.user-profile-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f172acc;justify-content:center;align-items:center;animation:.4s cubic-bezier(.4,0,.2,1) userProfileFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.user-profile-contact-modal{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #ffffff4d;border-radius:20px;width:90%;max-width:400px;padding:2rem;animation:.4s cubic-bezier(.4,0,.2,1) userProfileSlideUp;box-shadow:0 25px 70px #0006}.user-profile-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.user-profile-modal-header h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.3rem;font-weight:800}.user-profile-modal-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;transition:all .3s;display:flex}.user-profile-modal-close:hover{color:#a58343;background:#a583431a}.user-profile-contact-options{flex-direction:column;gap:1rem;display:flex}.user-profile-contact-option{color:#0f172a;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #a5834326;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 3px 12px #00000014}.user-profile-contact-option:hover{color:#fff;background:linear-gradient(135deg,#a58343 0%,#d4af37 100%);border-color:#a583434d;transform:translateY(-2px);box-shadow:0 8px 25px #a5834340}.user-profile-contact-option-icon{background:#a583431a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.user-profile-contact-option:hover .user-profile-contact-option-icon{background:#fff3;transform:scale(1.1)}@keyframes userProfileFadeIn{0%{opacity:0}to{opacity:1}}@keyframes userProfileSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes userProfileBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1200px){.user-profile-content-grid{grid-template-columns:1fr;gap:1.5rem}.user-profile-sidebar{order:-1}}@media (max-width:768px){.user-profile-travel-agency-profile{padding:1.5rem 1rem 0}.user-profile-info{padding:0 1rem}.user-profile-content{padding:0 1rem 1rem}.user-profile-nav{margin:0 1rem 1rem}.user-profile-main-content{padding:1.5rem}.user-profile-stats-grid,.user-profile-services-grid{grid-template-columns:1fr}.user-profile-name{font-size:2rem}.user-profile-role{font-size:1.3rem}.user-profile-actions{flex-direction:column}.user-profile-nav-tab{padding:.875rem 1.25rem;font-size:.9rem}.user-profile-avatar{width:120px;height:120px}.user-profile-cover-photo{height:250px}}@media (max-width:480px){.user-profile-stats-grid{grid-template-columns:1fr}.user-profile-name{font-size:1.8rem}.user-profile-avatar{width:100px;height:100px}.user-profile-cover-photo{height:200px}.user-profile-info{margin-top:-60px}.user-profile-btn{padding:.75rem 1.25rem;font-size:.9rem}}.client-profile-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.client-profile-container:before{content:"";z-index:1000;background:linear-gradient(90deg,#1e40af,#3b82f6,#1e40af);height:4px;position:fixed;top:0;left:0;right:0}.profile-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:20px;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}.profile-header-section{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:2.5rem;display:flex;position:relative}.profile-header-section:after{content:"";background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.avatar-section{align-items:center;gap:2rem;display:flex}.avatar-container{position:relative}.avatar{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706,#b45309);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:1.75rem;font-weight:800;transition:transform .3s;display:flex;box-shadow:0 8px 25px #f59e0b4d}.avatar:hover{transform:scale(1.05)}.avatar-upload-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 4px 12px #3b82f64d}.avatar-upload-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scale(1.1);box-shadow:0 6px 20px #3b82f666}.upload-progress{color:#64748b;flex-direction:column;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.progress-bar{background:#e2e8f0;border-radius:3px;width:120px;height:6px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:3px;height:100%;animation:1.5s ease-in-out infinite progress}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}.profile-info{flex-direction:column;gap:.75rem;display:flex}.profile-name{color:#1e293b;letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:800}.profile-title{color:#64748b;margin:0;font-size:1rem;font-weight:500}.verification-badge{color:#059669;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #a7f3d0;border-radius:20px;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 2px 8px #05966926}.header-actions{gap:1rem;display:flex}.tabs-navigation{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;padding:0 2.5rem;display:flex;position:relative}.tabs-navigation:after{content:"";background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.tab-button{color:#64748b;cursor:pointer;letter-spacing:.025em;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;position:relative}.tab-button:hover{color:#3b82f6;background:#3b82f60d}.tab-button.active{color:#3b82f6;background:#fff;border-bottom-color:#3b82f6;font-weight:700}.tab-button svg{opacity:.7;transition:opacity .3s}.tab-button.active svg{opacity:1}.tab-content{min-height:500px}.section-header{border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem}.section-header h3{color:#1e293b;letter-spacing:-.025em;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.section-header p{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.form-section{padding:2.5rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.form-group{flex-direction:column;gap:.75rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;letter-spacing:.025em;text-transform:uppercase;font-size:.875rem;font-weight:700}.form-input,.form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .3s;box-shadow:0 1px 3px #0000000d}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #3b82f61a,0 4px 12px #3b82f626}.form-input:disabled,.form-textarea:disabled{color:#6b7280;cursor:not-allowed;background:#f9fafb;border-color:#d1d5db}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.input-with-icon{position:relative}.input-with-icon svg{color:#9ca3af;z-index:1;transition:color .3s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.input-with-icon .form-input:focus+svg{color:#3b82f6}.input-with-icon .form-input{padding-left:3rem}.preferences-section{margin-top:0;padding-top:0}.preferences-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.preference-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.preference-group:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.preference-group label{color:#374151;letter-spacing:.025em;text-transform:uppercase;font-size:.875rem;font-weight:700}.chips-container{flex-wrap:wrap;gap:.75rem;display:flex}.chip{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fde68a;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #f59e0b26}.chip:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b40}.chip-success{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#a7f3d0;box-shadow:0 2px 8px #05966926}.chip-success:hover{box-shadow:0 4px 12px #05966940}.chip-info{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#93c5fd);border-color:#93c5fd;box-shadow:0 2px 8px #3b82f626}.chip-info:hover{box-shadow:0 4px 12px #3b82f640}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.setting-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.setting-group:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.setting-group label{color:#374151;letter-spacing:.025em;text-transform:uppercase;font-size:.875rem;font-weight:700}.setting-options{flex-direction:column;gap:1rem;display:flex}.setting-option{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.setting-option:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000d}.setting-option input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;width:20px;height:20px}.setting-option span{color:#374151;font-size:.875rem;font-weight:500}.action-buttons{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.btn{cursor:pointer;letter-spacing:.025em;text-transform:uppercase;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.btn-secondary{color:#374151;background:#f8fafc;border:2px solid #d1d5db}.btn-secondary:hover{background:#f1f5f9;border-color:#9ca3af;transform:translateY(-1px)}.btn-outline{color:#374151;background:0 0;border:2px solid #d1d5db}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}@media (max-width:1200px){.profile-card{max-width:1000px}}@media (max-width:768px){.client-profile-container{padding:1rem}.profile-card{border-radius:16px;max-width:100%}.profile-header-section{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem}.avatar-section{text-align:center;flex-direction:column;gap:1.5rem}.tabs-navigation{padding:0 1.5rem;overflow-x:auto}.tab-button{white-space:nowrap;padding:1rem 1.5rem}.form-section{padding:2rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.preferences-grid,.settings-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.avatar{width:80px;height:80px;font-size:1.5rem}}@media (max-width:480px){.profile-card{border-radius:12px}.profile-header-section,.form-section{padding:1.5rem}.tabs-navigation{padding:0 1rem}.avatar{width:70px;height:70px;font-size:1.25rem}.btn{padding:.875rem 1.5rem;font-size:.8rem}}