.PEStatusBar-module__MJcKZq__statusBar{background:var(--color-bg-alt);border-radius:var(--radius-md,8px);font-family:var(--font-sans);color:var(--color-text,#4a4a4a);align-items:center;gap:16px;padding:8px 16px;font-size:13px;display:flex}.PEStatusBar-module__MJcKZq__levelBadge{font-weight:var(--font-weight-medium);color:var(--color-accent,#6db89a);white-space:nowrap;align-items:center;gap:6px;display:flex}.PEStatusBar-module__MJcKZq__levelIcon{font-size:18px}.PEStatusBar-module__MJcKZq__levelName{color:var(--color-text-light);font-size:12px}.PEStatusBar-module__MJcKZq__progressWrap{flex:1;min-width:60px;max-width:200px}.PEStatusBar-module__MJcKZq__progressTrack{background:var(--color-border);border-radius:3px;height:6px;overflow:hidden}.PEStatusBar-module__MJcKZq__progressFill{background:var(--color-accent,#6db89a);border-radius:3px;height:100%;transition:width .4s}.PEStatusBar-module__MJcKZq__pointsDisplay{font-weight:var(--font-weight-bold);color:var(--color-accent,#6db89a);white-space:nowrap;align-items:center;gap:4px;display:flex}.PEStatusBar-module__MJcKZq__pointsLabel{color:var(--color-text-light);font-size:11px;font-weight:400}.PEStatusBar-module__MJcKZq__streakDisplay{white-space:nowrap;align-items:center;gap:4px;display:flex}.PEStatusBar-module__MJcKZq__streakIcon{color:var(--color-cta);font-size:16px}.PEStatusBar-module__MJcKZq__streakCount{font-weight:var(--font-weight-bold);color:var(--color-cta)}.PEStatusBar-module__MJcKZq__streakLabel{color:var(--color-text-light);font-size:11px}.PEStatusBar-module__MJcKZq__streakInactive .PEStatusBar-module__MJcKZq__streakIcon,.PEStatusBar-module__MJcKZq__streakInactive .PEStatusBar-module__MJcKZq__streakCount{color:var(--color-border)}@media (max-width:480px){.PEStatusBar-module__MJcKZq__statusBar{gap:10px;padding:6px 12px;font-size:12px}.PEStatusBar-module__MJcKZq__progressWrap{max-width:80px}.PEStatusBar-module__MJcKZq__levelName{display:none}}
.StreakNavItem-module__zYXdNa__streakNavItem{cursor:pointer;border-radius:var(--radius-sm,6px);font-family:var(--font-sans);white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:2px;min-height:44px;padding:6px 8px;transition:background .2s,transform .15s;display:flex;position:relative}.StreakNavItem-module__zYXdNa__streakNavItem:hover{background:#0000000a}.StreakNavItem-module__zYXdNa__streakNavItem:active{transform:scale(.95)}.StreakNavItem-module__zYXdNa__streakNavItem:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.StreakNavItem-module__zYXdNa__icon{font-size:16px;line-height:1}.StreakNavItem-module__zYXdNa__count{font-size:14px;font-weight:var(--font-weight-bold,700);line-height:1}.StreakNavItem-module__zYXdNa__badgeDot{background:#ef5350;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite StreakNavItem-module__zYXdNa__badgePulse;position:absolute;top:4px;right:2px}@keyframes StreakNavItem-module__zYXdNa__badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.StreakNavItem-module__zYXdNa__active .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__active .StreakNavItem-module__zYXdNa__count{color:#ff6b35}.StreakNavItem-module__zYXdNa__milestone .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__milestone .StreakNavItem-module__zYXdNa__count{color:gold;text-shadow:0 0 4px #ffd70066}.StreakNavItem-module__zYXdNa__grace1 .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__grace1 .StreakNavItem-module__zYXdNa__count{color:#ffa726}.StreakNavItem-module__zYXdNa__grace1 .StreakNavItem-module__zYXdNa__icon{animation:1.5s ease-in-out infinite StreakNavItem-module__zYXdNa__graceFlash}.StreakNavItem-module__zYXdNa__grace2 .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__grace2 .StreakNavItem-module__zYXdNa__count{color:#ef5350}.StreakNavItem-module__zYXdNa__grace2 .StreakNavItem-module__zYXdNa__icon{animation:.8s ease-in-out infinite StreakNavItem-module__zYXdNa__graceFlash}@keyframes StreakNavItem-module__zYXdNa__graceFlash{0%,to{opacity:1}50%{opacity:.4}}.StreakNavItem-module__zYXdNa__lost .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__lost .StreakNavItem-module__zYXdNa__count,.StreakNavItem-module__zYXdNa__none .StreakNavItem-module__zYXdNa__icon,.StreakNavItem-module__zYXdNa__none .StreakNavItem-module__zYXdNa__count{color:#b0bec5}@media (max-width:768px){.StreakNavItem-module__zYXdNa__streakNavItem{border-radius:0;flex-direction:row;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:8px 6px}.StreakNavItem-module__zYXdNa__icon{font-size:14px}.StreakNavItem-module__zYXdNa__count{font-size:12px}.StreakNavItem-module__zYXdNa__badgeDot{width:6px;height:6px;top:6px;right:0}}
.StreakDetailSheet-module__wGd7nW__overlay{z-index:1050;background:#0000004d;animation:.2s ease-out StreakDetailSheet-module__wGd7nW__overlayFadeIn;position:fixed;inset:0}@keyframes StreakDetailSheet-module__wGd7nW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.StreakDetailSheet-module__wGd7nW__bottomSheet{z-index:1051;-webkit-overflow-scrolling:touch;background:#fff;border-radius:16px 16px 0 0;max-height:50vh;padding:0 20px 24px;animation:.3s cubic-bezier(.32,.72,0,1) StreakDetailSheet-module__wGd7nW__sheetSlideIn;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 24px #0000001f}@keyframes StreakDetailSheet-module__wGd7nW__sheetSlideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.StreakDetailSheet-module__wGd7nW__dragHandle{background:#d0d0d0;border-radius:2px;width:36px;height:4px;margin:10px auto 4px}.StreakDetailSheet-module__wGd7nW__popoverBackdrop{z-index:1099;position:fixed;inset:0}.StreakDetailSheet-module__wGd7nW__popover{z-index:1100;border-radius:var(--radius-lg,12px);background:#fff;width:280px;padding:16px;animation:.2s ease-out StreakDetailSheet-module__wGd7nW__popoverIn;position:fixed;overflow:hidden;box-shadow:0 4px 24px #0000001f,0 1px 4px #0000000f}@keyframes StreakDetailSheet-module__wGd7nW__popoverIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.StreakDetailSheet-module__wGd7nW__popoverArrow{width:12px;height:6px;position:absolute;top:-6px;left:50%;overflow:hidden;transform:translate(-50%)}.StreakDetailSheet-module__wGd7nW__popoverArrow:before{content:"";background:#fff;width:12px;height:12px;position:absolute;top:3px;left:0;transform:rotate(45deg);box-shadow:-1px -1px 4px #0000000f}.StreakDetailSheet-module__wGd7nW__sheetContent{position:relative;overflow:hidden}.StreakDetailSheet-module__wGd7nW__header{align-items:center;gap:12px;padding:12px 0;display:flex}.StreakDetailSheet-module__wGd7nW__headerMilestone{border-radius:var(--radius-md,8px);background:linear-gradient(135deg,#ffd70014,#ffc10714);margin:0 -4px;padding:12px}.StreakDetailSheet-module__wGd7nW__headerIcon{flex-shrink:0;font-size:36px;line-height:1}.StreakDetailSheet-module__wGd7nW__headerText{flex-direction:column;gap:2px;display:flex}.StreakDetailSheet-module__wGd7nW__streakCount{font-size:20px;font-weight:var(--font-weight-bold,700);color:var(--color-heading,#2a2a2a);line-height:1.2}.StreakDetailSheet-module__wGd7nW__message{color:var(--color-text-light,#888);font-size:13px;line-height:1.4}.StreakDetailSheet-module__wGd7nW__messageWarning{color:#ffa726}.StreakDetailSheet-module__wGd7nW__messageDanger{color:#ef5350}.StreakDetailSheet-module__wGd7nW__graceCta{color:#e65100;font-size:13px;font-weight:var(--font-weight-bold,700);text-align:center;border-radius:var(--radius-md,8px);background:linear-gradient(135deg,#fff3e0,#fff8e1);margin-bottom:8px;padding:8px 12px}.StreakDetailSheet-module__wGd7nW__section{margin-top:12px}.StreakDetailSheet-module__wGd7nW__sectionTitle{font-size:11px;font-weight:var(--font-weight-bold,700);color:var(--color-text-light,#888);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--color-border,#eee);margin-bottom:8px;padding-bottom:4px}.StreakDetailSheet-module__wGd7nW__weekCalendar{justify-content:space-between;gap:4px;display:flex}.StreakDetailSheet-module__wGd7nW__dayCol{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.StreakDetailSheet-module__wGd7nW__dayLabel{font-size:10px;font-weight:var(--font-weight-medium,500);color:var(--color-text-light,#888)}.StreakDetailSheet-module__wGd7nW__dayDate{color:var(--color-text-light,#999);font-size:10px}.StreakDetailSheet-module__wGd7nW__dayDot{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;line-height:1;display:flex}.StreakDetailSheet-module__wGd7nW__dayDotActive{color:#fff;background:#4caf50}.StreakDetailSheet-module__wGd7nW__dayDotActiveToday{color:#fff;background:#4caf50;box-shadow:0 0 0 2px #2e97c9}.StreakDetailSheet-module__wGd7nW__dayDotToday{background:0 0;border:2px solid #2e97c9;animation:2s ease-in-out infinite StreakDetailSheet-module__wGd7nW__todayPulse}@keyframes StreakDetailSheet-module__wGd7nW__todayPulse{0%,to{box-shadow:0 0 #2e97c94d}50%{box-shadow:0 0 0 4px #2e97c91a}}.StreakDetailSheet-module__wGd7nW__dayDotMissed{background:#e0e0e0}.StreakDetailSheet-module__wGd7nW__dayDotFuture{background:#f5f5f5}.StreakDetailSheet-module__wGd7nW__statsRow{grid-template-columns:1fr 1fr;gap:8px;display:grid}.StreakDetailSheet-module__wGd7nW__statCard{background:var(--color-bg-alt,#f9f8f5);border-radius:var(--radius-md,8px);flex-direction:column;align-items:center;gap:2px;padding:10px 8px;display:flex}.StreakDetailSheet-module__wGd7nW__statValue{font-size:22px;font-weight:var(--font-weight-bold,700);color:var(--color-heading,#2a2a2a);line-height:1.2}.StreakDetailSheet-module__wGd7nW__statLabel{color:var(--color-text-light,#888);font-size:11px}.StreakDetailSheet-module__wGd7nW__confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.StreakDetailSheet-module__wGd7nW__confettiPiece{border-radius:1px;width:6px;height:10px;animation:2s ease-in forwards StreakDetailSheet-module__wGd7nW__confettiFall;position:absolute;top:-8px}.StreakDetailSheet-module__wGd7nW__confettiPiece:nth-child(odd){background:gold}.StreakDetailSheet-module__wGd7nW__confettiPiece:nth-child(2n){background:#ff6b35}.StreakDetailSheet-module__wGd7nW__confettiPiece:nth-child(3n){background:#2e97c9}.StreakDetailSheet-module__wGd7nW__confettiPiece:nth-child(4n){background:#4caf50}@keyframes StreakDetailSheet-module__wGd7nW__confettiFall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(200px)rotate(720deg)}}
.StreakToast-module__kwIEhG__toast{z-index:1000;font-size:13px;font-weight:var(--font-weight-medium,500);border-radius:0 0 var(--radius-md,8px)var(--radius-md,8px);align-items:center;gap:8px;padding:8px 16px;line-height:1.4;animation:.4s ease-out .8s both StreakToast-module__kwIEhG__toastSlideIn;display:flex;position:absolute;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 12px #0000001a}.StreakToast-module__kwIEhG__exit{animation:.3s ease-in forwards StreakToast-module__kwIEhG__toastSlideOut!important}@keyframes StreakToast-module__kwIEhG__toastSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes StreakToast-module__kwIEhG__toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.StreakToast-module__kwIEhG__icon{flex-shrink:0;font-size:16px;line-height:1}.StreakToast-module__kwIEhG__text{color:inherit;flex:1}.StreakToast-module__kwIEhG__normal{color:var(--color-text,#4a4a4a);background:#fff}.StreakToast-module__kwIEhG__grace{color:#e65100;background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.StreakToast-module__kwIEhG__milestone{color:#5d4037;font-weight:var(--font-weight-bold,700);background:linear-gradient(135deg,gold,#ffc107);animation:.4s ease-out .8s both StreakToast-module__kwIEhG__toastSlideIn,2s ease-in-out infinite StreakToast-module__kwIEhG__milestoneGlow}.StreakToast-module__kwIEhG__milestone.StreakToast-module__kwIEhG__exit{animation:.3s ease-in forwards StreakToast-module__kwIEhG__toastSlideOut!important}@keyframes StreakToast-module__kwIEhG__milestoneGlow{0%,to{box-shadow:0 2px 12px #ffd7004d}50%{box-shadow:0 2px 20px #ffd70099}}.StreakToast-module__kwIEhG__complete{color:#2e7d32;background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.StreakToast-module__kwIEhG__comeback{color:#1565c0;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}@media (max-width:768px){.StreakToast-module__kwIEhG__toast{border-radius:0;top:auto;bottom:100%;transform:translateY(100%)}@keyframes StreakToast-module__kwIEhG__toastSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes StreakToast-module__kwIEhG__toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}}
.Header-module__lnUIdW__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#ffffffeb;transition:box-shadow .3s;position:sticky;top:0;overflow:visible}.Header-module__lnUIdW__scrolled{box-shadow:0 1px 6px #0000000d}.Header-module__lnUIdW__headerInner{max-width:var(--container-max);padding:0 var(--space-md);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:var(--space-sm);color:var(--color-text);flex-shrink:0;text-decoration:none;display:flex}.Header-module__lnUIdW__logo:hover{text-decoration:none}.Header-module__lnUIdW__logo:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.Header-module__lnUIdW__logoImage{transition:transform .3s}.Header-module__lnUIdW__logo:hover .Header-module__lnUIdW__logoImage{transform:rotate(15deg)}.Header-module__lnUIdW__logoText{flex-direction:column;line-height:1.2;display:flex}.Header-module__lnUIdW__logoMain{font-size:18px;font-weight:var(--font-weight-bold);color:var(--color-heading);letter-spacing:.02em}.Header-module__lnUIdW__logoSub{color:var(--color-text-light);font-size:10px;font-weight:var(--font-weight-normal);letter-spacing:.08em}.Header-module__lnUIdW__nav{align-items:center;gap:var(--space-lg);display:flex}.Header-module__lnUIdW__navLink{color:var(--color-text);font-size:14px;font-weight:var(--font-weight-medium);padding:var(--space-sm)0;align-items:center;min-height:44px;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__lnUIdW__navLink:hover{color:var(--color-accent);text-decoration:none}.Header-module__lnUIdW__navLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.Header-module__lnUIdW__navLink:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__lnUIdW__navLink:hover:after{transform:scaleX(1)}.Header-module__lnUIdW__navLinkActive{color:var(--color-accent);font-weight:var(--font-weight-bold)}.Header-module__lnUIdW__navLinkActive:after{transform:scaleX(1)}.Header-module__lnUIdW__navLogin{color:var(--color-text);font-size:13px;font-weight:var(--font-weight-medium);border:1.5px solid var(--color-border);border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;min-height:36px;margin-left:auto;padding:8px 16px;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.Header-module__lnUIdW__navLogin:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-mint);text-decoration:none}.Header-module__lnUIdW__navLogin:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.Header-module__lnUIdW__navCta{background:var(--color-cta);color:#fff;font-size:13px;font-weight:var(--font-weight-bold);border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;min-height:36px;margin-left:-12px;padding:8px 16px;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.Header-module__lnUIdW__navCta:hover{background:var(--color-cta-hover);color:#fff;text-decoration:none;transform:translateY(-1px)}.Header-module__lnUIdW__navCta:focus-visible{outline:2px solid var(--color-cta);outline-offset:2px}.Header-module__lnUIdW__mobileMypage,.Header-module__lnUIdW__mobileLogin,.Header-module__lnUIdW__mobileRegisterCta{display:none}.Header-module__lnUIdW__peStatusBarWrap{max-width:var(--container-max);padding:0 var(--space-md)4px;margin:0 auto}.Header-module__lnUIdW__mobileLogoRow,.Header-module__lnUIdW__mobileNavBar{display:none}@media (max-width:768px){.Header-module__lnUIdW__header{z-index:1000;position:relative;top:auto}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__mobileMypage{font-size:12px;font-weight:var(--font-weight-bold);color:var(--color-accent);border:1.5px solid var(--color-accent);white-space:nowrap;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 14px;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileMypage:hover{background:var(--color-mint);text-decoration:none}.Header-module__lnUIdW__mobileMypageActive{background:var(--color-accent);color:#fff}.Header-module__lnUIdW__mobileMypageActive:hover{background:var(--color-accent-dark,#5aa888);color:#fff}.Header-module__lnUIdW__mobileMypage:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.Header-module__lnUIdW__mobileLogin{font-size:12px;font-weight:var(--font-weight-bold);color:var(--color-accent);border:1.5px solid var(--color-accent);white-space:nowrap;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 14px;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileLogin:hover{background:var(--color-mint);text-decoration:none}.Header-module__lnUIdW__mobileLogin:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.Header-module__lnUIdW__mobileRegisterCta{font-size:12px;font-weight:var(--font-weight-bold);color:#fff;background:var(--color-cta);white-space:nowrap;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 14px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 6px #ff8a6540}.Header-module__lnUIdW__mobileRegisterCta:hover{background:var(--color-cta-hover);color:#fff;text-decoration:none;transform:translateY(-1px)}.Header-module__lnUIdW__mobileRegisterCta:focus-visible{outline:2px solid var(--color-cta);outline-offset:2px}.Header-module__lnUIdW__mobileLogoRow{z-index:1001;height:var(--header-height);padding:0 var(--space-md);-webkit-backdrop-filter:blur(12px);pointer-events:none;padding-top:env(safe-area-inset-top,0px);background:#fffffff5;justify-content:space-between;align-items:center;transition:transform .3s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 1px 6px #0000000f}.Header-module__lnUIdW__mobileLogoRowVisible{pointer-events:auto;transform:translateY(0)}.Header-module__lnUIdW__mobileNavBar{z-index:999;-webkit-backdrop-filter:blur(12px);max-width:var(--container-max);padding:0 var(--space-sm);border-bottom:1px solid var(--color-border);background:#fffffff5;margin:0 auto;transition:top .3s;display:block;position:sticky;top:0;overflow:visible}.Header-module__lnUIdW__mobileNavBarShifted{top:calc(var(--header-height) + env(safe-area-inset-top,0px))}.Header-module__lnUIdW__mobileNavRow{justify-content:center;gap:var(--space-xs,4px);display:flex}.Header-module__lnUIdW__mobileNavLink{font-size:12px;font-weight:var(--font-weight-medium);color:var(--color-text-light);white-space:nowrap;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:44px;padding:10px 2px 8px;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__lnUIdW__mobileNavLink:hover{color:var(--color-accent);text-decoration:none}.Header-module__lnUIdW__mobileNavLinkActive{color:var(--color-accent);font-weight:var(--font-weight-bold)}.Header-module__lnUIdW__mobileNavLinkActive:after{content:"";background:var(--color-accent);border-radius:2px;height:3px;animation:.25s Header-module__lnUIdW__navIndicatorIn;position:absolute;bottom:2px;left:25%;right:25%}@keyframes Header-module__lnUIdW__navIndicatorIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}}
.Footer-module__3hUVsW__footer{background:var(--color-bg-alt);margin-top:auto;padding-top:0;position:relative}.Footer-module__3hUVsW__topBorder{background:linear-gradient(90deg,transparent 0%,var(--color-accent)20%,var(--color-accent)80%,transparent 100%);opacity:.5;height:3px}.Footer-module__3hUVsW__footerInner{max-width:var(--container-max);padding:var(--space-3xl)var(--space-md)0;margin:0 auto}.Footer-module__3hUVsW__brandRow{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.Footer-module__3hUVsW__brandInfo{gap:var(--space-xs);flex-direction:column;display:flex}.Footer-module__3hUVsW__brandLogo{font-size:20px;font-weight:var(--font-weight-bold);color:var(--color-heading);letter-spacing:.02em;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__brandLogo:hover{color:var(--color-accent);text-decoration:none}.Footer-module__3hUVsW__brandTagline{color:var(--color-text-light);letter-spacing:.04em;font-size:13px}.Footer-module__3hUVsW__linkGrid{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.Footer-module__3hUVsW__linkColumn{flex-direction:column;display:flex}.Footer-module__3hUVsW__columnTitle{font-size:12px;font-weight:var(--font-weight-bold);color:var(--color-text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);padding-bottom:var(--space-sm)}.Footer-module__3hUVsW__columnList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__columnLink{color:var(--color-text);padding:6px 0;font-size:13px;line-height:1.6;text-decoration:none;transition:color .2s;display:inline-block}.Footer-module__3hUVsW__columnLink:hover{color:var(--color-accent);text-decoration:none}.Footer-module__3hUVsW__columnLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.Footer-module__3hUVsW__feedbackRow{border-top:1px solid var(--color-border);padding-top:var(--space-xl);margin-bottom:var(--space-xl);max-width:480px}.Footer-module__3hUVsW__feedbackSection{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__3hUVsW__feedbackTitle{font-size:14px;font-weight:var(--font-weight-bold);color:var(--color-heading);margin-bottom:var(--space-xs)}.Footer-module__3hUVsW__feedbackLabel{color:var(--color-text);gap:var(--space-xs);flex-direction:column;font-size:13px;display:flex}.Footer-module__3hUVsW__feedbackSelect{appearance:none;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm)var(--space-md);font-size:14px;font-family:var(--font-sans);color:var(--color-text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234A4A4A' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;min-height:44px;padding-right:36px;transition:border-color .2s}.Footer-module__3hUVsW__feedbackSelect:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-color:var(--color-accent)}.Footer-module__3hUVsW__feedbackTextarea{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-sm)var(--space-md);font-size:14px;font-family:var(--font-sans);color:var(--color-text);resize:vertical;min-height:88px;line-height:1.6;transition:border-color .2s}.Footer-module__3hUVsW__feedbackTextarea::placeholder{color:var(--color-text-light)}.Footer-module__3hUVsW__feedbackTextarea:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-color:var(--color-accent)}.Footer-module__3hUVsW__honeypot{opacity:0;pointer-events:none;tab-index:-1;width:0;height:0;position:absolute;top:-9999px;left:-9999px;overflow:hidden}.Footer-module__3hUVsW__feedbackSubmit{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);padding:var(--space-sm)var(--space-lg);font-size:13px;font-family:var(--font-sans);font-weight:var(--font-weight-medium);cursor:pointer;border:none;align-self:flex-start;min-height:40px;transition:background .2s,opacity .2s}.Footer-module__3hUVsW__feedbackSubmit:hover:not(:disabled){background:var(--color-accent-dark)}.Footer-module__3hUVsW__feedbackSubmit:disabled{opacity:.6;cursor:not-allowed}.Footer-module__3hUVsW__feedbackSubmit:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.Footer-module__3hUVsW__feedbackMessage{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);font-size:13px}.Footer-module__3hUVsW__feedbackSuccess{color:var(--color-success);background:#e8f5e9}.Footer-module__3hUVsW__feedbackError{color:var(--color-error);background:#fce4ec}.Footer-module__3hUVsW__footerDisclaimer{border-top:1px solid var(--color-border);padding-top:var(--space-lg);max-width:560px;margin:0 auto var(--space-xl);text-align:center;color:var(--color-text-light);font-size:11px;line-height:1.8}.Footer-module__3hUVsW__footerCredibility{max-width:560px;margin:0 auto var(--space-xl);text-align:center}.Footer-module__3hUVsW__credibilityTitle{font-size:11px;font-weight:var(--font-weight-bold);color:var(--color-text-light);letter-spacing:.04em;margin-bottom:var(--space-xs)}.Footer-module__3hUVsW__credibilityText{color:var(--color-text-light);font-size:11px;line-height:1.8}.Footer-module__3hUVsW__bottomBar{border-top:1px solid var(--color-border);padding:var(--space-lg)0}.Footer-module__3hUVsW__bottomBarInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__footerCopy{color:var(--color-text-light);font-size:11px}.Footer-module__3hUVsW__bottomBarLinks{align-items:center;gap:var(--space-md);display:flex}.Footer-module__3hUVsW__contactEmail{color:var(--color-text-light);font-size:11px;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__contactEmail:hover{color:var(--color-accent);text-decoration:none}@media (max-width:768px){.Footer-module__3hUVsW__footerInner{padding:var(--space-2xl)var(--space-md)0}.Footer-module__3hUVsW__linkGrid{gap:var(--space-xl)var(--space-2xl);grid-template-columns:repeat(2,1fr)}.Footer-module__3hUVsW__feedbackRow,.Footer-module__3hUVsW__footerDisclaimer,.Footer-module__3hUVsW__footerCredibility{max-width:100%}}@media (max-width:480px){.Footer-module__3hUVsW__footerInner{padding:var(--space-xl)var(--space-md)0}.Footer-module__3hUVsW__linkGrid{gap:var(--space-lg)var(--space-md);grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__columnTitle{margin-bottom:var(--space-sm);font-size:11px}.Footer-module__3hUVsW__columnLink{align-items:center;min-height:44px;padding:8px 0;font-size:12px;display:flex}.Footer-module__3hUVsW__brandRow{margin-bottom:var(--space-xl);padding-bottom:var(--space-md)}.Footer-module__3hUVsW__brandLogo{font-size:18px}.Footer-module__3hUVsW__feedbackSection{gap:var(--space-sm)}.Footer-module__3hUVsW__feedbackTextarea{min-height:72px}.Footer-module__3hUVsW__feedbackSubmit{text-align:center;justify-content:center;width:100%;min-height:48px;font-size:14px}.Footer-module__3hUVsW__bottomBarInner{gap:var(--space-sm);text-align:center;flex-direction:column}.Footer-module__3hUVsW__bottomBar{padding-bottom:calc(var(--space-lg) + env(safe-area-inset-bottom,0px))}}@supports (padding:env(safe-area-inset-bottom)){.Footer-module__3hUVsW__footer{padding-bottom:env(safe-area-inset-bottom)}}
.RegistrationNudge-module__MHE-Da__nudgeBanner{z-index:900;padding:0 var(--space-md)var(--space-md);pointer-events:none;animation:.5s cubic-bezier(.22,1,.36,1) RegistrationNudge-module__MHE-Da__slideUp;position:fixed;bottom:0;left:0;right:0}.RegistrationNudge-module__MHE-Da__nudgeInner{background:var(--color-bg);border-radius:var(--radius-lg);pointer-events:auto;border:1.5px solid var(--color-mint);align-items:center;gap:16px;max-width:600px;margin:0 auto;padding:20px 24px;display:flex;position:relative;box-shadow:0 -2px 20px #00000014,0 4px 24px #0000001f}.RegistrationNudge-module__MHE-Da__nudgeIcon{background:var(--color-mint);width:44px;height:44px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.RegistrationNudge-module__MHE-Da__nudgeBody{flex:1;min-width:0}.RegistrationNudge-module__MHE-Da__nudgeTitle{font-size:14px;font-weight:var(--font-weight-bold);color:var(--color-heading);margin-bottom:2px}.RegistrationNudge-module__MHE-Da__nudgeDesc{color:var(--color-text-light);font-size:12px;line-height:1.5}.RegistrationNudge-module__MHE-Da__nudgeCta{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-size:13px;font-weight:var(--font-weight-bold);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:4px;min-height:44px;padding:10px 20px;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.RegistrationNudge-module__MHE-Da__nudgeCta:hover{background:var(--color-accent-dark);color:#fff;text-decoration:none;transform:translateY(-1px)}.RegistrationNudge-module__MHE-Da__nudgeClose{width:28px;height:28px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:18px;transition:background .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.RegistrationNudge-module__MHE-Da__nudgeClose:hover{background:var(--color-bg-alt);color:var(--color-text)}@keyframes RegistrationNudge-module__MHE-Da__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.RegistrationNudge-module__MHE-Da__nudgeInner{text-align:center;flex-direction:column;gap:12px;padding:20px 16px}.RegistrationNudge-module__MHE-Da__nudgeIcon{display:none}.RegistrationNudge-module__MHE-Da__nudgeCta{justify-content:center;width:100%}}
.InstallPrompt-module__A2i5Qa__banner{z-index:900;padding:0 var(--space-md)var(--space-md);pointer-events:none;animation:.5s cubic-bezier(.22,1,.36,1) InstallPrompt-module__A2i5Qa__slideUp;position:fixed;bottom:0;left:0;right:0}.InstallPrompt-module__A2i5Qa__inner{background:var(--color-bg);border-radius:var(--radius-lg);pointer-events:auto;border:1.5px solid var(--color-mint);align-items:center;gap:16px;max-width:600px;margin:0 auto;padding:20px 24px;display:flex;position:relative;box-shadow:0 -2px 20px #00000014,0 4px 24px #0000001f}.InstallPrompt-module__A2i5Qa__icon{background:var(--color-mint);width:44px;height:44px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.InstallPrompt-module__A2i5Qa__body{flex:1;min-width:0}.InstallPrompt-module__A2i5Qa__title{font-size:14px;font-weight:var(--font-weight-bold);color:var(--color-heading);margin-bottom:2px}.InstallPrompt-module__A2i5Qa__desc{color:var(--color-text-light);font-size:12px;line-height:1.5}.InstallPrompt-module__A2i5Qa__cta{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-size:13px;font-weight:var(--font-weight-bold);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:4px;min-height:44px;padding:10px 20px;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.InstallPrompt-module__A2i5Qa__cta:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.InstallPrompt-module__A2i5Qa__close{width:28px;height:28px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:18px;transition:background .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.InstallPrompt-module__A2i5Qa__close:hover{background:var(--color-bg-alt);color:var(--color-text)}@keyframes InstallPrompt-module__A2i5Qa__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.InstallPrompt-module__A2i5Qa__iosOverlay{z-index:1000;padding:var(--space-md);background:#00000080;justify-content:center;align-items:flex-end;animation:.3s InstallPrompt-module__A2i5Qa__fadeIn;display:flex;position:fixed;inset:0}.InstallPrompt-module__A2i5Qa__iosGuide{background:var(--color-bg);border-radius:var(--radius-lg)var(--radius-lg)0 0;width:100%;max-width:400px;padding:28px 24px 24px;position:relative}.InstallPrompt-module__A2i5Qa__iosTitle{font-size:18px;font-weight:var(--font-weight-bold);color:var(--color-heading);text-align:center;margin-bottom:20px}.InstallPrompt-module__A2i5Qa__iosSteps{counter-reset:step;margin:0 0 20px;padding:0;list-style:none}.InstallPrompt-module__A2i5Qa__iosSteps li{color:var(--color-text);border-bottom:1px solid var(--color-border);align-items:center;gap:12px;padding:12px 0;font-size:14px;line-height:1.5;display:flex}.InstallPrompt-module__A2i5Qa__iosSteps li:last-child{border-bottom:none}.InstallPrompt-module__A2i5Qa__iosSteps li:before{counter-increment:step;content:counter(step);background:var(--color-accent);color:#fff;width:24px;height:24px;font-size:12px;font-weight:var(--font-weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.InstallPrompt-module__A2i5Qa__iosStepIcon{border-radius:var(--radius-sm);background:var(--color-mint);width:28px;height:28px;color:var(--color-accent);font-size:14px;font-weight:var(--font-weight-bold);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.InstallPrompt-module__A2i5Qa__iosCloseBtn{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);width:100%;font-size:15px;font-weight:var(--font-weight-bold);font-family:var(--font-sans);cursor:pointer;border:none;min-height:44px;padding:14px;transition:background .2s;display:block}.InstallPrompt-module__A2i5Qa__iosCloseBtn:hover{background:var(--color-accent-dark)}.InstallPrompt-module__A2i5Qa__closeBtn{width:28px;height:28px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;transition:background .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.InstallPrompt-module__A2i5Qa__closeBtn:hover{background:var(--color-bg-alt);color:var(--color-text)}@keyframes InstallPrompt-module__A2i5Qa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:600px){.InstallPrompt-module__A2i5Qa__inner{text-align:center;flex-direction:column;gap:12px;padding:20px 16px}.InstallPrompt-module__A2i5Qa__icon{display:none}.InstallPrompt-module__A2i5Qa__cta{justify-content:center;width:100%}.InstallPrompt-module__A2i5Qa__iosGuide{border-radius:var(--radius-lg)var(--radius-lg)0 0}}
.ScrollToTop-module__SRTxAW__btn{z-index:900;background:var(--color-accent);color:#fff;cursor:pointer;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,visibility .3s,transform .3s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(12px);box-shadow:0 4px 12px #6db89a4d}.ScrollToTop-module__SRTxAW__btn:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 6px 16px #6db89a66}.ScrollToTop-module__SRTxAW__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.ScrollToTop-module__SRTxAW__btn:active{transform:translateY(0)}.ScrollToTop-module__SRTxAW__visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:768px){.ScrollToTop-module__SRTxAW__btn{width:44px;height:44px;bottom:16px;right:16px}}
.FeedbackFab-module__lXMAHq__fab{z-index:50;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;height:44px;font-size:13px;font-weight:var(--font-weight-bold);font-family:var(--font-sans);cursor:pointer;box-shadow:var(--shadow-md);border:none;justify-content:center;align-items:center;gap:6px;padding:0 16px;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:80px;right:24px}.FeedbackFab-module__lXMAHq__fab:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 6px 16px #6db89a66}.FeedbackFab-module__lXMAHq__fab:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.FeedbackFab-module__lXMAHq__fab:active{transform:translateY(0)}.FeedbackFab-module__lXMAHq__fabIcon{font-size:20px;line-height:1}.FeedbackFab-module__lXMAHq__fabLabel{white-space:nowrap}@media (max-width:768px){.FeedbackFab-module__lXMAHq__fab{border-radius:50%;width:44px;height:44px;padding:0;bottom:68px;right:16px}.FeedbackFab-module__lXMAHq__fabLabel{display:none}}
.PushPermission-module__BpcqGW__banner{z-index:900;padding:0 var(--space-md)var(--space-md);pointer-events:none;animation:.5s cubic-bezier(.22,1,.36,1) PushPermission-module__BpcqGW__slideUp;position:fixed;bottom:0;left:0;right:0}.PushPermission-module__BpcqGW__inner{background:var(--color-bg);border-radius:var(--radius-lg);pointer-events:auto;border:1.5px solid var(--color-mint);align-items:center;gap:16px;max-width:600px;margin:0 auto;padding:20px 24px;display:flex;position:relative;box-shadow:0 -2px 20px #00000014,0 4px 24px #0000001f}.PushPermission-module__BpcqGW__icon{background:var(--color-mint);width:44px;height:44px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PushPermission-module__BpcqGW__body{flex:1;min-width:0}.PushPermission-module__BpcqGW__title{font-size:14px;font-weight:var(--font-weight-bold);color:var(--color-heading);margin-bottom:2px}.PushPermission-module__BpcqGW__desc{color:var(--color-text-light);font-size:12px;line-height:1.5}.PushPermission-module__BpcqGW__cta{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-size:13px;font-weight:var(--font-weight-bold);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:4px;min-height:44px;padding:10px 20px;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.PushPermission-module__BpcqGW__cta:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.PushPermission-module__BpcqGW__close{width:28px;height:28px;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:18px;transition:background .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.PushPermission-module__BpcqGW__close:hover{background:var(--color-bg-alt);color:var(--color-text)}@keyframes PushPermission-module__BpcqGW__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.PushPermission-module__BpcqGW__inner{text-align:center;flex-direction:column;gap:12px;padding:20px 16px}.PushPermission-module__BpcqGW__icon{display:none}.PushPermission-module__BpcqGW__cta{justify-content:center;width:100%}}
.OfflineIndicator-module__Sadonq__banner{z-index:9999;font-family:var(--font-sans);font-size:13px;font-weight:var(--font-weight-bold);text-align:center;justify-content:center;align-items:center;gap:8px;padding:10px 16px;line-height:1.4;animation:.3s forwards OfflineIndicator-module__Sadonq__slideIn;display:flex;position:fixed;top:0;left:0;right:0}.OfflineIndicator-module__Sadonq__offline{color:#e65100;background:#fff3e0;border-bottom:2px solid #ffcc80}.OfflineIndicator-module__Sadonq__syncing{color:#1565c0;background:#e3f2fd;border-bottom:2px solid #90caf9}.OfflineIndicator-module__Sadonq__synced{color:#2e7d32;background:#e8f5e9;border-bottom:2px solid #a5d6a7;animation:.3s forwards OfflineIndicator-module__Sadonq__slideIn,.4s 2s forwards OfflineIndicator-module__Sadonq__fadeOut}.OfflineIndicator-module__Sadonq__icon{flex-shrink:0;align-items:center;display:flex}@keyframes OfflineIndicator-module__Sadonq__slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes OfflineIndicator-module__Sadonq__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){.OfflineIndicator-module__Sadonq__banner{animation-duration:.01ms!important}.OfflineIndicator-module__Sadonq__synced{animation:none}}
.PEToast-module__OmtxQW__container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:80px;right:20px}.PEToast-module__OmtxQW__toast{background:var(--color-bg);border:1.5px solid var(--color-accent,#6db89a);border-radius:var(--radius-md);font-family:var(--font-sans,"Noto Sans JP",sans-serif);color:var(--color-text,#4a4a4a);pointer-events:auto;cursor:pointer;transform-origin:100% 0;align-items:center;gap:10px;min-width:200px;max-width:320px;padding:10px 16px;font-size:13px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards PEToast-module__OmtxQW__toastIn;display:flex;box-shadow:0 6px 24px #0000001f,0 2px 8px #6db89a26}.PEToast-module__OmtxQW__toastBadge{border-color:#ce93d8;box-shadow:0 6px 24px #0000001f,0 2px 8px #ab47bc33}.PEToast-module__OmtxQW__toastLevel{border-color:#ffb300;box-shadow:0 6px 24px #0000001f,0 2px 8px #ffb30033}.PEToast-module__OmtxQW__toastOut{animation:.3s forwards PEToast-module__OmtxQW__toastOut}.PEToast-module__OmtxQW__iconWrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PEToast-module__OmtxQW__iconPoints{background:#e8f5f0}.PEToast-module__OmtxQW__iconBadge{background:#f3e5f5}.PEToast-module__OmtxQW__iconLevel{background:#fff8e1}.PEToast-module__OmtxQW__body{flex:1;min-width:0}.PEToast-module__OmtxQW__title{font-size:13px;font-weight:var(--font-weight-bold);color:var(--color-heading);line-height:1.3}.PEToast-module__OmtxQW__pts{font-size:18px;font-weight:var(--font-weight-bold);color:var(--color-accent);margin-top:2px;line-height:1}.PEToast-module__OmtxQW__toastBadge .PEToast-module__OmtxQW__pts{color:#ab47bc;font-size:12px;font-weight:var(--font-weight-medium)}.PEToast-module__OmtxQW__toastLevel .PEToast-module__OmtxQW__pts{color:#ff8f00;font-size:14px}.PEToast-module__OmtxQW__sub{color:var(--color-text-light);margin-top:2px;font-size:11px}@keyframes PEToast-module__OmtxQW__toastIn{0%{opacity:0;transform:translate(40px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes PEToast-module__OmtxQW__toastOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.9)}}@media (prefers-reduced-motion:reduce){.PEToast-module__OmtxQW__toast{animation-duration:.01ms!important}}@media (max-width:480px){.PEToast-module__OmtxQW__container{inset:auto 12px 20px}.PEToast-module__OmtxQW__toast{min-width:auto;max-width:100%}}
:root{--color-accent:#6db89a;--color-accent-dark:#5ba588;--color-accent-text:#3d8b6a;--color-cta:#ff8a65;--color-cta-hover:#f4714d;--color-text:#4a4a4a;--color-text-light:#707070;--color-heading:#3a3a3a;--color-border:#e5e5e5;--color-bg:#fff;--color-bg-alt:#fafafa;--color-mint:#eef7f3;--color-disabled:#b0bec5;--color-success:#66bb6a;--color-warning:#ffd54f;--color-error:#ef5350;--color-entry:#6db89a;--color-mid:#5a8ac4;--color-high:#e8915a;--color-cat-desk:#4a7dbd;--color-cat-desk-bg:#e8f1fc;--color-cat-stretch:#5ba588;--color-cat-stretch-bg:#eaf5eb;--color-cat-posture:#c67a3d;--color-cat-posture-bg:#fff5ec;--color-cat-relax:#c49a2a;--color-cat-relax-bg:#fff9e8;--color-cat-usage:#8e5daa;--color-cat-usage-bg:#f5edf8;--color-cat-special:#b8860b;--color-cat-special-bg:#fef6e6;--gradient-hero-desk:linear-gradient(135deg,#f0f8ff,#fff);--gradient-hero-stretch:linear-gradient(135deg,#e8f5f0,#fff);--gradient-hero-posture:linear-gradient(135deg,#fff3e0,#fff);--gradient-hero-relax:linear-gradient(135deg,#fff8e0,#fff);--color-pr-badge:#d4796e;--font-sans:var(--font-noto-sans-jp),"Noto Sans JP",sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 8px 24px #00000017;--container-max:1080px;--header-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-weight:var(--font-weight-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-weight:var(--font-weight-bold);line-height:1.4}.container{max-width:var(--container-max);padding-left:var(--space-md);padding-right:var(--space-md);margin-left:auto;margin-right:auto}.skip-to-content{z-index:9999;padding:var(--space-sm)var(--space-md);background:var(--color-accent);color:#fff;font-weight:var(--font-weight-bold);position:absolute;top:0;left:-9999px}.skip-to-content:focus{left:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button,[role=button]{cursor:pointer;transition:background-color .2s,transform .15s,box-shadow .2s,opacity .2s}button:active:not(:disabled),[role=button]:active:not(:disabled){transform:scale(.99)}button:disabled,[role=button][aria-disabled=true]{cursor:not-allowed;opacity:.5}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sp-only{display:none}@media (max-width:768px){.sp-only{display:inline}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){:root{--space-2xl:36px;--space-3xl:48px;--header-height:56px}body{-webkit-tap-highlight-color:#6db89a26}}@media (max-width:480px){:root{--space-2xl:28px;--space-3xl:40px}}@supports (padding:env(safe-area-inset-top)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
