:root{--sg-yellow: #ffca0a;--sg-text: #111111;--sg-accent: #ff6b5e;--sg-muted: #5f5f5f;--sg-border: #e5e4e1;--sg-surface: #ffffff;--sg-error: #d92d20}@font-face{font-family:ShuttleGate Rounded;src:url(/assets/Nunito-Variable-63TK8RbS.ttf) format("truetype-variations");font-style:normal;font-weight:200 1000;font-display:swap}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ShuttleGate Rounded,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--sg-text);background:#171717;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}.screen{min-height:100dvh;display:flex;flex-direction:column;padding:max(22px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));max-width:430px;margin:0 auto;background:#fcfbf8;position:relative;overflow-x:hidden}.screen--with-nav{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.screen--with-nav:not(.home-screen){min-height:100dvh}.student-tab-screen{padding-top:max(52px,calc(env(safe-area-inset-top) + 30px))}.screen--header-offset{padding-top:max(80px,calc(env(safe-area-inset-top) + 56px))}.screen--center{align-items:center;justify-content:center;text-align:center}.screen__body{flex:1}.screen__footer{padding-top:16px}.brand-mark{width:72px;height:72px;border-radius:20px;background:var(--sg-yellow);display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800}h1.title{font-size:34px;line-height:1.15;font-weight:800;margin:0 0 8px}p.subtitle{color:var(--sg-muted);font-size:18px;line-height:1.4;font-weight:600;margin:0 0 32px}.field{margin-bottom:20px}.field__label{display:block;font-size:14px;font-weight:800;margin-bottom:8px}.field__input{width:100%;height:58px;background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:14px;padding:0 16px;color:var(--sg-text);font-size:16px;font-weight:650;font-family:inherit}.field__input:disabled{color:var(--sg-muted)}.field__input--immutable{color:var(--sg-muted);background:#f7f7f5;cursor:not-allowed}.phone-input{display:flex;align-items:stretch;gap:8px}.phone-input__prefix{height:58px;display:flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--sg-border);border-radius:14px;font-weight:700;font-size:16px;background:#fafafa}.phone-input .field__input{flex:1}.phone-field{margin-bottom:16px}.phone-field__control{width:100%;height:56px;display:flex;align-items:center;overflow:hidden;background:var(--sg-surface);border:1px solid #e2e8f0;border-radius:16px}.phone-field__control:focus-within{border-color:#cbd5e1}.phone-field__prefix{width:104px;height:100%;flex:0 0 104px;display:flex;align-items:center;padding-left:16px;gap:8px;color:#0f172a;font-size:16px;line-height:24px;font-weight:700}.phone-field__flag{width:22px;height:24px;display:inline-flex;align-items:center;font-size:16px;line-height:24px}.phone-field__divider{width:1px;height:32px;flex:0 0 1px;background:#e2e8f0}.phone-field__input{min-width:0;height:100%;flex:1;border:0;outline:0;background:transparent;padding:0 16px;color:#0f172a;font-family:inherit;font-size:16px;line-height:24px;font-weight:650}.phone-field__input::placeholder{color:#c4c4c4;opacity:1}.login-screen{background:#fff}.login-screen__content{width:100%}.login-screen h1.title{margin-bottom:8px;color:#0f172a;font-size:28px;line-height:36px;font-weight:700}.login-screen p.subtitle{margin-bottom:32px;color:#5f5f5f;font-size:16px;line-height:24px;font-weight:500}.login-screen .field__label{margin-bottom:8px;color:#0f172a;font-size:14px;line-height:20px;font-weight:600}.login-screen__actions .btn{height:56px;font-size:16px;line-height:24px;font-weight:700}.login-screen__actions .btn:not(:disabled){box-shadow:0 8px 18px #facc1533}.login-screen__divider{height:20px;margin:14px 0;color:#5f5f5f;font-size:14px;line-height:20px;font-weight:600}.login-screen__biometric{display:flex;align-items:center;justify-content:center;gap:14px;border-radius:14px;box-shadow:none!important}.login-screen .footer-link{margin:18px 0 0;color:#0f172a;font-size:14px;line-height:20px;font-weight:500}.btn{width:100%;height:58px;border:none;border-radius:999px;background:var(--sg-yellow);color:var(--sg-text);font-size:17px;font-weight:800;font-family:inherit;cursor:pointer}.btn:disabled{opacity:.45;cursor:default}.btn--outline{background:var(--sg-surface);border:1px solid var(--sg-border)}.link{background:none;border:none;padding:0;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer;color:var(--sg-text)}.footer-link{text-align:center;margin-top:14px;font-size:14px;color:var(--sg-muted)}.error-text{color:var(--sg-error);font-size:14px;text-align:center;margin-top:14px}.action-notification,.loading-backdrop{position:fixed;inset:0;z-index:1000;width:min(100%,430px);margin:0 auto}.loading-backdrop{display:grid;place-items:center;background:#fcfbf8d6;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.loading-backdrop img{width:76px;height:76px}.action-notification{display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a94}.action-notification__dialog{width:100%;max-width:360px;padding:28px 24px 24px;border-radius:24px;background:var(--sg-surface);box-shadow:0 16px 40px #0f172a38;text-align:center}.action-notification__icon{width:58px;height:58px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%}.action-notification__icon--danger{color:#ff3d00;background:#fff1ee}.action-notification__icon--success{color:#00a849;background:#e6f9ee}.action-notification__icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.action-notification h2{margin:0 0 10px;font-size:21px;line-height:1.35;font-weight:850}.action-notification p{margin:0 0 24px;color:#454545;font-size:16px;line-height:1.5;font-weight:550}.action-notification__secondary{min-height:44px;margin-top:8px;padding:0 12px;border:0;background:transparent;color:var(--sg-text);font:inherit;font-size:14px;font-weight:800;text-decoration:underline;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.info-box{border:1px solid var(--sg-border);border-radius:12px;padding:12px 14px;color:var(--sg-muted);font-size:14px;font-weight:500}.role-card{width:100%;text-align:left;border:1px solid var(--sg-border);border-radius:24px;padding:24px;background:var(--sg-surface);cursor:pointer;font-family:inherit;margin-bottom:14px}.role-screen{background:#fff}.role-title{margin-top:12px!important;margin-bottom:12px!important;color:#0f172a;font-size:40px!important;line-height:48px!important;font-weight:700!important}.role-warning{min-height:40px;margin:0 0 44px;display:flex;align-items:flex-start;gap:10px;color:#c45508;font-size:14px;line-height:20px;font-weight:600}.role-warning svg{flex:0 0 18px;margin-top:1px}.role-warning p{margin:0}.role-card{position:relative;height:170px;min-height:170px;padding:24px 24px 22px;border-radius:18px;border-color:#ecebe8;margin-bottom:20px;color:#0f172a}.role-card--selected{background:var(--sg-yellow);border-color:var(--sg-yellow);box-shadow:0 12px 24px #0f172a1f}.role-card--dimmed{color:#a3a3a3}.role-card__icon{width:56px;height:56px;margin-bottom:16px;border-radius:16px;background:#faf9f7;display:grid;place-items:center;color:currentColor}.role-card--selected .role-card__icon{background:#e5b913}.role-card__check{position:absolute;top:24px;right:24px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#0f172a;color:#fff;font-size:14px;line-height:1;font-weight:800}.role-footer{margin-top:auto;padding-top:0}.role-footer .btn:disabled{background:#fef9c3;color:#64748b;opacity:1}.role-card__title{font-size:21px;font-weight:800;margin:0 0 4px}.role-card__desc{font-size:14px;color:currentColor;font-weight:600;margin:0}.role-selection-note{margin:8px 0 0;color:#0f172a;font-size:14px;line-height:20px;font-weight:500;text-align:center}.role-selection-note strong{color:#c45508;font-weight:700}.otp-code{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;width:100%;height:56px}.otp-code__cell{height:56px;border:1px solid var(--sg-border);border-radius:12px;background:#fff;display:grid;place-items:center;font-size:24px;font-weight:700;line-height:1}.otp-code__cell--active{border-width:2px;border-color:var(--sg-yellow)}.otp-code__native{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;cursor:text}.verify-screen .title{font-size:28px;line-height:36px}.verify-screen .subtitle{margin-bottom:38px;font-size:16px;line-height:24px}.notice{border:1px solid var(--sg-yellow);background:#fff8e1;border-radius:12px;padding:14px;font-size:14px;font-weight:500;margin-bottom:16px}.home-hero{background:#fffefc;border-bottom-left-radius:30px;border-bottom-right-radius:30px;margin:-12px -24px 0;padding:32px 20px 20px}.home-greeting{font-size:28px;font-weight:400;margin:0 0 6px}.home-greeting strong{font-weight:800}.home-balance-label{font-size:20px;color:#171717;margin:18px 0 4px}.home-balance{font-size:46px;font-weight:800;line-height:1.1;margin:0}.home-balance-notes{display:flex;align-items:center;gap:14px;margin-top:8px;flex-wrap:wrap}.balance-note{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#161616;padding:0;border:0;border-radius:0;background:transparent}.balance-note:before{content:none}.balance-note svg{flex:0 0 auto}.home-actions{display:flex;gap:12px;margin-top:20px}.home-action{flex:1;height:104px;border:1px solid #e9e7e3;border-radius:20px;background:var(--sg-surface);font-family:inherit;font-size:15px;font-weight:700;color:var(--sg-text);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.home-action__icon{width:44px;height:44px;border-radius:22px;background:#faf9f7;display:flex;align-items:center;justify-content:center;color:var(--sg-text)}.promo-card{width:100%;border:none;border-radius:20px;padding:0;margin-top:5px;display:block;position:relative;text-align:left;font-family:inherit;cursor:default;height:98px;min-height:98px;max-height:98px;box-sizing:border-box;overflow:hidden}.promo-carousel{width:100%;height:103px;min-height:103px;max-height:103px;flex:0 0 103px;position:relative;overflow:hidden}.promo-card--clickable{cursor:pointer}.promo-card__media{position:absolute;inset:0 0 0 auto;width:66%;height:100%;overflow:hidden}.promo-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.promo-card__media img.promo-card__fallback-logo{position:absolute;top:50%;right:22px;width:68px;height:68px;margin:0;object-fit:contain;transform:translateY(-50%)}.promo-card__veil{position:absolute;inset:0;z-index:1;pointer-events:none}.promo-card__copy{position:relative;z-index:2;width:59%;height:100%;padding:14px 0 18px 17px;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;overflow:hidden}.promo-card__headline{max-width:100%;font-size:15px;line-height:18px;font-weight:850;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promo-card__desc{max-width:100%;font-size:11px;line-height:15px;font-weight:600;margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.9}.promo-card__cta{min-width:92px;min-height:27px;margin-top:7px;border:none;border-radius:999px;font-family:inherit;font-size:11px;line-height:15px;font-weight:800;padding:6px 16px;cursor:pointer;white-space:nowrap}.promo-dots{display:flex;justify-content:center;gap:6px;position:absolute;right:0;bottom:8px;left:0;z-index:3;pointer-events:none}.promo-dot{width:6px;height:6px;border-radius:3px}.section-card{background:var(--sg-surface);border:1px solid #eceae6;border-radius:24px;padding:18px 16px;margin-top:14px}.section-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-card__title{font-size:15px;font-weight:800;margin:0;letter-spacing:.02em}.activity-row{display:flex;align-items:center;gap:12px;border:1px solid #eceae6;border-radius:16px;padding:12px;margin-bottom:8px}.activity-row__avatar{width:40px;height:40px;border-radius:20px;background:#fff3c4;color:#7a5b00;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0}.activity-row__main{flex:1;min-width:0}.activity-row__name{font-size:14px;font-weight:700;margin:0}.activity-row__sub{font-size:12px;color:#6f6f6f;margin:1px 0 0}.activity-row__time{font-size:10px;color:#a2a2a2;margin:1px 0 0}.activity-row__amount{font-size:13px;font-weight:700}.activity-row__amount--credit{color:#00a86b}.activity-row__amount--debit{color:#ff3e4d}.empty-state{text-align:center;color:var(--sg-muted);font-size:14px;padding:24px 0}.scan-viewport{border:2px dashed var(--sg-border);border-radius:16px;background:#faf9f7;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;overflow:hidden}.scan-viewport video{width:100%;border-radius:14px;display:block}.scan-viewport__hint{color:var(--sg-muted);font-size:13px;text-align:center;padding:0 16px}.divider{display:flex;align-items:center;gap:12px;color:var(--sg-muted);font-size:13px;margin:22px 0 16px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--sg-border)}.amount-display{text-align:center;font-size:44px;font-weight:800;margin:12px 0 20px}.amount-display .currency{font-size:20px;vertical-align:12px;margin-right:4px}.amount-display .minor{color:var(--sg-muted);font-size:20px}.preset-row{display:flex;gap:10px;margin-bottom:16px}.preset-chip{flex:1;border:1px solid var(--sg-border);border-radius:999px;background:var(--sg-surface);font-family:inherit;font-size:14px;font-weight:600;padding:10px 0;cursor:pointer}.preset-chip--selected{background:var(--sg-yellow);border-color:var(--sg-yellow)}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.summary-row__label{color:var(--sg-muted)}.summary-row__value--bold{font-weight:700}.summary-row__free,.summary-row__reward{color:#00a86b;font-weight:800}.result-icon{width:96px;height:96px;border-radius:48px;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:800;margin-bottom:20px}.result-icon--success{background:var(--sg-yellow);color:var(--sg-text)}.result-icon--failure{background:#fee4e2;color:var(--sg-error)}.result-icon--pending{background:#fff8e1;color:#a97700}.result-icon--closed{background:#fff5c2;color:var(--sg-text)}.result-icon--closed svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round}.detail-box{width:100%;background:#faf9f7;border-radius:12px;padding:12px 14px;font-size:13px;margin:16px 0}.detail-box__label{color:var(--sg-muted);font-size:12px;margin:0 0 4px}.detail-box__value{margin:0;word-break:break-all}.balance-pill{align-self:center;background:#faf9f7;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;margin-bottom:18px}.error-banner{background:#fee4e2;border-radius:12px;padding:12px 14px;color:var(--sg-error);font-size:14px;margin-top:16px}.activity-row--button{width:100%;text-align:left;background:var(--sg-surface);font-family:inherit;cursor:pointer}.offline-banner{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.offline-badge{display:inline-flex;align-items:center;gap:6px;background:#fff8e1;border:1px solid var(--sg-yellow);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;color:#7a5b00}.offline-badge:before{content:"";width:7px;height:7px;border-radius:4px;background:#f39b16}.offline-banner__hint{font-size:12px;color:var(--sg-muted)}.profile-hero{display:flex;flex-direction:column;align-items:center;padding:12px 0 20px}.profile-hero__avatar{width:84px;height:84px;border-radius:42px;background:var(--sg-yellow);display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800}.profile-hero__name{font-size:22px;font-weight:700;margin:14px 0 2px}.profile-hero__sub{font-size:14px;color:var(--sg-muted);margin:0;text-align:center}.profile-balance{display:flex;justify-content:space-between;align-items:center;min-height:82px}.profile-balance__label{font-size:12px;font-weight:600;color:var(--sg-muted);text-transform:lowercase;margin:0 0 4px}.profile-balance__value{font-size:24px;font-weight:800;margin:0 0 6px}.settings-list{background:var(--sg-surface);border:1px solid #eceae6;border-radius:18px;overflow:hidden;margin-top:20px}.settings-list__row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:none;border-bottom:1px solid #eceae6;background:none;padding:16px 20px;font-family:inherit;font-size:15px;font-weight:600;color:var(--sg-text);cursor:pointer}.settings-list__icon{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center}.settings-list__row:last-child{border-bottom:none}.settings-list__row--danger{color:#ff3b30}.coming-soon-badge{background:#f5f4f1;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;color:var(--sg-muted)}.toggle-row{display:flex;align-items:center;justify-content:space-between;height:56px;border-bottom:1px solid #eceae6}.toggle-row:last-child{border-bottom:none}.toggle-row__label{font-size:15px;font-weight:500;color:#777}.toggle{position:relative;width:48px;height:28px;flex-shrink:0;background:#e2e3e5;border-radius:14px;opacity:.72}.toggle--on{background:#bfc1c4}.toggle__knob{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:12px;background:#f8f8f8;box-shadow:0 1px 4px #0f172a2e}.toggle--on .toggle__knob{left:22px}.faq-item{border-bottom:1px solid #eceae6}.faq-item:last-child{border-bottom:none}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:none;background:none;padding:16px 18px;font-family:inherit;font-size:15px;font-weight:600;color:var(--sg-text);text-align:left;cursor:pointer}.faq-item__icon{width:28px;height:28px;flex-shrink:0;border-radius:14px;background:#f5f4f1;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.faq-item__icon--open{background:#fff3c4}.faq-item__answer{margin:0;padding:0 18px 16px;font-size:14px;color:#626262;line-height:1.5}.btn--link{display:flex;align-items:center;justify-content:center;text-decoration:none}.legal-section__title{font-size:18px;font-weight:700;margin:0 0 14px}.legal-section__point{font-size:14px;color:#555;line-height:1.5;margin:0 0 10px}.legal-section__bullet{color:var(--sg-yellow);font-weight:800;margin-right:8px}.legal-section__link{display:block;border-top:1px solid #eceae6;margin-top:8px;padding-top:14px;font-size:14px;font-weight:700;color:var(--sg-text);text-decoration:none}.install-hint{display:flex;align-items:center;gap:10px;border:1px solid var(--sg-yellow);background:#fff8e1;border-radius:16px;padding:12px 14px;margin-top:14px}.install-hint__text{flex:1;font-size:13px;font-weight:500}.install-hint__cta{flex-shrink:0;border:none;border-radius:999px;background:var(--sg-text);color:#fff;font-family:inherit;font-size:13px;font-weight:700;padding:8px 16px;cursor:pointer}.install-hint__dismiss{flex-shrink:0;border:none;background:none;font-size:14px;color:var(--sg-muted);cursor:pointer;padding:4px}.student-nav{position:fixed;z-index:50;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translate(-50%);width:min(calc(100% - 48px),382px);height:68px;padding:7px;border-radius:999px;background:#0f172a;box-shadow:0 10px 26px #0f172a3d;display:flex;align-items:stretch;justify-content:space-between}.student-nav__item{min-width:54px;flex:0 1 auto;border:0;border-radius:999px;padding:0 16px;background:transparent;color:#fff;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.student-nav__item--active{flex:0 1 126px;width:126px;max-width:126px;padding-right:12px;padding-left:12px;background:var(--sg-yellow);color:#0f172a}.student-nav__icon{width:25px;height:25px;display:grid;place-items:center}.student-nav__label{font-size:16px;font-weight:800;white-space:nowrap}.onboarding-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:58px;text-align:center}.onboarding-logo,.splash-logo{width:88px;height:88px;object-fit:contain}.onboarding-title{margin:32px 0 0;color:#0f172a;font-size:42px;line-height:1.05;font-weight:700;letter-spacing:-.02em}.onboarding-tagline{margin:12px 0 0;color:#0f172a;font-size:18px;line-height:28px;font-weight:600}.onboarding-screen{background:#fff}.onboarding-screen .screen__footer{padding-top:0}.onboarding-screen .footer-link{margin:16px 0 0;color:#0f172a;font-size:16px;line-height:24px;font-weight:500}.onboarding-consent{margin:20px 0 0;color:#0f172a;font-size:12px;line-height:17px;font-weight:500;text-align:center}.home-screen{padding-left:0;padding-right:0;padding-bottom:0;min-height:100dvh;height:auto;background:#171717}.home-hero{min-height:456px;border-radius:0 0 30px 30px;padding:52px 20px 22px;margin:calc(-1*max(22px,env(safe-area-inset-top))) 0 0;display:flex;flex-direction:column}.home-utility-links{display:none!important}.home-greeting{font-size:30px;line-height:1.25;margin-bottom:8px;white-space:nowrap}.home-balance-label{font-size:22px;margin:8px 0 3px}.home-balance{font-size:52px;line-height:1.06;letter-spacing:-.035em}.home-balance-notes{margin-top:8px}.balance-note{font-size:13px;font-weight:700}.home-actions{margin-top:auto;gap:16px}.home-action{height:126px;border-radius:22px;font-size:17px;font-weight:800}.home-action__icon{width:54px;height:54px;border-radius:50%;color:var(--sg-text)}.home-hero>.btn--outline{display:none}.home-screen>.promo-card,.home-screen>div:has(>.promo-card){margin-left:0;margin-right:0}.promo-card{height:98px;min-height:98px;max-height:98px;margin:5px 0 0;border-radius:20px;padding:0;overflow:hidden}.promo-card__headline{font-size:15px}.promo-card__desc{font-size:11px}.home-screen>.section-card{flex:1;min-height:420px;margin-top:5px;margin-left:0;margin-right:0;border:0;border-radius:30px 30px 0 0;padding:22px 20px 104px}.section-card__title{font-size:15px}.activity-row{border-radius:20px}.activity-row__avatar{background:#098687;color:#fff}.activity-empty{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:72px}.activity-empty__icon{width:54px;height:54px;margin-bottom:12px;border-radius:50%;background:#fff8bf;color:#0f172a;display:grid;place-items:center}.activity-empty__text{margin:0;color:#111;font-size:17px;line-height:24px;font-weight:700}.pay-screen__title{font-size:36px;line-height:1.08;font-weight:850;margin:0 0 26px;letter-spacing:-.03em;white-space:nowrap}.pay-screen .scan-viewport{width:100%;min-height:237px;height:237px;background:#fff;position:relative;border:0;border-radius:22px;justify-content:center;gap:10px;padding:20px;color:var(--sg-text);font-family:inherit;cursor:pointer}.pay-screen .scan-viewport:after{content:"";position:absolute;inset:0;border-radius:22px;pointer-events:none;background:linear-gradient(90deg,#e5e4e1 0 8px,transparent 8px 18px) top left / 18px 2px repeat-x,linear-gradient(90deg,#e5e4e1 0 8px,transparent 8px 18px) bottom left / 18px 2px repeat-x,linear-gradient(180deg,#e5e4e1 0 8px,transparent 8px 18px) top left / 2px 18px repeat-y,linear-gradient(180deg,#e5e4e1 0 8px,transparent 8px 18px) top right / 2px 18px repeat-y}.scan-viewport--active{padding:0!important;overflow:hidden}.scan-video:empty{display:none}.scan-viewport--active .scan-video{position:absolute;inset:0;display:block}.scan-video video{width:100%;height:100%;object-fit:cover}.scan-camera{width:48px;height:48px;border-radius:50%;background:#fbc43d;display:grid;place-items:center;font-size:22px}.scan-viewport__label{margin:0;font-size:15px;font-weight:800}.pay-screen .divider{margin:28px 0 20px}.pay-code-form{display:grid;gap:12px}.pay-search{height:52px;margin:0;padding:0 20px;display:flex;align-items:center;gap:11px;border:1px solid var(--sg-border);border-radius:999px;background:#fff;color:#999}.pay-search,.pay-search:focus-within,.pay-search .field__input,.pay-search .field__input:focus{background:#fff;box-shadow:none}.pay-search .field__input{height:48px;padding:0;border:0;outline:0;font-size:16px;font-weight:500}.pay-search .field__input::placeholder{color:#9a9a9a;font-family:inherit;font-size:16px;font-weight:500;opacity:1}.pay-search .field__input:-webkit-autofill,.pay-search .field__input:-webkit-autofill:hover,.pay-search .field__input:-webkit-autofill:focus{-webkit-text-fill-color:#171717;-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out 0s}.recent-drivers__label{margin:32px 0 14px;color:#999;font-size:11px;font-weight:600}.recent-drivers{display:grid;gap:10px;padding-bottom:92px}.recent-driver{min-height:68px;padding:10px 12px;border:1px solid var(--sg-border);border-radius:20px;background:#fff;color:var(--sg-text);font-family:inherit;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.recent-driver__avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:#0d8586;color:#fff;font-weight:700}.recent-driver__copy{flex:1;min-width:0;display:grid;gap:2px}.recent-driver__copy strong{font-size:13px}.recent-driver__copy small{color:#707070;font-size:11px}.recent-driver__pay{min-width:54px;min-height:34px;border-radius:999px;background:var(--sg-yellow);display:grid;place-items:center;font-size:12px;font-weight:800}.profile-hero{padding:28px 0 22px}.profile-hero__avatar{background:#0d8586;color:#fff;border:3px solid #fff}.profile-hero__name{font-size:23px;font-weight:800}.profile-hero__sub{color:#667085;font-weight:600}.profile-balance{border-radius:18px}.profile-balance__value{color:#0d8586}.settings-list__row{min-height:58px;font-weight:700}.history-screen--figma{padding-left:0;padding-right:0}.history-header{display:flex;align-items:center;justify-content:space-between;margin:0 24px 20px}.history-header .title{margin:0}.history-calendar-button{width:42px;height:42px;display:grid;place-items:center;color:var(--sg-text);background:transparent;border:0;border-radius:12px}.history-filter-row{display:flex;gap:10px;padding:0 24px 14px;overflow-x:auto;scrollbar-width:none}.history-filter{flex:0 0 auto;min-width:82px;height:38px;padding:0 16px;border:1px solid var(--sg-border);border-radius:999px;background:var(--sg-surface);color:var(--sg-text);font:inherit;font-size:13px;font-weight:750}.history-filter--active{background:var(--sg-primary);border-color:var(--sg-primary)}.history-month-bar,.history-year-picker{display:flex;align-items:center;justify-content:space-between}.history-month-bar{margin:0 24px 14px;padding:0 4px}.history-month-bar button,.history-year-picker button{width:34px;height:34px;border:0;background:transparent;font-size:25px}.history-month-picker{position:absolute;z-index:8;top:78px;left:24px;right:24px;padding:16px;background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:18px;box-shadow:0 14px 36px #0f172a2e}.history-year-picker{margin-bottom:12px}.history-month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.history-month-grid button{height:38px;border:1px solid var(--sg-border);border-radius:12px;background:var(--sg-surface);font:inherit;font-weight:700}.history-month-grid button.active{background:var(--sg-primary);border-color:var(--sg-primary)}.history-summary{min-height:112px;margin:0 24px 24px;padding:20px;display:flex;align-items:center;justify-content:space-between;border-radius:22px;background:var(--sg-primary)}.history-summary span{display:block;font-size:11px;font-weight:800}.history-summary strong{display:block;margin-top:2px;font-size:30px;font-weight:900}.history-summary__rides{display:flex;flex-direction:column;align-items:flex-end}.history-summary__rides strong{font-size:12px}.history-list{padding:0 24px 120px}.history-group{margin-bottom:22px}.history-group h2{margin:0 0 12px;color:var(--sg-muted);font-size:11px;font-weight:700}.history-card{width:100%;min-height:72px;padding:10px 12px;display:flex;align-items:center;border:1px solid var(--sg-border);border-radius:20px;background:var(--sg-surface);color:var(--sg-text);font:inherit;text-align:left}.history-card+.history-card{margin-top:10px}.history-card:disabled{opacity:1}.history-card__icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--sg-teal, #13898b)}.history-card__icon--topup{color:var(--sg-text);background:var(--sg-primary)}.history-card__copy{min-width:0;margin-left:12px;display:flex;flex:1;flex-direction:column}.history-card__copy strong,.history-card__value strong{font-size:14px;font-weight:850}.history-card__copy small,.history-card__value small{margin-top:2px;color:var(--sg-muted);font-size:11px}.history-card__value{display:flex;flex-direction:column;align-items:flex-end}.history-card__value--ride strong{color:#ef4444}.history-card__value--topup strong{color:#00a86b}.history-card--pending{border-color:#f2c94c;background:#fffdf2}.history-card__icon--pending{color:var(--sg-text);background:var(--sg-primary)}.history-card__value--pending strong{color:#9a6a00}.activity-row--pending{width:100%;background:#fffdf2;border-color:#f2c94c;text-align:left;color:var(--sg-text);font-family:inherit}.activity-row__avatar--pending{width:42px;height:42px;flex:0 0 42px;border-radius:21px;color:#171717;background:#facc15}.activity-row__pending-value{display:flex;flex-direction:column;align-items:flex-end;color:#9a6a00;font-size:13px}.activity-row__pending-value strong{font-size:13px;font-weight:850}.activity-row__pending-value small{margin-top:2px;font-size:10px;font-weight:700}.screen--center .result-icon,.screen--center .screen__footer{margin-top:auto}@media(min-width:600px){body{padding:20px 0}.screen{min-height:calc(100dvh - 40px);border-radius:24px}}
