.page-shell{box-sizing:border-box;width:100%;min-height:100dvh;padding:0 var(--page-shell-padding-x) var(--page-shell-padding-bottom);flex-direction:column;display:flex}.page-shell__text{width:100%;max-width:var(--page-shell-content-max-width);padding-top:var(--page-shell-text-padding-top);text-align:center;flex-shrink:0;margin:0 auto}.page-shell__title{color:var(--color-text);margin:0;font-size:24px;font-weight:600;line-height:1.12}.page-shell__body{color:var(--color-text-muted);margin:0;font-size:16px;line-height:1.5}.page-shell__title+.page-shell__body{margin-top:12px}.page-shell__main{width:100%;max-width:var(--page-shell-content-max-width);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;margin:0 auto;display:flex}.page-shell__footer{width:100%;max-width:var(--page-shell-content-max-width);flex-shrink:0;margin:0 auto;padding-top:24px}.page-shell__button{width:100%;min-height:50px;font:inherit;text-align:center;cursor:pointer;background:var(--color-brand);color:#fff;border:0;border-radius:25px;justify-content:center;align-items:center;padding:13px 24px;font-size:18px;line-height:normal;text-decoration:none;display:flex}.page-shell__button--disabled{cursor:not-allowed;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#666;outline:none}.page-shell__button:hover,.page-shell__button:active,.page-shell__button:focus,.page-shell__button:visited{color:#fff;text-decoration:none}.page-shell__button:hover{background:var(--color-brand-hover)}.page-shell__button:active{background:var(--color-brand-active)}.page-shell__button.page-shell__button--disabled,.page-shell__button.page-shell__button--disabled:hover,.page-shell__button.page-shell__button--disabled:active,.page-shell__button.page-shell__button--disabled:focus,.page-shell__button.page-shell__button--disabled:focus-visible,.page-shell__button.page-shell__button--disabled:visited{color:#fff;background:#666}.page-shell__button:disabled{opacity:.7;cursor:not-allowed}html.has-app-page-background .page-shell__title{color:#fff}html.has-app-page-background .page-shell__body{color:var(--color-text-muted)}
