:root{--page-bg: #d9d9df;--app-bg: #f3f3f7;--card: #ffffff;--text: #1f1f1f;--muted: #8a8a92;--placeholder: #c0c0c6;--divider: #eeeeee;--blue: #0a84ff;--blue-dark: #006fe0}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text);font-family:Manrope,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--page-bg)}button,input{font:inherit}button{-webkit-appearance:none;appearance:none;font-size:17px}.app-shell{width:100%;max-width:400px;min-height:100vh;margin:0 auto;background:var(--app-bg)}.start-screen,.auth-screen{min-height:100vh;padding:calc(14px + env(safe-area-inset-top,0px)) 10px calc(20px + env(safe-area-inset-bottom,0px))}.start-screen{display:flex;align-items:center;justify-content:center}.start-content{width:100%;text-align:center}.start-content h1{margin:0 0 28px;font-size:25px;font-weight:650;line-height:1.1}.auth-screen{display:flex;flex-direction:column}.is-hidden{display:none!important}.screen-header{position:relative;display:flex;height:44px;align-items:center;justify-content:center}.back-button{position:absolute;top:50%;left:0;z-index:2;display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:none;border-radius:999px;color:#6b6b6b;background:#fff;cursor:pointer;transform:translateY(-50%)}.screen-header h2{margin:0;font-size:17px;font-weight:600;line-height:1.2}.account-switch{display:grid;height:44px;grid-template-columns:1fr 1fr;gap:4px;margin-top:16px;padding:4px;border-radius:999px;background:#e9e9ee}.account-switch__button{border:none;border-radius:999px;color:#2e2e2e;background:transparent;cursor:pointer;font-weight:600}.account-switch__button.is-active{background:#fff;box-shadow:0 1px 3px #0000000f}.form{display:flex;flex-direction:column;margin-top:14px}.field-card{display:flex;flex-direction:column;margin-top:14px;padding:14px 40px 10px;border:1px solid rgba(0,0,0,.03);border-radius:24px;background:var(--card)}.field-card:first-child{margin-top:0}.field-card:has(.field-row:only-child){padding-top:0;padding-bottom:0;border-radius:360px}.field-row{position:relative;display:block;padding:12px 0 14px;border-bottom:1px solid var(--divider)}.field-card .field-row:only-child{display:flex;height:70px;flex-direction:column;justify-content:center;padding:0}.field-row:last-child{border-bottom:none}.field-row span{display:block;margin-bottom:6px;color:#b0b0b6;font-size:12px;font-weight:500;line-height:1.2}.field-row input{width:100%;padding:0;border:none;outline:none;color:#2c2c2f;background:transparent;font-size:15px;line-height:1.35}.field-row input::placeholder{color:var(--placeholder)}.field-row--password input{padding-right:36px}.eye-button{position:absolute;top:50%;right:0;display:flex;width:30px;height:30px;align-items:center;justify-content:center;border:none;color:#9d9da3;background:transparent;cursor:pointer;transform:translateY(-50%)}.policy{display:flex;align-items:flex-start;gap:12px;margin-top:16px;cursor:pointer}.policy__native{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.policy__check{display:flex;width:28px;height:28px;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#1e88ff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:700;line-height:1}.policy__native:not(:checked)+.policy__check{background:#d7d7dd}.policy__text{color:#8a8a92;font-size:12px;line-height:1.4}.policy__text a{color:#1e88ff;text-decoration:none}.primary-button{width:100%;height:48px;border:none;border-radius:999px;color:#fff;background:var(--blue);box-shadow:0 8px 18px #0a84ff2e;cursor:pointer;font-weight:600}.primary-button:hover{background:var(--blue-dark)}.secondary-button{width:100%;height:48px;margin-top:12px;border:none;border-radius:999px;color:#0a84ff;background:#fff;cursor:pointer;font-weight:600}.secondary-button:hover{background:#f9f9fc}.link-button{align-self:center;margin-top:16px;border:none;color:#0a84ff;background:transparent;cursor:pointer;font-weight:600}.primary-button:active,.secondary-button:active,.link-button:active,.back-button:active{transform:translateY(1px)}.back-button:active{transform:translateY(calc(-50% + 1px))}.form .primary-button{margin-top:16px}.message{min-height:20px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.35;text-align:center}
