.WeeklyView-module__lEXFLW__container{background:var(--background);flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__container{width:100%;max-width:100%;overflow-x:hidden}}.WeeklyView-module__lEXFLW__scrollView{background-color:var(--background);padding-bottom:calc(5rem + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;height:100%;min-height:0;position:relative;overflow:auto}@media (max-width:768px){.WeeklyView-module__lEXFLW__scrollView{-webkit-overflow-scrolling:touch;padding-bottom:calc(2rem + env(safe-area-inset-bottom));flex:1;width:100%;max-width:100%;height:100%;min-height:0;overflow:hidden auto}}.WeeklyView-module__lEXFLW__header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:10;background-color:#fffffffa;grid-template-columns:80px repeat(7,1fr);min-width:1000px;display:grid;position:relative;box-shadow:0 2px 8px #0000000a}@media (max-width:768px){.WeeklyView-module__lEXFLW__header{z-index:10;background-color:#fff;grid-template-columns:40px repeat(7,minmax(0,1fr));width:100%;min-width:100%;max-width:100%;position:relative;box-shadow:0 2px 12px #0000001a}}.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}@media (max-width:768px){.WeeklyView-module__lEXFLW__timeLabelHeader{width:40px;min-width:40px;max-width:40px}}.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:.1rem;min-width:0;padding:.4rem .15rem;font-size:.5rem;overflow:hidden}.WeeklyView-module__lEXFLW__dayName{display:none}.WeeklyView-module__lEXFLW__dayNameShort{font-size:.5rem;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:.4rem;font-weight:500;line-height:1;display:block}}.WeeklyView-module__lEXFLW__dayHeader:last-child{border-right:none}.WeeklyView-module__lEXFLW__gridContainer{flex-direction:column;min-width:1000px;display:flex;position:relative}@media (max-width:768px){.WeeklyView-module__lEXFLW__gridContainer{-webkit-overflow-scrolling:touch;width:100%;min-width:100%;max-width:100%;overflow-x:hidden}}.WeeklyView-module__lEXFLW__grid{flex:1;grid-template-columns:80px repeat(7,1fr);min-height:0;display:grid}@media (max-width:768px){.WeeklyView-module__lEXFLW__grid{grid-template-columns:40px repeat(7,minmax(0,1fr));width:100%;min-width:100%;max-width:100%}}.WeeklyView-module__lEXFLW__timeColumn{border-right:1px solid var(--border);background-color:var(--background);z-index:40;position:sticky;left:0}@media (max-width:768px){.WeeklyView-module__lEXFLW__timeColumn{width:40px;min-width:40px;max-width:40px}}.WeeklyView-module__lEXFLW__timeLabel{text-align:right;height:50px;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:40px;padding:.3rem .4rem 0 0;font-size:.5625rem;font-weight:600;line-height:1.2}}.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}@media (max-width:768px){.WeeklyView-module__lEXFLW__dayColumn{min-width:0;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:50px;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{min-width:0;height:40px;overflow:hidden}}.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:.2rem;min-height:auto;max-height:calc(100% - 4px);padding:.35rem .45rem;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:3px;border-radius:4px;gap:.1rem;padding:.2rem .3rem;font-size:.625rem;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{margin-bottom:.02rem;font-size:.5rem}}.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{font-size:.5625rem;line-height:1.1}}.WeeklyView-module__lEXFLW__appService{color:var(--muted-foreground);word-wrap:break-word;flex-direction:column;flex-shrink:1;gap:.1rem;width:100%;min-width:0;margin-top:.05rem;font-size:.65rem;line-height:1.3;display:flex;overflow:visible}@media (max-width:768px){.WeeklyView-module__lEXFLW__appService{gap:.05rem;margin-top:.02rem;font-size:.5rem;line-height:1.2}}.WeeklyView-module__lEXFLW__appStaff{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;opacity:.85;flex-shrink:0;width:100%;min-width:0;margin-top:.05rem;font-size:.6rem;line-height:1.2;overflow:hidden}@media (max-width:768px){.WeeklyView-module__lEXFLW__appStaff{margin-top:.02rem;font-size:.5rem;line-height:1.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-direction:column;align-items:stretch;gap:.625rem;width:100%;font-size:.8125rem;display:flex}.WeeklyView-module__lEXFLW__detailRow{flex-wrap:wrap;align-items:flex-start;gap:.5rem;width:100%;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%)}.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}
.Modal-module__7LRQSW__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);box-sizing:border-box;width:100%;height:100%;min-height:100%;padding:1rem;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-color:#000000a6;justify-content:center;align-items:center;margin:0;animation:.25s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden auto}.Modal-module__7LRQSW__overlay::-webkit-scrollbar{background:0 0;width:0}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__7LRQSW__modal{background-color:var(--background);box-sizing:border-box;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex-shrink:0;place-self:center;width:100%;max-width:540px;min-height:0;max-height:calc(100vh - 2rem);margin:auto;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #0000004d,0 0 0 1px #ffffff0d}@media (max-width:640px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end}.Modal-module__7LRQSW__modal{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;height:auto;min-height:auto;margin:auto 0 0}}@media (max-width:480px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end}.Modal-module__7LRQSW__modal{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;height:auto;min-height:auto;margin:auto 0 0}}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);background:var(--background);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.Modal-module__7LRQSW__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;line-height:1;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeBtn svg{width:18px;height:18px}.Modal-module__7LRQSW__closeBtn:hover{background-color:var(--secondary);color:var(--foreground);transform:rotate(90deg)}.Modal-module__7LRQSW__closeBtn:active{transform:rotate(90deg)scale(.95)}.Modal-module__7LRQSW__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;max-height:calc(100vh - 8rem);padding:1.75rem;overflow:hidden auto}@media (max-width:640px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);flex-shrink:0;padding:1.25rem 1.5rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem;font-size:1.25rem;overflow:hidden}.Modal-module__7LRQSW__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 5rem);-webkit-overflow-scrolling:touch;padding:1.5rem;overflow-y:auto}}@media (max-width:480px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);flex-shrink:0;padding:1rem 1.25rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem;font-size:1.125rem;overflow:hidden}.Modal-module__7LRQSW__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 4.5rem);-webkit-overflow-scrolling:touch;padding:1.25rem;overflow-y:auto}}@keyframes Modal-module__7LRQSW__slideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.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%}
.AppointmentTooltip-module__o9gEqa__tooltip{z-index:1000;box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:90%;min-width:320px;max-width:400px;max-height:calc(100vh - 2rem);padding:0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__fadeIn;display:flex;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{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:auto;min-height:auto;margin:0;margin-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__slideUp;top:auto;bottom:0;left:0;transform:none}}@keyframes AppointmentTooltip-module__o9gEqa__fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes AppointmentTooltip-module__o9gEqa__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.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%)}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__closeButton{top:1.25rem;right:1rem;transform:translateY(0)}}.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;flex-shrink:0;padding:1.75rem 3.5rem 1.25rem 1.75rem;position:relative}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__header{z-index:10;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:1.25rem 3rem 1rem 1.25rem;position:sticky;top:0}}.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;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3;overflow:hidden}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__title{font-size:1.25rem}}.AppointmentTooltip-module__o9gEqa__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1.25rem 1.75rem 1.75rem;display:flex;overflow:hidden auto}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 5rem);padding:1rem 1.25rem 1.5rem}}.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:20px 20px 0 0;width:100%;max-width:100%}.AppointmentTooltip-module__o9gEqa__header{padding:1rem 2.5rem .875rem 1rem}.AppointmentTooltip-module__o9gEqa__title{font-size:1.125rem}.AppointmentTooltip-module__o9gEqa__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 4.5rem);padding:.875rem 1rem 1.25rem}.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:1rem;right:.75rem;transform:translateY(0)}.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)}
.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}}
.DashboardShell-module__FLJA4W__shell{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);min-height:100vh;display:flex}.DashboardShell-module__FLJA4W__sidebar{width:var(--sidebar-width);color:#fafafa;z-index:100;background:linear-gradient(#09090b 0%,#18181b 100%);border-right:1px solid #ffffff14;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 24px #0000001a}.DashboardShell-module__FLJA4W__logoArea{height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090bcc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.DashboardShell-module__FLJA4W__logo{letter-spacing:-.03em;color:#fff;align-items:baseline;font-size:1.5rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.DashboardShell-module__FLJA4W__logo:hover{transform:translateY(-1px)}.DashboardShell-module__FLJA4W__logoQ{color:#6366f1;font-weight:800}.DashboardShell-module__FLJA4W__logoText{letter-spacing:-.025em;color:#fff;font-size:1.125rem;font-weight:700}.DashboardShell-module__FLJA4W__nav{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem 1rem;display:flex}.DashboardShell-module__FLJA4W__navLink{color:#a1a1aa;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.DashboardShell-module__FLJA4W__navLink:before{content:"";background:#6366f1;width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.DashboardShell-module__FLJA4W__navLink:hover{color:#fff;background:#ffffff0d;transform:translate(4px)}.DashboardShell-module__FLJA4W__navLink:hover:before{transform:scaleY(1)}.DashboardShell-module__FLJA4W__active{color:#fff;background:linear-gradient(90deg,#6366f126 0%,#6366f10d 100%);border-left:3px solid #6366f1;font-weight:600}.DashboardShell-module__FLJA4W__active:before{transform:scaleY(1)}.DashboardShell-module__FLJA4W__active:hover{background:linear-gradient(90deg,#6366f133 0%,#6366f11a 100%);transform:translate(0)}.DashboardShell-module__FLJA4W__userProfile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#09090b80;border-top:1px solid #ffffff14;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.DashboardShell-module__FLJA4W__userProfile:hover{background:#09090bb3}.DashboardShell-module__FLJA4W__avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #6366f14d}.DashboardShell-module__FLJA4W__userProfile:hover .DashboardShell-module__FLJA4W__avatar{transform:scale(1.05);box-shadow:0 4px 12px #6366f166}.DashboardShell-module__FLJA4W__userInfo{flex-direction:column;display:flex}.DashboardShell-module__FLJA4W__userName{color:#fff;font-size:.875rem;font-weight:500}.DashboardShell-module__FLJA4W__userRole{color:#a1a1aa;font-size:.75rem}.DashboardShell-module__FLJA4W__logoutBtn{color:#a1a1aa;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:.75rem;transition:color .2s}.DashboardShell-module__FLJA4W__logoutBtn:hover{color:#fff}.DashboardShell-module__FLJA4W__main{padding-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;display:flex}.DashboardShell-module__FLJA4W__header{height:var(--header-height);-webkit-backdrop-filter:blur(20px);z-index:40;background:#fffffff2;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.DashboardShell-module__FLJA4W__pageTitle{color:var(--brand-black);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.DashboardShell-module__FLJA4W__content{width:100%;max-width:1400px;margin:0 auto;padding:2rem;animation:.3s ease-out DashboardShell-module__FLJA4W__fadeIn}@keyframes DashboardShell-module__FLJA4W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.DashboardShell-module__FLJA4W__fullWidth{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.DashboardShell-module__FLJA4W__mobileMenuBtn,.DashboardShell-module__FLJA4W__mobileCloseBtn,.DashboardShell-module__FLJA4W__overlay{display:none}@media (max-width:768px){.DashboardShell-module__FLJA4W__sidebar{transform:translate(-100%)}.DashboardShell-module__FLJA4W__mobileOpen{transform:translate(0)}.DashboardShell-module__FLJA4W__main{padding-left:0}.DashboardShell-module__FLJA4W__mobileMenuBtn{cursor:pointer;background:0 0;border:none;font-size:1.25rem;display:block}.DashboardShell-module__FLJA4W__mobileCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:block;position:absolute;top:1rem;right:1rem}.DashboardShell-module__FLJA4W__overlay{z-index:99;background:#00000080;position:fixed;inset:0}.DashboardShell-module__FLJA4W__overlay.DashboardShell-module__FLJA4W__open{display:block}.DashboardShell-module__FLJA4W__header{padding:0 1rem}.DashboardShell-module__FLJA4W__content{padding:1rem}.DashboardShell-module__FLJA4W__noPadding{padding:0!important}}.DashboardShell-module__FLJA4W__dashboardFooter{bottom:0;left:var(--sidebar-width);-webkit-backdrop-filter:blur(20px);z-index:50;background:#fffffffa;border-top:1px solid #e4e4e7;justify-content:center;align-items:center;padding:.75rem 2rem;display:flex;position:fixed;right:0;box-shadow:0 -2px 12px #0000000a}.DashboardShell-module__FLJA4W__footerContent{color:#71717a;text-align:center;white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;line-height:1.5;display:flex;overflow:hidden}.DashboardShell-module__FLJA4W__footerLink{color:inherit;cursor:pointer;flex-shrink:0;align-items:center;gap:0;text-decoration:none;transition:opacity .2s;display:flex}.DashboardShell-module__FLJA4W__footerLink:hover{opacity:.8}@media (max-width:768px){.DashboardShell-module__FLJA4W__dashboardFooter{visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.DashboardShell-module__FLJA4W__footerContent{gap:.2rem;font-size:.6875rem;line-height:1.3}}
.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:.75rem;height:calc(100vh - 80px);padding:1rem;display:flex;overflow:hidden}.Calendar-module__jIgQeq__header{flex-direction:column;flex-shrink:0;gap:.375rem;padding:0;display:flex}.Calendar-module__jIgQeq__headerLeft{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}.Calendar-module__jIgQeq__dateControls{background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;align-items:center;gap:.25rem;padding:.2rem;display:flex}.Calendar-module__jIgQeq__navButton{justify-content:center;align-items:center;width:32px;min-width:auto;height:32px;padding:.375rem;display:flex}.Calendar-module__jIgQeq__dateButton{text-align:center;cursor:pointer;color:#18181b;background:0 0;border:none;border-radius:6px;min-width:180px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.Calendar-module__jIgQeq__dateButton:hover{color:#6366f1;background:#f5f5f5}.Calendar-module__jIgQeq__viewControls{align-items:center;gap:.375rem;display:flex}.Calendar-module__jIgQeq__viewButton{align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:flex}.Calendar-module__jIgQeq__addButton{color:#fff;white-space:nowrap;background:#09090b;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.3rem .6rem;font-size:.75rem;font-weight:600;display:flex}.Calendar-module__jIgQeq__addButton:hover{background:#27272a;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Calendar-module__jIgQeq__searchFilter{flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem;display:flex}.Calendar-module__jIgQeq__searchWrapper{flex:1;min-width:180px;max-width:280px;position:relative}.Calendar-module__jIgQeq__searchIcon{color:#71717a;pointer-events:none;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.Calendar-module__jIgQeq__searchInput{width:100%;height:auto;padding-top:.3rem!important;padding-bottom:.3rem!important;padding-left:28px!important;font-size:.75rem!important}.Calendar-module__jIgQeq__filterSelect{cursor:pointer;color:#18181b;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;min-width:120px;padding:.3rem .6rem;font-size:.75rem}.Calendar-module__jIgQeq__calendarCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:768px){.Calendar-module__jIgQeq__container{box-sizing:border-box;flex-direction:column;gap:.25rem;width:100%;max-width:100%;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:.4rem;display:flex;overflow:hidden}.Calendar-module__jIgQeq__header{z-index:10;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.25rem;margin-bottom:0;padding:0;position:relative}.Calendar-module__jIgQeq__headerLeft{flex-flow:row;align-items:center;gap:.2rem;width:100%;margin-bottom:0;overflow:hidden}.Calendar-module__jIgQeq__dateControls{flex:auto;justify-content:space-between;min-width:0;max-width:100%;padding:.15rem}.Calendar-module__jIgQeq__dateButton{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.2rem .25rem;font-size:.625rem;overflow:hidden}.Calendar-module__jIgQeq__navButton{width:26px;height:26px;padding:.2rem}.Calendar-module__jIgQeq__viewControls{flex-shrink:0;gap:.15rem;min-width:fit-content;display:flex}.Calendar-module__jIgQeq__viewButton{flex-shrink:0;min-width:30px;max-width:34px;padding:.15rem .25rem;font-size:.625rem}.Calendar-module__jIgQeq__viewButton span{display:none}.Calendar-module__jIgQeq__addButton{flex-shrink:0;justify-content:center;gap:.1rem;min-width:auto;max-width:38px;padding:.15rem .3rem;font-size:.625rem}.Calendar-module__jIgQeq__addButton span{display:none}.Calendar-module__jIgQeq__searchFilter{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.15rem;margin-bottom:.15rem;display:flex}.Calendar-module__jIgQeq__searchWrapper{flex:auto;min-width:0;max-width:none}.Calendar-module__jIgQeq__searchInput{height:26px!important;padding-top:.15rem!important;padding-bottom:.15rem!important;padding-left:22px!important;font-size:.625rem!important;line-height:1.2!important}.Calendar-module__jIgQeq__searchIcon{width:11px;height:11px;left:5px}.Calendar-module__jIgQeq__filterSelect{flex-shrink:0;min-width:85px;max-width:100px;height:26px;padding:.15rem .3rem;font-size:.625rem}.Calendar-module__jIgQeq__calendarCard{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}}
.SubscriptionPage-module__La1Rca__container{max-width:1200px;font-family:var(--font-sans,system-ui,sans-serif);margin:0 auto;padding-bottom:4rem}.SubscriptionPage-module__La1Rca__header{text-align:center;margin-bottom:3rem}.SubscriptionPage-module__La1Rca__title{color:#09090b;letter-spacing:-.03em;margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.SubscriptionPage-module__La1Rca__subtitle{color:#71717a;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.SubscriptionPage-module__La1Rca__loading{text-align:center;color:#71717a;padding:4rem 2rem;font-size:1.125rem}.SubscriptionPage-module__La1Rca__message{text-align:center;border-radius:12px;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;animation:.3s ease-out SubscriptionPage-module__La1Rca__slideDown}.SubscriptionPage-module__La1Rca__message.SubscriptionPage-module__La1Rca__success{color:#166534;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #86efac}.SubscriptionPage-module__La1Rca__message.SubscriptionPage-module__La1Rca__error{color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fca5a5}@keyframes SubscriptionPage-module__La1Rca__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SubscriptionPage-module__La1Rca__emptyState{text-align:center;background:#fff;border:1px solid #0000000f;border-radius:20px;padding:4rem 2rem;box-shadow:0 4px 24px #0000000f}.SubscriptionPage-module__La1Rca__emptyState p{color:#64748b;margin:0;font-size:1rem}.SubscriptionPage-module__La1Rca__currentPackage{background:linear-gradient(135deg,#fff 0%,#6366f10d 100%)!important;border:2px solid #6366f1!important;box-shadow:0 0 0 4px #6366f11a!important}.SubscriptionPage-module__La1Rca__activeBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:10;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:20px;right:20px;box-shadow:0 2px 8px #10b9814d}.SubscriptionPage-module__La1Rca__pricingCardPopular .SubscriptionPage-module__La1Rca__activeBadge{top:50px;right:20px}.SubscriptionPage-module__La1Rca__activeBadgeInline{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:16px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:none;box-shadow:0 2px 6px #10b9814d}.SubscriptionPage-module__La1Rca__popularBadgeInline{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#6366f1;border-radius:16px;align-self:flex-start;align-items:center;gap:4px;margin-bottom:.5rem;padding:4px 10px;font-size:10px;font-weight:700;display:none}.SubscriptionPage-module__La1Rca__currentButton{cursor:default!important;background:#10b981!important;border-color:#10b981!important}.SubscriptionPage-module__La1Rca__currentButton:hover{background:#059669!important;border-color:#059669!important;transform:none!important}@media (max-width:768px){.SubscriptionPage-module__La1Rca__container{padding:0 1rem 6rem}.SubscriptionPage-module__La1Rca__header{margin-bottom:2rem}.SubscriptionPage-module__La1Rca__title{font-size:2rem}.SubscriptionPage-module__La1Rca__subtitle{font-size:1rem}.SubscriptionPage-module__La1Rca__activeBadge{display:none!important}.SubscriptionPage-module__La1Rca__activeBadgeInline{display:inline-flex!important}.SubscriptionPage-module__La1Rca__pricingCardPopular .SubscriptionPage-module__La1Rca__activeBadge{display:none!important}.SubscriptionPage-module__La1Rca__pricingCard .popularBadge{display:none!important}.SubscriptionPage-module__La1Rca__popularBadgeInline{display:inline-flex!important}}
.staff-module__KG2VPa__container{background:#fafafa;flex-direction:column;gap:.75rem;height:calc(100vh - 80px);padding:1rem;display:flex;overflow:hidden}.staff-module__KG2VPa__headerInfo{background:#fff;border-radius:10px;flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem;display:flex;box-shadow:0 2px 8px #0000000d}.staff-module__KG2VPa__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000026}.staff-module__KG2VPa__staffInfo{flex:1;min-width:0}.staff-module__KG2VPa__staffName{color:#18181b;word-break:break-word;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.staff-module__KG2VPa__staffTitle{color:#71717a;margin:0;font-size:.875rem}.staff-module__KG2VPa__header{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:0;display:flex}.staff-module__KG2VPa__headerLeft{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}.staff-module__KG2VPa__dateControls{background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;align-items:center;gap:.25rem;padding:.2rem;display:flex}.staff-module__KG2VPa__navButton{justify-content:center;align-items:center;width:32px;min-width:auto;height:32px;padding:.375rem;display:flex}.staff-module__KG2VPa__dateButton{text-align:center;cursor:pointer;color:#18181b;background:0 0;border:none;border-radius:6px;min-width:180px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.staff-module__KG2VPa__dateButton:hover{color:#6366f1;background:#f5f5f5}.staff-module__KG2VPa__viewControls{align-items:center;gap:.375rem;display:flex}.staff-module__KG2VPa__viewButton{align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:flex}.staff-module__KG2VPa__searchBar{flex-wrap:wrap;flex-shrink:0;gap:.375rem;margin-bottom:.375rem;display:flex}.staff-module__KG2VPa__searchInput{flex:1;min-width:180px;max-width:280px;position:relative}.staff-module__KG2VPa__searchIcon{color:#71717a;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.staff-module__KG2VPa__input{width:100%;padding-top:.3rem!important;padding-bottom:.3rem!important;padding-left:28px!important;font-size:.75rem!important}.staff-module__KG2VPa__filterSelect{cursor:pointer;color:#18181b;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;min-width:120px;padding:.3rem .6rem;font-size:.75rem}.staff-module__KG2VPa__calendarCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:768px){.staff-module__KG2VPa__container{box-sizing:border-box;flex-direction:column;gap:.25rem;width:100%;max-width:100%;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:.4rem;display:flex;overflow:hidden}.staff-module__KG2VPa__headerInfo{flex-shrink:0;gap:.4rem;padding:.4rem}.staff-module__KG2VPa__avatar{width:36px;height:36px;font-size:.875rem}.staff-module__KG2VPa__staffName{font-size:.8125rem}.staff-module__KG2VPa__staffTitle{font-size:.6875rem}.staff-module__KG2VPa__header{z-index:10;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.25rem;margin-bottom:0;padding:0;position:relative}.staff-module__KG2VPa__headerLeft{flex-flow:row;align-items:center;gap:.2rem;width:100%;margin-bottom:0;overflow:hidden}.staff-module__KG2VPa__dateControls{flex:auto;justify-content:space-between;min-width:0;max-width:100%;padding:.15rem}.staff-module__KG2VPa__dateButton{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.2rem .25rem;font-size:.625rem;overflow:hidden}.staff-module__KG2VPa__navButton{width:26px;height:26px;padding:.2rem}.staff-module__KG2VPa__viewControls{flex-shrink:0;gap:.15rem;min-width:fit-content;display:flex}.staff-module__KG2VPa__viewButton{flex-shrink:0;min-width:30px;max-width:34px;padding:.15rem .25rem;font-size:.625rem}.staff-module__KG2VPa__viewButton span{display:none}.staff-module__KG2VPa__searchBar{flex-flow:row;flex-shrink:0;align-items:center;gap:.15rem;margin-bottom:.15rem;display:flex}.staff-module__KG2VPa__searchInput{flex:auto;width:100%;min-width:0;max-width:none}.staff-module__KG2VPa__searchIcon{width:11px;height:11px;left:5px}.staff-module__KG2VPa__input{height:26px!important;padding-top:.15rem!important;padding-bottom:.15rem!important;padding-left:22px!important;font-size:.625rem!important;line-height:1.2!important}.staff-module__KG2VPa__filterSelect{flex-shrink:0;width:auto;min-width:85px;max-width:100px;height:26px;padding:.15rem .3rem;font-size:.625rem}.staff-module__KG2VPa__calendarCard{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}}
:root{--primary:#09090b;--primary-hover:#27272a;--blue:#6366f1;--blue-light:#6366f1;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#262626;--gray-900:#18181b}.LandingPage-module__CEBI7a__container{box-sizing:border-box;background:var(--white);width:100%;min-height:100vh;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;line-height:1.6}.LandingPage-module__CEBI7a__container *,.LandingPage-module__CEBI7a__container :before,.LandingPage-module__CEBI7a__container :after{box-sizing:border-box}.LandingPage-module__CEBI7a__header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000000f;height:80px;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a}.LandingPage-module__CEBI7a__navWrapper{justify-content:space-between;align-items:center;gap:48px;max-width:1280px;height:100%;margin:0 auto;padding:0 32px;display:flex}.LandingPage-module__CEBI7a__logo{letter-spacing:-.03em;color:var(--gray-900);white-space:nowrap;align-items:baseline;font-size:26px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.LandingPage-module__CEBI7a__logo:hover{transform:translateY(-1px)}.LandingPage-module__CEBI7a__logoQ{color:#6366f1;font-weight:800}.LandingPage-module__CEBI7a__nav{flex:1;justify-content:center;align-items:center;gap:40px;display:none}@media (min-width:1024px){.LandingPage-module__CEBI7a__nav{display:flex}}.LandingPage-module__CEBI7a__nav a{color:var(--gray-700);padding:8px 0;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.LandingPage-module__CEBI7a__nav a:after{content:"";background:var(--blue);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.LandingPage-module__CEBI7a__nav a:hover{color:var(--gray-900)}.LandingPage-module__CEBI7a__nav a:hover:after{width:100%}.LandingPage-module__CEBI7a__navActions{align-items:center;gap:16px;display:none}@media (min-width:768px){.LandingPage-module__CEBI7a__navActions{display:flex}}.LandingPage-module__CEBI7a__btnText{color:var(--gray-700);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:500;transition:all .2s}.LandingPage-module__CEBI7a__btnText:hover{color:var(--gray-900);background:var(--gray-50)}.LandingPage-module__CEBI7a__btnPrimary{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #0000001a}.LandingPage-module__CEBI7a__btnPrimary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.LandingPage-module__CEBI7a__mobileMenuBtn{cursor:pointer;color:var(--gray-900);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}@media (min-width:1024px){.LandingPage-module__CEBI7a__mobileMenuBtn{display:none}}.LandingPage-module__CEBI7a__mobileMenu{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:999;flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;top:72px;left:0;right:0}.LandingPage-module__CEBI7a__mobileMenu a{color:var(--gray-900);border-bottom:1px solid var(--gray-100);padding:12px 0;font-size:16px;font-weight:500;text-decoration:none}.LandingPage-module__CEBI7a__mobileMenu a:hover{color:var(--blue)}.LandingPage-module__CEBI7a__mobileActions{border-top:1px solid var(--gray-200);flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;display:flex}.LandingPage-module__CEBI7a__hero{background:var(--white);flex-direction:column;justify-content:center;min-height:75vh;padding-top:80px;padding-bottom:40px;display:flex;position:relative}.LandingPage-module__CEBI7a__heroContainer{z-index:10;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:1280px;margin:0 auto;padding:0 16px;display:flex;position:relative}@media (min-width:640px){.LandingPage-module__CEBI7a__heroContainer{padding:0 24px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroContainer{padding:0 32px}}.LandingPage-module__CEBI7a__heroGrid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroGrid{grid-template-columns:1fr 1fr;gap:64px}}.LandingPage-module__CEBI7a__heroContent{text-align:center}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroContent{text-align:left}}.LandingPage-module__CEBI7a__heroBadge{color:#6366f1;background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.LandingPage-module__CEBI7a__badgeDot{background:#6366f1;border-radius:50%;width:8px;height:8px;display:inline-block}.LandingPage-module__CEBI7a__heroTitle{color:var(--gray-900);text-align:center;margin:0 0 24px;font-size:36px;font-weight:700;line-height:1.1}@media (min-width:640px){.LandingPage-module__CEBI7a__heroTitle{font-size:48px}}@media (min-width:768px){.LandingPage-module__CEBI7a__heroTitle{font-size:60px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroTitle{text-align:left;font-size:60px}}.LandingPage-module__CEBI7a__heroTitleLine{margin-bottom:16px;display:block}.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}@media (min-width:640px){.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{flex-direction:row;gap:12px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{justify-content:flex-start}}.LandingPage-module__CEBI7a__heroTitleStatic{color:var(--gray-900);white-space:nowrap}.LandingPage-module__CEBI7a__rotatingTextBox{text-align:center;color:var(--white);min-width:240px;max-width:420px;font-weight:700;font-size:inherit;box-sizing:border-box;background:#6366f1;border-radius:12px;justify-content:center;align-items:center;height:auto;min-height:48px;padding:8px 24px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width:640px){.LandingPage-module__CEBI7a__rotatingTextBox{min-width:300px;padding:10px 32px}}@media (min-width:768px){.LandingPage-module__CEBI7a__rotatingTextBox{min-width:360px;padding:10px 40px}}@media (max-width:1024px){.LandingPage-module__CEBI7a__hero{padding-top:70px}.LandingPage-module__CEBI7a__heroContent{text-align:center}.LandingPage-module__CEBI7a__heroBadge{margin:0 auto 32px}.LandingPage-module__CEBI7a__rotatingTextBox{min-width:200px;max-width:320px}}@media (max-width:768px){.LandingPage-module__CEBI7a__heroTitle{font-size:36px}.LandingPage-module__CEBI7a__heroDesc{font-size:18px}.LandingPage-module__CEBI7a__heroBadge{padding:6px 14px;font-size:13px}.LandingPage-module__CEBI7a__rotatingTextBox{min-width:180px;max-width:280px;min-height:48px;padding:8px 20px}.LandingPage-module__CEBI7a__heroCTAs{flex-direction:column;width:100%}.LandingPage-module__CEBI7a__btnPrimaryLarge,.LandingPage-module__CEBI7a__btnSecondaryLarge{justify-content:center;width:100%}.LandingPage-module__CEBI7a__dashboardMockup,.LandingPage-module__CEBI7a__dashboardMockup:hover{transform:none}}.LandingPage-module__CEBI7a__heroDesc{color:var(--gray-700);text-align:center;max-width:100%;margin:0 auto 32px;font-size:18px;font-weight:300;line-height:1.7}@media (min-width:640px){.LandingPage-module__CEBI7a__heroDesc{font-size:20px}}@media (min-width:768px){.LandingPage-module__CEBI7a__heroDesc{font-size:24px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroDesc{text-align:left;max-width:672px;margin-left:0;margin-right:0}}.LandingPage-module__CEBI7a__highlightText{color:#6366f1;font-weight:500}.LandingPage-module__CEBI7a__heroCTAs{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroCTAs{justify-content:flex-start}}.LandingPage-module__CEBI7a__btnPrimaryLarge{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #0000001a}.LandingPage-module__CEBI7a__btnPrimaryLarge:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.LandingPage-module__CEBI7a__btnSecondaryLarge{background:var(--white);color:var(--gray-900);border:1.5px solid var(--gray-300);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.LandingPage-module__CEBI7a__btnSecondaryLarge:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.LandingPage-module__CEBI7a__heroVisual{justify-content:center;align-items:center;display:none;position:relative}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroVisual{display:flex}}.LandingPage-module__CEBI7a__dashboardMockup{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;width:100%;max-width:500px;transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 60px #0000001f}.LandingPage-module__CEBI7a__dashboardMockup:hover{transform:perspective(1000px)rotateY(0)rotateX(0)translateY(-5px);box-shadow:0 25px 70px #00000026}.LandingPage-module__CEBI7a__mockupHeader{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:12px 16px;display:flex}.LandingPage-module__CEBI7a__mockupTitle{color:var(--gray-600);margin-left:auto;font-size:12px;font-weight:600}.LandingPage-module__CEBI7a__mockupContent{flex-direction:column;gap:20px;padding:20px;display:flex}.LandingPage-module__CEBI7a__mockupCalendar{background:var(--gray-50);border-radius:12px;padding:16px}.LandingPage-module__CEBI7a__calendarHeader{margin-bottom:12px}.LandingPage-module__CEBI7a__calendarMonth{color:var(--gray-900);font-size:14px;font-weight:600}.LandingPage-module__CEBI7a__calendarGrid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.LandingPage-module__CEBI7a__calendarDayHeader{color:var(--gray-500);text-align:center;padding:4px 0;font-size:11px;font-weight:600}.LandingPage-module__CEBI7a__calendarDay{aspect-ratio:1;color:var(--gray-700);background:var(--white);border:1px solid var(--gray-200);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__calendarDay:hover{background:var(--gray-100);border-color:var(--blue)}.LandingPage-module__CEBI7a__calendarDayActive{background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600}.LandingPage-module__CEBI7a__mockupAppointments{flex-direction:column;gap:12px;display:flex}.LandingPage-module__CEBI7a__appointmentCard{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;gap:12px;padding:12px;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__appointmentCard:hover{border-color:var(--blue);box-shadow:0 2px 8px #6366f11a}.LandingPage-module__CEBI7a__appointmentTime{color:var(--blue);min-width:50px;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__appointmentInfo{flex:1}.LandingPage-module__CEBI7a__appointmentName{color:var(--gray-900);margin-bottom:4px;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__appointmentService{color:var(--gray-600);font-size:12px}.LandingPage-module__CEBI7a__mockupHeader{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;padding:12px 16px;display:flex}.LandingPage-module__CEBI7a__mockupDots{gap:8px;display:flex}.LandingPage-module__CEBI7a__mockupDots span{background:var(--gray-300);border-radius:50%;width:10px;height:10px}.LandingPage-module__CEBI7a__mockupDots span:first-child{background:#ef4444}.LandingPage-module__CEBI7a__mockupDots span:nth-child(2){background:#f59e0b}.LandingPage-module__CEBI7a__mockupDots span:nth-child(3){background:#10b981}.LandingPage-module__CEBI7a__mockupContent{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;display:grid}.LandingPage-module__CEBI7a__mockupCard{background:linear-gradient(135deg,var(--gray-100)0%,var(--gray-50)100%);border:1px solid var(--gray-200);border-radius:8px;height:100px}.LandingPage-module__CEBI7a__features{background:var(--white);padding:0 24px 20px}.LandingPage-module__CEBI7a__sectionContainer{max-width:1200px;margin:0 auto}.LandingPage-module__CEBI7a__sectionHeader{text-align:center;margin-bottom:32px;padding-top:0}.LandingPage-module__CEBI7a__sectionTitle{letter-spacing:-.02em;color:var(--gray-900);margin:0 0 12px;font-size:clamp(32px,4vw,42px);font-weight:800;line-height:1.2}.LandingPage-module__CEBI7a__sectionTitleQ{color:#6366f1}.LandingPage-module__CEBI7a__sectionSubtitle{color:var(--gray-600);margin:0;font-size:18px}.LandingPage-module__CEBI7a__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.LandingPage-module__CEBI7a__featureCard{background:var(--white);border:1px solid var(--gray-200);cursor:default;border-radius:12px;padding:32px;transition:all .3s}.LandingPage-module__CEBI7a__featureCard:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:0 8px 24px #6366f11a}.LandingPage-module__CEBI7a__featureIcon{width:48px;height:48px;color:var(--blue);background:#6366f11a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .3s;display:flex}.LandingPage-module__CEBI7a__featureCard:hover .LandingPage-module__CEBI7a__featureIcon{background:var(--blue);color:var(--white);transform:scale(1.1)}.LandingPage-module__CEBI7a__featureTitle{color:var(--gray-900);margin:0 0 8px;font-size:20px;font-weight:700}.LandingPage-module__CEBI7a__featureDesc{color:var(--gray-600);margin:0;font-size:15px;line-height:1.6}.LandingPage-module__CEBI7a__pricing{background:var(--gray-50);padding:10px 24px}.LandingPage-module__CEBI7a__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.LandingPage-module__CEBI7a__pricingCard{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;flex-direction:column;padding:32px;transition:all .3s;display:flex;position:relative}.LandingPage-module__CEBI7a__pricingCard:hover{border-color:var(--blue);transform:translateY(-6px);box-shadow:0 12px 32px #6366f126}.LandingPage-module__CEBI7a__pricingCardPopular{border-color:var(--blue);background:linear-gradient(135deg,var(--white)0%,#6366f108 100%);box-shadow:0 16px 40px #6366f11f}.LandingPage-module__CEBI7a__popularBadge{background:var(--blue);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:20px;right:20px}.LandingPage-module__CEBI7a__pricingHeader{margin-bottom:24px}.LandingPage-module__CEBI7a__planName{color:var(--gray-900);letter-spacing:-.02em;margin:0 0 8px;font-size:24px;font-weight:800}.LandingPage-module__CEBI7a__planDesc{color:var(--gray-600);margin:0;font-size:14px;line-height:1.5}.LandingPage-module__CEBI7a__pricingAmount{border-bottom:1px solid var(--gray-200);margin-bottom:32px;padding-bottom:24px}.LandingPage-module__CEBI7a__price{color:var(--blue);letter-spacing:-.03em;font-size:40px;font-weight:900;line-height:1}.LandingPage-module__CEBI7a__pricingCardPopular .LandingPage-module__CEBI7a__price{color:var(--blue)}.LandingPage-module__CEBI7a__pricePeriod{color:var(--gray-600);margin-left:4px;font-size:16px;font-weight:500}.LandingPage-module__CEBI7a__pricingFeatures{flex-direction:column;flex:1;gap:16px;margin:0 0 32px;padding:0;list-style:none;display:flex}.LandingPage-module__CEBI7a__pricingFeatures li{color:var(--gray-700);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.LandingPage-module__CEBI7a__pricingFeatures li svg{color:var(--blue);flex-shrink:0;margin-top:2px}.LandingPage-module__CEBI7a__pricingButton{width:100%;text-decoration:none}.LandingPage-module__CEBI7a__btnCard{border:2px solid var(--primary);background:var(--primary);width:100%;color:var(--white);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__btnCard:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.LandingPage-module__CEBI7a__btnCardPopular{background:var(--blue);border-color:var(--blue);box-shadow:0 4px 12px #6366f14d}.LandingPage-module__CEBI7a__btnCardPopular:hover{background:#1d4ed8;border-color:#1d4ed8}.LandingPage-module__CEBI7a__contact{background:var(--white);padding:100px 24px}.LandingPage-module__CEBI7a__footer{background:var(--gray-800);color:var(--gray-400);padding:64px 24px 32px}.LandingPage-module__CEBI7a__footerContainer{max-width:1200px;margin:0 auto}.LandingPage-module__CEBI7a__footerMain{grid-template-columns:2fr 3fr;gap:64px;margin-bottom:48px;display:grid}@media (max-width:768px){.LandingPage-module__CEBI7a__footerMain{grid-template-columns:1fr;gap:48px}}.LandingPage-module__CEBI7a__footerBrand{max-width:400px}.LandingPage-module__CEBI7a__footerLogoLink{text-decoration:none;transition:opacity .2s;display:inline-block}.LandingPage-module__CEBI7a__footerLogoLink:hover{opacity:.8}.LandingPage-module__CEBI7a__footerLogo{color:var(--white);letter-spacing:-.03em;white-space:nowrap;cursor:pointer;align-items:baseline;margin:0 0 16px;font-size:24px;font-weight:800;display:inline-flex}.LandingPage-module__CEBI7a__footerLogo .LandingPage-module__CEBI7a__logoQ{color:#6366f1;font-weight:800}.LandingPage-module__CEBI7a__footerDesc{color:var(--gray-400);margin:0;font-size:14px;line-height:1.6}.LandingPage-module__CEBI7a__footerLinks{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:768px){.LandingPage-module__CEBI7a__footerLinks{grid-template-columns:1fr;gap:32px}}.LandingPage-module__CEBI7a__footerCol h4{color:var(--white);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:700}.LandingPage-module__CEBI7a__footerCol ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.LandingPage-module__CEBI7a__footerCol a{color:var(--gray-400);font-size:14px;text-decoration:none;transition:color .2s}.LandingPage-module__CEBI7a__footerCol a:hover{color:var(--white)}.LandingPage-module__CEBI7a__footerBottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:32px}.LandingPage-module__CEBI7a__footerBottom p{color:var(--gray-500);margin:0;font-size:13px}@media (max-width:768px){.LandingPage-module__CEBI7a__hero{padding:120px 20px 60px}.LandingPage-module__CEBI7a__features,.LandingPage-module__CEBI7a__pricing,.LandingPage-module__CEBI7a__contact{padding:80px 20px}.LandingPage-module__CEBI7a__heroCTAs{flex-direction:column}.LandingPage-module__CEBI7a__btnPrimaryLarge,.LandingPage-module__CEBI7a__btnSecondaryLarge{justify-content:center;width:100%}.LandingPage-module__CEBI7a__pricingGrid{grid-template-columns:1fr}}@media (max-width:480px){.LandingPage-module__CEBI7a__heroTitle{font-size:32px}.LandingPage-module__CEBI7a__sectionTitle{font-size:28px}.LandingPage-module__CEBI7a__featuresGrid{grid-template-columns:1fr}}
.PackageSelectionModal-module__BoVaWW__overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.PackageSelectionModal-module__BoVaWW__modal{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@media (max-width:640px){.PackageSelectionModal-module__BoVaWW__modal{border-radius:16px;padding:24px}}.PackageSelectionModal-module__BoVaWW__closeButton{color:#52525b;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.PackageSelectionModal-module__BoVaWW__closeButton:hover{color:#18181b;background:#e4e4e7}.PackageSelectionModal-module__BoVaWW__header{text-align:center;margin-bottom:32px}.PackageSelectionModal-module__BoVaWW__title{color:#18181b;letter-spacing:-.02em;margin-bottom:8px;font-size:2rem;font-weight:700}.PackageSelectionModal-module__BoVaWW__subtitle{color:#52525b;font-size:1rem;line-height:1.6}.PackageSelectionModal-module__BoVaWW__loading{color:#52525b;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.PackageSelectionModal-module__BoVaWW__packageGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}@media (max-width:768px){.PackageSelectionModal-module__BoVaWW__packageGrid{grid-template-columns:1fr;gap:16px}}.PackageSelectionModal-module__BoVaWW__packageCard{cursor:pointer;text-align:center;background:#fff;border:2px solid #e4e4e7;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:24px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.PackageSelectionModal-module__BoVaWW__packageCard:hover{border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.PackageSelectionModal-module__BoVaWW__packageCardActive{background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-color:#6366f1;box-shadow:0 0 0 1px #6366f1,0 8px 24px #6366f133}.PackageSelectionModal-module__BoVaWW__packageCardActive:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #6366f1,0 12px 32px #6366f140}.PackageSelectionModal-module__BoVaWW__packageIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.PackageSelectionModal-module__BoVaWW__packageCardActive .PackageSelectionModal-module__BoVaWW__packageIcon{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);box-shadow:0 4px 12px #6366f166}.PackageSelectionModal-module__BoVaWW__packageName{color:#18181b;font-size:1.25rem;font-weight:700}.PackageSelectionModal-module__BoVaWW__packageCardActive .PackageSelectionModal-module__BoVaWW__packageName{color:#6366f1}.PackageSelectionModal-module__BoVaWW__packagePrice{flex-direction:column;align-items:center;gap:2px;display:flex}.PackageSelectionModal-module__BoVaWW__freePrice{color:#18181b;font-size:1.5rem;font-weight:700}.PackageSelectionModal-module__BoVaWW__packageCardActive .PackageSelectionModal-module__BoVaWW__freePrice{color:#6366f1}.PackageSelectionModal-module__BoVaWW__priceAmount{color:#18181b;font-size:2rem;font-weight:800;line-height:1}.PackageSelectionModal-module__BoVaWW__packageCardActive .PackageSelectionModal-module__BoVaWW__priceAmount{color:#6366f1}.PackageSelectionModal-module__BoVaWW__pricePeriod{color:#71717a;font-size:.875rem;font-weight:500}.PackageSelectionModal-module__BoVaWW__packageCardActive .PackageSelectionModal-module__BoVaWW__pricePeriod{color:#6366f1}.PackageSelectionModal-module__BoVaWW__packageDescription{color:#71717a;margin-top:4px;font-size:.875rem;line-height:1.5}.PackageSelectionModal-module__BoVaWW__activeBadge{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px #6366f166}.PackageSelectionModal-module__BoVaWW__actions{border-top:1px solid #e4e4e7;justify-content:center;padding-top:24px;display:flex}.PackageSelectionModal-module__BoVaWW__confirmButton{color:#fff;cursor:pointer;background:#09090b;border:none;border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #00000026}.PackageSelectionModal-module__BoVaWW__confirmButton:hover:not(:disabled){background:#27272a;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.PackageSelectionModal-module__BoVaWW__confirmButton:disabled{opacity:.7;cursor:not-allowed;transform:none}
.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}}
.ShopsPage-module__6Zh8CG__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.4s ease-in ShopsPage-module__6Zh8CG__fadeIn}@keyframes ShopsPage-module__6Zh8CG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ShopsPage-module__6Zh8CG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.ShopsPage-module__6Zh8CG__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.ShopsPage-module__6Zh8CG__subtitle{color:#71717a;margin-top:.5rem;margin-bottom:0;font-size:1rem}.ShopsPage-module__6Zh8CG__tableCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.ShopsPage-module__6Zh8CG__table{border-collapse:collapse;width:100%}.ShopsPage-module__6Zh8CG__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.ShopsPage-module__6Zh8CG__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.ShopsPage-module__6Zh8CG__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.ShopsPage-module__6Zh8CG__table tbody tr:hover{background:#fafafa}.ShopsPage-module__6Zh8CG__table tbody tr:last-child{border-bottom:none}.ShopsPage-module__6Zh8CG__table td{color:#09090b;padding:1rem}.ShopsPage-module__6Zh8CG__table td:first-child{font-weight:500}.ShopsPage-module__6Zh8CG__emptyState{text-align:center;color:#71717a;padding:3rem}.ShopsPage-module__6Zh8CG__statusBadge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.ShopsPage-module__6Zh8CG__statusActive{color:#22c55e;background:#22c55e1a}.ShopsPage-module__6Zh8CG__statusInactive{color:#ef4444;background:#ef44441a}.ShopsPage-module__6Zh8CG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.ShopsPage-module__6Zh8CG__statCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.ShopsPage-module__6Zh8CG__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ShopsPage-module__6Zh8CG__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ShopsPage-module__6Zh8CG__statValue{color:#09090b;font-size:1.5rem;font-weight:700;line-height:1.2}.ShopsPage-module__6Zh8CG__statLabel{color:#71717a;margin-top:.25rem;font-size:.875rem}.ShopsPage-module__6Zh8CG__searchBar{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ShopsPage-module__6Zh8CG__searchInputWrapper{flex:1;position:relative}.ShopsPage-module__6Zh8CG__searchInput{background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;padding:.75rem 2.5rem .75rem 2.75rem;font-size:.9375rem;transition:all .2s}.ShopsPage-module__6Zh8CG__searchInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.ShopsPage-module__6Zh8CG__clearButton{cursor:pointer;color:#71717a;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ShopsPage-module__6Zh8CG__clearButton:hover{color:#09090b;background:#f5f5f5}.ShopsPage-module__6Zh8CG__filterBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.ShopsPage-module__6Zh8CG__tableHeader{background:#fafafa;border-bottom:1px solid #e4e4e7;padding:1rem 1.5rem}.ShopsPage-module__6Zh8CG__tableTitle{color:#09090b;font-size:.9375rem;font-weight:600}@media (max-width:768px){.ShopsPage-module__6Zh8CG__container{padding:1rem}.ShopsPage-module__6Zh8CG__title{font-size:1.5rem}.ShopsPage-module__6Zh8CG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ShopsPage-module__6Zh8CG__statCard{padding:1rem}.ShopsPage-module__6Zh8CG__statIcon{width:40px;height:40px}.ShopsPage-module__6Zh8CG__statValue{font-size:1.25rem}.ShopsPage-module__6Zh8CG__searchBar{flex-direction:column}.ShopsPage-module__6Zh8CG__searchInputWrapper{width:100%}.ShopsPage-module__6Zh8CG__table{font-size:.875rem}.ShopsPage-module__6Zh8CG__table th,.ShopsPage-module__6Zh8CG__table td{padding:.75rem .5rem}.ShopsPage-module__6Zh8CG__tableHeader{padding:.75rem 1rem}}
.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}}
.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)}
.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;position:relative;overflow:hidden visible}.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;z-index:10;background:#fafafa;align-items:flex-start;gap:.5rem;width:100%;min-height:4.5rem;margin-top:-1rem;margin-bottom:.5rem;padding:.5rem 1rem;display:flex;position:sticky;top:0;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:0;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__fullSlot{position:relative;color:#dc2626!important;cursor:not-allowed!important;opacity:1!important;background-color:#fee2e2!important;border-color:#fca5a5!important}.BookingWizard-module__hRBk-q__fullSlot:hover{background-color:#fecaca!important;border-color:#f87171!important;transform:none!important;box-shadow:0 2px 8px #dc262633!important}.BookingWizard-module__hRBk-q__fullSlot:before{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 4px,#dc26261a 4px 8px);border-radius:10px;position:absolute;inset:0}.BookingWizard-module__hRBk-q__pastSlot{color:#94a3b8!important;cursor:not-allowed!important;background-color:#f1f5f9!important;border-color:#cbd5e1!important}.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);z-index:50;background:#fffffffa;border-top:1px solid #e4e4e7;justify-content:flex-start;align-items:center;max-width:600px;margin:0 auto;padding:.875rem 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}}
