.LanguageToggle-module__kCfZEa__wrapper{position:relative}.LanguageToggle-module__kCfZEa__toggle{border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;overflow:hidden}.LanguageToggle-module__kCfZEa__btn{padding:var(--space-1)var(--space-3);font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.03em;color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;font-weight:600}.LanguageToggle-module__kCfZEa__btn:hover{color:var(--color-text)}.LanguageToggle-module__kCfZEa__active{background:var(--color-text);color:var(--color-text-inverse)}.LanguageToggle-module__kCfZEa__highlighted{animation:1.5s ease-in-out 2 LanguageToggle-module__kCfZEa__pulse}.LanguageToggle-module__kCfZEa__nudge{align-items:center;gap:var(--space-1);white-space:nowrap;cursor:pointer;animation:.25s ease-out LanguageToggle-module__kCfZEa__dropIn;display:flex;position:absolute;top:calc(100% + 6px);right:0}.LanguageToggle-module__kCfZEa__nudgeFlag{font-size:10px;line-height:1}.LanguageToggle-module__kCfZEa__nudgeText{color:var(--color-text-tertiary);font-size:10px}@keyframes LanguageToggle-module__kCfZEa__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes LanguageToggle-module__kCfZEa__pulse{0%,to{opacity:1}50%{opacity:.5}}
.Navbar-module___rHu7W__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color var(--transition-slow);background:#f0efebcc;border-bottom:1px solid #0000;position:sticky;top:0}.Navbar-module___rHu7W__navScrolled{border-bottom-color:var(--color-border-light)}.Navbar-module___rHu7W__inner{max-width:var(--max-width);padding:var(--space-4)var(--space-8);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-lg);color:var(--color-text);text-decoration:none;display:flex}.Navbar-module___rHu7W__links{gap:var(--space-6);display:flex}.Navbar-module___rHu7W__links a{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Navbar-module___rHu7W__links a:hover{color:var(--color-text)}.Navbar-module___rHu7W__aboutLink{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Navbar-module___rHu7W__aboutLink:hover{color:var(--color-text)}.Navbar-module___rHu7W__right{align-items:center;gap:var(--space-3);display:flex}.Navbar-module___rHu7W__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Navbar-module___rHu7W__hamburgerLine{background:var(--color-text);width:100%;height:2px;transition:transform var(--transition-slow),opacity var(--transition-slow);border-radius:1px;display:block}.Navbar-module___rHu7W__hamburgerOpen:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__hamburgerOpen:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburgerOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{display:none}.Navbar-module___rHu7W__ctaDesktop{display:inline-flex}@media (max-width:768px){.Navbar-module___rHu7W__links,.Navbar-module___rHu7W__aboutLink,.Navbar-module___rHu7W__ctaDesktop{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__right{gap:var(--space-2)}.Navbar-module___rHu7W__mobileMenu{padding:0 var(--space-5)var(--space-4);border-top:1px solid var(--color-border-light);flex-direction:column;display:flex}.Navbar-module___rHu7W__mobileMenu a{padding:var(--space-3)0;font-size:var(--text-base);color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-light);font-weight:500;text-decoration:none}.Navbar-module___rHu7W__mobileMenu a:last-child{border-bottom:none}.Navbar-module___rHu7W__mobileMenu a:hover{color:var(--color-text)}.Navbar-module___rHu7W__mobileCta{margin-top:var(--space-2);text-align:center;display:block}.Navbar-module___rHu7W__inner{padding:var(--space-4)var(--space-5)}}
.ScheduleDemo-module__08Z7gG__mockup{background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);width:100%;max-width:800px;box-shadow:var(--shadow-lg);margin:0 auto;overflow:hidden}.ScheduleDemo-module__08Z7gG__mockupHeader{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-light);align-items:center;gap:var(--space-2);padding:10px 14px;display:flex}.ScheduleDemo-module__08Z7gG__mockupDot{background:var(--color-primary);border-radius:50%;width:8px;height:8px}.ScheduleDemo-module__08Z7gG__headerTitle{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-secondary);font-size:.7rem;font-weight:400}.ScheduleDemo-module__08Z7gG__scheduleGrid{overflow:hidden}.ScheduleDemo-module__08Z7gG__gridHeaderRow{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border-light);grid-template-columns:120px repeat(7,1fr);display:grid}.ScheduleDemo-module__08Z7gG__employeeHeader{color:var(--color-text);border-right:1px solid var(--color-border-light);align-items:center;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.ScheduleDemo-module__08Z7gG__dayHeader{border-right:1px solid var(--color-border-light);justify-content:center;align-items:center;padding:8px 4px;display:flex}.ScheduleDemo-module__08Z7gG__dayHeader:last-child{border-right:none}.ScheduleDemo-module__08Z7gG__dayWeekend{background:#00000005}.ScheduleDemo-module__08Z7gG__dayName{font-family:var(--font-mono);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:400}.ScheduleDemo-module__08Z7gG__employeeRow{border-bottom:1px solid var(--color-border-light);grid-template-columns:120px repeat(7,1fr);display:grid}.ScheduleDemo-module__08Z7gG__employeeRow:last-child{border-bottom:none}.ScheduleDemo-module__08Z7gG__employeeCell{background:var(--color-bg-secondary);border-right:1px solid var(--color-border-light);flex-direction:column;gap:1px;padding:8px 12px;display:flex}.ScheduleDemo-module__08Z7gG__empName{color:var(--color-text);font-size:12px;font-weight:600}.ScheduleDemo-module__08Z7gG__empRole{font-size:10px;font-weight:500}.ScheduleDemo-module__08Z7gG__empHours{color:var(--color-text-tertiary);font-size:10px}.ScheduleDemo-module__08Z7gG__dayCell{border-right:1px solid var(--color-border-light);flex-direction:column;min-height:56px;padding:5px;display:flex;position:relative}.ScheduleDemo-module__08Z7gG__dayCell:last-child{border-right:none}.ScheduleDemo-module__08Z7gG__dayCellWeekend{background:#00000004}.ScheduleDemo-module__08Z7gG__shiftCard{border:1px solid var(--color-border-light);border-radius:var(--radius-sm);background:#fff;border-left-width:2px;padding:4px 8px}.ScheduleDemo-module__08Z7gG__shiftTime{color:var(--color-text);font-size:11px;font-weight:600;line-height:1.3}.ScheduleDemo-module__08Z7gG__shiftDuration{color:var(--color-primary);font-size:10px;font-weight:500}.ScheduleDemo-module__08Z7gG__emptyCell{color:var(--color-text-tertiary);opacity:.3;flex:1;justify-content:center;align-items:center;font-size:10px;display:flex}.ScheduleDemo-module__08Z7gG__animated{opacity:0;transform:translateY(6px)scale(.97)}.ScheduleDemo-module__08Z7gG__phaseGenerating .ScheduleDemo-module__08Z7gG__animated{opacity:1;transition:opacity .5s ease-out,transform .5s ease-out;transition-delay:var(--stagger-delay);transform:translateY(0)scale(1)}.ScheduleDemo-module__08Z7gG__phaseDragging .ScheduleDemo-module__08Z7gG__moveSourceCell{z-index:10}.ScheduleDemo-module__08Z7gG__phaseDragging .ScheduleDemo-module__08Z7gG__moveSource{transform:translate(var(--drag-x),-2px);will-change:transform;transition:transform .8s cubic-bezier(.22,1,.36,1);box-shadow:0 6px 16px #0000001a}.ScheduleDemo-module__08Z7gG__phaseDragging .ScheduleDemo-module__08Z7gG__moveSource .ScheduleDemo-module__08Z7gG__cursorIcon{opacity:1;transition:opacity .2s ease-out}.ScheduleDemo-module__08Z7gG__phaseDragging .ScheduleDemo-module__08Z7gG__moveSourceEmpty{opacity:.3;transition:opacity .3s ease-out .25s}.ScheduleDemo-module__08Z7gG__phaseDragging .ScheduleDemo-module__08Z7gG__moveTargetEmpty{opacity:0;transition:opacity .3s ease-out}.ScheduleDemo-module__08Z7gG__phaseResetting .ScheduleDemo-module__08Z7gG__animated{opacity:0;transition:opacity .6s ease-out}.ScheduleDemo-module__08Z7gG__phaseResetting .ScheduleDemo-module__08Z7gG__moveSource,.ScheduleDemo-module__08Z7gG__phaseResetting .ScheduleDemo-module__08Z7gG__moveTarget,.ScheduleDemo-module__08Z7gG__phaseResetting .ScheduleDemo-module__08Z7gG__moveSourceEmpty{opacity:0;transition:opacity .6s ease-out}.ScheduleDemo-module__08Z7gG__moveSourceCell{position:relative}.ScheduleDemo-module__08Z7gG__moveSourceEmpty{color:var(--color-text-tertiary);opacity:0;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;inset:0}.ScheduleDemo-module__08Z7gG__moveTarget{opacity:0;position:absolute;top:5px;left:5px;right:5px}.ScheduleDemo-module__08Z7gG__cursorIcon{width:14px;height:14px;color:var(--color-text);opacity:0;position:absolute;bottom:-6px;right:-4px}@media (prefers-reduced-motion:reduce){.ScheduleDemo-module__08Z7gG__animated,.ScheduleDemo-module__08Z7gG__moveSource{opacity:1!important;transition:none!important;transform:none!important}.ScheduleDemo-module__08Z7gG__moveTarget,.ScheduleDemo-module__08Z7gG__moveSourceEmpty{display:none}}@media (max-width:768px){.ScheduleDemo-module__08Z7gG__mockup{max-width:100%}.ScheduleDemo-module__08Z7gG__mockupHeader{gap:4px;padding:6px 8px}.ScheduleDemo-module__08Z7gG__headerTitle{font-size:.6rem}.ScheduleDemo-module__08Z7gG__mockupDot{width:6px;height:6px}.ScheduleDemo-module__08Z7gG__gridHeaderRow,.ScheduleDemo-module__08Z7gG__employeeRow{grid-template-columns:64px repeat(7,1fr)}.ScheduleDemo-module__08Z7gG__employeeHeader{padding:4px 6px;font-size:8px}.ScheduleDemo-module__08Z7gG__dayHeader{padding:4px 2px}.ScheduleDemo-module__08Z7gG__dayName{letter-spacing:0;font-size:7px}.ScheduleDemo-module__08Z7gG__employeeCell{padding:4px 6px}.ScheduleDemo-module__08Z7gG__empName{font-size:8px}.ScheduleDemo-module__08Z7gG__empRole,.ScheduleDemo-module__08Z7gG__empHours{font-size:7px}.ScheduleDemo-module__08Z7gG__dayCell{min-height:32px;padding:2px}.ScheduleDemo-module__08Z7gG__shiftCard{border-radius:2px;padding:2px 3px}.ScheduleDemo-module__08Z7gG__shiftTime{font-size:7px;line-height:1.2}.ScheduleDemo-module__08Z7gG__shiftDuration{font-size:6px}.ScheduleDemo-module__08Z7gG__emptyCell{font-size:7px}.ScheduleDemo-module__08Z7gG__moveTarget{top:2px;left:2px;right:2px}.ScheduleDemo-module__08Z7gG__cursorIcon{width:10px;height:10px;bottom:-4px;right:-3px}}
.Hero-module__JgYmMq__hero{padding-top:160px;padding-bottom:var(--section-padding)}.Hero-module__JgYmMq__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__JgYmMq__label{font-family:var(--font-mono);letter-spacing:.15em;color:var(--color-primary);margin-bottom:var(--space-6);font-size:.75rem;font-weight:400}.Hero-module__JgYmMq__headline{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--color-text);max-width:720px;margin-bottom:var(--space-5);font-size:3.5rem;font-weight:400;line-height:1.1}.Hero-module__JgYmMq__subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:520px;margin-bottom:var(--space-8);line-height:1.6}.Hero-module__JgYmMq__cta{margin-bottom:var(--space-16)}.Hero-module__JgYmMq__demo{width:100%}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:100px}.Hero-module__JgYmMq__headline{font-size:2.2rem}.Hero-module__JgYmMq__subtitle{font-size:var(--text-base)}.Hero-module__JgYmMq__cta{margin-bottom:var(--space-10)}}
.ProblemSolution-module__AsnQoG__title{font-size:var(--text-4xl);margin-bottom:var(--space-16)}.ProblemSolution-module__AsnQoG__rows{flex-direction:column;gap:0;display:flex}.ProblemSolution-module__AsnQoG__row{gap:var(--space-8);padding:var(--space-10)0;border-bottom:1px solid var(--color-border-light);grid-template-columns:1fr auto 1fr;align-items:start;display:grid}.ProblemSolution-module__AsnQoG__row:last-child{border-bottom:none}.ProblemSolution-module__AsnQoG__arrow{font-size:var(--text-xl);color:var(--color-primary);padding-top:var(--space-1);font-weight:400}.ProblemSolution-module__AsnQoG__rowTitle{font-family:var(--font-sans);font-size:var(--text-lg);color:var(--color-text);margin-bottom:var(--space-2);font-weight:600}.ProblemSolution-module__AsnQoG__rowDesc{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.6}.ProblemSolution-module__AsnQoG__ctaWrap{text-align:center;margin-top:var(--space-12)}@media (max-width:768px){.ProblemSolution-module__AsnQoG__title{font-size:var(--text-2xl);margin-bottom:var(--space-10)}.ProblemSolution-module__AsnQoG__row{gap:var(--space-4);padding:var(--space-8)0;grid-template-columns:1fr}.ProblemSolution-module__AsnQoG__arrow{justify-self:center;transform:rotate(90deg)}}
.HowItWorks-module__u8qSLG__title{font-size:var(--text-4xl);margin-bottom:var(--space-16)}.HowItWorks-module__u8qSLG__steps{flex-direction:column;gap:0;display:flex}.HowItWorks-module__u8qSLG__step{gap:var(--space-6);padding:var(--space-8)0;border-bottom:1px solid var(--color-border-light);display:flex}.HowItWorks-module__u8qSLG__step:last-child{border-bottom:none}.HowItWorks-module__u8qSLG__stepNumber{font-family:var(--font-serif);font-size:var(--text-3xl);color:var(--color-primary);flex-shrink:0;width:48px;font-weight:400;line-height:1}.HowItWorks-module__u8qSLG__stepContent{flex:1}.HowItWorks-module__u8qSLG__stepTitle{font-family:var(--font-sans);font-size:var(--text-lg);color:var(--color-text);margin-bottom:var(--space-2);font-weight:600}.HowItWorks-module__u8qSLG__stepDesc{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-3);line-height:1.6}.HowItWorks-module__u8qSLG__stepBenefit{font-size:var(--text-sm);color:var(--color-primary);font-style:italic;line-height:1.5}.HowItWorks-module__u8qSLG__ctaWrap{text-align:center;margin-top:var(--space-12)}@media (max-width:768px){.HowItWorks-module__u8qSLG__title{font-size:var(--text-2xl);margin-bottom:var(--space-10)}.HowItWorks-module__u8qSLG__step{gap:var(--space-4);padding:var(--space-6)0}.HowItWorks-module__u8qSLG__stepNumber{font-size:var(--text-2xl);width:32px}}
.About-module__S-Ka5a__title{font-size:var(--text-3xl);text-align:center;margin-bottom:var(--space-4);letter-spacing:-.02em;font-weight:700}.About-module__S-Ka5a__intro{font-size:var(--text-base);color:var(--color-text-secondary);text-align:center;max-width:640px;margin:0 auto var(--space-12);line-height:1.7}.About-module__S-Ka5a__founders{gap:var(--space-6);margin-bottom:var(--space-16);grid-template-columns:repeat(3,1fr);display:grid}.About-module__S-Ka5a__card{text-align:center;padding:var(--space-8)var(--space-6);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;display:flex}.About-module__S-Ka5a__avatar{background:var(--color-primary);opacity:.12;width:144px;height:144px;margin:0 auto var(--space-5);border-radius:50%}.About-module__S-Ka5a__avatarPhoto{width:144px;height:144px;margin:0 auto var(--space-5);object-fit:cover;object-position:center 20%;border-radius:50%}.About-module__S-Ka5a__name{font-size:var(--text-lg);margin-bottom:var(--space-1);font-weight:600}.About-module__S-Ka5a__role{font-size:var(--text-sm);color:var(--color-primary);margin-bottom:var(--space-3);font-weight:500}.About-module__S-Ka5a__bio{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-3);line-height:1.6}.About-module__S-Ka5a__email{padding-top:var(--space-2);font-size:var(--text-sm);color:var(--color-primary);margin-top:auto;text-decoration:none;display:inline-block}.About-module__S-Ka5a__email:hover{color:var(--color-primary-hover);text-decoration:underline}.About-module__S-Ka5a__story{max-width:640px;margin:0 auto}.About-module__S-Ka5a__storyTitle{font-size:var(--text-2xl);margin-bottom:var(--space-4);letter-spacing:-.02em;font-weight:700}.About-module__S-Ka5a__storyText{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-4);line-height:1.7}.About-module__S-Ka5a__backLink{align-items:center;gap:var(--space-2);margin-top:var(--space-8);font-size:var(--text-sm);color:var(--color-primary);font-weight:500;display:inline-flex}.About-module__S-Ka5a__backLink:hover{color:var(--color-primary-hover)}@media (max-width:768px){.About-module__S-Ka5a__title{font-size:var(--text-2xl)}.About-module__S-Ka5a__founders{grid-template-columns:1fr;margin-left:auto;margin-right:auto}.About-module__S-Ka5a__card{padding:var(--space-6)var(--space-5)}}
.Contact-module__Bs3a0a__title{font-size:var(--text-4xl);text-align:center;margin-bottom:var(--space-2)}.Contact-module__Bs3a0a__subtitle{font-size:var(--text-base);color:var(--color-text-secondary);text-align:center;margin-bottom:var(--space-10)}.Contact-module__Bs3a0a__card{max-width:520px;padding:var(--space-8);background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);margin:0 auto;overflow:hidden}.Contact-module__Bs3a0a__form{gap:var(--space-5);flex-direction:column;display:flex}.Contact-module__Bs3a0a__fieldGroup{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.Contact-module__Bs3a0a__field{gap:var(--space-2);flex-direction:column;display:flex}.Contact-module__Bs3a0a__label{font-size:var(--text-sm);color:var(--color-text);font-weight:500}.Contact-module__Bs3a0a__input,.Contact-module__Bs3a0a__textarea{font-family:var(--font-sans);font-size:var(--text-base);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg);color:var(--color-text);transition:border-color var(--transition-normal),box-shadow var(--transition-normal);box-sizing:border-box;outline:none;width:100%;padding:10px 12px}.Contact-module__Bs3a0a__input:focus-visible,.Contact-module__Bs3a0a__textarea:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.Contact-module__Bs3a0a__input::placeholder,.Contact-module__Bs3a0a__textarea::placeholder{color:var(--color-text-tertiary)}.Contact-module__Bs3a0a__textarea{resize:vertical;min-height:100px}.Contact-module__Bs3a0a__submitBtn{width:100%;font-size:var(--text-base);box-sizing:border-box;padding:12px 20px}.Contact-module__Bs3a0a__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.Contact-module__Bs3a0a__error{font-size:var(--text-sm);color:#dc2626}.Contact-module__Bs3a0a__success{text-align:center;padding:var(--space-6)0;align-items:center;gap:var(--space-3);color:var(--color-primary);flex-direction:column;display:flex}.Contact-module__Bs3a0a__successTitle{font-size:var(--text-lg);color:var(--color-text);font-weight:600}.Contact-module__Bs3a0a__successText{font-size:var(--text-base);color:var(--color-text-secondary)}.Contact-module__Bs3a0a__resetBtn{margin-top:var(--space-2);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-weight:500;text-decoration:underline}.Contact-module__Bs3a0a__resetBtn:hover{color:var(--color-primary-hover)}.Contact-module__Bs3a0a__hidden{display:none!important}.Contact-module__Bs3a0a__footer{border-top:1px solid var(--color-border-light);padding:var(--space-5)var(--space-8);font-size:var(--text-xs);color:var(--color-text-tertiary)}.Contact-module__Bs3a0a__footerInner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Contact-module__Bs3a0a__madeIn{align-items:center;gap:var(--space-2);color:var(--color-text-tertiary);font-size:var(--text-xs);display:flex}.Contact-module__Bs3a0a__footerLinks{align-items:center;gap:var(--space-2);display:flex}.Contact-module__Bs3a0a__footerLink{color:var(--color-text-tertiary);transition:color var(--transition-fast);text-decoration:none}.Contact-module__Bs3a0a__footerLink:hover{color:var(--color-text-secondary)}.Contact-module__Bs3a0a__manageCookies{color:var(--color-text-tertiary);font-family:var(--font-sans);font-size:var(--text-xs);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0}.Contact-module__Bs3a0a__manageCookies:hover{color:var(--color-text-secondary)}@media (max-width:768px){.Contact-module__Bs3a0a__title{font-size:var(--text-2xl)}.Contact-module__Bs3a0a__card{padding:var(--space-6)var(--space-5)}.Contact-module__Bs3a0a__fieldGroup{grid-template-columns:1fr}.Contact-module__Bs3a0a__footerInner{text-align:center;gap:var(--space-3);flex-direction:column}}
.FAQ-module__YTKPaG__title{font-size:var(--text-4xl);text-align:center;margin-bottom:var(--space-10)}.FAQ-module__YTKPaG__list{max-width:640px;margin:0 auto}.FAQ-module__YTKPaG__item{border-bottom:1px solid var(--color-border-light)}.FAQ-module__YTKPaG__question{width:100%;padding:var(--space-5)0;cursor:pointer;font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);text-align:left;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;font-weight:500;display:flex}.FAQ-module__YTKPaG__question:hover{color:var(--color-primary)}.FAQ-module__YTKPaG__question:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px;border-radius:var(--radius-md)}.FAQ-module__YTKPaG__chevron{font-size:var(--text-xl);color:var(--color-text-tertiary);transition:transform var(--transition-slow);margin-left:var(--space-4);flex-shrink:0}.FAQ-module__YTKPaG__chevronOpen{transform:rotate(45deg)}.FAQ-module__YTKPaG__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.FAQ-module__YTKPaG__answerOpen{grid-template-rows:1fr}.FAQ-module__YTKPaG__answerInner{overflow:hidden}.FAQ-module__YTKPaG__answer p{padding-bottom:var(--space-5);font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}@media (max-width:768px){.FAQ-module__YTKPaG__title{font-size:var(--text-2xl)}.FAQ-module__YTKPaG__list{max-width:100%}}
.Privacy-module__Z50bLq__title{font-size:var(--text-3xl);text-align:center;margin-bottom:var(--space-2);letter-spacing:-.02em;font-weight:700}.Privacy-module__Z50bLq__lastUpdated{font-size:var(--text-sm);color:var(--color-text-tertiary);text-align:center;margin-bottom:var(--space-10)}.Privacy-module__Z50bLq__content{max-width:640px;margin:0 auto}.Privacy-module__Z50bLq__section{margin-bottom:var(--space-10)}.Privacy-module__Z50bLq__section p{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-3);line-height:1.7}.Privacy-module__Z50bLq__sectionTitle{font-size:var(--text-xl);margin-bottom:var(--space-4);letter-spacing:-.01em;font-weight:600}.Privacy-module__Z50bLq__legal{font-style:italic;font-size:var(--text-sm)!important;color:var(--color-text-tertiary)!important}.Privacy-module__Z50bLq__link a{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}.Privacy-module__Z50bLq__link a:hover{color:var(--color-primary-hover)}.Privacy-module__Z50bLq__rightsList{margin:0 0 var(--space-4)0;padding:0;list-style:none}.Privacy-module__Z50bLq__rightsList li{font-size:var(--text-base);color:var(--color-text-secondary);padding:var(--space-2)0;border-bottom:1px solid var(--color-border-light);line-height:1.7}.Privacy-module__Z50bLq__rightsList li:last-child{border-bottom:none}.Privacy-module__Z50bLq__backLink{align-items:center;gap:var(--space-2);margin-top:var(--space-4);font-size:var(--text-sm);color:var(--color-primary);font-weight:500;display:inline-flex}.Privacy-module__Z50bLq__backLink:hover{color:var(--color-primary-hover)}@media (max-width:768px){.Privacy-module__Z50bLq__title{font-size:var(--text-2xl)}}
