.mypage-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:2000}.mypage-modal.is-open{display:flex}.mypage-modal__overlay{position:absolute;inset:0;background:var(--mp-overlay-backdrop)}.mypage-modal__content{position:relative;z-index:1;width:min(720px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mypage-card--schedule-modal,.mypage-modal__content--schedule{display:flex;flex-direction:column;overflow:hidden}.mypage-card--schedule-modal{margin-bottom:0;max-height:inherit}.mypage-form--schedule-modal{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.mypage-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:999px;border:1px solid var(--mp-border-subtle);background:var(--mp-surface-base);color:var(--mp-text-muted);cursor:pointer;font-size:18px;line-height:1}.mypage-modal__close:hover{background:var(--mp-surface-muted)}.mypage-loading{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:var(--mp-overlay-loading);z-index:2100}.mypage-loading.is-active{display:flex}.mypage-loading__panel{width:min(92vw,360px);background:var(--mp-surface-base);border-radius:12px;box-shadow:0 16px 38px var(--mp-shadow-elevated);padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.mypage-loading__spinner{width:28px;height:28px;border:3px solid var(--mp-border-subtle);border-top-color:var(--mp-accent);border-radius:50%;animation:mypage-spin .8s linear infinite}.mypage-loading__text{margin:0;color:var(--mp-text-secondary);font-size:14px;text-align:center;line-height:1.5}.mypage-btn.is-loading{opacity:.72;pointer-events:none}@keyframes mypage-spin{to{transform:rotate(1turn)}}@media screen and (max-width:640px){.mypage-modal{align-items:flex-start;padding:10px}.mypage-modal__content{width:100%;max-height:none;overflow:visible;margin:calc(6px + env(safe-area-inset-top)) auto calc(10px + env(safe-area-inset-bottom))}.mypage-modal__content--schedule{max-height:calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden}.mypage-card--schedule-modal{max-height:inherit}}.mypage-reminder{margin-top:16px;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:12px;background:var(--mp-surface-reminder)}.mypage-reminder__header h3{margin:0 0 10px;font-size:14px}.mypage-reminder__channel{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px}.mypage-reminder__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--mp-text-secondary)}.mypage-reminder__permission{margin-bottom:8px}.mypage-reminder__offsets{display:grid;grid-gap:8px;gap:8px;margin-bottom:8px}.mypage-reminder__row{display:grid;grid-template-columns:90px 120px auto auto;align-items:center;grid-gap:8px;gap:8px}.mypage-reminder__remove{width:32px;height:32px;border-radius:10px}.mypage-reminder__suffix{font-size:13px;color:var(--mp-text-suffix)}.mypage-reminder__actions{margin-bottom:8px}@media (max-width:640px){.mypage-reminder__row{grid-template-columns:1fr 1fr}}.office-diagnosis-progress{margin-bottom:16px}.office-diagnosis-progress__text{margin-bottom:6px;font-size:14px;color:var(--mp-text-default)}.office-diagnosis-progress__track{height:8px;border-radius:999px;background:var(--mp-surface-progress-track);overflow:hidden}.office-diagnosis-progress__bar{height:100%;width:0;background:var(--mp-accent);transition:width .2s ease}.office-diagnosis-step{padding:18px;border-radius:12px;border:1px solid var(--mp-border-step);background:var(--mp-surface-upgrade)}.office-diagnosis-step__title{font-size:18px;font-weight:700;color:var(--mp-text-body)}.office-diagnosis-step__help{margin-top:8px;color:var(--mp-text-muted)}.office-diagnosis-step__choices{display:flex;gap:10px;margin-top:32px}.office-diagnosis-step__choice{display:inline-flex;justify-content:center;align-items:center;gap:6px;min-width:92px;padding:8px 12px;border-radius:5px;background:var(--mp-surface-accent);color:var(--mp-text-body);cursor:pointer;border:1px solid var(--mp-border-default)}.office-diagnosis-step__choice input[type=radio]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.office-diagnosis-step__choice:has(input[type=radio]:checked){background:var(--mp-accent-strong);border-color:var(--mp-accent-strong);color:var(--mp-surface-base)}.office-diagnosis-actions{margin-top:16px;display:flex;justify-content:space-between}.office-diagnosis-card ul{margin-left:24px}.office-diagnosis-card h2{font-size:18px}.office-diagnosis-card__grade-line{display:flex;align-items:center;gap:8px}.office-diagnosis-start-inline{display:flex;align-items:center;gap:12px}.office-diagnosis-start-inline__row{display:flex;align-items:center;gap:8px;margin:0}.office-diagnosis-start-inline__label,.office-diagnosis-start-inline__select{font-size:16px}.grade-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-weight:700;vertical-align:middle}.grade-ok{background:var(--mp-surface-grade-ok);color:var(--mp-text-good)}.grade-needs{background:var(--mp-surface-grade-needs);color:var(--mp-text-warning)}.grade-high{background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.mypage-header{margin-bottom:14px}.mypage-header h1{font-size:24px;line-height:1.3;margin-bottom:6px}.mypage-header p{color:var(--mp-text-placeholder)}.mypage-dashboard{margin-bottom:16px}.mypage-dashboard__group{margin-bottom:18px}.mypage-dashboard__group:last-child{margin-bottom:0}.mypage-dashboard__group-title{font-size:16px;line-height:1.4;margin-bottom:10px}.mypage-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.mypage-dashboard__card{background:var(--mp-surface-base);border:none;border-radius:12px;padding:16px;box-shadow:none;display:flex;flex-direction:column;min-height:124px}.mypage-dashboard__title{font-size:15px;font-weight:700;margin-bottom:8px}.mypage-dashboard__desc{margin-bottom:12px}.mypage-dashboard__desc,.mypage-dashboard__status-list{color:var(--mp-text-muted);font-size:13px;line-height:1.6}.mypage-dashboard__status-list{margin:-4px 0 12px;padding-left:18px}.mypage-dashboard__status{font-weight:700}.mypage-dashboard__status--set{color:var(--mp-text-success)}.mypage-dashboard__status--unset{color:var(--mp-text-danger)}.mypage-dashboard__status-note{color:var(--mp-text-muted)}.mypage-dashboard__link{color:var(--mp-accent);font-weight:700;text-decoration:none}.mypage-dashboard__link:hover{text-decoration:underline}.mypage-alert{display:block;background:var(--mp-action-danger-bg);border:1px solid var(--mp-border-danger-soft);color:var(--mp-text-danger);border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700;margin-bottom:16px}.mypage-alert__count{font-size:14px}.mypage-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;margin-left:6px;line-height:1.4}.mypage-badge--new{background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.mypage-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:4px 10px;border-radius:999px;font-weight:700;line-height:1.2;text-transform:lowercase}.mypage-status-badge--ready{background:var(--mp-surface-grade-ready);color:var(--mp-text-success-strong)}.mypage-status-badge--error{background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.mypage-status-badge--other{background:var(--mp-surface-accent);color:var(--mp-text-nav)}.contact-page .terms__inner{width:min(960px,92vw);max-width:none;padding:24px}@media screen and (max-width:768px){.contact-page .terms__inner{padding:16px}}