.OfferModal_modalOverlay__Rzlxt{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:OfferModal_fadeIn__nTUem .3s ease-out}@media(max-width:640px){.OfferModal_modalOverlay__Rzlxt{padding:.5rem}}@keyframes OfferModal_fadeIn__nTUem{0%{opacity:0}to{opacity:1}}.OfferModal_modalContent__kwHM3{background:#fff;border-radius:1rem;width:100%;max-width:56rem;max-height:90vh;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:OfferModal_slideUp__Eg_l_ .4s ease-out;display:flex;flex-direction:column}[data-theme=dark] .OfferModal_modalContent__kwHM3{background:#1a1a1a;border-color:#374151}@keyframes OfferModal_slideUp__Eg_l_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.OfferModal_modalContent__kwHM3{max-width:95vw}}@media(max-width:640px){.OfferModal_modalContent__kwHM3{max-width:100vw;max-height:96vh;border-radius:.75rem}}.OfferModal_modalHeader__hHgIN{background:linear-gradient(135deg,#7e57c2,#512da8);padding:1.5rem;color:#fff;position:relative;overflow:hidden}.OfferModal_modalHeader__hHgIN:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:OfferModal_shimmer__TA7iB 3s infinite}@keyframes OfferModal_shimmer__TA7iB{0%{left:-100%}to{left:100%}}.OfferModal_modalHeader__hHgIN h2{font-size:1.25rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.75rem;position:relative;z-index:1;min-width:0}@media(min-width:768px){.OfferModal_modalHeader__hHgIN h2{font-size:1.5rem}}.OfferModal_modalHeader__hHgIN h2 i{width:2rem;height:2rem;background:hsla(0,0%,100%,.2);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem}@media(max-width:640px){.OfferModal_modalHeader__hHgIN{padding:1rem}.OfferModal_modalHeader__hHgIN h2{font-size:1.05rem;gap:.5rem;padding-right:2.5rem}}.OfferModal_closeButton__HKxUs{background:hsla(0,0%,100%,.2);border:none;padding:.625rem;border-radius:.75rem;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;z-index:2}@media(max-width:640px){.OfferModal_closeButton__HKxUs{right:1rem;top:1rem;padding:.45rem;border-radius:.625rem}}.OfferModal_closeButton__HKxUs:hover:not(:disabled){background:hsla(0,0%,100%,.3);transform:scale(1.1)}.OfferModal_closeButton__HKxUs:disabled{opacity:.5;cursor:not-allowed}.OfferModal_closeButton__HKxUs i{width:1.25rem;height:1.25rem;font-size:1.25rem}.OfferModal_modalForm__yxGYs{padding:0;overflow-y:auto;flex:1;max-height:calc(90vh - 120px)}@media(max-width:640px){.OfferModal_modalForm__yxGYs{max-height:calc(96vh - 98px)}}.OfferModal_formGrid__LQaho{display:flex;flex-direction:column;gap:0}.OfferModal_formSection__lka67{padding:1.5rem;border-bottom:1px solid #e5e7eb}[data-theme=dark] .OfferModal_formSection__lka67{border-bottom-color:#374151}@media(min-width:768px){.OfferModal_formSection__lka67{padding:2rem}}@media(max-width:640px){.OfferModal_formSection__lka67{padding:1rem}}.OfferModal_formSection__lka67:last-child{border-bottom:none}.OfferModal_formSection__lka67 h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .OfferModal_formSection__lka67 h3{color:#fff}.OfferModal_formSection__lka67 h3 i{width:1.25rem;height:1.25rem;color:#7e57c2;font-size:1rem}[data-theme=dark] .OfferModal_formSection__lka67 h3 i{color:#b8a6ff}.OfferModal_formRow__EgyIN{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.OfferModal_formRow__EgyIN{grid-template-columns:1fr;gap:1rem}}.OfferModal_formGroup__vZX2o{display:flex;flex-direction:column;gap:.5rem}.OfferModal_formGroup__vZX2o label{font-size:.875rem;font-weight:500;color:#374151!important;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .OfferModal_formGroup__vZX2o label{color:#e5e7eb!important}.OfferModal_formGroup__vZX2o label i{color:#7e57c2;width:1rem;text-align:center;font-size:.875rem}[data-theme=dark] .OfferModal_formGroup__vZX2o label i{color:#b8a6ff}.OfferModal_formGroup__vZX2o input,.OfferModal_formGroup__vZX2o select,.OfferModal_formGroup__vZX2o textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#1f2937!important;font-size:.875rem;transition:all .3s ease}[data-theme=dark] .OfferModal_formGroup__vZX2o input,[data-theme=dark] .OfferModal_formGroup__vZX2o select,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea{background:#374151;border-color:#4b5563;color:#fff!important}.OfferModal_formGroup__vZX2o input::-moz-placeholder,.OfferModal_formGroup__vZX2o select::-moz-placeholder,.OfferModal_formGroup__vZX2o textarea::-moz-placeholder{color:#9ca3af}.OfferModal_formGroup__vZX2o input::placeholder,.OfferModal_formGroup__vZX2o select::placeholder,.OfferModal_formGroup__vZX2o textarea::placeholder{color:#9ca3af}[data-theme=dark] .OfferModal_formGroup__vZX2o input::-moz-placeholder,[data-theme=dark] .OfferModal_formGroup__vZX2o select::-moz-placeholder,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea::-moz-placeholder{color:#6b7280}[data-theme=dark] .OfferModal_formGroup__vZX2o input::placeholder,[data-theme=dark] .OfferModal_formGroup__vZX2o select::placeholder,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea::placeholder{color:#6b7280}.OfferModal_formGroup__vZX2o input:focus,.OfferModal_formGroup__vZX2o select:focus,.OfferModal_formGroup__vZX2o textarea:focus{outline:none;border-color:#7e57c2;box-shadow:0 0 0 3px rgba(126,87,194,.1)}.OfferModal_formGroup__vZX2o input:disabled,.OfferModal_formGroup__vZX2o select:disabled,.OfferModal_formGroup__vZX2o textarea:disabled{background:#f9fafb;cursor:not-allowed;opacity:.7}[data-theme=dark] .OfferModal_formGroup__vZX2o input:disabled,[data-theme=dark] .OfferModal_formGroup__vZX2o select:disabled,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea:disabled{background:#1f2937}.OfferModal_formGroup__vZX2o input.OfferModal_error__zwfyQ,.OfferModal_formGroup__vZX2o select.OfferModal_error__zwfyQ,.OfferModal_formGroup__vZX2o textarea.OfferModal_error__zwfyQ{border-color:#ef4444;background:#fef2f2}[data-theme=dark] .OfferModal_formGroup__vZX2o input.OfferModal_error__zwfyQ,[data-theme=dark] .OfferModal_formGroup__vZX2o select.OfferModal_error__zwfyQ,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea.OfferModal_error__zwfyQ{background:rgba(239,68,68,.1)}.OfferModal_formGroup__vZX2o input.OfferModal_readonly__0Lj4b,.OfferModal_formGroup__vZX2o select.OfferModal_readonly__0Lj4b,.OfferModal_formGroup__vZX2o textarea.OfferModal_readonly__0Lj4b{background:#f9fafb;color:#6b7280!important;cursor:not-allowed;border-style:dashed}[data-theme=dark] .OfferModal_formGroup__vZX2o input.OfferModal_readonly__0Lj4b,[data-theme=dark] .OfferModal_formGroup__vZX2o select.OfferModal_readonly__0Lj4b,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea.OfferModal_readonly__0Lj4b{background:#1f2937;color:#9ca3af!important}.OfferModal_select__Jtrrm{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.OfferModal_errorText__80Z4w{color:#ef4444;font-size:.8rem;font-weight:500;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.OfferModal_errorText__80Z4w:before{content:"⚠";font-size:.75rem}.OfferModal_servicesGrid__BtWKi{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:1rem;margin-top:.5rem}@media(max-width:640px){.OfferModal_servicesGrid__BtWKi{gap:.75rem}}.OfferModal_serviceItem__85Tfr{position:relative}.OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z{display:none}.OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z:checked+.OfferModal_serviceLabel__61y2z{background:linear-gradient(135deg,var(--primary-color),#764ba2);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z:checked+.OfferModal_serviceLabel__61y2z .OfferModal_serviceName__tjLo_{color:#fff}.OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z:checked+.OfferModal_serviceLabel__61y2z .OfferModal_servicePrice__KDZvC{color:hsla(0,0%,100%,.9)}.OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z:checked+.OfferModal_serviceLabel__61y2z .OfferModal_serviceDescription__ZRsNV{color:hsla(0,0%,100%,.8)}.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z{display:block;padding:1.25rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .3s ease;height:100%}@media(max-width:640px){.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z{padding:.875rem}}.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z .OfferModal_serviceName__tjLo_{font-weight:600;color:var(--text-primary);font-size:.95rem;margin-bottom:.5rem;display:block;word-break:break-word}.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z .OfferModal_servicePrice__KDZvC{font-weight:700;color:var(--primary-color);font-size:1.1rem;display:block;margin-bottom:.5rem}.OfferModal_serviceItem__85Tfr .OfferModal_serviceLabel__61y2z .OfferModal_serviceDescription__ZRsNV{font-size:.8rem;color:var(--text-secondary);line-height:1.4;font-style:italic;opacity:.8}.OfferModal_selectedServices__GP9J0{margin-top:2rem;padding-top:1.5rem;border-top:2px dashed var(--border-color)}.OfferModal_selectedServices__GP9J0 h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.OfferModal_selectedServices__GP9J0 h4 i{color:#10b981;font-size:.9rem}.OfferModal_selectedServicesList__kOs9I{display:flex;flex-direction:column;gap:.75rem}.OfferModal_selectedServiceItem__SXOG9{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:1rem;transition:all .2s ease}.OfferModal_selectedServiceItem__SXOG9:hover{background:var(--bg-primary);border-color:var(--primary-color)}.OfferModal_selectedServiceHeader__EvD7f{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}@media(max-width:640px){.OfferModal_selectedServiceHeader__EvD7f{flex-wrap:wrap;gap:.5rem;align-items:flex-start}}.OfferModal_selectedServiceName__wtYTb{font-weight:600;color:var(--text-primary);font-size:.9rem}.OfferModal_selectedServicePrice__tbYjd{font-weight:700;color:var(--primary-color);font-size:.95rem;padding:.25rem .75rem;background:rgba(102,126,234,.1);border-radius:20px}@media(max-width:640px){.OfferModal_selectedServicePrice__tbYjd{font-size:.85rem}}.OfferModal_selectedServiceDescription__MDLQG{font-size:.8rem;color:var(--text-secondary);line-height:1.4;font-style:italic;padding-left:.75rem;border-left:3px solid var(--primary-color);opacity:.8}.OfferModal_imageUpload__UMjIu .OfferModal_fileInput__LVrEw{display:none}.OfferModal_imageUpload__UMjIu .OfferModal_fileLabel__TdYFa{display:block;cursor:pointer;border:2px dashed var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s ease;background:var(--bg-secondary)}.OfferModal_imageUpload__UMjIu .OfferModal_fileLabel__TdYFa:hover{border-color:var(--primary-color);background:var(--bg-primary)}.OfferModal_imageUpload__UMjIu .OfferModal_uploadPlaceholder__2tVgq{padding:2rem;text-align:center;color:var(--text-secondary)}@media(max-width:640px){.OfferModal_imageUpload__UMjIu .OfferModal_uploadPlaceholder__2tVgq{padding:1.25rem}}.OfferModal_imageUpload__UMjIu .OfferModal_uploadPlaceholder__2tVgq i{font-size:2rem;margin-bottom:1rem;color:var(--primary-color);opacity:.7}.OfferModal_imageUpload__UMjIu .OfferModal_uploadPlaceholder__2tVgq span{display:block;font-weight:500;margin-bottom:.5rem}.OfferModal_imageUpload__UMjIu .OfferModal_uploadPlaceholder__2tVgq small{font-size:.8rem;opacity:.7}.OfferModal_imageUpload__UMjIu .OfferModal_imagePreview__nyT1Q{position:relative}.OfferModal_imageUpload__UMjIu .OfferModal_imagePreview__nyT1Q img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.OfferModal_imageUpload__UMjIu .OfferModal_imagePreview__nyT1Q .OfferModal_imageOverlay__GwX5C{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease}.OfferModal_imageUpload__UMjIu .OfferModal_imagePreview__nyT1Q .OfferModal_imageOverlay__GwX5C i{font-size:1.5rem;margin-bottom:.5rem}.OfferModal_imageUpload__UMjIu .OfferModal_imagePreview__nyT1Q:hover .OfferModal_imageOverlay__GwX5C{opacity:1}.OfferModal_textareaInput__f6ahO{resize:vertical;min-height:100px;line-height:1.6;font-family:inherit}.OfferModal_noServices__jPvV0{text-align:center;padding:2rem;color:var(--text-secondary)}.OfferModal_noServices__jPvV0 i{font-size:2rem;margin-bottom:1rem;color:var(--primary-color);opacity:.5}.OfferModal_noServices__jPvV0 p{margin:0;font-size:.9rem}.OfferModal_modalFooter__7EyRQ{background:var(--bg-secondary);padding:1.5rem 2rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem}@media(max-width:768px){.OfferModal_modalFooter__7EyRQ{flex-direction:column;gap:.75rem}}@media(max-width:640px){.OfferModal_modalFooter__7EyRQ{padding:1rem}}.OfferModal_cancelButton__i4GHF,.OfferModal_submitButton__JA50v{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-height:44px}@media(max-width:768px){.OfferModal_cancelButton__i4GHF,.OfferModal_submitButton__JA50v{width:100%;justify-content:center}}.OfferModal_cancelButton__i4GHF i,.OfferModal_submitButton__JA50v i{font-size:.8rem}.OfferModal_cancelButton__i4GHF:disabled,.OfferModal_submitButton__JA50v:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.OfferModal_cancelButton__i4GHF{background:rgba(0,0,0,0);border:2px solid var(--border-color);color:var(--text-secondary)}.OfferModal_cancelButton__i4GHF:hover:not(:disabled){background:var(--bg-primary);border-color:var(--text-secondary);color:var(--text-primary)}.OfferModal_submitButton__JA50v{background:linear-gradient(135deg,var(--primary-color),#764ba2);border:none;color:#fff}.OfferModal_submitButton__JA50v:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.OfferModal_submitButton__JA50v:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.OfferModal_modalOverlay__Rzlxt{padding:.5rem}.OfferModal_modalContent__kwHM3{max-height:95vh;border-radius:12px}.OfferModal_modalHeader__hHgIN{padding:1rem 1.5rem}.OfferModal_modalHeader__hHgIN h2{font-size:1.3rem}.OfferModal_formSection__lka67{padding:1.5rem}.OfferModal_formSection__lka67 h3{font-size:1rem;margin-bottom:1rem}.OfferModal_servicesGrid__BtWKi{grid-template-columns:1fr;gap:.75rem}}[data-theme=dark] .OfferModal_modalOverlay__Rzlxt{background:rgba(0,0,0,.8)}[data-theme=dark] .OfferModal_serviceItem__85Tfr .OfferModal_serviceCheckbox__omL9z:checked+.OfferModal_serviceLabel__61y2z{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}[data-theme=dark] .OfferModal_selectedServicePrice__tbYjd{background:rgba(102,126,234,.2)}[data-theme=dark] .OfferModal_formGroup__vZX2o input.OfferModal_readonly__0Lj4b,[data-theme=dark] .OfferModal_formGroup__vZX2o textarea.OfferModal_readonly__0Lj4b{background:#1a1a1a;border-color:#333}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.appointments_contentWrapper___3_dM{padding:1.5rem;min-height:100vh;background:var(--bg-primary);position:relative;overflow:hidden}@media(min-width:768px){.appointments_contentWrapper___3_dM{padding:2rem}}@keyframes appointments_floatOrb__ROJJZ{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,50px) scale(1.1)}50%{transform:translateY(100px) scale(.9)}75%{transform:translate(-50px,50px) scale(1.05)}}@keyframes appointments_fadeInUp__HJcYm{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes appointments_spin__IciGO{to{transform:rotate(1turn)}}@keyframes appointments_pulse__mH4zs{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.appointments_pageHeader__JcnXq{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;position:relative;z-index:1;animation:appointments_fadeInUp__HJcYm .6s ease-out}@media(min-width:768px){.appointments_pageHeader__JcnXq{flex-direction:row;align-items:flex-end;justify-content:space-between}}.appointments_headerContent__5Tf6E .appointments_iconBadge__H8dNW{width:4rem;height:4rem;background:linear-gradient(135deg,#a855f7,#06b6d4);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px -10px rgba(124,58,237,.4);margin-bottom:1rem}.appointments_headerContent__5Tf6E .appointments_iconBadge__H8dNW svg{width:2rem;height:2rem;color:#fff}.appointments_headerContent__5Tf6E h1{font-size:2rem;font-weight:800;color:var(--text-primary);margin:0}@media(min-width:768px){.appointments_headerContent__5Tf6E h1{font-size:2.5rem}}.appointments_headerContent__5Tf6E p{color:var(--text-muted);margin-top:.5rem;font-size:1rem}.appointments_headerActions__HrLY9{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.appointments_headerActions__HrLY9{width:100%;justify-content:space-between}}.appointments_viewToggle__FLfMP{display:flex;background:var(--card-bg);border-radius:.75rem;padding:.25rem;border:1px solid var(--border-primary)}.appointments_viewBtn__Mzq2M{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;background:rgba(0,0,0,0);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.appointments_viewBtn__Mzq2M svg{width:1rem;height:1rem}.appointments_viewBtn__Mzq2M:hover{color:#a855f7}.appointments_viewBtn__Mzq2M.appointments_active___jtZ_{background:#a855f7;color:#fff;box-shadow:0 2px 8px rgba(124,58,237,.3)}@media(max-width:640px){.appointments_viewBtn__Mzq2M span{display:none}.appointments_viewBtn__Mzq2M{padding:.625rem}}.appointments_addAppointmentButton__uIr61{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:.75rem;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px -4px rgba(124,58,237,.45)}.appointments_addAppointmentButton__uIr61:hover{transform:translateY(-2px);box-shadow:0 10px 28px -4px rgba(124,58,237,.55)}.appointments_addAppointmentButton__uIr61:active{transform:translateY(0)}.appointments_addAppointmentButton__uIr61 svg{width:1rem;height:1rem;flex-shrink:0}@media(max-width:640px){.appointments_addAppointmentButton__uIr61 span{display:none}.appointments_addAppointmentButton__uIr61{padding:.625rem}}.appointments_refreshButton__3uHpN{background:var(--card-bg);color:#a855f7;padding:.625rem 1.25rem;border-radius:.75rem;font-weight:600;border:1px solid var(--border-primary);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:var(--shadow-sm);font-size:.875rem}.appointments_refreshButton__3uHpN:hover:not(:disabled){background:linear-gradient(135deg,#a855f7,#06b6d4);color:#fff;transform:translateY(-2px)}.appointments_refreshButton__3uHpN:disabled{opacity:.6;cursor:not-allowed}.appointments_refreshButton__3uHpN svg{width:1rem;height:1rem}.appointments_refreshButton__3uHpN .appointments_spinning__WTUMG{animation:appointments_spin__IciGO 1s linear infinite}@media(max-width:640px){.appointments_refreshButton__3uHpN span:last-child{display:none}.appointments_refreshButton__3uHpN{padding:.625rem}}.appointments_statsGrid__mcy8o{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1;animation:appointments_fadeInUp__HJcYm .6s ease-out .1s both}@media(max-width:900px){.appointments_statsGrid__mcy8o{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media(max-width:640px){.appointments_statsGrid__mcy8o{grid-template-columns:1fr}}@media(min-width:768px){.appointments_statsGrid__mcy8o{gap:1.5rem}}.appointments_statCard__htTqm{background:var(--card-bg);backdrop-filter:blur(20px);border-radius:1.25rem;padding:1rem;border:1px solid var(--border-primary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-sm)}@media(min-width:768px){.appointments_statCard__htTqm{padding:1.5rem;gap:1rem}}.appointments_statCard__htTqm.appointments_active___jtZ_,.appointments_statCard__htTqm:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(124,58,237,.2);border-color:rgba(124,58,237,.3)}.appointments_statCard__htTqm.appointments_active___jtZ_{background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(6,182,212,.1));border-color:rgba(124,58,237,.4)}.appointments_statCard__htTqm .appointments_statIcon__vtEN6{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(6,182,212,.1));border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:768px){.appointments_statCard__htTqm .appointments_statIcon__vtEN6{width:3rem;height:3rem;border-radius:1rem}}.appointments_statCard__htTqm .appointments_statIcon__vtEN6 svg{width:1.25rem;height:1.25rem;color:#a855f7}@media(min-width:768px){.appointments_statCard__htTqm .appointments_statIcon__vtEN6 svg{width:1.5rem;height:1.5rem}}.appointments_statCard__htTqm .appointments_statInfo__bGEIT{display:flex;flex-direction:column}.appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statCount__z4uAG{font-size:1.25rem;font-weight:800;color:#1e293b}[data-theme=dark] .appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statCount__z4uAG{color:#fff}@media(min-width:768px){.appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statCount__z4uAG{font-size:1.75rem}}.appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statLabel__lfwZ1{font-size:.75rem;color:#64748b;font-weight:500}[data-theme=dark] .appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statLabel__lfwZ1{color:#94a3b8}@media(min-width:768px){.appointments_statCard__htTqm .appointments_statInfo__bGEIT .appointments_statLabel__lfwZ1{font-size:.875rem}}.appointments_tabsContainer__CrzMW{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1;animation:appointments_fadeInUp__HJcYm .6s ease-out .2s both}@media(min-width:768px){.appointments_tabsContainer__CrzMW{flex-direction:row;align-items:center;justify-content:space-between}}.appointments_tabs__vwHvi{display:flex;gap:.5rem;background:var(--card-bg);padding:.5rem;border-radius:1rem;border:1px solid var(--border-primary);overflow-x:auto}.appointments_tabs__vwHvi::-webkit-scrollbar{display:none}.appointments_tab__qtFf_{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:rgba(0,0,0,0);border-radius:.75rem;cursor:pointer;font-weight:600;font-size:.875rem;color:var(--text-muted);transition:all .3s ease;white-space:nowrap}@media(min-width:768px){.appointments_tab__qtFf_{padding:.875rem 1.25rem}}.appointments_tab__qtFf_ svg{width:1rem;height:1rem}.appointments_tab__qtFf_ .appointments_tabCount__yqLwy{background:rgba(148,163,184,.2);padding:.125rem .5rem;border-radius:1rem;font-size:.75rem}.appointments_tab__qtFf_:hover{background:rgba(124,58,237,.05);color:#a855f7}.appointments_tab__qtFf_.appointments_activeTab__dbZ_0{background:linear-gradient(135deg,#a855f7,#06b6d4);color:#fff}.appointments_tab__qtFf_.appointments_activeTab__dbZ_0 .appointments_tabCount__yqLwy{background:hsla(0,0%,100%,.2)}.appointments_searchBox__prQl4{position:relative;width:100%}@media(min-width:768px){.appointments_searchBox__prQl4{width:20rem}}.appointments_searchBox__prQl4>svg:first-child{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;width:1.125rem;height:1.125rem}.appointments_searchBox__prQl4 input{width:100%;padding:.875rem 2.5rem .875rem 3rem;border:1px solid var(--border-primary);border-radius:1rem;background:var(--card-bg);color:var(--text-primary);font-size:.875rem;transition:all .3s ease}.appointments_searchBox__prQl4 input::-moz-placeholder{color:#94a3b8}.appointments_searchBox__prQl4 input::placeholder{color:#94a3b8}.appointments_searchBox__prQl4 input:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.appointments_searchBox__prQl4 button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:rgba(148,163,184,.2);border:none;padding:.375rem;border-radius:.5rem;cursor:pointer;color:#64748b;transition:all .2s ease}.appointments_searchBox__prQl4 button:hover{background:rgba(239,68,68,.1);color:#ef4444}.appointments_searchBox__prQl4 button svg{width:.875rem;height:.875rem}.appointments_appointmentsCard__QOf_K{background:var(--card-bg);border-radius:1.5rem;border:1px solid var(--border-primary);overflow:hidden;box-shadow:var(--shadow-sm);position:relative;z-index:1;animation:appointments_fadeInUp__HJcYm .6s ease-out .3s both;min-height:400px}.appointments_loadingContainer__ZUQMp{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 0}.appointments_loadingContainer__ZUQMp .appointments_spinnerWrapper__uLJBQ{position:relative;width:5rem;height:5rem;margin-bottom:2rem}.appointments_loadingContainer__ZUQMp .appointments_spinnerWrapper__uLJBQ .appointments_spinnerBg__HG_qI{width:100%;height:100%;border:4px solid rgba(124,58,237,.1);border-radius:50%}.appointments_loadingContainer__ZUQMp .appointments_spinnerWrapper__uLJBQ .appointments_spinner__64oHm{position:absolute;top:0;left:0;width:100%;height:100%;border-color:#a855f7 #06b6d4 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:4px;border-radius:50%;animation:appointments_spin__IciGO 1s linear infinite}.appointments_loadingContainer__ZUQMp p{color:var(--text-muted);font-weight:500}.appointments_emptyState__OtYaA{text-align:center;padding:5rem 2rem}.appointments_emptyState__OtYaA .appointments_emptyIcon___0Hx3{width:6rem;height:6rem;background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(6,182,212,.1));border-radius:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:2px dashed rgba(124,58,237,.3)}.appointments_emptyState__OtYaA .appointments_emptyIcon___0Hx3 svg{width:3rem;height:3rem;color:#a855f7}.appointments_emptyState__OtYaA h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.appointments_emptyState__OtYaA p{color:var(--text-muted);max-width:24rem;margin:0 auto}.appointments_tableHeader__NltTM{display:grid;grid-template-columns:2fr 2fr 1.5fr 1fr 1.2fr 1.5fr;align-items:center;padding:.875rem 1.5rem;background:var(--bg-secondary);border-bottom:2px solid var(--border-primary);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}@media(max-width:1024px){.appointments_tableHeader__NltTM{grid-template-columns:2fr 1.5fr 1.5fr 1fr 1.2fr 1.5fr}}@media(max-width:900px){.appointments_tableHeader__NltTM{display:none}}.appointments_tableBody__1qKGP{display:flex;flex-direction:column}.appointments_appointmentRow__FRALr{display:grid;grid-template-columns:2fr 2fr 1.5fr 1fr 1.2fr 1.5fr;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-primary);transition:all .2s ease;animation:appointments_fadeInUp__HJcYm .4s ease-out both;cursor:pointer}.appointments_appointmentRow__FRALr:last-child{border-bottom:none}.appointments_appointmentRow__FRALr:hover{background:rgba(168,85,247,.03)}@media(max-width:1024px){.appointments_appointmentRow__FRALr{grid-template-columns:2fr 1.5fr 1.5fr 1fr 1.2fr 1.5fr;padding:.875rem 1rem}}@media(max-width:900px){.appointments_appointmentRow__FRALr{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border-primary);position:relative}.appointments_appointmentRow__FRALr:hover{background:rgba(168,85,247,.04)}}.appointments_rowCustomer__a_e8d{display:flex;align-items:center;gap:.75rem}.appointments_rowAvatar__Ot7Ag{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#a855f7,#c084fc);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.appointments_rowCustomerInfo__d05_0{display:flex;flex-direction:column;min-width:0}.appointments_rowName__HLcfg{font-size:.875rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appointments_rowEmail__txuy3{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-muted);margin-top:.125rem}.appointments_rowEmail__txuy3 svg{width:12px;height:12px;flex-shrink:0}.appointments_rowServices__a1Ngu{display:flex;flex-wrap:wrap;gap:.375rem}.appointments_rowServiceTag__huYat{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#a855f7;background:rgba(168,85,247,.08);padding:.25rem .625rem;border-radius:2rem;white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}.appointments_rowServiceTag__huYat svg{width:12px;height:12px;flex-shrink:0}[data-theme=dark] .appointments_rowServiceTag__huYat{background:rgba(168,85,247,.15);color:#c4b5fd}.appointments_rowServiceMore__hJogE{font-size:.6875rem;font-weight:600;color:#a855f7;padding:.25rem .5rem;background:rgba(168,85,247,.06);border-radius:2rem}.appointments_rowNoService__vSfPf{font-size:.75rem;color:#94a3b8;font-style:italic}.appointments_rowDateTime__gZ4L_{display:flex;flex-direction:column;gap:.25rem}.appointments_rowDate__8Yksx{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-primary)}.appointments_rowDate__8Yksx svg{width:14px;height:14px;color:#a855f7;flex-shrink:0}.appointments_rowTime__9COcd{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-muted)}.appointments_rowTime__9COcd svg{width:13px;height:13px;flex-shrink:0;color:#10b981}.appointments_rowDuration___fOjJ{font-size:.6875rem;color:#94a3b8}.appointments_rowAmount__061jZ{display:block;font-size:1rem;font-weight:800;color:#a855f7}.appointments_rowPayMethod__xahTn{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--text-muted);margin-top:.125rem;text-transform:capitalize}.appointments_rowPayMethod__xahTn svg{width:12px;height:12px;flex-shrink:0}.appointments_colStatus__XgCqP{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}@media(max-width:900px){.appointments_colStatus__XgCqP{flex-direction:row;flex-wrap:wrap;align-items:center}}.appointments_colActions__bnk6H{display:flex;gap:.375rem;justify-content:flex-end}@media(max-width:900px){.appointments_colActions__bnk6H{justify-content:flex-start}}.appointments_rowViewBtn__G6avi{height:2rem;border:1px solid var(--border-primary);background:var(--card-bg);border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .625rem;font-size:.7rem;font-weight:600;color:#a855f7;white-space:nowrap;transition:all .2s ease}.appointments_rowViewBtn__G6avi svg{width:14px;height:14px;flex-shrink:0}.appointments_rowViewBtn__G6avi:hover{background:rgba(168,85,247,.1);border-color:#a855f7;transform:translateY(-1px)}.appointments_rowCompleteBtn__em6fM{height:2rem;border:none;background:linear-gradient(135deg,#10b981,#059669);border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .625rem;font-size:.7rem;font-weight:700;color:#fff;white-space:nowrap;transition:all .2s ease;box-shadow:0 2px 8px rgba(16,185,129,.25)}.appointments_rowCompleteBtn__em6fM svg{width:14px;height:14px;flex-shrink:0}.appointments_rowCompleteBtn__em6fM:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(16,185,129,.45)}.appointments_rowCompleteBtn__em6fM:active{transform:translateY(0)}.appointments_modalFooter__SqwSz{padding:1rem 1.5rem 1.25rem;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;border-top:1px solid var(--border-primary);flex-shrink:0;background:var(--card-bg);border-radius:0 0 1.5rem 1.5rem}.appointments_closeModalBtn__XCS5X{padding:.5rem 1.125rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.625rem;font-size:.8125rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.appointments_closeModalBtn__XCS5X:hover{border-color:#a855f7;color:#a855f7;background:rgba(168,85,247,.05)}.appointments_markCompleteModalBtn__gQMOM{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.625rem;font-size:.8125rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px rgba(16,185,129,.3);letter-spacing:.01em}.appointments_markCompleteModalBtn__gQMOM svg{width:16px;height:16px;flex-shrink:0}.appointments_markCompleteModalBtn__gQMOM:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.45)}.appointments_markCompleteModalBtn__gQMOM:active{transform:translateY(0);box-shadow:0 2px 8px rgba(16,185,129,.3)}@media(max-width:900px){.appointments_colCustomer__my6sl,.appointments_colServices__YKji9{grid-column:1/-1}.appointments_colDateTime__vJUMQ{grid-column:1}.appointments_colAmount__e1MEG{grid-column:2;text-align:right}.appointments_colAmount__e1MEG .appointments_rowAmount__061jZ{text-align:right}.appointments_colAmount__e1MEG .appointments_rowPayMethod__xahTn{justify-content:flex-end}.appointments_colStatus__XgCqP{grid-column:1}.appointments_colActions__bnk6H{grid-column:2;justify-content:flex-end}}.appointments_paymentBadge__YBQqr,.appointments_statusBadge__Edasr{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:2rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.appointments_paymentBadge__YBQqr:before,.appointments_statusBadge__Edasr:before{content:"";width:.375rem;height:.375rem;border-radius:50%}.appointments_confirmed__lPMOO{background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(16,185,129,.05));color:#059669;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .appointments_confirmed__lPMOO{background:rgba(16,185,129,.2);color:#34d399}.appointments_confirmed__lPMOO:before{background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.5)}.appointments_pending__wEW2c{background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(245,158,11,.05));color:#d97706;border:1px solid rgba(245,158,11,.3)}[data-theme=dark] .appointments_pending__wEW2c{background:rgba(245,158,11,.2);color:#fbbf24}.appointments_pending__wEW2c:before{background:#f59e0b;box-shadow:0 0 8px rgba(245,158,11,.5)}.appointments_completed__cqfRm{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));color:#2563eb;border:1px solid rgba(59,130,246,.3)}[data-theme=dark] .appointments_completed__cqfRm{background:rgba(59,130,246,.2);color:#60a5fa}.appointments_completed__cqfRm:before{background:#3b82f6;box-shadow:0 0 8px rgba(59,130,246,.5)}.appointments_cancelled__Qi_0k{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(239,68,68,.05));color:#dc2626;border:1px solid rgba(239,68,68,.3)}[data-theme=dark] .appointments_cancelled__Qi_0k{background:rgba(239,68,68,.2);color:#f87171}.appointments_cancelled__Qi_0k:before{background:#ef4444;box-shadow:0 0 8px rgba(239,68,68,.5)}.appointments_paid__pS3F_{background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(16,185,129,.05));color:#059669;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .appointments_paid__pS3F_{background:rgba(16,185,129,.2);color:#34d399}.appointments_paid__pS3F_:before{background:#10b981}.appointments_paymentPending__yH8xG{background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(245,158,11,.05));color:#d97706;border:1px solid rgba(245,158,11,.3)}[data-theme=dark] .appointments_paymentPending__yH8xG{background:rgba(245,158,11,.2);color:#fbbf24}.appointments_paymentPending__yH8xG:before{background:#f59e0b}.appointments_loadMoreTrigger__UEqkq{padding:1rem;min-height:60px}.appointments_loadingMore__K2Ugr{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#64748b}.appointments_loadingMore__K2Ugr .appointments_smallSpinner__ca1sh{width:1.5rem;height:1.5rem;border:2px solid rgba(124,58,237,.2);border-top-color:#a855f7;border-radius:50%;animation:appointments_spin__IciGO .8s linear infinite}.appointments_modalOverlay__eQj2L{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:appointments_fadeIn__m4Bt5 .2s ease-out}@keyframes appointments_fadeIn__m4Bt5{0%{opacity:0}to{opacity:1}}.appointments_modal__1DJap{background:var(--card-bg);backdrop-filter:blur(20px);border-radius:1.5rem;display:flex;flex-direction:column;width:100%;max-width:min(720px,100vw - 2rem);max-height:min(90vh,100vh - 2rem);overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.35),0 0 0 1px var(--border-primary);animation:appointments_slideUp__e1Mox .3s cubic-bezier(.34,1.56,.64,1)}@keyframes appointments_slideUp__e1Mox{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.appointments_modalHeader__R7sI1{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-primary);background:var(--bg-secondary)}.appointments_modalHeader__R7sI1 h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.appointments_modalHeader__R7sI1 .appointments_closeButton__O0Agk{background:var(--hover-bg);border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;color:var(--text-muted);transition:all .2s ease}.appointments_modalHeader__R7sI1 .appointments_closeButton__O0Agk:hover{background:rgba(239,68,68,.1);color:#ef4444}.appointments_modalHeader__R7sI1 .appointments_closeButton__O0Agk svg{width:1.25rem;height:1.25rem}.appointments_modalBody__lwAG3{padding:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0);transition:scrollbar-color .3s ease}.appointments_modalBody__lwAG3:hover{scrollbar-color:rgba(168,85,247,.35) rgba(0,0,0,0)}.appointments_modalBody__lwAG3::-webkit-scrollbar{width:4px}.appointments_modalBody__lwAG3::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.appointments_modalBody__lwAG3::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.appointments_modalBody__lwAG3:hover::-webkit-scrollbar-thumb{background:rgba(168,85,247,.35)}.appointments_modalBody__lwAG3 .appointments_detailSection__L94Ds{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.appointments_modalBody__lwAG3 .appointments_detailSection__L94Ds .appointments_appointmentId__7H5Lx{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:#64748b;background:rgba(148,163,184,.1);padding:.4rem .875rem;border-radius:.5rem;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailSection__L94Ds .appointments_appointmentId__7H5Lx{color:#94a3b8;background:rgba(148,163,184,.2)}.appointments_modalBody__lwAG3 .appointments_detailSection__L94Ds .appointments_badges__RwpjF{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg .appointments_detailItem__0Rb__{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--bg-secondary);border-radius:1rem}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg .appointments_detailItem__0Rb__>svg{width:1.25rem;height:1.25rem;color:#a855f7;flex-shrink:0;margin-top:.125rem}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg .appointments_detailItem__0Rb__ div label{display:block;font-size:.6875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg .appointments_detailItem__0Rb__ div span{font-weight:600;color:var(--text-primary)}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL{margin-bottom:1.5rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL h3{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:1rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC .appointments_avatar__97ucq{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#a855f7,#06b6d4);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC .appointments_info__kgory h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC .appointments_info__kgory h4{color:#fff}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC .appointments_info__kgory p{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b;margin:0}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC .appointments_info__kgory p{color:#94a3b8}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i{display:flex;flex-direction:column;gap:.75rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;background:rgba(248,250,252,.8);border-radius:1rem}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_{background:rgba(15,23,42,.4)}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad .appointments_name__rPWgv{font-weight:600;color:#1e293b}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad .appointments_name__rPWgv{color:#fff}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad .appointments_category__jvQjg{font-size:.75rem;color:#64748b;background:rgba(148,163,184,.2);padding:.25rem .5rem;border-radius:.375rem}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad .appointments_category__jvQjg{color:#94a3b8}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceDetails__bItad .appointments_variationLabel__Sxcco{font-size:.75rem;color:#06b6d4;background:rgba(6,182,212,.1);padding:.25rem .5rem;border-radius:.375rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceStaff__DbAlP{display:flex;align-items:center;gap:.75rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceStaff__DbAlP span{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#64748b}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_serviceStaff__DbAlP span{color:#94a3b8}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_servicesTable__UwF8i .appointments_serviceRow__62If_ .appointments_servicePrice__IHjjb{font-weight:700;color:#a855f7}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2{background:rgba(248,250,252,.8);border-radius:1rem;overflow:hidden}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2{background:rgba(15,23,42,.4)}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid rgba(148,163,184,.1)}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C{border-bottom-color:rgba(124,58,237,.1)}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C:last-child{border-bottom:none}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C>span:first-child{font-size:.875rem;color:#64748b}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C>span:first-child{color:#94a3b8}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C>span:last-child{font-weight:600;color:#1e293b}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C>span:last-child{color:#fff}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C .appointments_transactionId__t1yoB{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:#64748b}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C.appointments_total__rWYzj{background:linear-gradient(135deg,rgba(124,58,237,.05),rgba(6,182,212,.05))}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C.appointments_total__rWYzj{background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(6,182,212,.1))}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_paymentInfo__GVIM2 .appointments_paymentRow__bhN4C.appointments_total__rWYzj .appointments_totalPrice__QwRhy{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#a855f7,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_notes__AkKgY{padding:1rem;background:rgba(248,250,252,.8);border-radius:1rem;color:#64748b;font-size:.875rem;line-height:1.6;margin:0}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_notes__AkKgY{background:rgba(15,23,42,.4);color:#94a3b8}.appointments_modalBody__lwAG3 .appointments_metaInfo__5uLRu{display:flex;justify-content:center;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.1)}[data-theme=dark] .appointments_modalBody__lwAG3 .appointments_metaInfo__5uLRu{border-top-color:rgba(124,58,237,.1)}.appointments_modalBody__lwAG3 .appointments_metaInfo__5uLRu span{font-size:.75rem;color:#94a3b8}@media(max-width:640px){.appointments_modal__1DJap{border-radius:1rem}.appointments_modalBody__lwAG3,.appointments_modalHeader__R7sI1{padding:1rem}.appointments_modalBody__lwAG3 .appointments_detailSection__L94Ds{flex-direction:column;align-items:flex-start;gap:.75rem}.appointments_modalBody__lwAG3 .appointments_detailRow__biXBg{grid-template-columns:1fr;gap:.75rem}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_customerCard__6ZBBC{align-items:flex-start}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_serviceRow__62If_{flex-direction:column;align-items:flex-start}.appointments_modalBody__lwAG3 .appointments_detailGroup__vyPfL .appointments_serviceStaff__DbAlP{align-items:flex-start}.appointments_metaInfo__5uLRu{flex-wrap:wrap;justify-content:flex-start;gap:.75rem}}.profile_profilePage__WlDKg{display:flex;min-height:100vh;background:#f8f9fa}[data-theme=dark] .profile_profilePage__WlDKg{background:#0f1117}.profile_mainContent__WCzS_{flex:1;display:flex;flex-direction:column;margin-left:280px}@media(max-width:1024px){.profile_mainContent__WCzS_{margin-left:0}}.profile_profileContentWrapper__nOdPI{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}@media(max-width:768px){.profile_profileContentWrapper__nOdPI{padding:1.25rem}}.profile_pageHeader__yFmQV{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;background:#f9fafb;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e5e7eb}@media(max-width:768px){.profile_pageHeader__yFmQV{flex-direction:column;gap:1.25rem;text-align:center;padding:1.5rem}}[data-theme=dark] .profile_pageHeader__yFmQV{background:#1f2937;border-color:#2d3139;box-shadow:0 1px 3px rgba(0,0,0,.3)}.profile_headerContent__VQELc{display:flex;align-items:center;gap:1.25rem}@media(max-width:768px){.profile_headerContent__VQELc{flex-direction:column;gap:.875rem}}.profile_headerContent__VQELc h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.01em}.profile_headerContent__VQELc p{color:var(--text-muted);margin:.25rem 0 0;font-size:.875rem;font-weight:500}.profile_iconBadge__gKq5L{width:48px;height:48px;background:#6366f1;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile_iconBadge__gKq5L svg{width:24px;height:24px}[data-theme=dark] .profile_iconBadge__gKq5L{background:#4f46e5}.profile_headerActions__I9zl_{display:flex;gap:.75rem}@media(max-width:768px){.profile_headerActions__I9zl_{width:100%;justify-content:center}}.profile_actionButton__1_kwE{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#6366f1;border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.profile_actionButton__1_kwE:hover{background:#4f46e5;transform:translateY(-1px)}.profile_actionButton__1_kwE svg{width:16px;height:16px}[data-theme=dark] .profile_actionButton__1_kwE{background:#4f46e5}[data-theme=dark] .profile_actionButton__1_kwE:hover{background:#4338ca}.profile_tabNavigation__t_6SR{display:grid;grid-template-columns:repeat(2,1fr);background:#f1f5f9;border-radius:14px;padding:.375rem;margin-bottom:2rem;gap:.25rem;position:relative;box-shadow:inset 0 2px 4px rgba(0,0,0,.06)}@media(max-width:768px){.profile_tabNavigation__t_6SR{display:flex;overflow-x:auto;grid-template-columns:none}.profile_tabNavigation__t_6SR::-webkit-scrollbar{display:none}}[data-theme=dark] .profile_tabNavigation__t_6SR{background:hsla(0,0%,100%,.08);box-shadow:inset 0 2px 4px rgba(0,0,0,.3)}.profile_tabBtn__cWZs_{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;background:rgba(0,0,0,0);border:none;border-radius:10px;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);white-space:nowrap;position:relative;z-index:1;min-width:0}.profile_tabBtn__cWZs_:hover:not(.profile_active__7vTVl){color:#475569;background:hsla(0,0%,100%,.5)}.profile_tabBtn__cWZs_.profile_active__7vTVl{color:#1e293b;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.08);transform:scale(1.02)}.profile_tabBtn__cWZs_ svg{flex-shrink:0;width:18px;height:18px;transition:transform .3s ease}.profile_tabBtn__cWZs_.profile_active__7vTVl svg{transform:scale(1.1)}@media(max-width:768px){.profile_tabBtn__cWZs_{padding:.75rem 1.25rem;font-size:.85rem;flex-shrink:0;flex:1}.profile_tabBtn__cWZs_ svg{width:16px;height:16px}}[data-theme=dark] .profile_tabBtn__cWZs_{color:hsla(0,0%,100%,.6)}[data-theme=dark] .profile_tabBtn__cWZs_:hover:not(.profile_active__7vTVl){color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.1)}[data-theme=dark] .profile_tabBtn__cWZs_.profile_active__7vTVl{color:#fff;background:hsla(0,0%,100%,.15);box-shadow:0 3px 8px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.2)}.profile_tabContent__71Wvd{animation:profile_contentFade__642Ql .3s ease;width:100%}@keyframes profile_contentFade__642Ql{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.profile_tabContentWrapper__UUj_v{width:100%}.profile_sectionBanner___9e3M{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;margin-bottom:1.75rem;border:1px solid #fcd34d;position:relative;overflow:hidden}.profile_sectionBanner___9e3M:before{content:"";position:absolute;top:0;right:0;width:200px;height:100%;background:linear-gradient(90deg,transparent,rgba(251,191,36,.15));pointer-events:none}@media(max-width:768px){.profile_sectionBanner___9e3M{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}}[data-theme=dark] .profile_sectionBanner___9e3M{background:linear-gradient(135deg,rgba(251,191,36,.15),rgba(245,158,11,.1));border-color:rgba(251,191,36,.3)}[data-theme=dark] .profile_sectionBanner___9e3M:before{background:linear-gradient(90deg,transparent,rgba(251,191,36,.08))}.profile_businessBanner__DZ6o2{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd}.profile_businessBanner__DZ6o2:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.1))}[data-theme=dark] .profile_businessBanner__DZ6o2{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(37,99,235,.1));border-color:rgba(59,130,246,.3)}[data-theme=dark] .profile_businessBanner__DZ6o2:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.08))}.profile_bannerIcon__O1JRQ{width:52px;height:52px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(245,158,11,.3)}.profile_businessBannerIcon__04Hx_{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 4px 12px rgba(59,130,246,.3)!important}.profile_bannerContent__m0SlU{flex:1}.profile_bannerContent__m0SlU h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .3rem}.profile_bannerContent__m0SlU p{font-size:.85rem;color:#475569;margin:0;line-height:1.5;font-weight:500}[data-theme=dark] .profile_bannerContent__m0SlU h3{color:#f1f5f9}[data-theme=dark] .profile_bannerContent__m0SlU p{color:#94a3b8}.profile_bannerBadge__3SBbT{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.4);border-radius:20px;color:#92400e;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.profile_bannerBadge__3SBbT svg{width:14px;height:14px}[data-theme=dark] .profile_bannerBadge__3SBbT{background:rgba(245,158,11,.15);border-color:rgba(245,158,11,.3);color:#fbbf24}.profile_publicBadge__RgJiM{color:#1e40af!important}.profile_publicBadge__RgJiM,[data-theme=dark] .profile_publicBadge__RgJiM{background:rgba(59,130,246,.15)!important;border-color:rgba(59,130,246,.3)!important}[data-theme=dark] .profile_publicBadge__RgJiM{color:#60a5fa!important}.profile_personalTab__da7lI{animation:profile_contentFade__642Ql .3s ease}.profile_personalGrid__5wyGC{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.75rem}@media(max-width:768px){.profile_personalGrid__5wyGC{grid-template-columns:1fr}}.profile_lockedFieldCard__wgffn{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.06);position:relative;overflow:hidden}.profile_lockedFieldCard__wgffn:after{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#f59e0b,#d97706);border-radius:3px 0 0 3px}.profile_lockedFieldCard__wgffn:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#d1d5db}@media(max-width:480px){.profile_lockedFieldCard__wgffn{padding:1rem 1.25rem}}[data-theme=dark] .profile_lockedFieldCard__wgffn{background:#1f2937;border-color:hsla(0,0%,100%,.08);box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .profile_lockedFieldCard__wgffn:after{background:linear-gradient(180deg,#f59e0b,#b45309)}[data-theme=dark] .profile_lockedFieldCard__wgffn:hover{box-shadow:0 4px 12px rgba(0,0,0,.3);border-color:hsla(0,0%,100%,.12)}.profile_lockedFieldHeader__AuASj{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.profile_lockedFieldIcon__VDbjL{width:40px;height:40px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#b45309;flex-shrink:0}[data-theme=dark] .profile_lockedFieldIcon__VDbjL{background:rgba(245,158,11,.15);color:#fbbf24}.profile_lockedFieldInfo__dv9US{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile_lockedFieldLabel__9PK5S{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:700}.profile_lockedFieldValue__iQ66a{font-size:.95rem;font-weight:600;color:var(--text-primary);word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:250px}@media(max-width:640px){.profile_lockedFieldValue__iQ66a{max-width:160px}}.profile_lockedFieldActions__ovnuT{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.profile_lockedBadgeSmall__6DjNa{width:28px;height:28px;background:rgba(245,158,11,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#d97706;flex-shrink:0}[data-theme=dark] .profile_lockedBadgeSmall__6DjNa{background:rgba(245,158,11,.1);color:#fbbf24}.profile_verifiedPill__fNq6l{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#10b981;border-radius:14px;font-size:.65rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.04em}.profile_verifiedPill__fNq6l svg{width:12px;height:12px}.profile_reVerifyNotice__gYLQm{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:14px;margin-top:0}@media(max-width:480px){.profile_reVerifyNotice__gYLQm{flex-direction:column;gap:.75rem}}[data-theme=dark] .profile_reVerifyNotice__gYLQm{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.08));border-color:rgba(239,68,68,.2)}.profile_noticeIcon__fxzwM{width:40px;height:40px;background:rgba(239,68,68,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#dc2626;flex-shrink:0}[data-theme=dark] .profile_noticeIcon__fxzwM{background:rgba(239,68,68,.15);color:#f87171}.profile_noticeContent__zIqbd h4{font-size:.95rem;font-weight:700;color:#991b1b;margin:0 0 .35rem}.profile_noticeContent__zIqbd p{font-size:.85rem;color:#b91c1c;margin:0;line-height:1.6;font-weight:500}[data-theme=dark] .profile_noticeContent__zIqbd h4{color:#fca5a5}[data-theme=dark] .profile_noticeContent__zIqbd p{color:#f87171}.profile_businessProfileTab__6DcDp{animation:profile_contentFade__642Ql .3s ease}.profile_businessSectionsGrid__EuvCQ{display:flex;flex-direction:column;gap:1.5rem}.profile_businessSection__HWXSs{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:all .2s ease}.profile_businessSection__HWXSs:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#d1d5db}@media(max-width:480px){.profile_businessSection__HWXSs{padding:1.25rem}}[data-theme=dark] .profile_businessSection__HWXSs{background:#1f2937;border-color:hsla(0,0%,100%,.08);box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .profile_businessSection__HWXSs:hover{box-shadow:0 4px 12px rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.12)}.profile_businessSectionHeader__DoFfn{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.profile_businessSectionHeader__DoFfn svg:first-child{color:#6366f1;flex-shrink:0}.profile_businessSectionHeader__DoFfn h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0;flex:1}[data-theme=dark] .profile_businessSectionHeader__DoFfn{border-bottom-color:hsla(0,0%,100%,.08)}.profile_editSectionBtn__dtCTs{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);border-radius:8px;color:#6366f1;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.profile_editSectionBtn__dtCTs:hover{background:#6366f1;color:#fff;border-color:#6366f1;transform:translateY(-1px)}.profile_editSectionBtn__dtCTs svg{width:14px;height:14px}[data-theme=dark] .profile_editSectionBtn__dtCTs{background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.3);color:#818cf8}[data-theme=dark] .profile_editSectionBtn__dtCTs:hover{background:#6366f1;color:#fff}.profile_businessFieldsGrid__tf_aH{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.profile_businessFieldsGrid__tf_aH{grid-template-columns:1fr}}.profile_businessField__NSI5A{padding:1rem 1.25rem;background:#fff;border:1px solid #f3f4f6;border-radius:12px;transition:all .2s ease}.profile_businessField__NSI5A:hover{border-color:#e5e7eb;box-shadow:0 2px 6px rgba(0,0,0,.04)}.profile_businessField__NSI5A.profile_bfFull__nrt8w{grid-column:1/-1}[data-theme=dark] .profile_businessField__NSI5A{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .profile_businessField__NSI5A:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.profile_bfLabel__CjzzI{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:700;margin-bottom:.4rem}.profile_bfValue__P7Df0{display:block;font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.5;word-break:break-word}.profile_specialtiesInline__42BU9{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.profile_specialtyTag__Op2Xe{padding:.5rem 1rem;background:#6366f1;border:none;color:#fff;border-radius:20px;font-weight:600;font-size:.8rem;transition:all .2s ease}.profile_specialtyTag__Op2Xe:hover{background:#4f46e5;transform:translateY(-1px)}.profile_subSectionLabel__7fTYz{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700;margin-bottom:.75rem;margin-top:.5rem}.profile_brandingGrid__IrDx7{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:640px){.profile_brandingGrid__IrDx7{grid-template-columns:1fr}}.profile_brandingItem__puURw .profile_bfLabel__CjzzI{margin-bottom:.75rem}.profile_brandingItem__puURw.profile_galleryItem__WrrVE{grid-column:1/-1}.profile_brandingImageWrap__gWFWL{width:120px;height:120px;border-radius:14px;overflow:hidden;border:2px solid #e5e7eb}.profile_brandingImageWrap__gWFWL img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile_brandingImageWrap__gWFWL.profile_coverWrap__aNyJR{width:100%;height:140px;border-radius:14px}[data-theme=dark] .profile_brandingImageWrap__gWFWL{border-color:hsla(0,0%,100%,.1)}.profile_brandingPlaceholder__6Cp89{width:120px;height:120px;border-radius:14px;border:2px dashed #d1d5db;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#9ca3af}.profile_brandingPlaceholder__6Cp89 span{font-size:.7rem;font-weight:600}.profile_brandingPlaceholder__6Cp89.profile_coverPlaceholder__Ur1T2{width:100%;height:140px}[data-theme=dark] .profile_brandingPlaceholder__6Cp89{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.3)}.profile_galleryPreviewGrid__OnNq7{display:flex;gap:.5rem;flex-wrap:wrap}.profile_galleryThumb__LUBiq{width:80px;height:80px;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.profile_galleryThumb__LUBiq img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-theme=dark] .profile_galleryThumb__LUBiq{border-color:hsla(0,0%,100%,.1)}.profile_galleryMore__4LP3R{width:80px;height:80px;border-radius:10px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;color:#6366f1;font-weight:700;font-size:1rem}.profile_mapPreview__9E3p3{margin-top:.5rem;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}[data-theme=dark] .profile_mapPreview__9E3p3{border-color:hsla(0,0%,100%,.1)}.profile_websiteLink__xhxkJ{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.15);border-radius:10px;color:#6366f1;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.profile_websiteLink__xhxkJ:hover{background:rgba(99,102,241,.15);transform:translateY(-1px)}[data-theme=dark] .profile_websiteLink__xhxkJ{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.25);color:#818cf8}.profile_businessHours__4yhmn{display:grid;grid-template-columns:1fr;gap:.6rem}.profile_hourItem__X5fUw{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:1.5rem;padding:.875rem 1.25rem;background:#fff;border-radius:10px;border:1px solid #f3f4f6;transition:all .2s ease}.profile_hourItem__X5fUw:hover{background:#f3f4f6;border-color:#e5e7eb}@media(max-width:640px){.profile_hourItem__X5fUw{grid-template-columns:1fr;gap:.5rem}}[data-theme=dark] .profile_hourItem__X5fUw{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .profile_hourItem__X5fUw:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.profile_dayName__P0CJx{font-weight:700;color:var(--text-primary);text-transform:capitalize;font-size:.9rem}.profile_hourTime__S3A3J{color:var(--text-secondary);font-weight:600;font-size:.85rem}@media(max-width:640px){.profile_hourTime__S3A3J{text-align:left}}.profile_status__ZQtHc{padding:.35rem .875rem;border-radius:14px;font-weight:700;font-size:.65rem;text-transform:uppercase;letter-spacing:.03em;border:none}.profile_status__ZQtHc.profile_open__DCXkc{background:#10b981;color:#fff}.profile_status__ZQtHc.profile_closed__zz3e_{background:#ef4444;color:#fff}.profile_socialLinks__AQ1Jv{display:grid;grid-template-columns:1fr;gap:.75rem}.profile_socialLink___VZwq{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.875rem 1.25rem;background:#fff;border-radius:10px;border:1px solid #f3f4f6;color:var(--text-primary);text-decoration:none;transition:all .2s ease}.profile_socialLink___VZwq:hover{background:#f3f4f6;border-color:#e5e7eb}@media(max-width:640px){.profile_socialLink___VZwq{grid-template-columns:auto 1fr;gap:1rem}}[data-theme=dark] .profile_socialLink___VZwq{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .profile_socialLink___VZwq:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.profile_iconBubble__hCB1f{width:36px;height:36px;border-radius:10px;background:#6366f1;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile_iconBubble__hCB1f svg{width:16px;height:16px}[data-theme=dark] .profile_iconBubble__hCB1f{background:#4f46e5}.profile_socialDetails__WvPnR{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.profile_socialName__5Eu7j{font-weight:700;color:var(--text-primary);font-size:.9rem}.profile_socialHandle__ABS0P{font-size:.78rem;color:var(--text-muted);word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.profile_socialAction__61wKz{color:#6366f1;flex-shrink:0;width:16px;height:16px;transition:transform .2s ease}.profile_socialLink___VZwq:hover .profile_socialAction__61wKz{transform:translate(2px,-2px)}[data-theme=dark] .profile_socialAction__61wKz{color:#818cf8}.profile_emptyState__vubDW{color:var(--text-muted);font-size:.875rem;line-height:1.6;font-style:italic;margin:0}.profile_certificationsList__0bTkA{display:grid;grid-template-columns:1fr;gap:.75rem}.profile_certificationItem__um94Y{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:14px;border:none;border-left:4px solid #10b981;transition:all .2s ease}.profile_certificationItem__um94Y:hover{transform:translateX(4px)}.profile_certificationItem__um94Y .profile_certInfo__X1WW2 h4{font-weight:700;color:var(--text-primary);margin:0 0 .3rem;font-size:.95rem}.profile_certificationItem__um94Y .profile_certInfo__X1WW2 p{color:var(--text-secondary);font-size:.825rem;margin:0;font-weight:500}.profile_certificationItem__um94Y .profile_certYear__nOsvs{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.8rem;box-shadow:0 3px 8px rgba(16,185,129,.25)}@media(max-width:640px){.profile_certificationItem__um94Y{grid-template-columns:1fr;gap:.75rem}}[data-theme=dark] .profile_certificationItem__um94Y{background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(16,185,129,.06))}[data-theme=dark] .profile_certificationItem__um94Y:hover{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.1))}.profile_contactCard__Eynyg,.profile_highlightCard__Ds_sG,.profile_infoCard__Ti2s2,.profile_overviewCard__GPsAo,.profile_secondaryCard__7_3Yh,.profile_socialCard__sF_Vi{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.08);height:100%;display:flex;flex-direction:column}.profile_contactCard__Eynyg:hover,.profile_highlightCard__Ds_sG:hover,.profile_infoCard__Ti2s2:hover,.profile_overviewCard__GPsAo:hover,.profile_secondaryCard__7_3Yh:hover,.profile_socialCard__sF_Vi:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#d1d5db}@media(max-width:480px){.profile_contactCard__Eynyg,.profile_highlightCard__Ds_sG,.profile_infoCard__Ti2s2,.profile_overviewCard__GPsAo,.profile_secondaryCard__7_3Yh,.profile_socialCard__sF_Vi{padding:1.5rem}}[data-theme=dark] .profile_contactCard__Eynyg,[data-theme=dark] .profile_highlightCard__Ds_sG,[data-theme=dark] .profile_infoCard__Ti2s2,[data-theme=dark] .profile_overviewCard__GPsAo,[data-theme=dark] .profile_secondaryCard__7_3Yh,[data-theme=dark] .profile_socialCard__sF_Vi{background:#1f2937;border-color:hsla(0,0%,100%,.08);box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .profile_contactCard__Eynyg:hover,[data-theme=dark] .profile_highlightCard__Ds_sG:hover,[data-theme=dark] .profile_infoCard__Ti2s2:hover,[data-theme=dark] .profile_overviewCard__GPsAo:hover,[data-theme=dark] .profile_secondaryCard__7_3Yh:hover,[data-theme=dark] .profile_socialCard__sF_Vi:hover{box-shadow:0 4px 12px rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.12)}.profile_cardTitle___ZYsr{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}.profile_cardTitle___ZYsr svg{width:20px;height:20px;padding:6px;background:#6366f1;color:#fff;border-radius:8px;flex-shrink:0}[data-theme=dark] .profile_cardTitle___ZYsr svg{background:#6366f1}.profile_description__BDHOP{color:var(--text-secondary);line-height:1.7;font-size:.95rem;margin:0;flex:1}.profile_statsGrid___rihO{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:900px){.profile_statsGrid___rihO{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.profile_statsGrid___rihO{grid-template-columns:1fr}}.profile_statCard__dQZld{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.08)}.profile_statCard__dQZld:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#d1d5db}[data-theme=dark] .profile_statCard__dQZld{background:#1f2937;border-color:hsla(0,0%,100%,.08);box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .profile_statCard__dQZld:hover{box-shadow:0 4px 12px rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.12)}.profile_statIcon__QlUgj{width:52px;height:52px;background:#6366f1;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile_statIcon__QlUgj svg{width:26px;height:26px}.profile_statInfo__a4Kkf{flex:1;min-width:0}.profile_statInfo__a4Kkf h3{font-size:1.65rem;font-weight:800;color:var(--text-primary);margin:0 0 .25rem;line-height:1.2}.profile_statInfo__a4Kkf p{color:var(--text-muted);font-weight:600;margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.profile_settingsList__WhNOQ{display:grid;grid-template-columns:1fr;gap:1rem}.profile_settingItem__a4WyP{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.08)}.profile_settingItem__a4WyP:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#d1d5db}@media(max-width:640px){.profile_settingItem__a4WyP{flex-direction:column;align-items:flex-start;gap:1.25rem}}[data-theme=dark] .profile_settingItem__a4WyP{background:#1f2937;border-color:hsla(0,0%,100%,.08);box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .profile_settingItem__a4WyP:hover{box-shadow:0 4px 12px rgba(0,0,0,.4);border-color:hsla(0,0%,100%,.12)}.profile_settingInfo__a1DBv{flex:1}.profile_settingInfo__a1DBv h4{font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-size:1.05rem}.profile_settingInfo__a1DBv p{color:var(--text-secondary);line-height:1.6;margin:0;font-size:.9rem;font-weight:500}.profile_toggle__GQOjo{position:relative;display:inline-block;width:60px;height:32px;flex-shrink:0}.profile_toggle__GQOjo input{opacity:0;width:0;height:0}.profile_slider__hAr7X{position:absolute;cursor:pointer;inset:0;background:#d1d5db;transition:.3s ease;border-radius:32px;border:none}.profile_slider__hAr7X:before{position:absolute;content:"";height:26px;width:26px;left:3px;bottom:3px;background:#fff;transition:.3s ease;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}[data-theme=dark] .profile_slider__hAr7X{background:hsla(0,0%,100%,.15)}[data-theme=dark] .profile_slider__hAr7X:before{background:#e5e7eb}.profile_toggle__GQOjo input:checked+.profile_slider__hAr7X{background:#6366f1}.profile_toggle__GQOjo input:checked+.profile_slider__hAr7X:before{transform:translateX(28px);background:#fff}.profile_contactList__seXk_{display:grid;grid-template-columns:1fr;gap:1rem;flex:1}.profile_contactItem__8bJTq{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #f3f4f6;transition:all .2s ease}.profile_contactItem__8bJTq:hover{background:#f3f4f6;border-color:#e5e7eb}@media(max-width:640px){.profile_contactItem__8bJTq{grid-template-columns:auto 1fr;gap:.875rem}}[data-theme=dark] .profile_contactItem__8bJTq{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.06)}[data-theme=dark] .profile_contactItem__8bJTq:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.profile_contactDetails__XN79P{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile_contactLabel__bxF3O{text-transform:uppercase;font-size:.65rem;letter-spacing:.08em;color:var(--text-muted);font-weight:700}.profile_contactValue__ckMZ6{font-size:.95rem;font-weight:600;color:var(--text-primary);word-break:break-word}.profile_verified__G9Pdl{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#10b981;border-radius:16px;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;border:none}.profile_verified__G9Pdl svg{width:14px;height:14px}.profile_specialtiesList__uLNd_{display:flex;flex-wrap:wrap;gap:.75rem;flex:1;align-content:flex-start}@media(max-width:640px){.profile_profileContentWrapper__nOdPI{padding:1.5rem}.profile_pageHeader__yFmQV{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}.profile_headerContent__VQELc{width:100%}.profile_headerActions__I9zl_{width:100%;justify-content:flex-start;flex-wrap:wrap}.profile_actionButton__1_kwE{flex:1 1 calc(50% - .5rem);justify-content:center}.profile_brandingGrid__IrDx7,.profile_businessFieldsGrid__tf_aH,.profile_personalGrid__5wyGC{grid-template-columns:1fr}}@media(max-width:480px){.profile_pageHeader__yFmQV,.profile_tabNavigation__t_6SR{border-radius:12px}.profile_businessSection__HWXSs,.profile_contactCard__Eynyg,.profile_highlightCard__Ds_sG,.profile_infoCard__Ti2s2,.profile_overviewCard__GPsAo,.profile_secondaryCard__7_3Yh,.profile_socialCard__sF_Vi{border-radius:12px;padding:1rem}.profile_lockedFieldCard__wgffn{border-radius:12px}}