.smsPage{min-height:100vh;background:var(--surface-canvas);display:flex;flex-direction:column}.smsPage__bar{justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--gray-20);background:var(--surface-raised)}.smsPage__bar,.smsPage__brand{display:flex;align-items:center}.smsPage__brand{gap:10px}.smsPage__logo{display:block;width:28px;height:28px}.smsPage__home{text-decoration:none}.smsPage__home:hover{text-decoration:underline}.smsPage__main{width:100%;max-width:720px;margin:0 auto;padding:48px 24px 64px;display:flex;flex-direction:column;gap:32px;flex:1}.smsPage__title{gap:8px;padding-bottom:24px;border-bottom:1px solid var(--gray-20)}.smsPage__section,.smsPage__title{display:flex;flex-direction:column}.smsPage__section{gap:12px;padding:24px;border:1px solid var(--gray-20);border-radius:8px;background:var(--surface-raised)}.smsPage__body{max-width:68ch;line-height:1.6;margin:0}.smsPage__footer{padding:24px;border-top:1px solid var(--gray-20);background:var(--surface-raised)}.smsPage__footer,.smsPage__footerInner{display:flex;flex-direction:column;gap:6px}.smsPage__footerInner{width:100%;max-width:720px;margin:0 auto}@media (max-width:640px){.smsPage__bar{padding:12px 16px}.smsPage__main{padding:32px 16px 48px}.smsPage__footer,.smsPage__section{padding:20px 16px}}