@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Montserrat;src:local("Montserrat"),url(/fonts/Montserrat-VariableFont_wght.ttf) format("truetype");font-display:swap}html,body{height:100%;font-family:Montserrat;font-weight:500}*{font-family:Montserrat;font-weight:500}#root{height:100%;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column;position:relative}.app .content{flex:1}.home-container{background-color:#fff;min-height:100vh;padding-bottom:100px}.section-banner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid #f0f0f0;margin-top:1rem}.section-banner--first{margin-top:0}.section-banner__text-group{display:flex;flex-direction:column;gap:.25rem}.section-banner__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;line-height:1.2;position:relative}.section-banner__line{width:40px;height:4px;background-color:#eac0c9;border-radius:2px;margin-top:.5rem}.section-banner__step{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;color:#9ca3af}.service-group-picker{display:flex;flex-wrap:nowrap;gap:1.5rem;padding:2.5rem;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;overflow-x:auto;align-items:stretch;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.service-group-picker::-webkit-scrollbar{height:8px}.service-group-picker::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.service-group-picker::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.service-group-picker::-webkit-scrollbar-thumb:hover{background:#9ca3af}.service-group-picker__item{flex:0 0 auto;width:200px;padding:15px;display:flex;flex-direction:column;background-color:#fff;border:2px solid transparent;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;position:relative}.service-group-picker__item:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.service-group-picker__item.selected{border-color:#eac0c9;background-color:#fff;box-shadow:0 0 0 4px #fcf6f7}.service-group-picker__item.selected .service-group-picker__name{color:#eac0c9}.service-group-picker__image-container{width:100%;height:140px;background-color:#fff;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:center}.service-group-picker__logo{max-width:100%;max-height:100%;object-fit:contain;display:block}.service-group-picker__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:8px;color:#9ca3af;font-size:2rem;font-weight:700;text-transform:uppercase}.service-group-picker__content{padding:1.25rem 1rem;display:flex;flex-direction:column;justify-content:center;flex-grow:1;text-align:center;gap:.5rem}.service-group-picker__name{font-weight:700;font-size:1rem;color:#1f2937;line-height:1.4}.service-group-picker__address{font-size:.8rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-groups{background:#fff;padding:1rem;padding-bottom:50px}.service-groups__group{background-color:#fafafa;border:1px solid #ddd;border-radius:6px;margin-bottom:1rem;overflow:hidden}.service-groups__group-title{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease}.service-groups__group-title:hover{background-color:#f0f0f0}.service-groups__group-title .service-groups__group-name{font-size:1rem;font-weight:600;color:#333}.service-groups__group-title .service-groups__group-info{display:flex;align-items:center;font-size:.9rem;color:#555}.service-groups__group-title .service-groups__group-info .service-groups__group-price{margin-right:.5rem}.service-groups__group-title .service-groups__group-info svg{font-size:1.2rem}.service-groups__group .service-groups__group-description{font-size:.85rem;color:#666;margin-top:4px;line-height:1.5;max-width:92%;word-break:normal;overflow-wrap:break-word;text-wrap:pretty;white-space:pre-line}@media(max-width:600px){.service-groups__group .service-groups__group-description{max-width:100%;font-size:.8rem}}.service-groups__group-content{padding:.75rem 1rem;border-top:1px solid #ddd;background-color:#fff}.service-groups__group-content .service-groups__service{margin-bottom:1rem}.service-groups__group-content .service-groups__service .service-groups__service-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #eee;gap:12px}.service-groups__group-content .service-groups__service .service-groups__service-header>div{flex:1;min-width:0}.service-groups__group-content .service-groups__service .service-groups__service-header .service-groups__service-name{font-size:1rem;font-weight:600;color:#333;line-height:1.3;margin-bottom:2px;display:block}.service-groups__group-content .service-groups__service .service-groups__service-header .service-groups__service-price{font-size:.95rem;font-weight:600;color:#eac0c9;white-space:nowrap;flex-shrink:0;margin-top:2px}.service-groups__group-content .service-groups__service .service-groups__service-header .service-groups__service-toggle{font-size:1rem;color:#555;margin-top:2px;margin-left:8px}.service-groups__group-content .service-groups__service .service-groups__select-button{padding:.35rem .8rem;border:1px solid #EAC0C9;background:transparent;color:#eac0c9;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s;flex-shrink:0;align-self:flex-start;margin-top:0}.service-groups__group-content .service-groups__service .service-groups__select-button:hover{background-color:#eac0c9;color:#fff}.service-groups__group-content .service-groups__service .service-groups__select-button:focus{background-color:#fff;color:#eac0c9}.service-groups__group-content .service-groups__service .service-groups__select-button.selected{background-color:#eac0c9;color:#fff}.service-groups__group-content .service-groups__service .service-groups__variations{margin-top:.5rem;padding-left:1rem;border-left:2px solid #eee}.service-groups__group-content .service-groups__service .service-groups__variations .service-groups__variation{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.service-groups__group-content .service-groups__service .service-groups__variations .service-groups__variation .service-groups__variation-name{font-size:.9rem;color:#333;line-height:1.4;padding-right:10px}.service-basket{position:fixed;bottom:0;left:0;right:0;height:50px;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 5px #0000001a;display:flex;flex-direction:row;align-items:center;z-index:1000}.service-basket__description{display:flex;flex-direction:column;gap:3px;flex:1;padding:0 1rem}.service-basket__description .service-basket__description__label{font-size:.9rem;color:#555}.service-basket__description .service-basket__description__cost{font-weight:700}.service-basket__time{flex:1;height:100%;background-color:#eac0c9}.service-basket__time__button{outline:0;border:0;height:100%;width:100%;color:#fff;font-weight:700;background-color:transparent}.availability-page{padding:1rem;position:relative;flex:1}.availability-page .availability-confirmation{position:fixed;bottom:0;left:0;right:0;height:50px;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 5px #0000001a;display:flex;flex-direction:row;align-items:center;z-index:1000}.availability-page .availability-confirmation__cost{display:flex;flex-direction:column;gap:3px;flex:1;padding:0 1rem}.availability-page .availability-confirmation__button{flex:1;height:100%;background-color:#eac0c9;outline:0;border:0;color:#fff;font-weight:700}.picker-control{margin-top:10px;padding:15px;border:1px solid #9C5C6E;border-radius:5px}.month-navigation{display:flex;flex-direction:row;align-items:center}.month-navigation__current{flex:1;text-align:center}.month-navigation button{outline:0;border:0;background-color:transparent;padding:0;margin:0}.month-navigation button i,.month-navigation button svg{margin:0;padding:0}.day-selector-container{margin-top:10px;overflow:hidden}.day-selector{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.day-selector::-webkit-scrollbar{display:none}.day-selector__item{display:flex;flex-direction:column;align-items:center;padding:8px;min-width:calc((100% - 48px) / 7);flex:0 0 calc((100% - 48px) / 7);scroll-snap-align:start;border:0;border-radius:8px;background:none;cursor:pointer}.day-selector__item:disabled{opacity:.5;cursor:not-allowed}.day-selector__item:hover:not(:disabled){background-color:#faf3f5}.day-selector__item--selected{background-color:#9c5c6e!important;color:#fff}.day-selector__item--selected .day-selector__day-label{color:#fff}.day-selector__day-label{font-size:.9em;color:#9c5c6e;margin-bottom:10px}.day-selector__day-value{font-size:1.1em;font-weight:500}.staff-selector__info{font-size:.7em}.service-list{padding-top:10px;margin-top:10px;border-top:1px dashed #9C5C6E}.service-item{margin-bottom:10px;align-items:center}.service-item__header{display:flex;align-items:center;font-weight:700;font-size:14px}.service-item__header__name{flex:1}.service-item__header span{border-radius:100%;background-color:#eac0c9;width:20px;height:20px;display:block;text-align:center;line-height:20px;font-size:10px;color:#fff;margin-right:10px}.service-item__selected-slot{display:flex}.service-item__selected-slot i,.service-item__selected-slot svg{color:green;padding-left:5px}.service-item__no-selected-slot{font-size:10px;background-color:#9c5c6e;padding:5px 12.5px;border-radius:15px}.staff-item{margin:10px 0;padding:7.5px 0;border-bottom:1px solid #9C5C6E}.staff-item__header{display:flex;align-items:center}.staff-item__header span{flex:1}.staff-item__header i,.staff-item__header svg{color:#eac0c9}.slot-list{max-height:200px;overflow-y:auto;margin:10px 0}.slot-list__item{width:100%;background:#fff;outline:0;border:0;padding:10px;text-align:left;border-top:1px solid #ededed;display:flex}.slot-list__item span{flex:1}.slot-list__item div{font-weight:700}.slot-list__item.selected{background-color:#eac0c9;border-top-color:#eac0c9;color:#fff;transition:background-color .3s,color .3s}.basket-list{border-radius:5px;background-color:#fff;background-color:#faf3f5;padding:10px;border:1px solid #9C5C6E}.basket-list h1{padding-bottom:10px;border-bottom:1px solid #9C5C6E;display:flex;align-items:center}.basket-list h1 span{flex:1}.basket-list h1 a{color:#9c5c6e;text-decoration:none;font-size:12px;background-color:#9c5c6e;border-radius:15px;font-size:10px;background-color:#eac0c9;padding:7.5px 15px;color:#fff}.basket-list__service{padding:10px 0;border-bottom:1px solid #9C5C6E;display:flex;flex-direction:row;align-items:center}.basket-list__service button{outline:0;border:0;background-color:#fff;font-size:18px}.basket-list__service .basket-list__service__description{flex:1}.basket-list__service__service_name{font-weight:700;font-size:14px;margin-bottom:5px}.basket-list__service__variation_name{font-size:12px}.basket-list__service__slot_summary{display:flex;align-items:center;margin-top:5px;color:green;font-size:.9em}.basket-list__service__slot_summary .basket-list__service__slot_check{margin-left:4px;font-size:1.6em}.basket-list__service__slot_summary_details{line-height:20px}.secure-checkout-page{padding:1rem}.secure-checkout-page .title{display:flex;align-items:center;border-bottom:1px solid #CECECE;padding-bottom:15px;margin-bottom:15px}.secure-checkout-page .title span{flex:1}.secure-checkout-page .title i,.secure-checkout-page .title svg{font-size:22px}.secure-checkout-page .submit-button{width:100%;margin-top:10px;background-color:#eac0c9;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.user-details-form{background-color:#faf3f5;padding:15px;border:1px solid #9C5C6E;margin-top:20px;border-radius:5px}.user-details-form .form-group{margin-bottom:15px;display:flex;flex-direction:column}.user-details-form .form-group label{display:block;margin-bottom:5px;font-weight:700;font-size:14px}.user-details-form .form-group input,.user-details-form .form-group textarea{flex:1;padding:8px;border:1px solid #9C5C6E;border-radius:4px;font-size:14px}.user-details-form .form-group .error{color:#dc3545;font-size:12px;margin-top:5px;display:block}.user-details-form .form-group input[type=checkbox]{width:50px;height:50px;color:#9c5c6e;margin-right:5px}.user-details-form .submit-button{background-color:#9c5c6e;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.user-details-form .submit-button:hover{background-color:#8c5363}.user-details-form .consent-section{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#fdf8f9,#fef2f4);border:1px solid #f0d4da;border-radius:10px;position:relative}.user-details-form .consent-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eac0c9,#9c5c6e,#eac0c9);border-radius:10px 10px 0 0}.user-details-form .consent-section .consent-heading{margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:#4a3f42;display:flex;align-items:center;gap:.5rem}.user-details-form .consent-section .consent-heading:before{content:"🔒";font-size:1rem}.user-details-form .consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:.5rem}.user-details-form .consent-checkbox.marketing{margin-top:1rem}.user-details-form .consent-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.user-details-form .consent-checkbox .checkbox-custom{flex-shrink:0;width:22px;height:22px;border:2px solid #c9a3ac;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:1px}.user-details-form .consent-checkbox .checkbox-custom svg{width:12px;height:12px;stroke:#fff;opacity:0;transform:scale(.5);transition:all .2s ease}.user-details-form .consent-checkbox:hover .checkbox-custom{border-color:#9c5c6e;box-shadow:0 0 0 3px #9c5c6e1a}.user-details-form .consent-checkbox input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#eac0c9,#9c5c6e);border-color:#9c5c6e}.user-details-form .consent-checkbox input[type=checkbox]:checked+.checkbox-custom svg{opacity:1;transform:scale(1)}.user-details-form .consent-checkbox input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #9c5c6e33}.user-details-form .consent-checkbox .consent-text{font-size:.875rem;color:#4a3f42;line-height:1.5;font-weight:500;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.user-details-form .consent-checkbox .consent-text a{color:#9c5c6e;text-decoration:none;font-weight:600;border-bottom:1px dashed #c9a3ac;transition:all .2s ease}.user-details-form .consent-checkbox .consent-text a:hover{border-bottom-style:solid;border-bottom-color:#9c5c6e}.user-details-form .consent-checkbox .consent-text .required-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;background:#dc3545;color:#fff;padding:2px 6px;border-radius:3px;letter-spacing:.025em}.user-details-form .consent-checkbox .consent-text .optional-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;background:#6c757d;color:#fff;padding:2px 6px;border-radius:3px;letter-spacing:.025em}.user-details-form .consent-error{display:block;color:#dc3545;font-size:.8125rem;margin:.25rem 0 .5rem calc(22px + .75rem);font-weight:500}.user-details-form .consent-description{margin:.25rem 0 0 calc(22px + .75rem);font-size:.75rem;color:#7a6669;line-height:1.4}.payment-component{background-color:#faf3f5;padding:15px;border:1px solid #9C5C6E;margin-top:20px;border-radius:5px}.payment-component h2{margin-bottom:15px;font-size:18px;color:#9c5c6e}.payment-component .payment-options{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:24px}.payment-component .payment-options label{display:flex;align-items:center;cursor:pointer;font-size:14px;position:relative;padding-left:28px;-webkit-user-select:none;user-select:none}.payment-component .payment-options label input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.payment-component .payment-options label input[type=radio]+span{position:absolute;left:0;height:20px;width:20px;background-color:#fff;border:2px solid #9C5C6E;border-radius:50%;transition:all .2s ease-in-out}.payment-component .payment-options label input[type=radio]+span:after{content:"";position:absolute;display:none;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background:#eac0c9;transform:translate(-50%,-50%)}.payment-component .payment-options label input[type=radio]:checked+span{border-color:#eac0c9}.payment-component .payment-options label input[type=radio]:checked+span:after{display:block}.payment-component .payment-options label input[type=radio]:hover+span{border-color:#a86b7c}.payment-component .payment-options label input[type=radio]:checked:hover+span{border-color:#dfa0ae}.payment-component .card-element-container{margin-bottom:15px;padding:12px;border:1px solid #9C5C6E;border-radius:4px;background-color:#fff;transition:border-color .3s ease}.payment-component .card-element-container:hover{border-color:#a86b7c}.payment-component .error-message{color:#dc3545;font-size:14px;margin-top:8px;padding:8px;background-color:#dc35451a;border-radius:4px}.payment-component .saved-cards{margin-top:1rem;padding:.75rem 1rem 1rem;border:1px solid #9C5C6E;border-radius:6px;background:#fff}.payment-component .saved-cards legend{padding:0 .4rem;font-size:.95rem;font-weight:600;color:#9c5c6e}.payment-component .saved-card-row{display:flex;align-items:center;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;border-radius:6px;padding:8px 10px;transition:background-color .2s ease,box-shadow .2s ease}.payment-component .saved-card-row:hover .saved-card-label{background-color:#faf4f6}.payment-component .saved-card-row input[type=radio]{position:absolute;opacity:0;width:0;height:0}.payment-component .saved-card-row input[type=radio]:focus-visible+.saved-card-label{outline:2px solid rgb(237.15,201.45,209.1);outline-offset:2px;border-radius:6px}.payment-component .saved-card-row input[type=radio]:checked+.saved-card-label{color:#9c5c6e;font-weight:600;background-color:#eac0c90f;box-shadow:0 0 0 1px #e5b0bb inset}.payment-component .saved-card-row input[type=radio]:checked+.saved-card-label:before{border-color:#eac0c9}.payment-component .saved-card-row input[type=radio]:checked+.saved-card-label:after{transform:translate(-50%,-50%) scale(1);background:#eac0c9}.payment-component .saved-card-row input[type=radio]:hover+.saved-card-label:before{border-color:#a86b7c}.payment-component .saved-card-label{display:block;width:100%;position:relative;padding:8px 10px 8px 32px;line-height:1.3;color:#333;border-radius:6px;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease}.payment-component .saved-card-label:before{content:"";position:absolute;left:8px;top:50%;width:18px;height:18px;border-radius:50%;border:2px solid #9C5C6E;background:#fff;transform:translateY(-50%);transition:border-color .2s ease,background-color .2s ease}.payment-component .saved-card-label:after{content:"";position:absolute;left:17px;top:50%;width:10px;height:10px;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .18s ease;background:transparent}.consent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.consent-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.consent-overlay__modal{position:relative;z-index:10;background:#fff;border-radius:12px;max-width:600px;width:100%;padding:1.5rem;display:flex;flex-direction:column;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003}@media(max-width:480px){.consent-overlay__modal{padding:1rem}}.consent-overlay__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.consent-overlay__header h2{font-size:1.5rem;font-weight:600;margin:0;color:#222}.consent-overlay__header .close-btn{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#666;transition:color .2s ease}.consent-overlay__header .close-btn:hover{color:#000}.consent-overlay__content{font-size:.95rem;color:#444;line-height:1.6}.consent-overlay__content p{margin-bottom:1rem}.consent-overlay__content ul{margin:0 0 1rem;padding-left:1.25rem}.consent-overlay__content ul li{margin-bottom:.5rem}.consent-overlay__footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:500px){.consent-overlay__footer{flex-direction:row;justify-content:space-between;align-items:center}}.consent-overlay__checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem}.consent-overlay__checkbox input[type=checkbox]{width:16px;height:16px;margin-top:2px}.consent-overlay__actions{display:flex;gap:.75rem}.consent-overlay__actions .btn{padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border .2s ease}.consent-overlay__actions .btn-primary{background:#000;color:#fff;border:none}.consent-overlay__actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.consent-overlay__actions .btn-primary:hover:enabled{background:#333}.consent-overlay__actions .btn-secondary{background:#fff;color:#333;border:1px solid #ccc}.consent-overlay__actions .btn-secondary:hover{background:#f5f5f5}.thank-you-page{padding:2rem 1rem;max-width:800px;margin:0 auto}.thank-you-page .success-header{text-align:center;margin-bottom:2rem;padding:2rem;background-color:#f8f8fa;border-radius:8px;border:1px solid #CECECE}.thank-you-page .success-header .success-icon{color:#eac0c9;font-size:4rem;margin-bottom:1rem}.thank-you-page .success-header h1{color:#333;margin-bottom:1rem;font-size:1.8rem}.thank-you-page .success-header .confirmation-message{color:#666;font-size:1.1rem}.thank-you-page .confirmation-details{margin-bottom:2rem;padding:1rem;background-color:#fff;border:1px solid #CECECE;border-radius:8px}.thank-you-page .confirmation-details h2{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #CECECE;font-size:1.4rem}.thank-you-page .next-steps{margin-bottom:1rem}.thank-you-page .next-steps h2{margin-bottom:1.5rem;font-size:1.4rem}.thank-you-page .next-steps .steps-container{display:flex;flex-direction:column;gap:1.5rem}.thank-you-page .next-steps .steps-container .step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:#f8f8fa;border:1px solid #CECECE;border-radius:8px}.thank-you-page .next-steps .steps-container .step .step-number{background-color:#eac0c9;color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;flex-shrink:0}.thank-you-page .next-steps .steps-container .step .step-content{flex:1}.thank-you-page .next-steps .steps-container .step .step-content h3{margin-bottom:.5rem;font-size:1.1rem;color:#333}.thank-you-page .next-steps .steps-container .step .step-content p{color:#666;font-size:.95rem;line-height:1.4}.thank-you-page .contact-info{text-align:center;padding:2rem;background-color:#f8f8fa;border:1px solid #CECECE;border-radius:8px}.thank-you-page .contact-info h2{margin-bottom:1rem;font-size:1.4rem}.thank-you-page .contact-info p{color:#666;margin-bottom:1.5rem}.thank-you-page .contact-info .contact-methods{display:flex;justify-content:center;gap:1rem}.thank-you-page .contact-info .contact-methods .contact-button{background-color:#eac0c9;color:#fff;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-size:.95rem;transition:background-color .3s}.thank-you-page .contact-info .contact-methods .contact-button:hover{background-color:#dfa0ae}.thank-you-page .start-again-button{width:100%;display:block;background-color:#eac0c9;color:#fff;border:none;padding:15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s;text-decoration:none;text-align:center}.thank-you-page .start-again-button:hover{background-color:#dfa0ae}@media(max-width:600px){.thank-you-page{padding:1rem}.thank-you-page .success-header{padding:1.5rem}.thank-you-page .success-header .success-icon{font-size:3rem}.thank-you-page .success-header h1{font-size:1.5rem}.thank-you-page .contact-methods{flex-direction:column}.thank-you-page .contact-methods .contact-button{width:100%}}.sign-in-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.sign-in-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:3rem;width:100%;max-width:400px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sign-in-header{text-align:center;margin-bottom:2rem}.sign-in-header h1{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.sign-in-header p{color:#666;font-size:.95rem;margin:0}.sign-in-form .error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.sign-in-form .form-group{margin-bottom:1.5rem}.sign-in-form .form-group label{display:block;color:#333;font-weight:500;margin-bottom:.5rem;font-size:.95rem}.sign-in-form .form-group input{width:100%;padding:.875rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.sign-in-form .form-group input:focus{outline:none;border-color:#eac0c9;box-shadow:0 0 0 3px #eac0c91a}.sign-in-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.sign-in-form .form-group input::placeholder{color:#adb5bd}.sign-in-form .sign-in-button{width:100%;background:linear-gradient(135deg,#eac0c9,#9c5c6e);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.sign-in-form .sign-in-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #eac0c94d}.sign-in-form .sign-in-button:active:not(:disabled){transform:translateY(0)}.sign-in-form .sign-in-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.forgot-password{text-align:center;margin-top:1rem}.forgot-password .link-button{background:none;border:none;color:#9c5c6e;text-decoration:underline;cursor:pointer;font-size:.9rem}.forgot-password .link-button:hover{color:#7a4a5a}.sign-in-footer{text-align:center;margin-top:2rem}.sign-in-footer p{color:#666;font-size:.9rem}.sign-in-footer .link-button{background:none;border:none;color:#9c5c6e;text-decoration:underline;cursor:pointer;font-size:.9rem;margin-left:.5rem}.sign-in-footer .link-button:hover{color:#7a4a5a}.reset-form .form-group{margin-bottom:1.5rem}.reset-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.reset-form .form-group input{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.reset-form .form-group input:focus{outline:none;border-color:#eac0c9;box-shadow:0 0 0 3px #eac0c91a}.reset-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.register-form .form-group{margin-bottom:1.25rem}.register-form .form-group .field-hint{display:block;color:#6c757d;font-size:.8rem;margin-top:.25rem;font-style:italic}.register-form .form-group input[type=date]{color:#495057}.register-form .form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.5)}.register-form .phone-input-wrapper{display:flex;align-items:center;border:2px solid #e1e5e9;border-radius:8px;overflow:hidden;transition:all .2s ease;background:#fff}.register-form .phone-input-wrapper:focus-within{border-color:#eac0c9;box-shadow:0 0 0 3px #eac0c91a}.register-form .phone-input-wrapper .phone-prefix{display:flex;align-items:center;justify-content:center;padding:0 .75rem;background:#f8f9fa;border-right:1px solid #e1e5e9;font-size:1.25rem;height:100%;min-height:48px;-webkit-user-select:none;user-select:none}.register-form .phone-input-wrapper input[type=tel]{flex:1;border:none;padding:.875rem;font-size:1rem;outline:none;background:transparent}.register-form .phone-input-wrapper input[type=tel]:focus{box-shadow:none}.register-form .phone-input-wrapper input[type=tel]::placeholder{color:#adb5bd}.register-form .phone-input-wrapper input[type=tel]:disabled{background-color:transparent;cursor:not-allowed;opacity:.7}.register-form .register-button{background:linear-gradient(135deg,#eac0c9,#9c5c6e)}.register-form .register-button:hover:not(:disabled){background:linear-gradient(135deg,#9c5c6e,#7a4a5a);box-shadow:0 8px 25px #eac0c966}.consent-section{margin:1.5rem 0;padding:1.25rem;background:linear-gradient(135deg,#fdf2f4,#fce7eb);border:1px solid #f5d0d6;border-radius:12px;position:relative}.consent-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eac0c9,#9c5c6e,#eac0c9);border-radius:12px 12px 0 0}.consent-checkbox{display:flex;align-items:flex-start;gap:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.consent-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.consent-checkbox .checkbox-custom{flex-shrink:0;width:24px;height:24px;border:2px solid #c9a3ac;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:1px}.consent-checkbox .checkbox-custom svg{width:14px;height:14px;stroke:#fff;opacity:0;transform:scale(.5);transition:all .2s ease}.consent-checkbox:hover .checkbox-custom{border-color:#9c5c6e;box-shadow:0 0 0 3px #9c5c6e1a}.consent-checkbox input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#eac0c9,#9c5c6e);border-color:#9c5c6e}.consent-checkbox input[type=checkbox]:checked+.checkbox-custom svg{opacity:1;transform:scale(1)}.consent-checkbox input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #9c5c6e33}.consent-checkbox input[type=checkbox]:disabled+.checkbox-custom{opacity:.5;cursor:not-allowed}.consent-checkbox input[type=checkbox]:disabled~.consent-text{opacity:.5;cursor:not-allowed}.consent-checkbox .consent-text{font-size:.9375rem;color:#4a3f42;line-height:1.5;font-weight:500}.consent-checkbox .consent-text a{color:#9c5c6e;text-decoration:none;font-weight:600;border-bottom:1px dashed #c9a3ac;transition:all .2s ease}.consent-checkbox .consent-text a:hover{color:#7a4a5a;border-bottom-style:solid;border-bottom-color:#9c5c6e}.consent-description{margin:.875rem 0 0;padding-left:calc(24px + .875rem);font-size:.8125rem;color:#7a6669;line-height:1.5}.sign-in-container{transition:all .3s ease}.sign-in-container:has(.register-form){max-width:450px}.sign-in-container:has(.register-form) .sign-in-header h1{background:linear-gradient(135deg,#eac0c9,#9c5c6e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sign-in-container:has(.register-form) .sign-in-header p{color:#5a6c7d}.success-message{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #b8dacc;color:#155724;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;text-align:center;box-shadow:0 2px 4px #1557241a}.form-group input:invalid:not(:focus):not(:placeholder-shown){border-color:#dc3545;box-shadow:0 0 0 2px #dc35451a}.form-group input:valid:not(:focus):not(:placeholder-shown){border-color:#28a745;box-shadow:0 0 0 2px #28a7451a}@media(max-width:480px){.sign-in-page{padding:1rem}.sign-in-container{padding:2rem}.sign-in-container:has(.register-form){max-width:100%;padding:1.5rem}.sign-in-header h1{font-size:1.75rem}.register-form .form-group{margin-bottom:1rem}}.month-selector-dropdown{position:relative;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.month-selector-dropdown.disabled{opacity:.6;pointer-events:none}.month-selector-input{width:100%;padding:.875rem;border:2px solid #e1e5e9;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;box-sizing:border-box}.month-selector-input:hover{border-color:#adb5bd}.month-selector-input.open{border-color:#eac0c9;box-shadow:0 0 0 3px #eac0c91a}.month-selector-input.has-value .selected-text{color:#495057}.month-selector-input .selected-text{color:#adb5bd;font-size:1rem;flex:1}.month-selector-input .dropdown-arrow{color:#6c757d;font-size:.8rem;transition:transform .2s ease}.month-selector-input .dropdown-arrow.open{transform:rotate(180deg)}.month-selector-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1rem;z-index:1000;margin-top:4px;animation:slideDown .2s ease-out}.month-selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.year-nav-button{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;color:#495057;transition:all .2s ease}.year-nav-button:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.year-nav-button:active:not(:disabled){transform:translateY(0)}.year-nav-button:disabled{opacity:.5;cursor:not-allowed}.year-display{display:flex;flex-direction:column;align-items:center;gap:.25rem}.year-display .year-text{font-size:1.25rem;font-weight:600;color:#212529}.year-display .current-month-button{background:linear-gradient(135deg,#eac0c9,#9c5c6e);color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.year-display .current-month-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #eac0c94d}.year-display .current-month-button:disabled{opacity:.5;cursor:not-allowed}.months-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.month-button{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:.75rem .5rem;font-size:.9rem;font-weight:500;color:#495057;cursor:pointer;transition:all .2s ease;text-align:center}.month-button:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.month-button:active:not(:disabled){transform:translateY(0)}.month-button.selected{background:linear-gradient(135deg,#eac0c9,#9c5c6e);border-color:#eac0c9;color:#fff;font-weight:600;box-shadow:0 2px 8px #eac0c94d}.month-button.selected:hover{background:linear-gradient(135deg,#9c5c6e,#7a4a5a);transform:translateY(-1px);box-shadow:0 4px 12px #eac0c966}.month-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.selected-month-display{text-align:center;padding-top:1rem;border-top:1px solid #e9ecef}.selected-month-display .selected-text{font-size:.9rem;color:#6c757d;font-weight:500}@media(max-width:480px){.month-selector{max-width:100%;padding:1rem}.months-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.month-button{padding:1rem .75rem;font-size:.85rem}.year-display .year-text{font-size:1.1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes monthSelect{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.month-button.selected{animation:monthSelect .2s ease-out}.month-selector-input:focus,.month-button:focus,.year-nav-button:focus,.current-month-button:focus{outline:2px solid #EAC0C9;outline-offset:2px}@media(prefers-contrast:high){.month-selector-input,.month-selector-panel,.month-button{border:2px solid #000}.month-button.selected{background:#000;color:#fff}.year-nav-button{border:2px solid #000}}@media(prefers-reduced-motion:reduce){.month-selector-panel{animation:none}.month-button,.year-nav-button,.current-month-button,.dropdown-arrow{transition:none;transform:none!important}.month-button.selected{animation:none}}.profile-page{min-height:100vh;background:#f8f9fa;padding:2rem}.profile-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.profile-page .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid #EAC0C9;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.profile-page .loading-container p{color:#666;font-size:1.1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.profile-header{background:linear-gradient(135deg,#eac0c9,#9c5c6e);color:#fff;padding:2.5rem;text-align:center}.profile-header h1{font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.profile-header p{font-size:1.1rem;opacity:.9;margin:0}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;margin:1rem 2rem;border-radius:6px;text-align:center}.profile-tabs{display:flex;background:#f8f9fa;border-bottom:1px solid #e9ecef}.profile-tabs .tab-button{flex:1;padding:1rem 2rem;background:none;border:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent}.profile-tabs .tab-button:hover{background:#e9ecef;color:#333}.profile-tabs .tab-button.active{color:#9c5c6e;background:#fff;border-bottom-color:#9c5c6e}.tab-content{padding:2rem}.appointments-section .date-filters{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.appointments-section .date-filters .filter-group{display:flex;flex-direction:column;gap:.5rem}.appointments-section .date-filters .filter-group label{font-weight:500;color:#333;font-size:.9rem}.appointments-section .date-filters .filter-group input{padding:.75rem;border:2px solid #e1e5e9;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.appointments-section .date-filters .filter-group input:focus{outline:none;border-color:#eac0c9}.appointments-section .appointments-list .appointments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.appointments-section .appointments-list .appointments-header h3{margin:0;color:#333;font-size:1.5rem}.appointments-section .appointments-list .appointments-header .points-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#e561cf,#9e6bd3);border-radius:20px;color:#fff;font-weight:500}.appointments-section .appointments-list .appointments-header .points-display .points-label{font-size:.9rem}.appointments-section .appointments-list .appointments-header .points-display .points-value{font-size:1.1rem;font-weight:700;background:#fff3;padding:.2rem .6rem;border-radius:12px}.appointment-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease}.appointment-card:hover{box-shadow:0 4px 16px #0000001a}.appointment-card .appointment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.appointment-card .appointment-header h4{color:#333;font-size:1.2rem;margin:0}.appointment-card .appointment-header .status{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase}.appointment-card .appointment-header .status.completed{background:#d4edda;color:#155724}.appointment-card .appointment-header .status.scheduled{background:#d1ecf1;color:#0c5460}.appointment-card .appointment-header .status.cancelled{background:#f8d7da;color:#721c24}.appointment-card .appointment-details p{margin:.5rem 0;color:#666}.appointment-card .appointment-details p strong{color:#333}.profile-section h3{color:#333;margin-bottom:2rem;font-size:1.5rem}.profile-form{max-width:600px}.profile-form .form-group{margin-bottom:1.5rem}.profile-form .form-group label{display:block;color:#333;font-weight:500;margin-bottom:.5rem}.profile-form .form-group input{width:100%;padding:.875rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.profile-form .form-group input:focus{outline:none;border-color:#eac0c9;box-shadow:0 0 0 3px #eac0c91a}.profile-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.profile-form .form-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.profile-form .form-actions .edit-button,.profile-form .form-actions .save-button,.profile-form .form-actions .cancel-button,.profile-form .form-actions .reset-password-button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.profile-form .form-actions .edit-button:disabled,.profile-form .form-actions .save-button:disabled,.profile-form .form-actions .cancel-button:disabled,.profile-form .form-actions .reset-password-button:disabled{opacity:.6;cursor:not-allowed}.profile-form .form-actions .edit-button{background:linear-gradient(135deg,#eac0c9,#9c5c6e);color:#fff}.profile-form .form-actions .edit-button:hover:not(:disabled){background:linear-gradient(135deg,#9c5c6e,#7a4a5a);transform:translateY(-1px);box-shadow:0 4px 8px #eac0c94d}.profile-form .form-actions .reset-password-button{background:linear-gradient(135deg,#d4a5b0,#b8899a);color:#fff}.profile-form .form-actions .reset-password-button:hover:not(:disabled){background:linear-gradient(135deg,#b8899a,#a07384);transform:translateY(-1px);box-shadow:0 4px 8px #d4a5b04d}.profile-form .form-actions .save-button{background:linear-gradient(135deg,#28a745,#1e7e34);color:#fff}.profile-form .form-actions .save-button:hover:not(:disabled){background:linear-gradient(135deg,#1e7e34,#155724);transform:translateY(-1px);box-shadow:0 4px 8px #28a7454d}.profile-form .form-actions .cancel-button{background:#6c757d;color:#fff}.profile-form .form-actions .cancel-button:hover:not(:disabled){background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 8px #6c757d4d}.vouchers-section h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.vouchers-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.voucher-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .2s ease}.voucher-card.available{border-color:#28a745;background:linear-gradient(135deg,#f8fff9,#e8f5e8)}.voucher-card.used{border-color:#dc3545;background:#f8f9fa;opacity:.7}.voucher-card .voucher-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.voucher-card .voucher-header h4{color:#333;font-size:1.1rem;margin:0;font-family:Courier New,monospace;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px}.voucher-card .voucher-header .voucher-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.voucher-card .voucher-header .voucher-status.available{background:#d4edda;color:#155724}.voucher-card .voucher-header .voucher-status.used{background:#f8d7da;color:#721c24}.voucher-card .voucher-details p{margin:.5rem 0;color:#666}.voucher-card .voucher-details p strong{color:#333}.no-data{text-align:center;padding:3rem;color:#666}.no-data p{font-size:1.1rem;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.modal-header .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-header .close-button:hover{background:#f5f5f5;color:#333}.reset-form p{margin-bottom:1.5rem;color:#666;line-height:1.5}.reset-form .success-message{background-color:#d4edda;color:#155724;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #c3e6cb}.reset-form .error-message{background-color:#f8d7da;color:#721c24;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #f5c6cb}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.modal-actions .cancel-button{padding:.75rem 1.5rem;border:2px solid #6c757d;background:#fff;color:#6c757d;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-actions .cancel-button:hover:not(:disabled){background:#6c757d;color:#fff}.modal-actions .cancel-button:disabled{opacity:.6;cursor:not-allowed}.modal-actions .reset-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#eac0c9,#9c5c6e);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-actions .reset-button:hover:not(:disabled){background:linear-gradient(135deg,#9c5c6e,#7a4a5a);transform:translateY(-1px);box-shadow:0 4px 8px #eac0c94d}.modal-actions .reset-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:768px){.profile-page{padding:1rem}.profile-header{padding:2rem 1rem}.profile-header h1{font-size:2rem}.profile-tabs{flex-direction:column}.profile-tabs .tab-button{border-bottom:1px solid #e9ecef;border-right:none}.profile-tabs .tab-button.active{border-bottom-color:#9c5c6e}.tab-content{padding:1rem}.date-filters{flex-direction:column;gap:1rem}.vouchers-list{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.modal-content{width:95%;padding:1.5rem}.modal-actions{flex-direction:column;gap:.75rem}.modal-actions .cancel-button,.modal-actions .reset-button{width:100%}}.service-groups{--accent: #18b565;--btn-bg: #f7f8fa;--btn-text: #0b0c0c;--btn-border: #d0d5dd;--btn-hover: #eef2f6;--btn-active: #e6ebf2}.back-button:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #18b56540,0 4px 12px #00000014}.back-button--primary:focus-visible{box-shadow:0 0 0 2px #18b56559,0 6px 16px #0000001f}@media(hover:hover)and (pointer:fine){.back-button--ghost:hover{background:#18b56514}}.back-button--ghost:active{background:#18b5651f}.service-groups{--accent: #EAC0C9;--btn-bg: #f7f8fa;--btn-text: #0b0c0c;--btn-border: #d0d5dd;--btn-hover: #eef2f6;--btn-active: #e6ebf2}@media(prefers-color-scheme:dark){.service-groups{--btn-bg: #1f242b;--btn-text: #e8eaed;--btn-border: #34404d;--btn-hover: #2a323b;--btn-active: #26303a}}.back-button{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid #9C5C6E;background:var(--btn-bg);color:var(--btn-text);font-weight:600;font-size:.95rem;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease,border-color .2s ease,transform .02s ease,box-shadow .2s ease}.back-button__icon{font-size:1.1em;transform:translate(0);transition:transform .15s ease}@media(hover:hover)and (pointer:fine){.back-button:hover{background:var(--btn-hover)}.back-button:hover .back-button__icon{transform:translate(-2px)}}.back-button:active{background:var(--btn-active);transform:translateY(1px)}.back-button:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #eac0c940,0 4px 12px #00000014}.back-button[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none}.back-button--primary{background:var(--accent);color:#fff;border-color:transparent}@media(hover:hover)and (pointer:fine){.back-button--primary:hover{filter:brightness(.97)}}.back-button--primary:active{filter:brightness(.93)}.back-button--primary:focus-visible{box-shadow:0 0 0 2px #eac0c959,0 6px 16px #0000001f}.back-button--ghost{background:transparent;border-color:transparent;color:var(--accent)}@media(hover:hover)and (pointer:fine){.back-button--ghost:hover{background:#eac0c914}}.back-button--ghost:active{background:#eac0c91f}.service-groups__topbar{display:flex;align-items:center;gap:12px;margin-bottom:10px}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;box-shadow:0 8px 16px #0003;padding:5px;margin-right:30px;width:max-content;z-index:1000}.dropdown:hover .dropdown-content{display:block}
