.toast-stack{z-index:50;flex-direction:column;gap:.5rem;width:min(90vw,360px);display:flex;position:fixed;bottom:5.5rem;left:50%;transform:translate(-50%)}.toast{text-align:center;color:var(--g-0);background:var(--g-900);border-radius:8px;padding:.85rem 1rem;font-size:.9rem;box-shadow:0 4px 12px #00000026}.toast--error{background:#b3261e}@media (width>=768px){.toast-stack{bottom:1.5rem}}:root{--negro:#1c1610;--crema:#f6ecdb;--crema-card:#fffaf3;--dorado:#c8963c;--dorado-suave:#ecd9ad;--verde:#4f7a52;--g-0:var(--crema-card);--g-50:var(--crema);--g-100:#efe3cd;--g-200:#e3d5b8;--g-300:#d3c1a0;--g-400:#b3a184;--g-500:#9c8a6d;--g-600:#7d6b52;--g-700:#5a4a37;--g-800:#362c20;--g-900:var(--negro);--sans:"Inter", system-ui, sans-serif;--heading:"Cormorant Garamond", serif;--page-px:1.5rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--g-900);background:var(--g-50);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);color:var(--g-900);background:var(--g-50);min-height:100vh}h1,h2,h3{font-family:var(--heading);color:var(--g-900);font-weight:400}#root{flex-direction:column;min-height:100vh;display:flex}.btn{font-family:var(--sans);border:1px solid var(--g-300);background:var(--crema-card);color:var(--negro);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--g-100)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--negro);color:var(--crema-card);border-color:var(--negro)}.btn--primary:hover:not(:disabled){background:var(--g-700)}.btn--accent{background:var(--dorado);color:var(--crema-card);border-color:var(--dorado)}.btn--accent:hover:not(:disabled){background:#b8842e}.btn--secondary{color:var(--negro);border-color:var(--dorado);background:0 0}.btn--secondary:hover:not(:disabled){background:var(--dorado-suave)}@media (width>=768px){:root{--page-px:3rem}}.icon-placeholder{border:1px solid var(--g-300);background:var(--g-100);width:20px;height:20px;color:var(--g-600);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:inline-flex}.badge{letter-spacing:.04em;text-transform:uppercase;background:var(--g-100);color:var(--g-700);border-radius:999px;align-self:flex-start;padding:.3rem .7rem;font-size:.7rem;font-weight:600;display:inline-block}.badge--filled{background:var(--negro);color:var(--crema-card)}.badge--accent{background:var(--dorado);color:var(--crema-card)}.calendar-page{max-width:520px;margin:0 auto}.calendar-page__tabs{border-bottom:1px solid var(--g-300);gap:.25rem;margin-bottom:1.25rem;display:flex}.calendar-page__tab{color:var(--g-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .875rem;font-size:.9375rem;font-weight:500}.calendar-page__tab:hover{color:var(--g-900)}.calendar-page__tab--active{color:var(--dorado);border-bottom-color:var(--dorado)}@media (width>=768px){.calendar-page{max-width:720px}}.carousel{width:100%;height:100%;position:relative}.carousel__slide{border-radius:8px;width:100%;height:100%;overflow:hidden}.carousel__dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.carousel__dot{background:var(--g-300);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0}.carousel__dot--active{background:var(--g-700)}.login{padding:2rem var(--page-px);flex:1;display:flex}.login__hero{flex-direction:column;gap:2rem;width:100%;display:flex}.login__intro{flex-direction:column;gap:1rem;display:flex}.login__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--g-500);font-size:.75rem}.login__title{font-size:clamp(2rem,8vw,3.5rem);line-height:1.15}.login__subtitle{color:var(--g-600);font-size:1rem;line-height:1.6}.login__carousel{width:100%;height:260px}.login__image-placeholder{background:var(--g-200);border:1px solid var(--g-300);width:100%;height:100%;color:var(--g-500);border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;display:flex}@media (width>=768px){.login{padding:3rem var(--page-px)}.login__hero{flex-direction:row;align-items:center;gap:3rem}.login__intro{flex:0 0 42%;gap:1.25rem}.login__subtitle{max-width:42ch}.login__carousel{flex:1;height:480px}}.login__image{object-fit:cover;border:1px solid var(--g-300);border-radius:8px;width:100%;height:100%}.login__header{padding:1rem var(--page-px);border-bottom:1px solid var(--g-200);justify-content:space-between;align-items:center;display:flex}.login__logo{font-family:var(--heading);letter-spacing:.08em;color:var(--g-900);font-size:1.1rem}.login__footer{padding:1.5rem var(--page-px);text-align:center;color:var(--g-500);border-top:1px solid var(--g-200);flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}@media (width>=768px){.login__header{padding:1.25rem var(--page-px)}.login__logo{font-size:1.25rem}}.home{padding:2rem var(--page-px);padding-bottom:5rem}.home__card{background:var(--crema-card);border:none;border-radius:20px;flex-direction:column;gap:.75rem;max-width:480px;margin-top:1.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #1c16100f}.home__hint{color:var(--g-500);font-size:.85rem}@media (width>=768px){.home{padding:3rem var(--page-px);padding-bottom:3rem}}.sidebar{background:var(--crema);border-top:1px solid var(--g-200);z-index:20;align-items:center;padding:.4rem .5rem;display:flex;position:fixed;bottom:0;left:0;right:0}.sidebar__logo{display:none}.sidebar__menu{justify-content:space-around;width:100%;display:flex}.sidebar__item{font-family:var(--sans);color:var(--g-500);cursor:pointer;text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem;font-size:.7rem;text-decoration:none;display:flex}.sidebar__label{display:none}.sidebar__item--active{color:var(--dorado);font-weight:600}.sidebar__item:disabled{opacity:.4;cursor:not-allowed}@media (width>=768px){.sidebar{background:var(--g-0);border-top:none;border-right:1px solid var(--g-200);flex-direction:column;align-items:stretch;gap:2rem;width:220px;height:100vh;padding:1.5rem 1rem;position:sticky;inset:0 auto auto}.sidebar__logo{font-family:var(--heading);letter-spacing:.08em;color:var(--g-900);padding:0 .5rem;font-size:1.25rem;text-decoration:none;display:block}.sidebar__menu{flex-direction:column;align-items:stretch;gap:.25rem}.sidebar__item{text-align:left;border-radius:6px;flex-direction:row;gap:.6rem;padding:.65rem .75rem;font-size:.95rem}.sidebar__label{display:inline}.sidebar__item--active{background:var(--dorado-suave);color:var(--negro)}}.navbar{padding:.75rem var(--page-px);background:var(--negro);justify-content:space-around;align-items:center;gap:.75rem;display:flex;position:relative}.navbar__stat{font-family:var(--sans);color:var(--crema);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background .15s;display:flex}.navbar__stat:hover{background:#f6ecdb1a}.navbar__stat-value{color:var(--crema-card);font-size:1.05rem;font-weight:600}.navbar__stat:disabled{opacity:.75;cursor:not-allowed}.navbar__account{position:relative}.navbar__avatar{background:var(--dorado);width:36px;height:36px;color:var(--crema-card);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}.navbar__avatar-img{object-fit:cover;width:100%;height:100%}.navbar__menu{background:var(--crema-card);z-index:10;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:.85rem;min-width:220px;padding:1.25rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #1c161029}.navbar__menu-avatar{object-fit:cover;border-radius:50%;width:72px;height:72px}.navbar__menu-info{text-align:center;flex-direction:column;align-items:center;gap:.15rem;display:flex}.navbar__menu-name{color:var(--g-900);font-size:.95rem;font-weight:600}.navbar__menu-email{color:var(--g-600);word-break:break-all;font-size:.85rem}.navbar__menu .btn{width:100%}@media (width>=768px){.navbar{padding:1.25rem var(--page-px);justify-content:flex-end;gap:1.5rem}}.app-shell{flex:1;min-height:100%;display:flex}.app-shell__main{flex-direction:column;flex:1;min-width:0;display:flex}.app-shell__content{flex:1}.profile{padding:2rem var(--page-px);max-width:480px;margin:0 auto;padding-bottom:5rem}.profile__form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.profile__field{color:var(--g-700);flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}.profile__field input,.profile__field textarea{font-family:var(--sans);border:1px solid var(--g-300);background:var(--crema-card);color:var(--g-900);border-radius:10px;padding:.65rem .9rem;font-size:1rem;transition:border-color .15s}.profile__field input:focus,.profile__field textarea:focus{border-color:var(--dorado);outline:none}.profile__field textarea{resize:vertical;min-height:90px}.profile__error{color:#b3261e;font-size:.8rem}@media (width>=768px){.profile{padding:3rem var(--page-px);padding-bottom:3rem}}.plans{padding:2rem var(--page-px);flex-direction:column;gap:1.5rem;padding-bottom:5rem;display:flex}.plans__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:1.25rem;display:grid}.plans__card{background:var(--crema-card);border:none;border-radius:20px;flex-direction:column;gap:1rem;min-height:340px;padding:1.75rem;transition:box-shadow .15s;display:flex;box-shadow:0 2px 8px #1c16100f}.plans__card:not(.plans__card--disabled):hover{box-shadow:0 6px 20px #1c16101f}.plans__card--disabled{opacity:.6}.plans__card-header{flex-direction:column;gap:.35rem;display:flex}.plans__card-name{font-family:var(--heading);font-size:1.25rem}.plans__card>.btn,.plans__card>.plans__hint,.plans__card>.badge{margin-top:auto}.plans__form{flex-direction:column;gap:1rem;display:flex}.plans__field{color:var(--g-700);flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}.plans__field select,.plans__field input{font-family:var(--sans);border:1px solid var(--g-300);background:var(--g-0);color:var(--g-900);border-radius:10px;padding:.65rem .9rem;font-size:1rem;transition:border-color .15s}.plans__field select:focus,.plans__field input:focus{border-color:var(--dorado);outline:none}.plans__hint{color:var(--g-500);font-size:.85rem}.plans__card-amount{font-size:1.5rem;font-family:var(--heading);color:var(--dorado)}@media (width>=768px){.plans{padding:3rem var(--page-px);padding-bottom:3rem}}.progreso{padding:2rem var(--page-px);flex-direction:column;gap:2rem;max-width:720px;margin:0 auto;padding-bottom:5rem;display:flex}.progreso__hint{color:var(--g-500);font-size:.9rem}.stage-cards{flex-direction:column;gap:.9rem;display:flex}.stage-card{background:var(--crema-card);border:none;border-radius:20px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 8px #1c16100f}.stage-card--past{background:#eef5ec;box-shadow:0 2px 8px #4f7a591a}.stage-card--future{box-shadow:none}.stage-card__icon{background:var(--g-200);width:36px;height:36px;color:var(--g-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.stage-card__icon--past{background:var(--verde);color:var(--crema-card)}.stage-card__icon--current{background:var(--dorado);color:var(--crema-card)}.stage-card__body{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.stage-card__head{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.stage-card__name{font-family:var(--heading);font-size:1.1rem}.stage-card__deadline{color:var(--g-500);white-space:nowrap;font-size:.75rem}.stage-card__track{gap:3px;height:24px;display:flex;position:relative}.stage-card__segment{background:var(--g-200);border-radius:4px;flex:1;height:100%}.stage-card__segment--completed{background:var(--verde)}.stage-card__segment--available,.stage-card__segment--in_progress{background:var(--dorado)}.stage-card__segment--locked{background:var(--g-200)}.stage-card__marker{background:var(--negro);border-radius:2px;width:3px;height:32px;position:absolute;top:-4px;transform:translate(-1px)}.stage-card__count{color:var(--g-500);font-size:.8rem}.stage-card__count strong{color:var(--g-900)}.stage-card__count--past{color:var(--verde)}.stage-card__count--future{color:var(--g-400)}.progreso-legend{color:var(--g-500);flex-wrap:wrap;gap:1.25rem;font-size:.8rem;display:flex}.legend-dot{vertical-align:middle;background:var(--g-300);border-radius:3px;width:6px;height:14px;margin-right:.35rem;display:inline-block}.legend-dot--completed{background:var(--verde);border-color:var(--verde)}.legend-dot--progress{background:var(--dorado);border-color:var(--dorado)}.legend-dot--locked{background:var(--g-0);border-color:var(--g-300)}@media (width>=768px){.progreso{padding:3rem var(--page-px);padding-bottom:3rem}}.staff-path{width:100%;height:auto;display:block;overflow:visible}.staff-path__staff path{opacity:.6}.staff-path__note{cursor:pointer}.staff-path__note--disabled{cursor:not-allowed;opacity:.55}.staff-path__start-wrap{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.staff-path__start{background:var(--dorado);width:100%;color:var(--crema-card);font-family:var(--sans);cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.staff-path__start-tail{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--dorado);width:0;height:0}.staff-path__banner{background:var(--crema-card);width:100%;height:100%;color:var(--negro);border:1.5px solid var(--dorado-suave);font-family:var(--heading);text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:15px;display:flex;overflow:hidden}.path-page{padding:2rem var(--page-px);flex-direction:column;gap:1.5rem;max-width:480px;margin:0 auto;padding-bottom:5rem;display:flex}.path-page__lede{color:var(--g-500);font-size:.85rem}.path-modal__backdrop{z-index:10;background:#12121280;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.path-modal{background:var(--g-0);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:420px;max-height:80vh;padding:1.75rem;transition:max-width .2s;display:flex;position:relative;overflow-y:auto}.path-modal--expanded{max-width:640px}.path-modal__close{cursor:pointer;color:var(--g-500);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.path-modal__title{font-family:var(--heading);padding-right:1.5rem;font-size:1.3rem}.path-modal__start{flex-direction:column;align-items:flex-start;gap:1.25rem;padding-top:1rem;display:flex}.path-modal__hint{color:var(--g-500);font-size:.9rem}.path-modal__detail{flex-direction:column;gap:1rem;display:flex}.path-modal__attempts{color:var(--g-500);font-size:.85rem}.path-modal__attempt{border:1px solid var(--g-200);border-radius:8px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;display:flex}.path-modal__attempt-head{justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.path-modal__pill{border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.path-modal__pill--good{color:#2f6b2f;background:#dcefdc}.path-modal__pill--bad{color:#8f2d2d;background:#f7dcdc}.path-modal__feedback{color:var(--g-700);font-size:.85rem}.path-modal__content{color:var(--g-700);font-size:.9rem;line-height:1.6}.path-modal__content :first-child{margin-top:0}.path-modal__content h1,.path-modal__content h2,.path-modal__content h3{font-family:var(--heading);margin:1rem 0 .5rem}.path-modal__content p{margin:.5rem 0}.path-modal__content ul,.path-modal__content ol{margin:.5rem 0;padding-left:1.25rem}.path-modal__content code{background:var(--g-100);border-radius:4px;padding:.1rem .35rem;font-size:.85em}.path-modal__content pre{background:var(--g-100);border-radius:8px;padding:.75rem 1rem;overflow-x:auto}.path-modal__content pre code{background:0 0;padding:0}.path-modal__attempt-head{width:100%;font:inherit;cursor:pointer;color:var(--g-900);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:.85rem;font-weight:600;display:flex}.path-modal__attempt-body{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.path-modal__checks{flex-wrap:wrap;gap:.5rem;display:flex}.path-modal__check{border-radius:999px;padding:.15rem .5rem;font-size:.75rem}.path-modal__check--ok{color:#2f6b2f;background:#dcefdc}.path-modal__check--bad{color:#8f2d2d;background:#f7dcdc}.path-modal__meta{color:var(--g-500);font-size:.8rem}.path-modal__toggle{align-self:flex-start}.calendar-month{background:var(--crema-card);border-radius:20px;padding:1.25rem;box-shadow:0 2px 8px #1c16100f}.calendar-month__nav{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.calendar-month__nav-btn{width:32px;height:32px;color:var(--g-600);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.calendar-month__nav-btn:hover{background:var(--g-100);color:var(--negro)}.calendar-month__label{font-family:var(--heading);text-transform:capitalize;font-size:1.1rem}.calendar-month__weekday{text-align:center;text-transform:uppercase;letter-spacing:.03em;color:var(--g-500);font-size:.7rem;font-weight:600}.calendar-month__cell{aspect-ratio:1;color:var(--g-800);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.875rem;display:flex;position:relative}.calendar-month__cell:hover:not(.calendar-month__cell--past):not(.calendar-month__cell--empty){background:var(--g-100)}.calendar-month__cell--empty{cursor:default}.calendar-month__cell--past{color:var(--g-300);cursor:not-allowed}.calendar-month__cell--today:after{content:"";border:1.5px solid var(--dorado);pointer-events:none;border-radius:10px;position:absolute;inset:2px}.calendar-month__cell--active{background:var(--dorado-suave);color:var(--negro);font-weight:600}.calendar-month__day-num{line-height:1}.day-panel{border-top:1px solid var(--g-300);margin-top:1.25rem;padding-top:1.125rem}.day-panel__head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.day-panel__title{text-transform:capitalize;font-size:1.0625rem}.day-panel__close{width:2rem;height:2rem;color:var(--g-500);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.day-panel__close:hover{background:var(--g-100);color:var(--g-900)}.day-panel__empty{color:var(--g-500);padding:1rem 0;font-size:.9375rem}.day-panel__list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.day-panel__item{background:var(--crema-card);border:none;border-radius:14px;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex;box-shadow:0 2px 8px #1c16100f}.day-panel__item-info{min-width:0}.day-panel__item-hour{color:var(--g-900);font-size:.9375rem;font-weight:700}.day-panel__item-detail{color:var(--g-500);white-space:nowrap;text-overflow:ellipsis;margin-top:.125rem;font-size:.875rem;overflow:hidden}.confirm-modal__backdrop{z-index:10;background:#12121280;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.confirm-modal{background:var(--g-0);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:1.75rem;display:flex;position:relative}.confirm-modal__close{cursor:pointer;color:var(--g-500);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.confirm-modal__title{font-family:var(--heading);padding-right:1.5rem;font-size:1.3rem}.confirm-modal__description{color:var(--g-600);font-size:.9375rem}.confirm-modal__actions{justify-content:flex-end;gap:.625rem;display:flex}.my-reservations{flex-direction:column;gap:1rem;display:flex}.my-reservations__state{color:var(--g-500);text-align:center;padding:1.25rem 0;font-size:.9375rem}.my-reservations__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--g-500);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.my-reservations__list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.reservation-card{background:var(--crema-card);border:none;border-radius:14px;align-items:center;gap:.625rem;padding:.875rem 1rem;display:flex;box-shadow:0 2px 8px #1c16100f}.reservation-card--past{opacity:.6}.reservation-card__info{flex:1;min-width:0}.reservation-card__title{color:var(--g-900);text-transform:capitalize;font-size:.9375rem;font-weight:700}.reservation-card__subtitle{color:var(--g-500);white-space:nowrap;text-overflow:ellipsis;margin-top:.125rem;font-size:.875rem;overflow:hidden}.calendar-filters{margin-bottom:1.25rem;position:relative}.calendar-filters__trigger{border:1px solid var(--g-300);background:var(--g-0);color:var(--g-700);cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.calendar-filters__trigger:hover{background:var(--g-100)}.calendar-filters__trigger--active{border-color:var(--dorado);color:var(--negro);background:var(--dorado-suave)}.calendar-filters__badge{background:var(--dorado);min-width:1.1rem;height:1.1rem;color:var(--crema-card);border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.65rem;font-weight:700;display:inline-flex}.calendar-filters__panel{z-index:20;background:var(--crema-card);border:1px solid var(--g-200);border-radius:12px;flex-direction:column;width:200px;max-height:70vh;padding:.75rem;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 24px #1c161024}.calendar-filters__subtitle{text-transform:uppercase;color:var(--g-500);margin:.4rem 0 .2rem;font-size:.68rem;font-weight:600}.calendar-filters__subtitle:first-child{margin-top:0}.calendar-filters__option{color:var(--g-800);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .2rem;font-size:.8125rem;display:flex}.calendar-filters__option:hover{background:var(--g-100)}.calendar-filters__empty{color:var(--g-500);padding:.2rem;font-size:.78rem}.calendar-month{width:100%}.calendar-month__nav{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.calendar-month__nav-btn{border:1px solid var(--g-300);background:var(--g-0);width:2.75rem;height:2.75rem;color:var(--g-600);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:flex}.calendar-month__nav-btn:hover{background:var(--g-100);border-color:var(--g-900);color:var(--g-900)}.calendar-month__label{color:var(--g-900);text-align:center;font-size:1.0625rem;font-weight:600}.calendar-month__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.375rem;display:grid}.calendar-month__weekday{text-align:center;color:var(--g-500);text-transform:uppercase;letter-spacing:.04em;padding-bottom:.5rem;font-size:.75rem;font-weight:500}.calendar-month__grid{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.calendar-month__cell{aspect-ratio:1;color:var(--g-500);-webkit-user-select:none;user-select:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.9375rem;transition:background .15s,transform .1s;display:flex;position:relative}.calendar-month__cell--empty{pointer-events:none}.calendar-month__cell--past{color:var(--g-400);opacity:.5}.calendar-month__cell--today{color:var(--g-900);font-weight:700}.calendar-month__cell--active{background:var(--g-100);color:var(--g-900);cursor:pointer;font-weight:600}.calendar-month__cell--active:hover{background:var(--g-200);transform:scale(1.05)}.calendar-month__cell--active:active{transform:scale(.97)}.calendar-month__day-num{font-size:inherit;line-height:1}.calendar-month__dot{background:var(--g-900);border-radius:50%;width:.3rem;height:.3rem}@media (width>=768px){.calendar-month__nav-btn{width:2.25rem;height:2.25rem;font-size:1.25rem}.calendar-month__label{font-size:.9375rem}.calendar-month__weekday{font-size:.6875rem}.calendar-month__cell{font-size:.875rem}}
