@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400&family=Inter:wght@300;400;500&display=swap";.hero{position:relative;overflow:hidden;background:var(--hero-bg);transition:background .5s}.hero__inner{max-width:1100px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 4rem;position:relative}.hero__content{max-width:500px;z-index:2}.hero__tag{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:var(--tag-bg);color:var(--tag-color);padding:5px 16px;border-radius:20px;display:inline-block;margin-bottom:1.25rem}.hero__title{font-family:Playfair Display,serif;font-size:clamp(34px,5vw,52px);line-height:1.18;font-weight:600;color:#2d1520;margin-bottom:1rem}.hero__title em{font-style:italic;color:var(--em-color)}.hero__sub{font-size:16px;color:#6b4050;margin-bottom:2rem;line-height:1.7;max-width:400px}.hero__buttons{display:flex;gap:14px;flex-wrap:wrap}.hero__buttons .btn--primary{background:var(--btn-color)}.hero__buttons .btn--ghost{color:var(--btn-color);border-color:var(--btn-color)}.hero__nails{position:absolute;right:4rem;top:50%;transform:translateY(-50%);display:flex;gap:16px;opacity:.8}.hero__nails-col{display:flex;flex-direction:column;gap:12px}.hero__nail{width:52px;height:66px;border-radius:50% 50% 40% 40%;background:var(--nail-color);box-shadow:0 4px 14px #00000026}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe0;border:none;border-radius:50%;width:42px;height:42px;cursor:pointer;font-size:20px;color:#c2185b;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f}.hero__arrow--left{left:1rem}.hero__arrow--right{right:1rem}.hero__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:7px}.hero__dot{width:8px;height:8px;border-radius:50%;background:#c2185b4d;border:none;cursor:pointer;padding:0;transition:all .3s}.hero__dot--active{width:22px;height:8px;border-radius:4px;background:#c2185b}.like-btn{position:absolute;top:10px;right:10px;z-index:1;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .2s}.like-btn:hover{transform:scale(1.1)}.like-btn__icon{width:17px;height:17px;fill:none;stroke:#9e7080;stroke-width:2;transition:fill .2s,stroke .2s}.like-btn--active .like-btn__icon{fill:var(--rn-pink);stroke:var(--rn-pink)}.like-btn--with-count{width:auto;border-radius:20px;padding:6px 12px 6px 9px;gap:6px}.like-btn__count{font-size:12px;font-weight:600;color:#6b4050;font-family:Inter,sans-serif;line-height:1}.like-btn--with-count.like-btn--active .like-btn__count{color:var(--rn-pink)}.service-card{position:relative;background:#fff;border:1px solid #f4dbe4;border-radius:22px;overflow:hidden;cursor:pointer;text-align:center;display:flex;flex-direction:column;box-shadow:0 2px 12px #c2185b0f;transition:border-color .25s,transform .25s,box-shadow .25s}.service-card:hover{border-color:var(--rn-pink);transform:translateY(-7px);box-shadow:0 20px 36px #c2185b2e}.service-card__image{position:relative;margin:14px 14px 0;aspect-ratio:1 / 1;border-radius:16px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:64px;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card__image img{transform:scale(1.08)}.service-card__featured{position:absolute;top:10px;left:10px;font-size:11px;padding:4px 11px;border-radius:12px;background:#ffffffeb;color:var(--rn-pink);font-weight:600;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.service-card__name{font-family:Playfair Display,serif;font-size:17px;font-weight:600;color:var(--rn-dark);padding:14px 16px 18px}.service-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:20px}.service-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d152000;transition:background .35s ease}.service-modal--visible .service-modal__backdrop{background:#2d15208c}.service-modal__panel{position:relative;background:#fff;border-radius:26px;width:360px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0000004d;text-align:center;perspective:1400px;opacity:0;transform:rotateY(-100deg) scale(.92);transition:opacity .35s ease,transform .4s cubic-bezier(.34,1.4,.64,1)}.service-modal--visible .service-modal__panel{opacity:1;transform:rotateY(0) scale(1)}.service-modal__close{position:absolute;top:12px;right:12px;z-index:1;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;color:var(--rn-muted);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:background .2s,color .2s}.service-modal__close:hover{background:var(--rn-pink-l);color:var(--rn-pink)}.service-modal__image{flex-shrink:0;height:160px;margin:14px 14px 0;border-radius:18px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:56px;overflow:hidden}.service-modal__image img{width:100%;height:100%;object-fit:cover}.service-modal__body{padding:1.1rem 1.75rem 1.9rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.service-modal__body::-webkit-scrollbar{display:none}.service-modal__name{font-family:Playfair Display,serif;font-size:21px;font-weight:600;color:var(--rn-dark);margin-bottom:1rem}.service-modal__list{list-style:none;text-align:left;margin-bottom:1.3rem;display:flex;flex-direction:column;gap:9px}.service-modal__list li{font-size:13.5px;color:#6b4050;line-height:1.5;padding-left:22px;position:relative}.service-modal__list li:before{content:"›";position:absolute;left:0;top:-2px;color:var(--rn-pink);font-size:18px;font-weight:700}.service-modal__footer{display:flex;align-items:baseline;justify-content:center;gap:8px;padding:14px 0;margin-bottom:1rem;border-top:1px solid #f8e8ee;border-bottom:1px solid #f8e8ee}.service-modal__price{font-size:20px;color:var(--rn-pink);font-weight:700}.service-modal__duration{font-size:13px;color:#9e7080}.service-modal__duration:before{content:"·";margin-right:8px;color:#d9b3c2}.service-modal__book-btn{width:100%;border:none;border-radius:24px;padding:13px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;background:var(--rn-pink);color:#fff;transition:opacity .2s}.service-modal__book-btn:hover{opacity:.88}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14080eeb}.lightbox__close{position:absolute;top:18px;right:20px;z-index:2;width:38px;height:38px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox__close:hover{background:#ffffff38}.lightbox__counter{position:absolute;top:24px;left:24px;z-index:2;color:#fff;font-size:13px;background:#ffffff1f;padding:5px 14px;border-radius:14px}.lightbox__stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:90px 90px 130px}.lightbox__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;position:relative;z-index:1}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox__arrow:hover{background:#ffffff38}.lightbox__arrow--left{left:20px}.lightbox__arrow--right{right:20px}.lightbox__thumbs{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:10px;max-width:90vw;overflow-x:auto;padding:4px}.lightbox__thumb{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;border:2px solid transparent;opacity:.55;cursor:pointer;background:#222;transition:opacity .2s,border-color .2s}.lightbox__thumb--active{opacity:1;border-color:#fff}.lightbox__thumb img{width:100%;height:100%;object-fit:cover}@media (min-width: 768px){.lightbox__thumbs{bottom:auto;top:50%;left:28px;transform:translateY(-50%);flex-direction:column;max-width:none;max-height:70vh;overflow-y:auto;overflow-x:visible}.lightbox__stage{padding:90px 90px 90px 160px}}@media (max-width: 480px){.lightbox__stage{padding:70px 16px 100px}.lightbox__arrow{width:38px;height:38px;font-size:20px}.lightbox__arrow--left{left:6px}.lightbox__arrow--right{right:6px}}.home__section-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.home__promo-bar{background:#c2185b;color:#fff;text-align:center;padding:11px 1.25rem;font-size:14px;letter-spacing:.02em}.home__promo-bar a{color:#fff;text-decoration:underline;font-weight:500}.home__services-section{padding:4rem 2rem;max-width:1100px;margin:0 auto}.home__section-title{font-size:34px;margin-bottom:8px}.home__section-sub{font-size:15px;color:#9e7080;margin-bottom:2.5rem;max-width:500px}.home__section-cta{text-align:center;margin-top:2.5rem}.home__gallery-section{padding:0 2rem 4rem;max-width:1100px;margin:0 auto}.home__gallery-title{font-size:34px;margin-bottom:1.75rem}.home__gallery-item{position:relative;border-radius:12px;overflow:hidden;border:1px solid #f0d0dc;cursor:pointer;transition:border-color .2s;background:#fdf0f5;grid-row:var(--gallery-row-span)}.home__gallery-item:hover{border-color:#c2185b}.home__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.home__gallery-item:hover img{transform:scale(1.06)}.home__gallery-item-like{top:auto!important;right:8px!important;bottom:8px}.home__cta-section{background:#fdf0f5;padding:4rem 2rem;text-align:center}.home__cta-title{font-size:34px;margin-bottom:10px}.home__cta-sub{font-size:16px;color:#9e7080;margin-bottom:2rem}.home__cta-btn{padding:14px 36px;font-size:16px;width:auto}.gallery__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.gallery__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.gallery__header-title{font-size:34px;margin-bottom:8px}.gallery__header-sub{font-size:15px;color:#9e7080}.gallery__filters{display:flex;gap:8px;padding:1.5rem 2rem;flex-wrap:wrap;justify-content:center;max-width:1100px;margin:0 auto}.gallery__filter-btn{padding:7px 18px;border-radius:20px;font-size:13px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s;border-color:#f0d0dc;background:#fff;color:#6b4050}.gallery__filter-btn--active{border-color:#c2185b;background:#c2185b;color:#fff}.gallery__grid-section{max-width:1100px;margin:0 auto;padding:.5rem 2rem 4rem}.gallery__empty{text-align:center;padding:4rem 0;color:#9e7080}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.gallery__item{position:relative;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;border:1px solid #f0d0dc;cursor:pointer;background:#fdf0f5;transition:border-color .2s,transform .2s,box-shadow .2s}.gallery__item:hover{border-color:#c2185b;transform:translateY(-4px);box-shadow:0 14px 28px #c2185b24}.gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery__item:hover img{transform:scale(1.06)}.gallery__item-like{top:auto!important;right:8px!important;bottom:8px}@media (max-width: 640px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}.page-header{display:grid;grid-template-rows:1fr;background:#fdf0f5;text-align:center;border-bottom:1px solid #f0d0dc;transition:grid-template-rows .6s ease,border-color .5s ease .1s}.page-header--collapsed{grid-template-rows:0fr;border-bottom-color:transparent}.page-header__inner{overflow:hidden;min-height:0;padding:2.5rem 2rem;transition:padding .6s ease,opacity .4s ease}.page-header--collapsed .page-header__inner{padding-top:0;padding-bottom:0;opacity:0}.page-header__label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.page-header__title{font-size:34px;margin-bottom:8px}.page-header__sub{font-size:15px;color:#9e7080;max-width:480px;margin:0 auto}.services__header{background:#fdf0f5;padding:3rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.services__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:10px}.services__header-title{font-size:38px;margin-bottom:10px}.services__header-sub{font-size:15px;color:#9e7080;max-width:460px;margin:0 auto}.services__filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:1.5rem 2rem;border-bottom:1px solid #f0d0dc;background:#fff;position:sticky;top:64px;z-index:5}.services__filter-btn{padding:8px 20px;border-radius:20px;font-size:14px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;border-color:#f0d0dc;background:#fff;color:#6b4050}.services__filter-btn--active{border-color:#c2185b;background:#c2185b;color:#fff}.services__grid-section{max-width:1100px;margin:0 auto;padding:3rem 2rem}.services__empty{text-align:center;color:#9e7080;font-size:15px}.booking__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.booking__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.booking__header-title{font-size:34px;margin-bottom:8px}.booking__header-sub{font-size:15px;color:#9e7080;max-width:420px;margin:0 auto}.booking__container{max-width:680px;margin:0 auto;padding:3rem 2rem}.booking-stepper{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.booking-stepper__step{display:flex;align-items:center}.booking-stepper__circle-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.booking-stepper__circle{border-radius:50%;background:#f0d0dc;color:#9e7080;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:none;transition:all .25s}.booking-stepper__circle--filled{background:#c2185b;color:#fff}.booking-stepper__circle--active{box-shadow:0 0 0 4px #c2185b33}.booking-stepper__label{color:#9e7080;font-weight:400}.booking-stepper__label--active{color:#c2185b;font-weight:600}.booking-stepper__line{height:2px;margin-bottom:22px;background:#f0d0dc;transition:background .3s}.booking-stepper__line--done{background:#c2185b}.booking__success-wrap{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:#fdf0f5}.booking__success-card{background:#fff;border:1px solid #f0d0dc;border-radius:22px;padding:3rem 2.5rem;text-align:center;max-width:460px;width:100%;box-shadow:0 12px 40px #c2185b1f}.booking__success-icon{font-size:56px;margin-bottom:1.25rem}.booking__success-title{font-family:Playfair Display,serif;font-size:30px;color:#c2185b;margin-bottom:10px}.booking__success-sub{font-size:15px;color:#9e7080;margin-bottom:2rem}.booking__summary-box{background:#fdf0f5;border-radius:14px;padding:1.25rem 1.5rem;text-align:left;margin-bottom:1.75rem}.booking__summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.booking__summary-row:last-child{margin-bottom:0}.booking__summary-key{color:#9e7080}.booking__summary-value{color:#2d1520;font-weight:500}.booking__success-email-note{font-size:13px;color:#9e7080;margin-bottom:1.5rem}.booking__step-title{font-size:19px;font-weight:600;color:#2d1520;margin-bottom:1.5rem}.booking__services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:2rem}.booking__service-option{position:relative;background:#fff;border:1px solid #f4dbe4;border-radius:18px;overflow:hidden;cursor:pointer;text-align:center;box-shadow:0 2px 10px #c2185b0d;transition:border-color .2s,transform .2s,box-shadow .2s}.booking__service-option:hover{transform:translateY(-4px);box-shadow:0 12px 24px #c2185b24}.booking__service-option--selected{border-color:#c2185b;box-shadow:0 0 0 2px #c2185b40}.booking__service-image{aspect-ratio:1 / 1;margin:10px 10px 0;border-radius:12px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:40px;overflow:hidden}.booking__service-image img{width:100%;height:100%;object-fit:cover}.booking__service-body{padding:10px 10px 12px}.booking__service-name{font-family:Playfair Display,serif;font-size:13.5px;font-weight:600;color:#2d1520;margin-bottom:6px;line-height:1.3}.booking__service-meta{display:flex;align-items:baseline;justify-content:center;gap:6px;padding-top:6px;border-top:1px solid #f8e8ee}.booking__service-price{font-size:13px;color:#c2185b;font-weight:700}.booking__service-duration{font-size:10.5px;color:#9e7080}.booking__service-duration:before{content:"·";margin-right:6px;color:#d9b3c2}.booking__btn-next{margin-left:auto;padding:10px 26px;font-size:13px}.booking__calendar-card{background:#fff;border:1px solid #f0d0dc;border-radius:18px;padding:1.75rem}.booking__calendar-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.booking__calendar-nav-btn{background:none;border:none;cursor:pointer;font-size:22px;color:#c2185b;line-height:1;padding:4px 10px}.booking__calendar-month-label{font-size:16px;font-weight:600;color:#2d1520}.booking__calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.booking__calendar-day-label{text-align:center;font-size:11px;color:#9e7080;font-weight:600;padding:4px 0}.booking__calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.booking__calendar-day{aspect-ratio:1;border-radius:8px;border:none;background:transparent;color:#2d1520;cursor:pointer;font-size:13px;font-weight:400;transition:background .15s}.booking__calendar-day:not(:disabled):not(.booking__calendar-day--selected):hover{background:#fdf0f5}.booking__calendar-day--selected{background:#c2185b;color:#fff;font-weight:600}.booking__calendar-day:disabled{color:#dfc8d0;cursor:not-allowed}.booking__calendar-note{font-size:12px;color:#9e7080;margin-top:1.25rem;text-align:center}.booking__nav-row{display:flex;gap:10px}.booking__nav-row--with-margin{margin-top:1.5rem}.booking__btn-flex1{flex:1}.booking__btn-flex2{flex:2}.btn--disabled{opacity:.45}.booking__step-sub{font-size:14px;color:#9e7080;margin-bottom:1.75rem}.booking__loading-note{text-align:center;color:#9e7080;padding:2rem 0;font-size:14px}.booking__slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:1.75rem}.booking__slot-btn{padding:13px 8px;border-radius:12px;font-size:15px;font-weight:500;border:2px solid #f0d0dc;background:#fff;color:#2d1520;cursor:pointer;transition:all .15s}.booking__slot-btn--selected{border-color:#c2185b;background:#c2185b;color:#fff}.booking__slot-btn--unavailable{border-color:#f5eaef;background:#fafafa;color:#cab;cursor:not-allowed}.booking__slot-unavailable-label{font-size:10px;color:#cab;margin-top:3px}.booking__slots-empty-note{text-align:center;color:#9e7080;font-size:14px;margin-bottom:1.5rem}.booking__form{display:flex;flex-direction:column;gap:1rem}.booking__field-label{font-size:13px;color:#6b4050;margin-bottom:6px;display:block}.booking__input{width:100%;padding:12px 14px;border:1px solid #f0d0dc;border-radius:10px;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#2d1520;background:#fff}.booking__error-box{color:#c2185b;font-size:13px;background:#fdf0f5;border-radius:10px;padding:10px 14px}.mybookings__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.mybookings__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.mybookings__header-title{font-size:34px;margin-bottom:8px}.mybookings__header-sub{font-size:15px;color:#9e7080}.mybookings__container{max-width:680px;margin:0 auto;padding:3rem 2rem}.mybookings__loading{text-align:center;color:#9e7080;padding:3rem 0;font-size:15px}.mybookings__empty{text-align:center;padding:4rem 2rem}.mybookings__empty-icon{font-size:52px;margin-bottom:1.25rem}.mybookings__empty-title{font-size:22px;color:#2d1520;margin-bottom:10px}.mybookings__empty-sub{font-size:15px;color:#9e7080;margin-bottom:2rem}.mybookings__list{display:flex;flex-direction:column;gap:14px}.mybookings__card{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.mybookings__card-main{flex:1}.mybookings__card-title-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.mybookings__service-name{font-size:15px;font-weight:600;color:#2d1520}.mybookings__status-badge{font-size:11px;padding:3px 10px;border-radius:20px;font-weight:600;background:var(--status-bg);color:var(--status-color)}.mybookings__meta-row{display:flex;gap:14px;font-size:13px;color:#9e7080;flex-wrap:wrap}.mybookings__meta-price{color:#c2185b;font-weight:500}.mybookings__notes{font-size:12px;color:#9e7080;margin-top:8px;font-style:italic}.mybookings__cancel-btn{background:transparent;border:1px solid #f0d0dc;color:#9e7080;border-radius:8px;padding:7px 16px;font-size:12px;cursor:pointer;font-family:Inter,sans-serif;flex-shrink:0}.mybookings__cta{text-align:center;margin-top:2.5rem}.shop__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.shop__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.shop__header-title{font-size:34px;margin-bottom:8px}.shop__header-sub{font-size:15px;color:#9e7080}.shop__filters{display:flex;gap:8px;padding:1.5rem 2rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}.shop__filter-btn{padding:7px 18px;border-radius:20px;font-size:13px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;text-transform:capitalize;transition:all .15s;border-color:#f0d0dc;background:#fff;color:#6b4050}.shop__filter-btn--active{border-color:#c2185b;background:#c2185b;color:#fff}.shop__grid-section{max-width:1100px;margin:0 auto;padding:0 2rem 4rem}.shop__loading{text-align:center;color:#9e7080;padding:4rem 0;font-size:15px}.shop__empty{text-align:center;padding:4rem 0;color:#9e7080}.shop__empty-icon{font-size:52px;margin-bottom:1rem}.product-card{position:relative;background:#fff;border:1px solid #f4dbe4;border-radius:22px;overflow:hidden;cursor:pointer;text-align:center;display:flex;flex-direction:column;box-shadow:0 2px 12px #c2185b0f;transition:border-color .25s,transform .25s,box-shadow .25s}.product-card:hover{border-color:var(--rn-pink);transform:translateY(-7px);box-shadow:0 20px 36px #c2185b2e}.product-card__image{position:relative;margin:14px 14px 0;aspect-ratio:1 / 1;border-radius:16px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:60px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image img{transform:scale(1.08)}.product-card__badge{position:absolute;top:10px;left:10px;color:#fff;font-size:10px;padding:4px 10px;border-radius:10px;font-weight:600;box-shadow:0 2px 8px #00000026}.product-card__badge--out-of-stock{background:#9e7080}.product-card__badge--low-stock{background:#e65100}.product-card__name{font-family:Playfair Display,serif;font-size:16px;font-weight:600;color:var(--rn-dark);padding:12px 14px 16px}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:20px}.product-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d152000;transition:background .35s ease}.product-modal--visible .product-modal__backdrop{background:#2d15208c}.product-modal__panel{position:relative;background:#fff;border-radius:26px;width:360px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0000004d;text-align:center;perspective:1400px;opacity:0;transform:rotateY(-100deg) scale(.92);transition:opacity .35s ease,transform .4s cubic-bezier(.34,1.4,.64,1)}.product-modal--visible .product-modal__panel{opacity:1;transform:rotateY(0) scale(1)}.product-modal__close{position:absolute;top:12px;right:12px;z-index:1;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;color:var(--rn-muted);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:background .2s,color .2s}.product-modal__close:hover{background:var(--rn-pink-l);color:var(--rn-pink)}.product-modal__image{flex-shrink:0;height:160px;margin:14px 14px 0;border-radius:18px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:56px;overflow:hidden;cursor:zoom-in}.product-modal__image img{width:100%;height:100%;object-fit:cover}.product-modal__thumbs{flex-shrink:0;display:flex;justify-content:center;gap:8px;padding:10px 14px 0}.product-modal__thumb{width:42px;height:42px;border-radius:10px;overflow:hidden;border:2px solid transparent;opacity:.6;cursor:pointer;transition:opacity .2s,border-color .2s}.product-modal__thumb--active{opacity:1;border-color:var(--rn-pink)}.product-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-modal__body{padding:1.1rem 1.75rem 1.9rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.product-modal__body::-webkit-scrollbar{display:none}.product-modal__brand{font-size:11px;color:#9e7080;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.product-modal__name{font-family:Playfair Display,serif;font-size:21px;font-weight:600;color:var(--rn-dark);margin:4px 0 1rem}.product-modal__list{list-style:none;text-align:left;margin-bottom:1.3rem;display:flex;flex-direction:column;gap:9px}.product-modal__list li{font-size:13.5px;color:#6b4050;line-height:1.5;padding-left:22px;position:relative}.product-modal__list li:before{content:"›";position:absolute;left:0;top:-2px;color:var(--rn-pink);font-size:18px;font-weight:700}.product-modal__footer{display:flex;align-items:baseline;justify-content:center;padding:14px 0;margin-bottom:1rem;border-top:1px solid #f8e8ee;border-bottom:1px solid #f8e8ee}.product-modal__price{font-size:20px;color:var(--rn-pink);font-weight:700}.product-modal__add-btn{width:100%;border:none;border-radius:24px;padding:13px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;background:var(--rn-pink);color:#fff;transition:opacity .2s,background .2s}.product-modal__add-btn:hover{opacity:.88}.product-modal__add-btn--added{background:#1d9e75}.product-modal__add-btn:disabled{background:#f5f5f5;color:#9e7080;cursor:not-allowed}.checkout__empty{text-align:center;padding:6rem 2rem;color:#9e7080}.checkout__empty-icon{font-size:52px;margin-bottom:1.5rem}.checkout__empty-title{font-size:22px;color:#2d1520;margin-bottom:10px}.checkout__empty-sub{font-size:15px;margin-bottom:2rem}.checkout__success{max-width:500px;margin:4rem auto;padding:0 2rem;text-align:center}.checkout__success-icon{font-size:64px;margin-bottom:1.5rem}.checkout__success-title{font-family:Playfair Display,serif;font-size:30px;color:#c2185b;margin-bottom:10px}.checkout__success-sub{font-size:15px;color:#9e7080;margin-bottom:1.5rem}.checkout__success-box{background:#fdf0f5;border:1px solid #f0d0dc;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:2rem;text-align:left}.checkout__success-details{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#6b4050}.checkout__success-details strong{color:#2d1520}.checkout__success-total{color:#c2185b;font-weight:700;font-size:16px}.checkout__success-link-btn{background:transparent;border:none;color:#c2185b;cursor:pointer;font-size:13px;font-family:Inter,sans-serif;text-decoration:underline}.checkout__page-header{background:#fdf0f5;padding:2rem 2rem 1.5rem;border-bottom:1px solid #f0d0dc}.checkout__page-title{font-family:Playfair Display,serif;font-size:28px;color:#2d1520}.checkout__grid{max-width:900px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.checkout__form{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.5rem}.checkout__form-title{font-size:16px;font-weight:600;color:#2d1520;margin-bottom:1.25rem}.checkout__fields{display:flex;flex-direction:column;gap:1rem}.checkout__label{font-size:12px;color:#6b4050;margin-bottom:4px;display:block}.checkout__input{width:100%;padding:9px 12px;border:1px solid #f0d0dc;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2d1520;box-sizing:border-box}.checkout__payment-box{margin-top:1.25rem;padding:1rem;background:#fdf0f5;border-radius:12px;border:1px solid #f0d0dc}.checkout__payment-title{font-size:13px;font-weight:500;color:#2d1520;margin-bottom:6px}.checkout__payment-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b4050}.checkout__error{font-size:13px;color:#d32f2f;margin-top:1rem;padding:10px 12px;background:#ffebee;border-radius:8px}.checkout__summary{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.5rem;position:sticky;top:80px}.checkout__summary-title{font-size:16px;font-weight:600;color:#2d1520;margin-bottom:1.25rem}.checkout__summary-items{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.checkout__summary-item{display:flex;justify-content:space-between;gap:10px}.checkout__summary-item-name{font-size:13px;color:#6b4050;flex:1}.checkout__summary-item-qty{color:#9e7080}.checkout__summary-item-price{font-size:13px;font-weight:500;color:#2d1520;flex-shrink:0}.checkout__summary-details{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#6b4050;margin-bottom:1rem}.checkout__summary-total-row{border-top:1px solid #f0d0dc;padding-top:1rem;display:flex;justify-content:space-between;align-items:baseline}.checkout__summary-total-label{font-size:14px;font-weight:600;color:#2d1520}.checkout__summary-total-value{font-size:22px;font-weight:700;color:#c2185b}.myorders__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.myorders__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.myorders__header-title{font-size:34px;margin-bottom:8px}.myorders__header-sub{font-size:15px;color:#9e7080}.myorders__container{max-width:700px;margin:0 auto;padding:3rem 2rem}.myorders__loading{text-align:center;color:#9e7080;padding:3rem 0;font-size:15px}.myorders__empty{text-align:center;padding:4rem 2rem}.myorders__empty-icon{font-size:52px;margin-bottom:1.25rem}.myorders__empty-title{font-size:22px;color:#2d1520;margin-bottom:10px}.myorders__empty-sub{font-size:15px;color:#9e7080;margin-bottom:2rem}.myorders__list{display:flex;flex-direction:column;gap:16px}.myorders__card{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.25rem 1.5rem}.myorders__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;flex-wrap:wrap}.myorders__date{font-size:13px;color:#9e7080}.myorders__status-badge{font-size:11px;padding:4px 12px;border-radius:20px;font-weight:600;background:var(--status-bg);color:var(--status-color)}.myorders__items{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.myorders__item-row{display:flex;justify-content:space-between;font-size:13px;color:#6b4050}.myorders__item-qty{color:#9e7080}.myorders__total-row{border-top:1px solid #f0d0dc;padding-top:10px;display:flex;justify-content:space-between;align-items:baseline}.myorders__total-label{font-size:13px;color:#6b4050}.myorders__total-value{font-size:17px;font-weight:700;color:#c2185b}.myorders__cta{text-align:center;margin-top:2.5rem}.workshops__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.workshops__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.workshops__header-title{font-size:34px;margin-bottom:8px}.workshops__header-sub{font-size:15px;color:#9e7080}.workshops__grid-section{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 4rem}.workshops__loading{text-align:center;color:#9e7080;padding:4rem 0;font-size:15px}.workshops__empty{text-align:center;padding:4rem 0;color:#9e7080}.workshops__empty-icon{font-size:52px;margin-bottom:1rem}.workshop-card{position:relative;background:#fff;border:1px solid #f4dbe4;border-radius:22px;overflow:hidden;cursor:pointer;text-align:center;display:flex;flex-direction:column;box-shadow:0 2px 12px #c2185b0f;transition:border-color .25s,transform .25s,box-shadow .25s}.workshop-card:hover{border-color:var(--rn-pink);transform:translateY(-7px);box-shadow:0 20px 36px #c2185b2e}.workshop-card__image{position:relative;margin:14px 14px 0;aspect-ratio:1 / 1;border-radius:16px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:60px;overflow:hidden}.workshop-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.workshop-card:hover .workshop-card__image img{transform:scale(1.08)}.workshop-card__like{top:auto!important;right:8px!important;bottom:8px}.workshop-card__badge{position:absolute;top:10px;left:10px;color:#fff;font-size:10px;padding:4px 10px;border-radius:10px;font-weight:600;box-shadow:0 2px 8px #00000026}.workshop-card__badge--full{background:#9e7080}.workshop-card__badge--low-spots{background:#e65100}.workshop-card__title{font-family:Playfair Display,serif;font-size:16px;font-weight:600;color:var(--rn-dark);line-height:1.3;padding:12px 14px 16px}.workshop-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:20px}.workshop-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d152000;transition:background .35s ease}.workshop-modal--visible .workshop-modal__backdrop{background:#2d15208c}.workshop-modal__panel{position:relative;background:#fff;border-radius:26px;width:360px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0000004d;text-align:center;perspective:1400px;opacity:0;transform:rotateY(-100deg) scale(.92);transition:opacity .35s ease,transform .4s cubic-bezier(.34,1.4,.64,1)}.workshop-modal--visible .workshop-modal__panel{opacity:1;transform:rotateY(0) scale(1)}.workshop-modal__close{position:absolute;top:12px;right:12px;z-index:1;width:32px;height:32px;border-radius:50%;border:none;background:#ffffffd9;color:var(--rn-muted);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:background .2s,color .2s}.workshop-modal__close:hover{background:var(--rn-pink-l);color:var(--rn-pink)}.workshop-modal__image{flex-shrink:0;height:160px;margin:14px 14px 0;border-radius:18px;background:linear-gradient(155deg,#fdf0f5,#fce4ee);display:flex;align-items:center;justify-content:center;font-size:56px;overflow:hidden}.workshop-modal__image img{width:100%;height:100%;object-fit:cover}.workshop-modal__body{padding:1.1rem 1.75rem 1.9rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.workshop-modal__body::-webkit-scrollbar{display:none}.workshop-modal__meta{font-size:11px;color:#9e7080;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.workshop-modal__name{font-family:Playfair Display,serif;font-size:21px;font-weight:600;color:var(--rn-dark);margin:4px 0 1rem}.workshop-modal__list{list-style:none;text-align:left;margin-bottom:1.3rem;display:flex;flex-direction:column;gap:9px}.workshop-modal__list li{font-size:13.5px;color:#6b4050;line-height:1.5;padding-left:22px;position:relative}.workshop-modal__list li:before{content:"›";position:absolute;left:0;top:-2px;color:var(--rn-pink);font-size:18px;font-weight:700}.workshop-modal__footer{display:flex;align-items:baseline;justify-content:space-between;padding:14px 4px;margin-bottom:1rem;border-top:1px solid #f8e8ee;border-bottom:1px solid #f8e8ee}.workshop-modal__price{font-size:20px;color:var(--rn-pink);font-weight:700}.workshop-modal__spots{font-size:12px;color:#9e7080}.workshop-modal__btn{display:block;width:100%;border:none;border-radius:24px;padding:13px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;background:var(--rn-pink);color:#fff;transition:opacity .2s}.workshop-modal__btn:hover{opacity:.88}.workshop-modal__btn:disabled{background:#f5f5f5;color:#9e7080;cursor:not-allowed}.myworkshops__header{background:#fdf0f5;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #f0d0dc}.myworkshops__header-label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#c2185b;font-weight:500;margin-bottom:8px}.myworkshops__header-title{font-size:34px;margin-bottom:8px}.myworkshops__header-sub{font-size:15px;color:#9e7080}.myworkshops__container{max-width:700px;margin:0 auto;padding:3rem 2rem}.myworkshops__loading{text-align:center;color:#9e7080;padding:3rem 0;font-size:15px}.myworkshops__empty{text-align:center;padding:4rem 2rem}.myworkshops__empty-icon{font-size:52px;margin-bottom:1.25rem}.myworkshops__empty-title{font-size:22px;color:#2d1520;margin-bottom:10px}.myworkshops__empty-sub{font-size:15px;color:#9e7080;margin-bottom:2rem}.myworkshops__list{display:flex;flex-direction:column;gap:16px}.myworkshops__card{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.25rem 1.5rem}.myworkshops__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;flex-wrap:wrap}.myworkshops__title{font-size:14px;font-weight:600;color:#2d1520}.myworkshops__status-badge{font-size:11px;padding:4px 12px;border-radius:20px;font-weight:600;background:var(--status-bg);color:var(--status-color)}.myworkshops__date{font-size:13px;color:#9e7080;margin-bottom:10px}.myworkshops__total-row{border-top:1px solid #f0d0dc;padding-top:10px;display:flex;justify-content:space-between;align-items:baseline}.myworkshops__total-label{font-size:13px;color:#6b4050}.myworkshops__total-value{font-size:17px;font-weight:700;color:#c2185b}.myworkshops__cta{text-align:center;margin-top:2.5rem}.image-input__label{font-size:12px;color:#6b4050;margin-bottom:4px;display:block}.image-input__tabs{display:flex;gap:6px;margin-bottom:8px}.image-input__tab-btn{padding:5px 14px;border-radius:16px;font-size:11px;border:1px solid #f0d0dc;background:#fff;color:#6b4050;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s}.image-input__tab-btn--active{border-color:#c2185b;background:#c2185b;color:#fff}.image-input__input{width:100%;padding:9px 12px;border:1px solid #f0d0dc;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2d1520;box-sizing:border-box}.image-input__file-row{display:flex;align-items:center;gap:10px}.image-input__file-input{font-size:12px;color:#6b4050;font-family:Inter,sans-serif}.image-input__uploading{font-size:12px;color:#c2185b}.image-input__error{font-size:11px;color:#c62828;margin-top:4px}.image-input__preview{margin-top:10px;display:flex;align-items:center;gap:10px}.image-input__preview-img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid #f0d0dc}.image-input__remove-btn{background:transparent;border:1px solid #f0d0dc;color:#999;border-radius:8px;padding:5px 12px;font-size:11px;cursor:pointer;font-family:Inter,sans-serif}.admin__page{min-height:100vh;background:#fdf0f5}.admin__toast{position:fixed;top:20px;right:20px;z-index:1000;background:#1d9e75;color:#fff;padding:10px 20px;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 4px 12px #00000026}.admin__header{background:#fff;border-bottom:1px solid #f0d0dc;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.admin__header-title{font-family:Playfair Display,serif;font-size:22px;color:#c2185b;font-weight:600}.admin__header-sub{font-size:12px;color:#6b4050;margin-top:2px}.admin__logout-btn{background:transparent;border:1px solid #f0d0dc;color:#c2185b;border-radius:20px;padding:8px 18px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif}.admin__body{padding:2rem;max-width:1100px;margin:0 auto}.admin__tabs{display:flex;gap:8px;margin-bottom:2rem;flex-wrap:wrap}.admin__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.5rem}.admin__tab-btn{padding:8px 20px;border-radius:20px;font-size:13px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;border-color:#f0d0dc;background:#fff;color:#6b4050}.admin__tab-btn--active{border-color:#c2185b;background:#c2185b;color:#fff}.admin__stats-grid--3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:2rem}.admin__stats-grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:2rem}.admin__order-items-list{font-size:12px;color:#6b4050;margin-bottom:6px}.admin__stat-tile{background:#fff;border:1px solid #f0d0dc;border-radius:12px;padding:1.1rem;text-align:center}.admin__stat-tile--padded{padding:1.25rem}.admin__stat-value{font-size:26px;font-weight:700;color:var(--stat-color, #c2185b)}.admin__stat-tile--padded .admin__stat-value{font-size:28px}.admin__stat-label{font-size:12px;color:#6b4050;margin-top:4px}.admin__split{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.admin__split--with-margin{margin-bottom:2.5rem}.admin__list-title{font-size:15px;font-weight:600;color:#2d1520;margin-bottom:1rem}.admin__list-loading{color:#6b4050;font-size:13px}.admin__list-empty{background:#fff;border:1px dashed #f0d0dc;border-radius:12px;padding:2rem;text-align:center;color:#6b4050;font-size:13px}.admin__list{display:flex;flex-direction:column;gap:10px}.admin__list-item{background:#fff;border:1px solid #f0d0dc;border-radius:12px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.admin__list-item--editing{background:#fff0f5;border-color:#c2185b}.admin__list-item--inactive{background:#fafafa;opacity:.6}.admin__item-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.admin__item-name{font-size:14px;font-weight:500;color:#2d1520}.admin__item-badge{font-size:10px;padding:2px 8px;border-radius:10px;background:var(--badge-bg);color:var(--badge-color)}.admin__item-meta{display:flex;gap:12px;font-size:12px;color:#6b4050;flex-wrap:wrap}.admin__item-meta-price{color:#c2185b;font-weight:500}.admin__item-meta-cap{text-transform:capitalize}.admin__item-actions{display:flex;gap:8px}.admin__btn-edit{background:#fdf0f5;border:1px solid #f0d0dc;color:#c2185b;border-radius:8px;padding:6px 14px;font-size:12px;cursor:pointer;font-family:Inter,sans-serif}.admin__btn-secondary{background:transparent;border:1px solid #f0d0dc;color:#999;border-radius:8px;padding:6px 14px;font-size:12px;cursor:pointer;font-family:Inter,sans-serif}.admin__form-panel{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.5rem;position:sticky;top:80px}.admin__form-title{font-size:15px;font-weight:600;color:#2d1520;margin-bottom:1.25rem}.admin__form{display:flex;flex-direction:column;gap:1rem}.admin__form--compact{gap:.9rem}.admin__form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin__label{font-size:12px;color:#6b4050;margin-bottom:4px;display:block}.admin__input{width:100%;padding:9px 12px;border:1px solid #f0d0dc;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2d1520;box-sizing:border-box}.admin__checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b4050;cursor:pointer}.admin__checkbox-label input{accent-color:#c2185b;width:16px;height:16px}.admin__form-actions{display:flex;gap:8px;margin-top:4px}.admin__submit-btn{flex:1;background:#c2185b;color:#fff;border:none;border-radius:24px;padding:11px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif}.admin__submit-btn:disabled{background:#e88aaa;cursor:not-allowed}.admin__cancel-btn{background:transparent;border:1px solid #f0d0dc;color:#6b4050;border-radius:24px;padding:11px 16px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif}.admin__record-card{background:#fff;border:1px solid #f0d0dc;border-radius:14px;padding:1rem 1.25rem}.admin__record-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.admin__record-main{flex:1}.admin__record-title-row{display:flex;gap:10px;align-items:center;margin-bottom:6px;flex-wrap:wrap}.admin__record-name{font-size:14px;font-weight:600;color:#2d1520}.admin__record-badge{font-size:11px;padding:3px 10px;border-radius:20px;font-weight:600;background:var(--status-bg);color:var(--status-color)}.admin__record-date{font-size:12px;color:#9e7080}.admin__record-meta{font-size:13px;color:#9e7080;display:flex;gap:14px;flex-wrap:wrap;margin-bottom:4px}.admin__record-meta-price{color:#c2185b}.admin__record-contact{font-size:12px;color:#9e7080;display:flex;gap:14px;flex-wrap:wrap;margin-bottom:6px}.admin__record-total{color:#c2185b;font-weight:600}.admin__record-notes{font-size:12px;color:#9e7080;margin-top:6px;font-style:italic}.admin__record-actions{display:flex;gap:6px;flex-shrink:0;flex-wrap:wrap}.admin__action-btn{border:1px solid var(--btn-border, #f0d0dc);background:var(--btn-bg, transparent);color:var(--btn-color, #999);border-radius:8px;padding:6px 12px;font-size:12px;cursor:pointer;font-family:Inter,sans-serif}.admin__gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.admin__gallery-item{background:#fff;border:1px solid #f0d0dc;border-radius:12px;overflow:hidden}.admin__gallery-item--editing{border-color:#c2185b}.admin__gallery-item--inactive{opacity:.55}.admin__gallery-thumb{aspect-ratio:1 / 1;background:#fdf0f5}.admin__gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin__gallery-info{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 10px 4px;font-size:11px;color:#6b4050}.admin__gallery-item .admin__item-actions{padding:4px 10px 10px;gap:6px}.admin__gallery-item .admin__btn-edit,.admin__gallery-item .admin__btn-secondary{flex:1;text-align:center;padding:6px 8px;font-size:11px}.login{min-height:80vh;display:flex;align-items:center;justify-content:center;background:#fdf0f5;padding:2rem}.login__card{background:#fff;border-radius:20px;padding:2.5rem 2rem;width:100%;max-width:400px;border:1px solid #f0d0dc;box-shadow:0 4px 24px #c2185b14}.login__header{text-align:center;margin-bottom:1.75rem}.login__logo{font-family:Playfair Display,serif;font-size:26px;font-weight:600;color:#c2185b;text-decoration:none}.login__logo em{font-style:italic;color:#e91e8c}.login__subtitle{font-size:13px;color:#6b4050;margin-top:6px}.login__tabs{display:flex;background:#fdf0f5;border-radius:10px;padding:4px;margin-bottom:1.5rem}.login__tab{flex:1;padding:8px;border:none;border-radius:8px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif;background:transparent;color:#6b4050;font-weight:400;transition:all .2s}.login__tab--active{background:#c2185b;color:#fff;font-weight:500}.login__form{display:flex;flex-direction:column;gap:1rem}.login__label{font-size:12px;color:#6b4050;margin-bottom:4px;display:block}.login__input{width:100%;padding:10px 14px;border:1px solid #f0d0dc;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2d1520;box-sizing:border-box}.login__forgot-link{display:block;text-align:right;font-size:12px;color:#c2185b;margin-top:-8px}.login__error{font-size:12px;color:#c2185b;background:#fdf0f5;padding:8px 12px;border-radius:8px;border:1px solid #f8c8dc}.login__submit-btn{background:#c2185b;color:#fff;border:none;border-radius:24px;padding:12px;font-size:14px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;margin-top:4px}.login__submit-btn:disabled{background:#e88aaa;cursor:not-allowed}.login__toggle-text{text-align:center;font-size:12px;color:#6b4050;margin-top:1.25rem}.login__toggle-link{color:#c2185b;cursor:pointer;font-weight:500}.profile{max-width:480px;margin:0 auto;padding:2.5rem 2rem 4rem;display:flex;flex-direction:column;gap:1.75rem}.profile__card{background:#fff;border:1px solid #f0d0dc;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.profile__card-title{font-size:17px;font-weight:600;color:#2d1520}.profile__label{font-size:13px;color:#6b4050;margin-bottom:4px;display:block}.profile__input{width:100%;padding:10px 12px;border:1px solid #f0d0dc;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2d1520;box-sizing:border-box}.profile__input--disabled{background:#fafafa;color:#9e7080;cursor:not-allowed}.profile__success{font-size:12px;color:#1d9e75;background:#e8f5e9;padding:8px 12px;border-radius:8px}.profile__error{font-size:12px;color:#c2185b;background:#fdf0f5;padding:8px 12px;border-radius:8px;border:1px solid #f8c8dc}.profile__submit-btn{background:#c2185b;color:#fff;border:none;border-radius:24px;padding:11px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif}.profile__submit-btn:disabled{background:#e88aaa;cursor:not-allowed}.legal-page{max-width:720px;margin:0 auto;padding:2.5rem 2rem 4rem;color:#4a2030;line-height:1.7}.legal-page__updated{font-size:13px;color:#9e7080;margin-bottom:1.5rem}.legal-page h2{font-size:19px;margin:1.75rem 0 .6rem;color:#2d1520}.legal-page h2:first-of-type{margin-top:0}.legal-page p{font-size:14.5px;color:#4a2030}.legal-page__note{margin-top:2.5rem;padding:1rem 1.25rem;background:#fdf0f5;border-radius:12px;font-size:13px;color:#9e7080;font-style:italic}.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:#fdf0f5}.not-found__icon{font-size:56px;margin-bottom:1rem}.not-found__title{font-family:Playfair Display,serif;font-size:64px;color:#c2185b;margin-bottom:8px}.not-found__sub{font-size:15px;color:#9e7080;margin-bottom:2rem}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #f0d0dc;background:#fff;position:sticky;top:0;z-index:100}.navbar__left{display:flex;align-items:center;gap:14px}.navbar__logo{font-family:Playfair Display,serif;font-size:35px;color:#c2185b;font-weight:600}.navbar__logo em{font-style:italic;color:#e91e8c}.navbar__account-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px 4px;flex-shrink:0}.navbar__account-hamburger span{display:block;width:22px;height:2px;background:#c2185b;border-radius:2px}.navbar__cart-btn{position:relative;background:transparent;border:none;cursor:pointer;font-size:18px;line-height:1;color:#6b4050;padding:2px 4px}.navbar__cart-badge{position:absolute;top:-6px;right:-8px;background:#c2185b;color:#fff;border-radius:50%;width:16px;height:16px;font-size:9px;display:flex;align-items:center;justify-content:center;font-weight:500}.navbar__logout-btn{background:transparent;border:1px solid #f0d0dc;color:#c2185b;border-radius:20px;padding:7px 18px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif}.navbar__login-btn{background:#c2185b;color:#fff;border:none;border-radius:20px;padding:9px 20px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif}.cart__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200}.cart__panel{position:fixed;top:0;right:0;height:100vh;width:380px;max-width:100vw;background:#fff;z-index:201;display:flex;flex-direction:column;box-shadow:-4px 0 32px #00000021}.cart__header{padding:1.25rem 1.5rem;border-bottom:1px solid #f0d0dc;display:flex;justify-content:space-between;align-items:center}.cart__header h2{font-family:Playfair Display,serif;font-size:20px;color:#2d1520}.cart__header-count{font-size:14px;color:#c2185b}.cart__close-btn{background:transparent;border:none;font-size:22px;cursor:pointer;color:#9e7080;line-height:1;padding:2px 6px}.cart__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart__empty{text-align:center;padding:4rem 1rem;color:#9e7080}.cart__empty-icon{font-size:52px;margin-bottom:1rem}.cart__empty p{font-size:14px}.cart__item-list{display:flex;flex-direction:column;gap:10px}.cart__item{display:flex;gap:10px;align-items:center;padding:.75rem;border:1px solid #f0d0dc;border-radius:12px}.cart__item-image{width:52px;height:52px;border-radius:10px;background:#fdf0f5;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-info{flex:1;min-width:0}.cart__item-name{font-size:13px;font-weight:500;color:#2d1520;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart__item-price{font-size:13px;color:#c2185b;font-weight:600}.cart__item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.cart__qty-btn{width:26px;height:26px;border-radius:6px;border:1px solid #f0d0dc;background:#fff;cursor:pointer;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#6b4050;font-family:Inter,sans-serif;padding:0}.cart__remove-btn{margin-left:4px;color:#c2185b;border-color:#f8c8dc}.cart__item-qty{font-size:13px;font-weight:500;color:#2d1520;min-width:20px;text-align:center}.cart__footer{padding:1.25rem 1.5rem;border-top:1px solid #f0d0dc}.cart__total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.cart__total-label{font-size:14px;color:#6b4050}.cart__total-value{font-size:20px;font-weight:700;color:#c2185b}.cart__clear-btn{width:100%;background:transparent;border:none;color:#9e7080;font-size:12px;cursor:pointer;margin-top:.6rem;font-family:Inter,sans-serif;padding:4px}.account-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210}.account-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}.account-drawer--visible .account-drawer__backdrop{background:#00000073}.account-drawer__panel{position:fixed;top:0;left:0;height:100vh;width:300px;max-width:85vw;background:#fff;z-index:211;display:flex;flex-direction:column;box-shadow:4px 0 32px #00000021;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.account-drawer--visible .account-drawer__panel{transform:translate(0)}.account-drawer__profile{padding:2rem 1.5rem 1.25rem;text-align:center;border-bottom:1px solid #f0d0dc}.account-drawer__avatar{width:56px;height:56px;margin:0 auto .75rem;border-radius:50%;background:var(--rn-pink);color:#fff;font-family:Playfair Display,serif;font-size:24px;font-weight:600;display:flex;align-items:center;justify-content:center}.account-drawer__name{font-family:Playfair Display,serif;font-size:16px;font-weight:600;color:#2d1520}.account-drawer__email{font-size:12px;color:#9e7080;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-drawer__logout-btn{margin:1.1rem 1.5rem .5rem;background:transparent;border:1px solid #f0d0dc;color:#c2185b;border-radius:20px;padding:9px;font-size:13px;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s}.account-drawer__logout-btn:hover{background:#fdf0f5}.account-drawer__nav{display:flex;flex-direction:column;padding:.75rem .75rem 1.5rem;gap:2px}.account-drawer__link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-size:14px;color:#4a2030;transition:background .2s,color .2s}.account-drawer__link:hover{background:#fdf0f5}.account-drawer__link--active{background:#fdf0f5;color:#c2185b;font-weight:600}.account-drawer__link-icon{font-size:17px;width:20px;text-align:center}.whatsapp-btn{position:fixed;bottom:22px;right:22px;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;z-index:300;transition:transform .2s,box-shadow .2s}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 6px 18px #0000004d}.whatsapp-btn__icon{width:30px;height:30px;fill:#fff}@media (max-width: 480px){.whatsapp-btn{width:50px;height:50px;bottom:84px;right:16px}.whatsapp-btn__icon{width:26px;height:26px}}.footer{background:#1a0d12;color:#907070;padding:2.5rem 2rem 1.75rem;border-top:1px solid rgba(255,255,255,.06)}.footer__inner{max-width:1100px;margin:0 auto 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer__brand{font-family:Playfair Display,serif;font-size:22px;color:#f8c8dc;margin-bottom:10px}.footer__desc{font-size:13px;line-height:1.8}.footer__heading{font-size:13px;color:#f8c8dc;margin-bottom:12px;font-weight:500;letter-spacing:.05em}.footer__link{display:block;font-size:13px;color:#907070;margin-bottom:8px}.footer__link--btn{background:none;border:none;padding:0;text-align:left;font-family:Inter,sans-serif;cursor:pointer;transition:color .2s}.footer__link--btn:hover{color:#f8c8dc}.footer__text{font-size:13px;margin-bottom:8px}.footer__social-links{display:flex;flex-wrap:wrap;gap:10px}.footer__social-link{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 10px #00000040}.footer__social-link:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000059}.footer__social-link svg{width:17px;height:17px;fill:#fff}.footer__social-link--whatsapp{background:#25d366}.footer__social-link--instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b 55%,#6228d7)}.footer__social-link--tiktok{background:#010101;box-shadow:0 2px 10px #00000040,inset 0 0 0 1px #25f4ee59}.footer__social-link--facebook{background:#1877f2}.footer__bottom{max-width:1100px;margin:0 auto;border-top:1px solid rgba(255,255,255,.06);padding-top:1.25rem;font-size:12px;color:#604040;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.footer__legal-links{display:flex;gap:16px}.footer__legal-links a{color:#907070;transition:color .2s}.footer__legal-links a:hover{color:#f8c8dc}@media (max-width: 900px){.footer__inner{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer__inner{grid-template-columns:1fr;gap:1.5rem}.footer__bottom{flex-direction:column;text-align:center}}.protected-route__loading{display:flex;justify-content:center;align-items:center;height:60vh}.protected-route__loading span{color:#c2185b;font-size:14px}:root{--rn-pink: #c2185b;--rn-pink-l: #f8c8dc;--rn-blush: #fdf0f5;--rn-dark: #2d1520;--rn-text: #4a2030;--rn-muted: #9e7080;--rn-radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;font-size:16px;color:var(--rn-dark);background:#fff;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,serif}a{text-decoration:none;color:inherit}.btn{border-radius:24px;padding:12px 28px;font-size:15px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:opacity .2s,background .2s}.btn--primary{background:var(--rn-pink);color:#fff;border:none}.btn--primary:hover{opacity:.88}.btn--ghost{background:transparent;color:var(--rn-pink);border:1.5px solid var(--rn-pink)}.btn--ghost:hover{background:var(--rn-blush)}.navbar__links{display:flex;align-items:center;gap:1.5rem}.navbar__link{position:relative;font-size:14px;color:#6b4050;transition:color .2s ease}.navbar__link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;border-radius:2px;background:#c2185b;transform:scaleX(0);transition:transform .25s ease}.navbar__link:hover{color:#c2185b}.navbar__link--active{color:#c2185b;font-weight:600}.navbar__link--active:after{transform:scaleX(1)}.navbar__link--admin{color:#c2185b;font-weight:500}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px 4px}.navbar__hamburger span{display:block;width:22px;height:2px;background:#c2185b;border-radius:2px;transition:all .25s}.hero{height:520px}.home__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:18px}.home__gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:120px;gap:10px}.booking-stepper__circle{width:38px;height:38px;font-size:14px}.booking-stepper__line{width:52px;margin:0 4px}.booking-stepper__label{font-size:11px}@media (max-width: 900px){.home__gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:110px}.checkout__grid{grid-template-columns:1fr!important}.checkout__summary{position:static!important}.admin__split{grid-template-columns:1fr!important}.admin__form-panel{position:static!important}}@media (max-width: 640px){.navbar{padding:.85rem 1.25rem!important}.navbar__links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:.5rem 1.75rem 1.25rem;border-bottom:1px solid #f0d0dc;box-shadow:0 8px 20px #c2185b17;z-index:99;gap:0}.navbar__links--open{display:flex}.navbar__links a{padding:.7rem 0 .7rem .75rem;border-bottom:1px solid #fde8f0;border-left:3px solid transparent;width:100%;font-size:15px!important;color:#6b4050!important;transition:background .2s ease,border-color .2s ease}.navbar__links a:last-of-type{border-bottom:none}.navbar__links a.navbar__link:after{display:none}.navbar__links a.navbar__link--active{color:#c2185b!important;font-weight:600;background:#fdf0f5;border-left-color:#c2185b}.navbar__links button{margin-top:.75rem;width:100%;text-align:center}.navbar__hamburger{display:flex}.hero{height:320px!important}.hero__nails{display:none!important}.hero__content{max-width:100%!important}.hero__inner{padding:0 1.5rem!important}.hero__buttons{justify-content:center!important;flex-wrap:wrap}.home__services-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)!important}.home__gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:90px}.u-section{padding-left:1.25rem!important;padding-right:1.25rem!important}.btn{width:100%}.admin__stats-grid--3,.admin__stats-grid--4{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.booking-stepper__circle{width:28px;height:28px;font-size:12px}.booking-stepper__line{width:18px;margin:0 2px}.booking-stepper__label{font-size:9px}}
