*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--biker-font);color:var(--biker-text);background:var(--biker-background);direction:var(--biker-direction);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100%;padding-top:calc(var(--biker-safe-area-top) + var(--biker-header-height) + 16px);padding-bottom:calc(var(--biker-safe-area-bottom) + 24px);padding-inline:16px}.page--centered{display:flex;flex-direction:column}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--biker-background)}.loading-spinner{width:36px;height:36px;border:3px solid var(--biker-background);border-top-color:var(--biker-primary);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.back-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:var(--biker-text);border-radius:8px;margin-bottom:8px;margin-inline-start:-8px;transition:background .15s}.back-btn:hover{background:#0000000f}.page-title{font-family:var(--biker-font-bold);font-size:24px;font-weight:700;color:var(--biker-text);margin-bottom:20px}.card{background:var(--biker-surface);border-radius:16px;padding:16px;margin-bottom:16px;box-shadow:0 1px 4px #0000000f}.card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.card-header-icon{color:var(--biker-text-secondary);display:flex;align-items:center}.card-header-title{font-family:var(--biker-font-semibold);font-size:15px;font-weight:600;color:var(--biker-text);flex:1}.stc-logo{font-family:var(--biker-font-bold);font-size:18px;font-weight:700;color:#7b2d8b;letter-spacing:-.5px}.number-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.number-display{font-family:var(--biker-font-medium);font-size:16px;color:var(--biker-text);letter-spacing:.3px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--biker-primary);color:#fff;font-family:var(--biker-font-semibold);font-size:15px;font-weight:600;border:none;border-radius:100px;padding:12px 24px;cursor:pointer;transition:opacity .15s,transform .1s;letter-spacing:.3px}.btn-primary:active{transform:scale(.97);opacity:.9}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-full{width:100%;margin-top:12px}.btn-update{display:inline-flex;align-items:center;justify-content:center;background:var(--biker-primary);color:#fff;font-family:var(--biker-font-semibold);font-size:14px;font-weight:600;border:none;border-radius:100px;padding:8px 18px;cursor:pointer;white-space:nowrap;transition:opacity .15s}.btn-update:active{opacity:.85}.btn-link{display:inline-flex;align-items:center;background:transparent;border:none;color:var(--biker-primary);font-family:var(--biker-font-medium);font-size:14px;cursor:pointer;padding:0;text-decoration:none}.btn-link-inline{background:transparent;border:none;color:var(--biker-primary);font-family:var(--biker-font-semibold);font-size:inherit;font-weight:600;cursor:pointer;padding:0;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:2px}.no-number-text{font-size:14px;color:var(--biker-text-secondary);text-align:center;padding:8px 0 4px}.terms-agreed-date{font-size:14px;color:var(--biker-text);margin-bottom:10px}.terms-not-agreed{font-size:14px;color:var(--biker-text-secondary)}.skeleton-row{height:16px;border-radius:8px;background:linear-gradient(90deg,#e8e8e8 25%,#f0f0f0,#e8e8e8 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite;margin-bottom:10px}.skeleton-row--short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-text{font-size:13px;color:var(--biker-error);margin:8px 0}.error-text--center{text-align:center}.number-entry-body{background:var(--biker-surface);border-radius:20px 20px 0 0;padding:24px 16px 32px;margin-inline:-16px;margin-top:8px;min-height:calc(100vh - 100px)}.phone-input-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}.country-chip{display:flex;align-items:center;gap:6px;background:var(--biker-surface);border:1.5px solid #e0e0e0;border-radius:12px;padding:10px 12px;white-space:nowrap;flex-shrink:0}.country-flag{font-size:22px;line-height:1}.country-code{font-family:var(--biker-font-semibold);font-size:15px;font-weight:600;color:var(--biker-text)}.phone-input{flex:1;background:var(--biker-surface);border:1.5px solid var(--biker-primary);border-radius:12px;padding:12px 14px;font-family:var(--biker-font);font-size:15px;color:var(--biker-text);outline:none;min-width:0}.phone-input::placeholder{color:var(--biker-text-secondary);opacity:.7}.phone-input:focus{border-color:var(--biker-primary);box-shadow:0 0 0 3px #ef5b0c1f}.terms-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--biker-text);cursor:pointer;line-height:1.5;margin-bottom:24px}.terms-checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--biker-primary);flex-shrink:0;cursor:pointer}.btn-confirm{font-size:16px;letter-spacing:.5px;padding:15px 24px}.otp-body{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:20px}.otp-body .page-title{margin-bottom:12px}.otp-subtitle{font-size:14px;color:var(--biker-text-secondary);line-height:1.6;max-width:280px;margin-bottom:32px}.otp-input-row{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.otp-box{width:64px;height:68px;border:2px solid #d0d0d0;border-radius:12px;text-align:center;font-family:var(--biker-font-bold);font-size:24px;font-weight:700;color:var(--biker-text);background:var(--biker-surface);outline:none;transition:border-color .15s,box-shadow .15s;caret-color:var(--biker-primary)}.otp-box:focus{border-color:var(--biker-text);box-shadow:0 0 0 3px #1c28281a}.otp-box--filled{border-color:var(--biker-text)}.otp-box:disabled{opacity:.6}.countdown-text{font-size:14px;color:var(--biker-text-secondary)}.countdown-value{color:var(--biker-primary);font-family:var(--biker-font-semibold);font-weight:600}.countdown-expired{color:var(--biker-error);font-family:var(--biker-font-semibold)}.verifying-text{font-size:14px;color:var(--biker-text-secondary);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.terms-nav{display:flex;align-items:center;gap:8px;margin-bottom:20px}.terms-nav-title{font-family:var(--biker-font-bold);font-size:18px;font-weight:700;color:var(--biker-text)}.terms-content{background:var(--biker-surface);border-radius:16px;padding:16px}.terms-html{font-size:14px;line-height:1.7;color:var(--biker-text)}.terms-html h1,.terms-html h2,.terms-html h3{font-family:var(--biker-font-bold);margin-bottom:10px;margin-top:18px;color:var(--biker-text)}.terms-html p{margin-bottom:10px}.terms-html ol,.terms-html ul{padding-inline-start:20px;margin-bottom:10px}.terms-html li{margin-bottom:4px}.terms-html a{color:var(--biker-primary)}.terms-html--ar{font-family:var(--biker-font)}.terms-divider{height:1px;background:#e8e8e8;margin:20px 0}
