.WeeklyView-module__lEXFLW__container{background:var(--background);flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.WeeklyView-module__lEXFLW__scrollView{background-color:var(--background);flex:1;position:relative;overflow:auto}.WeeklyView-module__lEXFLW__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:50;background-color:#ffffffe6;grid-template-columns:80px repeat(7,1fr);min-width:1000px;display:grid;position:sticky;top:0}@media (max-width:768px){.WeeklyView-module__lEXFLW__header{grid-template-columns:35px repeat(7,1fr);min-width:100%;font-size:.9rem}}.WeeklyView-module__lEXFLW__timeLabelHeader{z-index:60;background-color:var(--background);border-right:1px solid var(--border);border-bottom:1px solid var(--border);position:sticky;left:0}.WeeklyView-module__lEXFLW__dayHeader{text-align:center;border-right:1px solid var(--border);color:var(--foreground);background-color:#0000;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;font-size:.875rem;font-weight:600;display:flex}.WeeklyView-module__lEXFLW__dayName{display:block}.WeeklyView-module__lEXFLW__dayNameShort{display:none}.WeeklyView-module__lEXFLW__dayDate{opacity:.8;color:var(--primary);font-size:.75rem;font-weight:500;display:block}.WeeklyView-module__lEXFLW__dayDateShort{display:none}@media (max-width:768px){.WeeklyView-module__lEXFLW__dayHeader{gap:.05rem;padding:.3rem .1rem;font-size:.55rem;line-height:1.1}.WeeklyView-module__lEXFLW__dayName{display:none}.WeeklyView-module__lEXFLW__dayNameShort{font-size:.55rem;font-weight:700;line-height:1.1;display:block}.WeeklyView-module__lEXFLW__dayDate{display:none}.WeeklyView-module__lEXFLW__dayDateShort{opacity:.7;color:var(--primary);font-size:.45rem;font-weight:500;line-height:1;display:block}}.WeeklyView-module__lEXFLW__dayHeader:last-child{border-right:none}.WeeklyView-module__lEXFLW__gridContainer{min-width:1000px}@media (max-width:768px){.WeeklyView-module__lEXFLW__gridContainer{width:100%;min-width:100%}}.WeeklyView-module__lEXFLW__grid{grid-template-columns:80px repeat(7,1fr);height:100%;display:grid;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__grid{grid-template-columns:35px repeat(7,1fr)}}.WeeklyView-module__lEXFLW__timeColumn{border-right:1px solid var(--border);background-color:var(--background);z-index:40;position:sticky;left:0}.WeeklyView-module__lEXFLW__timeLabel{text-align:right;height:100px;color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.5rem .75rem 0 0;font-size:.75rem;font-weight:500;position:relative}@media (max-width:768px){.WeeklyView-module__lEXFLW__timeLabel{height:35px;padding:.1rem .2rem 0 0;font-size:.48rem;font-weight:600;line-height:1}}.WeeklyView-module__lEXFLW__timeLabel:after{content:"";background-color:var(--border);width:6px;height:1px;position:absolute;top:-1px;right:0}.WeeklyView-module__lEXFLW__dayColumn{border-right:1px solid var(--border);background-color:var(--background);position:relative;overflow:hidden}.WeeklyView-module__lEXFLW__dayColumn:last-child{border-right:none}.WeeklyView-module__lEXFLW__dayColumn:nth-child(2n){background-color:#00000003}.WeeklyView-module__lEXFLW__slot{border-bottom:1px solid var(--border);cursor:pointer;z-index:1;height:100px;transition:background-color .2s;position:relative;overflow:hidden}.WeeklyView-module__lEXFLW__slot:hover{z-index:10;background-color:#00000008}@media (max-width:768px){.WeeklyView-module__lEXFLW__slot{height:35px}}.WeeklyView-module__lEXFLW__slot:hover{background-color:#00000008}.WeeklyView-module__lEXFLW__appointment{border:1px solid #e2e8f0;border-left:4px solid var(--primary);z-index:20;cursor:pointer;background-color:#fff;border-radius:6px;flex-direction:column;gap:.15rem;min-height:auto;max-height:calc(100% - 4px);padding:.3rem .4rem;font-size:.75rem;transition:transform .1s,box-shadow .1s;display:flex;position:absolute;inset:2px;overflow:hidden;box-shadow:0 2px 4px #0000000d}@media (max-width:768px){.WeeklyView-module__lEXFLW__appointment{border-left-width:2px;border-radius:2px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.04rem;min-height:auto;max-height:calc(100% - 2px);padding:.08rem .1rem;inset:1px}}.WeeklyView-module__lEXFLW__appointment:hover{z-index:100;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.WeeklyView-module__lEXFLW__appTime{color:var(--primary);flex-shrink:0;margin-bottom:.05rem;font-size:.65rem;font-weight:700;line-height:1.15}@media (max-width:768px){.WeeklyView-module__lEXFLW__appTime{flex-shrink:0;margin-bottom:.01rem;font-size:.38rem;line-height:1}}.WeeklyView-module__lEXFLW__appName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:0;font-size:.7rem;font-weight:600;line-height:1.15;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__appName{flex-shrink:0;min-width:0;font-size:.4rem;line-height:1}}.WeeklyView-module__lEXFLW__appService{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:0;margin-top:.03rem;font-size:.6rem;line-height:1.1;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__appService{margin-top:.01rem;font-size:.38rem;line-height:1}}.WeeklyView-module__lEXFLW__appStaff{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;opacity:.85;flex-shrink:0;min-width:0;margin-top:.03rem;font-size:.58rem;line-height:1.1;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__appStaff{margin-top:.01rem;font-size:.36rem;line-height:1}}.WeeklyView-module__lEXFLW__agendaView{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);flex-direction:column;gap:1.5rem;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.WeeklyView-module__lEXFLW__dayGroup{flex-direction:column;gap:1rem;display:flex}.WeeklyView-module__lEXFLW__dayTimeline{flex-direction:column;gap:.75rem;padding:0;display:flex}.WeeklyView-module__lEXFLW__dayTitle{color:#18181b;background:#fff;border-left:3px solid #6366f1;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 1px 4px #0000000d}.WeeklyView-module__lEXFLW__dayTitle:before{content:"";background:#6366f1;border-radius:2px;width:3px;height:18px}.WeeklyView-module__lEXFLW__timelineItem{align-items:stretch;gap:.875rem;padding:0;display:flex}.WeeklyView-module__lEXFLW__timelineTime{color:#6366f1;text-align:center;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #e0e7ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;padding:.5rem .75rem;font-size:.8125rem;font-weight:700;display:flex;box-shadow:0 1px 3px #6366f11a}.WeeklyView-module__lEXFLW__timelineContent{flex:1;min-width:0}.WeeklyView-module__lEXFLW__agendaCard{cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-left:3px solid #6366f1;border-radius:10px;flex-direction:column;gap:.625rem;padding:.875rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000f}.WeeklyView-module__lEXFLW__agendaCard:before{content:"";background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);height:3px;transition:transform .2s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.WeeklyView-module__lEXFLW__agendaCard:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.WeeklyView-module__lEXFLW__agendaCard:hover:before{transform:scaleX(1)}.WeeklyView-module__lEXFLW__agendaHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.WeeklyView-module__lEXFLW__agendaCustomer{color:#18181b;letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1.3}.WeeklyView-module__lEXFLW__agendaTime{color:#71717a;background:#f5f5f5;border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.WeeklyView-module__lEXFLW__agendaDetails{flex-flow:wrap;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.WeeklyView-module__lEXFLW__detailRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.WeeklyView-module__lEXFLW__serviceName{color:#52525b;background:#f8f9fa;border:1px solid #e4e4e7;border-radius:6px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.WeeklyView-module__lEXFLW__servicePrice{color:#6366f1;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-radius:5px;margin-left:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700}.WeeklyView-module__lEXFLW__staffName{color:#71717a;background:#f8f9fa;border-radius:6px;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;display:inline-block}.WeeklyView-module__lEXFLW__phonePreview{color:#6366f1;background:#6366f114;border-radius:6px;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;display:inline-block}.WeeklyView-module__lEXFLW__statusBadge{white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.WeeklyView-module__lEXFLW__statusBadge.WeeklyView-module__lEXFLW__confirmed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.WeeklyView-module__lEXFLW__statusBadge.WeeklyView-module__lEXFLW__pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.WeeklyView-module__lEXFLW__statusBadge.WeeklyView-module__lEXFLW__cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.WeeklyView-module__lEXFLW__statusBadge.WeeklyView-module__lEXFLW__completed{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}@media (max-width:768px){.WeeklyView-module__lEXFLW__agendaView{gap:.75rem;padding:.75rem}.WeeklyView-module__lEXFLW__dayGroup{gap:.5rem}.WeeklyView-module__lEXFLW__dayTitle{border-left-width:3px;margin-bottom:.375rem;padding:.5rem .75rem;font-size:.875rem}.WeeklyView-module__lEXFLW__dayTitle:before{width:3px;height:14px}.WeeklyView-module__lEXFLW__timelineItem{align-items:stretch;gap:.5rem}.WeeklyView-module__lEXFLW__timelineTime{border-radius:6px;justify-content:center;align-items:center;min-width:50px;padding:.5rem .375rem;font-size:.6875rem;font-weight:700;display:flex}.WeeklyView-module__lEXFLW__timelineContent{align-items:center;display:flex}.WeeklyView-module__lEXFLW__agendaCard{border-left-width:3px;border-radius:8px;gap:.375rem;min-height:auto;padding:.5rem .625rem}.WeeklyView-module__lEXFLW__agendaHeader{gap:.5rem;margin-bottom:0}.WeeklyView-module__lEXFLW__agendaCustomer{font-size:.875rem;line-height:1.2}.WeeklyView-module__lEXFLW__agendaDetails{flex-flow:wrap;align-items:center;gap:.25rem}.WeeklyView-module__lEXFLW__detailRow{gap:.25rem}.WeeklyView-module__lEXFLW__serviceName{border-radius:4px;padding:.1875rem .4375rem;font-size:.625rem;font-weight:500}.WeeklyView-module__lEXFLW__servicePrice{border-radius:4px;margin-left:.25rem;padding:.1875rem .4375rem;font-size:.625rem}.WeeklyView-module__lEXFLW__staffName,.WeeklyView-module__lEXFLW__phonePreview{border-radius:4px;padding:.1875rem .4375rem;font-size:.625rem}.WeeklyView-module__lEXFLW__statusBadge{border-radius:5px;padding:.1875rem .5rem;font-size:.625rem}}.WeeklyView-module__lEXFLW__emptyState{text-align:center;color:#71717a;background:#fff;border:2px dashed #e4e4e7;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:500px;margin:2rem auto;padding:3rem 2rem;display:flex}.WeeklyView-module__lEXFLW__emptyStateGrid{text-align:center;color:#71717a;background:#fff;border:2px dashed #e4e4e7;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:2rem auto;padding:4rem 2rem;display:flex}.WeeklyView-module__lEXFLW__emptyStateIcon{opacity:.6;margin-bottom:1.5rem;font-size:4rem}.WeeklyView-module__lEXFLW__emptyStateTitle{color:#18181b;letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.WeeklyView-module__lEXFLW__emptyStateMessage{color:#52525b;max-width:400px;margin:0 0 .5rem;font-size:1rem;line-height:1.6}.WeeklyView-module__lEXFLW__emptyStateHint{color:#71717a;opacity:.8;margin:.5rem 0 0;font-size:.875rem;line-height:1.5}@media (max-width:768px){.WeeklyView-module__lEXFLW__emptyState{margin:1.5rem 1rem;padding:2rem 1.5rem}.WeeklyView-module__lEXFLW__emptyStateGrid{margin:1.5rem;padding:2.5rem 1.5rem}.WeeklyView-module__lEXFLW__emptyStateIcon{margin-bottom:1rem;font-size:3rem}.WeeklyView-module__lEXFLW__emptyStateTitle{font-size:1.25rem}.WeeklyView-module__lEXFLW__emptyStateMessage{font-size:.9375rem}.WeeklyView-module__lEXFLW__emptyStateHint{font-size:.8125rem}.WeeklyView-module__lEXFLW__container{height:100%;overflow:hidden}.WeeklyView-module__lEXFLW__scrollView{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.WeeklyView-module__lEXFLW__timeColumn,.WeeklyView-module__lEXFLW__timeLabelHeader{width:35px}.WeeklyView-module__lEXFLW__gridContainer{flex-direction:column;height:100%;max-height:100%;display:flex}.WeeklyView-module__lEXFLW__grid{flex:1;height:auto;min-height:fit-content;overflow:hidden}.WeeklyView-module__lEXFLW__dayColumn{border-right-width:1px}.WeeklyView-module__lEXFLW__slot{border-bottom-width:1px}}
.AppointmentTooltip-module__o9gEqa__tooltip{z-index:1000;background:#fff;border:1px solid #00000014;border-radius:20px;width:90%;min-width:320px;max-width:400px;padding:0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__fadeIn;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px -12px #00000040,0 0 0 1px #0000000d}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__tooltip{border-radius:16px;width:calc(100% - 2rem);max-width:400px;margin:0}}@keyframes AppointmentTooltip-module__o9gEqa__fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.AppointmentTooltip-module__o9gEqa__closeButton{color:#71717a;cursor:pointer;z-index:10;background:#0000000a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.75rem;right:1rem;transform:translateY(-50%)}.AppointmentTooltip-module__o9gEqa__closeButton:hover{color:#18181b;background:#00000014}.AppointmentTooltip-module__o9gEqa__closeButton:active{transform:translateY(-50%)scale(.95)}.AppointmentTooltip-module__o9gEqa__header{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-bottom:1px solid #0000000f;padding:1.75rem 3.5rem 1.25rem 1.75rem;position:relative}.AppointmentTooltip-module__o9gEqa__headerContent{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.AppointmentTooltip-module__o9gEqa__title{color:#18181b;letter-spacing:-.02em;flex:1;min-width:0;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.AppointmentTooltip-module__o9gEqa__content{flex-direction:column;gap:.75rem;padding:1.25rem 1.75rem 1.75rem;display:flex}.AppointmentTooltip-module__o9gEqa__infoCard{background:#f8f9fa;border:1px solid #0000000a;border-radius:12px;padding:1rem;transition:all .2s}.AppointmentTooltip-module__o9gEqa__infoCard:hover{background:#f1f3f5;border-color:#00000014}.AppointmentTooltip-module__o9gEqa__infoRow{align-items:flex-start;gap:1rem;display:flex}.AppointmentTooltip-module__o9gEqa__iconWrapper{color:#6366f1;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 4px #0000000a}.AppointmentTooltip-module__o9gEqa__iconWrapper.AppointmentTooltip-module__o9gEqa__phoneIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.AppointmentTooltip-module__o9gEqa__infoContent{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.AppointmentTooltip-module__o9gEqa__infoLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.AppointmentTooltip-module__o9gEqa__infoValue{color:#18181b;font-size:.9375rem;font-weight:600;line-height:1.4}.AppointmentTooltip-module__o9gEqa__phoneLink{color:inherit;border-radius:12px;margin:-1rem;padding:1rem;text-decoration:none;transition:all .2s;display:block}.AppointmentTooltip-module__o9gEqa__phoneLink:hover{background:#6366f114}.AppointmentTooltip-module__o9gEqa__phoneLink:active{background:#6366f11f}.AppointmentTooltip-module__o9gEqa__phoneValue{color:#6366f1;font-size:1rem;font-weight:700;line-height:1.4}.AppointmentTooltip-module__o9gEqa__serviceInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.AppointmentTooltip-module__o9gEqa__price{color:#6366f1;white-space:nowrap;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-radius:8px;padding:.25rem .75rem;font-size:1rem;font-weight:700}.AppointmentTooltip-module__o9gEqa__statusBadge{white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__confirmed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__completed{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}@media (max-width:480px){.AppointmentTooltip-module__o9gEqa__tooltip{border-radius:16px}.AppointmentTooltip-module__o9gEqa__header{padding:1.5rem 3rem 1rem 1.5rem}.AppointmentTooltip-module__o9gEqa__title{font-size:1.25rem}.AppointmentTooltip-module__o9gEqa__content{padding:1rem 1.5rem 1.5rem}.AppointmentTooltip-module__o9gEqa__infoCard{padding:.875rem}.AppointmentTooltip-module__o9gEqa__iconWrapper{width:36px;height:36px}.AppointmentTooltip-module__o9gEqa__iconWrapper svg{width:16px;height:16px}.AppointmentTooltip-module__o9gEqa__closeButton{width:28px;height:28px;top:1.5rem;right:.75rem;transform:translateY(-50%)}.AppointmentTooltip-module__o9gEqa__closeButton svg{width:16px;height:16px}}.AppointmentTooltip-module__o9gEqa__actions{border-top:1px solid #e4e4e7;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.AppointmentTooltip-module__o9gEqa__actionBtn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__actionBtn:disabled{opacity:.6;cursor:not-allowed}.AppointmentTooltip-module__o9gEqa__confirmBtn{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.AppointmentTooltip-module__o9gEqa__confirmBtn:hover:not(:disabled){background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);transform:translateY(-1px)}.AppointmentTooltip-module__o9gEqa__cancelBtn{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.AppointmentTooltip-module__o9gEqa__cancelBtn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px)}.AppointmentTooltip-module__o9gEqa__completeBtn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.AppointmentTooltip-module__o9gEqa__completeBtn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);transform:translateY(-1px)}
.Card-module__b6YjYG__card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.Card-module__b6YjYG__hoverable{cursor:pointer;transition:transform .2s,border-color .2s}.Card-module__b6YjYG__hoverable:hover{border-color:var(--foreground-muted);transform:translateY(-2px)}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);padding:1.5rem}.Card-module__b6YjYG__title{color:var(--brand-black);font-size:1rem;font-weight:600;line-height:1.4}.Card-module__b6YjYG__content{flex:1;padding:1.5rem}.Card-module__b6YjYG__footer{background-color:var(--background-subtle);border-top:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}
.Button-module__8RiFmG__button{border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;outline:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__button:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__8RiFmG__primary:hover{background-color:var(--primary-hover)}.Button-module__8RiFmG__secondary{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__secondary:hover{background-color:#e4e4e7}.Button-module__8RiFmG__outline{border-color:var(--secondary-border);color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__outline:hover{background-color:var(--background-subtle);border-color:var(--border-strong)}.Button-module__8RiFmG__ghost{color:var(--foreground-muted);background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__danger{color:var(--danger);background-color:#fff;border-color:#fee2e2}.Button-module__8RiFmG__danger:hover{background-color:var(--danger-bg);border-color:#fecaca}.Button-module__8RiFmG__sm{height:2rem;padding:0 .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{height:2.5rem;padding:0 1rem}.Button-module__8RiFmG__lg{height:3rem;padding:0 1.5rem;font-size:1rem}.Button-module__8RiFmG__fullWidth{width:100%}
.Merchant-module__KoJMNa__container{flex-direction:column;gap:2rem;width:100%;max-width:100%;padding:2rem;animation:.4s ease-in Merchant-module__KoJMNa__fadeIn;display:flex;overflow-x:hidden}@keyframes Merchant-module__KoJMNa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Merchant-module__KoJMNa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Merchant-module__KoJMNa__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.Merchant-module__KoJMNa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;width:100%;display:grid}.Merchant-module__KoJMNa__tableContainer{width:100%;overflow-x:hidden}.Merchant-module__KoJMNa__table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.875rem}.Merchant-module__KoJMNa__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.Merchant-module__KoJMNa__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.Merchant-module__KoJMNa__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.Merchant-module__KoJMNa__table tbody tr:hover{background:#fafafa}.Merchant-module__KoJMNa__table tbody tr:last-child{border-bottom:none}.Merchant-module__KoJMNa__th,.Merchant-module__KoJMNa__td{text-align:left;color:#09090b;padding:1rem}@media (max-width:768px){.Merchant-module__KoJMNa__container{padding:1rem}.Merchant-module__KoJMNa__header{flex-direction:column;align-items:flex-start;gap:.75rem}.Merchant-module__KoJMNa__title{font-size:1.5rem}.Merchant-module__KoJMNa__statsGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:640px){.Merchant-module__KoJMNa__title{font-size:1.25rem}.Merchant-module__KoJMNa__table thead{display:none}.Merchant-module__KoJMNa__table,.Merchant-module__KoJMNa__table tbody,.Merchant-module__KoJMNa__table tr,.Merchant-module__KoJMNa__table td{width:100%;display:block}.Merchant-module__KoJMNa__table tr:not(.Merchant-module__KoJMNa__emptyRow){background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.Merchant-module__KoJMNa__table td{border-bottom:1px solid var(--background-muted);text-align:right;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Merchant-module__KoJMNa__table td:last-child{border-bottom:none;padding-bottom:0}.Merchant-module__KoJMNa__table td:first-child{padding-top:0}.Merchant-module__KoJMNa__table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);text-align:left;font-size:.8rem;font-weight:500}.Merchant-module__KoJMNa__emptyRow{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.Merchant-module__KoJMNa__emptyCell{border-radius:var(--radius);background-color:var(--background-subtle);color:var(--muted-foreground);text-align:center!important;border:1px dashed var(--border)!important;justify-content:center!important;align-items:center!important;padding:3rem 1rem!important;display:flex!important}.Merchant-module__KoJMNa__emptyCell:before{display:none!important}}
.AppointmentModal-module__cVT2ia__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.AppointmentModal-module__cVT2ia__formGrid{grid-template-columns:1fr}}.AppointmentModal-module__cVT2ia__buttonGroup{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}@media (max-width:640px){.AppointmentModal-module__cVT2ia__buttonGroup{flex-direction:column-reverse;width:100%}.AppointmentModal-module__cVT2ia__buttonGroup button{width:100%}}.AppointmentModal-module__cVT2ia__select{border:1.5px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:8px;width:100%;padding:.75rem;font-size:.9375rem;font-weight:500;transition:all .2s}.AppointmentModal-module__cVT2ia__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f11a}.AppointmentModal-module__cVT2ia__selectLabel{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}
.Input-module__5jsJuW__container,.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--brand-black);margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.Input-module__5jsJuW__input{border:1.5px solid var(--border);background-color:var(--background);height:2.75rem;color:var(--foreground);box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:0 .875rem;font-family:inherit;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Input-module__5jsJuW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #09090b1a}.Input-module__5jsJuW__input::placeholder{color:var(--foreground-muted)}.Input-module__5jsJuW__hasError{border-color:var(--danger)}.Input-module__5jsJuW__hasError:focus{box-shadow:0 0 0 3px #e11d481a}.Input-module__5jsJuW__error{color:var(--danger);margin-top:-.25rem;font-size:.75rem}
.Calendar-module__jIgQeq__container{background:#fafafa;flex-direction:column;gap:1.5rem;height:calc(100vh - 80px);padding:1.5rem;display:flex;overflow:hidden}.Calendar-module__jIgQeq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:0;display:flex}.Calendar-module__jIgQeq__headerLeft{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Calendar-module__jIgQeq__title{color:#18181b;letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.Calendar-module__jIgQeq__dateControls{background:#fff;border:1.5px solid #e4e4e7;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.Calendar-module__jIgQeq__navButton{justify-content:center;align-items:center;width:36px;min-width:auto;height:36px;padding:.5rem;display:flex}.Calendar-module__jIgQeq__dateButton{text-align:center;cursor:pointer;color:#18181b;background:0 0;border:none;border-radius:8px;min-width:200px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.Calendar-module__jIgQeq__dateButton:hover{color:#6366f1;background:#f5f5f5}.Calendar-module__jIgQeq__viewControls{align-items:center;gap:.5rem;display:flex}.Calendar-module__jIgQeq__viewButton{align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.Calendar-module__jIgQeq__addButton{color:#fff;background:#09090b;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.Calendar-module__jIgQeq__addButton:hover{background:#27272a;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Calendar-module__jIgQeq__calendarCard{background:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:768px){.Calendar-module__jIgQeq__container{gap:1rem;height:auto;min-height:calc(100vh - 80px);padding:1rem;overflow-y:auto}.Calendar-module__jIgQeq__header{flex-direction:column;align-items:flex-start;gap:1rem}.Calendar-module__jIgQeq__headerLeft{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.Calendar-module__jIgQeq__title{font-size:1.5rem}.Calendar-module__jIgQeq__dateControls{width:100%}.Calendar-module__jIgQeq__dateButton{flex:1;min-width:auto}.Calendar-module__jIgQeq__viewControls{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.Calendar-module__jIgQeq__addButton{grid-column:1/-1;justify-content:center;width:100%}.Calendar-module__jIgQeq__calendarCard{height:600px}}
.SettingsPage-module__Q-Kjaa__container{max-width:1200px;font-family:var(--font-sans,system-ui,sans-serif);margin:0 auto;padding-bottom:4rem}.SettingsPage-module__Q-Kjaa__header{margin-bottom:3rem}.SettingsPage-module__Q-Kjaa__title{color:#09090b;letter-spacing:-.03em;margin:0 0 .75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.SettingsPage-module__Q-Kjaa__subtitle{color:#71717a;margin:0;font-size:1.125rem;line-height:1.6}.SettingsPage-module__Q-Kjaa__card{background:#fff;border:1px solid #0000000f;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 24px #0000000f}.SettingsPage-module__Q-Kjaa__card:hover{box-shadow:0 8px 32px #00000014}.SettingsPage-module__Q-Kjaa__sectionTitle{color:#09090b;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.SettingsPage-module__Q-Kjaa__statusHeader{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:2rem;display:flex}.SettingsPage-module__Q-Kjaa__statusInfo{align-items:center;gap:.75rem;display:flex}.SettingsPage-module__Q-Kjaa__statusDot{border-radius:50%;width:10px;height:10px}.SettingsPage-module__Q-Kjaa__statusDot.SettingsPage-module__Q-Kjaa__active{background-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.SettingsPage-module__Q-Kjaa__statusDot.SettingsPage-module__Q-Kjaa__inactive{background-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.SettingsPage-module__Q-Kjaa__statusTitle{color:#111;margin:0;font-weight:600}.SettingsPage-module__Q-Kjaa__statusDesc{color:#666;margin:.25rem 0 0;font-size:.85rem}.SettingsPage-module__Q-Kjaa__toggleButton{cursor:pointer;border:2px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__stop{color:#dc2626;background:linear-gradient(135deg,#fff 0%,#fafafa 100%);border-color:#fee2e2;box-shadow:0 2px 8px #dc26261a}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__stop:hover{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);transform:translateY(-2px);box-shadow:0 4px 12px #dc262626}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__start{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px #10b9814d}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__start:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.SettingsPage-module__Q-Kjaa__form{background:#fff;flex-direction:column;gap:2.5rem;padding:2.5rem;display:flex}.SettingsPage-module__Q-Kjaa__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.SettingsPage-module__Q-Kjaa__container{padding:0 1rem 2rem}.SettingsPage-module__Q-Kjaa__header{margin-bottom:2rem}.SettingsPage-module__Q-Kjaa__title{font-size:1.75rem}.SettingsPage-module__Q-Kjaa__subtitle{font-size:1rem}.SettingsPage-module__Q-Kjaa__row{grid-template-columns:1fr;gap:1.5rem}.SettingsPage-module__Q-Kjaa__form{gap:2rem;padding:1.5rem}.SettingsPage-module__Q-Kjaa__statusHeader{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.SettingsPage-module__Q-Kjaa__toggleButton,.SettingsPage-module__Q-Kjaa__saveButton{justify-content:center;width:100%}}.SettingsPage-module__Q-Kjaa__field{flex-direction:column;gap:.5rem;display:flex}.SettingsPage-module__Q-Kjaa__label{color:#09090b;letter-spacing:-.01em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.SettingsPage-module__Q-Kjaa__input,.SettingsPage-module__Q-Kjaa__textarea{color:#09090b;background-color:#fff;border:1.5px solid #e4e4e7;border-radius:10px;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.SettingsPage-module__Q-Kjaa__input:focus,.SettingsPage-module__Q-Kjaa__textarea:focus{border-color:#6366f1;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #6366f11a}.SettingsPage-module__Q-Kjaa__textarea{resize:vertical;min-height:100px}.SettingsPage-module__Q-Kjaa__actions{border-top:1px solid #f0f0f0;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.SettingsPage-module__Q-Kjaa__saveButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#09090b 0%,#27272a 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #00000026}.SettingsPage-module__Q-Kjaa__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.SettingsPage-module__Q-Kjaa__saveButton:hover:not(:disabled){background:linear-gradient(135deg,#27272a 0%,#09090b 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.SettingsPage-module__Q-Kjaa__message{color:#166534;background-color:#f0fdf4;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.SettingsPage-module__Q-Kjaa__message.SettingsPage-module__Q-Kjaa__error{color:#991b1b;background-color:#fef2f2}.SettingsPage-module__Q-Kjaa__toggleRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.SettingsPage-module__Q-Kjaa__toggleRow:last-child{border-bottom:none}.SettingsPage-module__Q-Kjaa__toggleInfo{flex-direction:column;gap:.25rem;display:flex}.SettingsPage-module__Q-Kjaa__toggleLabel{color:#09090b;font-size:.9375rem;font-weight:600}.SettingsPage-module__Q-Kjaa__toggleDesc{color:#71717a;font-size:.8125rem}.SettingsPage-module__Q-Kjaa__toggle{cursor:pointer;background:#e4e4e7;border:none;border-radius:999px;flex-shrink:0;width:52px;height:28px;transition:all .3s;position:relative}.SettingsPage-module__Q-Kjaa__toggle.SettingsPage-module__Q-Kjaa__toggleOn{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.SettingsPage-module__Q-Kjaa__toggleThumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.SettingsPage-module__Q-Kjaa__toggle.SettingsPage-module__Q-Kjaa__toggleOn .SettingsPage-module__Q-Kjaa__toggleThumb{transform:translate(24px)}
.SettingsPage-module__moDCPa__container{max-width:900px;margin:0 auto;padding:2rem;animation:.4s ease-in SettingsPage-module__moDCPa__fadeIn}@keyframes SettingsPage-module__moDCPa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SettingsPage-module__moDCPa__title{color:#09090b;letter-spacing:-.02em;margin:0 0 2rem;font-size:2rem;font-weight:700}.SettingsPage-module__moDCPa__card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.SettingsPage-module__moDCPa__cardTitle{color:#09090b;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.SettingsPage-module__moDCPa__formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.SettingsPage-module__moDCPa__formRow{flex-direction:column;gap:.5rem;display:flex}.SettingsPage-module__moDCPa__label{color:#09090b;font-size:.875rem;font-weight:500}.SettingsPage-module__moDCPa__checkboxRow{border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.SettingsPage-module__moDCPa__checkboxRow:last-child{border-bottom:none}.SettingsPage-module__moDCPa__checkboxRow input[type=checkbox]{cursor:pointer;accent-color:#6366f1;width:1.25rem;height:1.25rem}.SettingsPage-module__moDCPa__checkboxRow label{color:#09090b;cursor:pointer;font-size:.875rem}.SettingsPage-module__moDCPa__footer{border-top:1px solid #f5f5f5;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;display:flex}@media (max-width:768px){.SettingsPage-module__moDCPa__container{padding:1rem}.SettingsPage-module__moDCPa__title{font-size:1.5rem}.SettingsPage-module__moDCPa__formGrid{grid-template-columns:1fr}}
.SubscriptionsPage-module__h2EGZG__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.4s ease-in SubscriptionsPage-module__h2EGZG__fadeIn}@keyframes SubscriptionsPage-module__h2EGZG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SubscriptionsPage-module__h2EGZG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SubscriptionsPage-module__h2EGZG__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.SubscriptionsPage-module__h2EGZG__subtitle{color:#71717a;margin-top:.5rem;margin-bottom:0;font-size:1rem}.SubscriptionsPage-module__h2EGZG__actions{gap:1rem;display:flex}.SubscriptionsPage-module__h2EGZG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.SubscriptionsPage-module__h2EGZG__statCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem;transition:all .2s}.SubscriptionsPage-module__h2EGZG__statCard:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f11a}.SubscriptionsPage-module__h2EGZG__statLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.SubscriptionsPage-module__h2EGZG__statValue{color:#09090b;letter-spacing:-.02em;font-size:2rem;font-weight:700}.SubscriptionsPage-module__h2EGZG__tableCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.SubscriptionsPage-module__h2EGZG__table{border-collapse:collapse;width:100%}.SubscriptionsPage-module__h2EGZG__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.SubscriptionsPage-module__h2EGZG__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.SubscriptionsPage-module__h2EGZG__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.SubscriptionsPage-module__h2EGZG__table tbody tr:hover{background:#fafafa}.SubscriptionsPage-module__h2EGZG__table tbody tr:last-child{border-bottom:none}.SubscriptionsPage-module__h2EGZG__table td{color:#09090b;padding:1rem}.SubscriptionsPage-module__h2EGZG__table td:first-child{font-weight:500}.SubscriptionsPage-module__h2EGZG__emptyState{text-align:center;color:#71717a;padding:3rem}.SubscriptionsPage-module__h2EGZG__statusBadge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.SubscriptionsPage-module__h2EGZG__statusActive{color:#22c55e;background:#22c55e1a}.SubscriptionsPage-module__h2EGZG__statusInactive{color:#ef4444;background:#ef44441a}@media (max-width:768px){.SubscriptionsPage-module__h2EGZG__container{padding:1rem}.SubscriptionsPage-module__h2EGZG__title{font-size:1.5rem}.SubscriptionsPage-module__h2EGZG__header{flex-direction:column;align-items:flex-start}.SubscriptionsPage-module__h2EGZG__actions{flex-direction:column;width:100%}.SubscriptionsPage-module__h2EGZG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.SubscriptionsPage-module__h2EGZG__statCard{padding:1rem}.SubscriptionsPage-module__h2EGZG__statValue{font-size:1.5rem}.SubscriptionsPage-module__h2EGZG__table{font-size:.875rem}.SubscriptionsPage-module__h2EGZG__table th,.SubscriptionsPage-module__h2EGZG__table td{padding:.75rem .5rem}}
.BookingWizard-module__hRBk-q__container{max-width:600px;font-family:var(--font-sans);box-sizing:border-box;flex-direction:column;width:100%;min-height:auto;margin:0 auto;padding:1rem;display:flex;overflow-x:hidden}.BookingWizard-module__hRBk-q__progress{justify-content:center;gap:.5rem;margin-bottom:2rem;padding:0 1rem;display:flex}.BookingWizard-module__hRBk-q__step{background-color:var(--border);border-radius:99px;width:2rem;height:4px;transition:all .4s cubic-bezier(.4,0,.2,1)}.BookingWizard-module__hRBk-q__activeStep{background-color:var(--brand-black,#000);width:3.5rem}.BookingWizard-module__hRBk-q__stepTitle{text-align:center;color:#0f172a;letter-spacing:-.02em;margin-top:-.25rem;margin-bottom:.75rem;padding:0 .5rem;font-size:1.25rem;font-weight:800}.BookingWizard-module__hRBk-q__grid{box-sizing:border-box;flex-direction:column;gap:.75rem;width:100%;margin-top:-.5rem;margin-bottom:.5rem;padding:0 .5rem;display:flex}.BookingWizard-module__hRBk-q__cardItem{cursor:pointer;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:14px;align-items:center;gap:.875rem;width:100%;min-height:4.5rem;padding:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000a}.BookingWizard-module__hRBk-q__cardItem:hover{background:#fafafa;border-color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.BookingWizard-module__hRBk-q__cardItem:active{background:#f5f5f5;transform:scale(.97)translateY(0);box-shadow:0 2px 8px #0000000f}.BookingWizard-module__hRBk-q__itemInfo{text-align:left;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.25rem;display:flex}.BookingWizard-module__hRBk-q__itemName{color:#0f172a;text-transform:capitalize;letter-spacing:-.01em;margin-bottom:.125rem;font-size:1rem;font-weight:700;line-height:1.2}.BookingWizard-module__hRBk-q__itemDetail{color:#64748b;text-transform:capitalize;font-size:.875rem;font-weight:500;line-height:1.3}.BookingWizard-module__hRBk-q__priceBadge{color:#0f172a;white-space:nowrap;letter-spacing:-.02em;margin-left:auto;font-size:1.125rem;font-weight:800}.BookingWizard-module__hRBk-q__chevronIcon{color:#cbd5e1;flex-shrink:0;width:22px;height:22px;transition:all .25s cubic-bezier(.4,0,.2,1)}.BookingWizard-module__hRBk-q__cardItem:hover .BookingWizard-module__hRBk-q__chevronIcon{color:#0f172a;transform:translate(6px)}.BookingWizard-module__hRBk-q__dateScroll{scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;-webkit-overflow-scrolling:touch;align-items:flex-start;gap:.5rem;width:100%;min-height:4.5rem;margin-top:-1rem;margin-bottom:.5rem;padding:0 1rem .25rem;display:flex;overflow-x:auto;overflow-y:visible!important}.BookingWizard-module__hRBk-q__dateScroll::-webkit-scrollbar{display:none}.BookingWizard-module__hRBk-q__dateBtn{cursor:pointer;color:#475569;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;margin:0;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000a;box-sizing:border-box!important;flex-direction:column!important;flex:none!important;justify-content:space-between!important;align-items:center!important;width:4.25rem!important;min-width:4.25rem!important;height:5.5rem!important;min-height:5.5rem!important;padding:.75rem .5rem!important;display:flex!important;overflow:visible!important}.BookingWizard-module__hRBk-q__dateWeekday{text-transform:uppercase;letter-spacing:.02em;color:#475569!important;opacity:1!important;visibility:visible!important;z-index:1!important;font-size:.75rem!important;font-weight:600!important;line-height:1.2!important;display:block!important;position:relative!important}.BookingWizard-module__hRBk-q__dateDay{color:#475569!important;visibility:visible!important;z-index:1!important;margin-top:.125rem!important;font-size:1.125rem!important;font-weight:700!important;line-height:1.2!important;display:block!important;position:relative!important}.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate){color:#1e293b;border-color:#000;transform:translateY(-2px)}.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate) .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate) .BookingWizard-module__hRBk-q__dateDay{opacity:1;color:#1e293b}.BookingWizard-module__hRBk-q__activeDate{color:#fff;background:#000;border-color:#000;transform:scale(1.08);box-shadow:0 4px 16px #00000040}.BookingWizard-module__hRBk-q__activeDate .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__activeDate .BookingWizard-module__hRBk-q__dateDay{color:#fff!important;opacity:1!important}.BookingWizard-module__hRBk-q__activeDate:hover{color:#fff}.BookingWizard-module__hRBk-q__activeDate:hover .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__activeDate:hover .BookingWizard-module__hRBk-q__dateDay{color:#fff!important;opacity:1!important}.BookingWizard-module__hRBk-q__slotsContainer{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%;margin-bottom:.5rem;padding:0 1rem;display:flex}.BookingWizard-module__hRBk-q__slotBtn{cursor:pointer;color:#111;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex:0 0 calc(33.333% - .333rem);justify-content:center;align-items:center;width:calc(33.333% - .333rem);max-width:calc(33.333% - .333rem);height:2.5rem;padding:0;font-size:.8125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000f}.BookingWizard-module__hRBk-q__slotBtn:hover:not(:disabled){border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.BookingWizard-module__hRBk-q__slotBtn.BookingWizard-module__hRBk-q__active{color:#fff;background:#111;border-color:#000;transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.BookingWizard-module__hRBk-q__slotBtn:active{transform:scale(.98)}.BookingWizard-module__hRBk-q__disabledSlot{opacity:.45;color:#94a3b8;box-shadow:none;cursor:not-allowed;pointer-events:none;background-color:#f8f9fa;border:1.5px dashed #e2e8f0}.BookingWizard-module__hRBk-q__summaryReceipt{background:#fff;border:2px solid #e2e8f0;border-radius:20px;margin-top:-.5rem;margin-bottom:2rem;padding:0;overflow:hidden;box-shadow:0 4px 16px #0000000f}.BookingWizard-module__hRBk-q__receiptHeader{text-align:center;background:linear-gradient(#f9fafb,#fff);border-bottom:2px solid #e2e8f0;padding:1.75rem 1.5rem}.BookingWizard-module__hRBk-q__receiptHeader h3{color:#0f172a;letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.BookingWizard-module__hRBk-q__receiptBody{flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;display:flex}.BookingWizard-module__hRBk-q__summaryRow{color:#64748b;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;display:flex}.BookingWizard-module__hRBk-q__summaryRow strong{color:#0f172a;text-align:right;font-size:1.0625rem;font-weight:700}.BookingWizard-module__hRBk-q__totalRow{color:#0f172a;letter-spacing:-.02em;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1.25rem;font-size:1.5rem;font-weight:800;display:flex}.BookingWizard-module__hRBk-q__actionBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:#fffffffa;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;padding:.625rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000a}.BookingWizard-module__hRBk-q__backBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.BookingWizard-module__hRBk-q__backBtn:hover{color:#0f172a;background:#f8fafc}@media (min-width:600px){.BookingWizard-module__hRBk-q__container{padding:1.5rem 1.5rem 2rem}.BookingWizard-module__hRBk-q__slotsContainer{gap:.75rem;padding:0 .5rem}.BookingWizard-module__hRBk-q__slotBtn{flex:0 0 calc(25% - .563rem);width:calc(25% - .563rem);max-width:calc(25% - .563rem);height:3.25rem;font-size:1rem}.BookingWizard-module__hRBk-q__actionBar{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;max-width:100%;padding:1rem 0;position:sticky;bottom:0}.BookingWizard-module__hRBk-q__grid{margin-bottom:1.5rem}.BookingWizard-module__hRBk-q__dateScroll{padding:.75rem 1.5rem 1.25rem}.BookingWizard-module__hRBk-q__dateBtn{width:3.75rem;height:4.25rem}}
