:root{--color-brand-blue: #09b640;--color-brand-blue-deep: #057f2d;--color-brand-cyan: #9beaaf;--color-action-cyan: #09b640;--gradient-primary-button: linear-gradient(180deg, #17c64f 0%, #08a838 100%);--gradient-login-button: linear-gradient(180deg, #17c64f 0%, #08a838 100%);--color-text-primary: #24262b;--color-text-secondary: #626a78;--color-text-tertiary: #8b94a3;--color-bg-page: #effff4;--color-bg-card: #ffffff;--color-border: #e3eaf3;--color-danger: #f04b4b;--color-warning-bg: #fff7ed;--color-shadow: rgba(6, 111, 55, .14);--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--phone-width: 390px;--tab-height: 60px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{overflow:hidden;background:#dfe7f1;color:var(--color-text-primary);font-family:var(--font-family-base)}button,input,select{font:inherit}html{-webkit-text-size-adjust:100%}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-frame{height:100vh;display:flex;justify-content:center;padding:24px 12px;overflow:hidden}@supports (height: 100dvh){.app-frame{height:100dvh}}.phone-shell{position:relative;width:min(100%,var(--phone-width));height:min(844px,calc(100vh - 48px));overflow:hidden;display:flex;flex-direction:column;background:var(--color-bg-page);border:1px solid rgba(255,255,255,.78);border-radius:8px;box-shadow:0 16px 36px #1426441a}.app-main{flex:1;min-height:0;overflow-y:auto;padding:0;scrollbar-width:none;-ms-overflow-style:none}.app-main::-webkit-scrollbar{display:none}.app-main--with-tab{padding-bottom:0}.top-title-bar{height:56px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:var(--color-bg-card);border-bottom:1px solid var(--color-border)}.top-title-bar h1{margin:0;font-size:16px;text-align:center}.top-title-bar__back{width:48px;height:48px;border:0;background:transparent;color:var(--color-text-primary);font-size:28px}.bottom-tab-bar{position:relative;z-index:15;flex:0 0 calc(var(--tab-height) + env(safe-area-inset-bottom,0px));width:100%;height:calc(var(--tab-height) + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:repeat(3,1fr);align-items:start;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:0;box-shadow:0 -8px 32px #0001281f}.bottom-tab-bar__item{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:flex-start;min-width:0;padding-top:10px;color:#97a0a6;font-size:10px;line-height:14px;font-weight:400}.bottom-tab-bar__icon{width:24px;height:24px;display:block;object-fit:contain}.bottom-tab-bar__item strong{font-size:inherit;line-height:inherit;font-weight:400}.bottom-tab-bar__item--active{color:#09b640}.app-brand-header{height:56px;position:sticky;top:0;z-index:15;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff}.home-page>.app-brand-header{margin:-18px -16px 0}.app-brand-header__logo{width:112px;height:23px;flex:0 0 auto;object-fit:contain}.app-brand-header__service{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0;background:transparent}.app-brand-header__service img{width:24px;height:24px;object-fit:contain}.app-sub-header{height:56px;position:sticky;top:0;z-index:15;flex:0 0 auto;background:#fff}.app-sub-header__back,.app-sub-header__service{position:absolute;top:16px;width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent}.app-sub-header__back{left:24px}.app-sub-header__service{right:24px}.app-sub-header__back img,.app-sub-header__service img{width:24px;height:24px;object-fit:contain}.app-sub-header h1{position:absolute;top:16px;left:56px;margin:0;color:#333;font-size:16px;font-weight:500;line-height:24px}.primary-button{width:100%;min-height:48px;padding:0 18px;border:0;border-radius:999px;background:var(--color-brand-cyan);color:#062d3c;font-weight:800;box-shadow:0 8px 16px #28dfe33d}.outline-button{min-height:46px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-brand-blue);font-weight:700}.home-page,.stack-page{padding:18px 16px 24px}.home-page__header,.plain-header,.profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.plain-header span,.profile-header span{color:var(--color-brand-blue);font-size:12px;font-weight:800}.home-page__header h1,.plain-header h1,.profile-header h1{margin:4px 0 0;font-size:22px;line-height:1.16}.home-page__brand{min-width:0}.home-page__brand img{width:128px;height:auto;display:block;object-fit:contain}.home-page__brand h1{margin-top:10px}.home-page__service{min-width:82px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-brand-blue);font-size:12px;font-weight:700}.home-page__service img{width:16px;height:16px}.loan-card{padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);box-shadow:0 12px 22px #18305014}.loan-card__eyebrow{margin:0 0 8px;color:var(--color-brand-blue);font-size:13px;font-weight:900}.loan-card__hero{margin:0 -16px 16px;padding:18px 16px;min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,var(--color-brand-blue-deep),var(--color-brand-blue) 52%,var(--color-brand-cyan));color:#fff}.loan-card__hero span{display:block;margin-bottom:8px;font-size:12px}.loan-card__hero strong{display:block;margin-bottom:10px;font-size:28px;line-height:1.05}.loan-card__hero p{margin:0;color:#ffffffd6;font-size:12px;line-height:1.4}.loan-card__state-icon{width:72px;max-height:74px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))}.loan-card__meta{margin:0 0 14px;color:var(--color-text-secondary);font-size:12px}.loan-card--warning .loan-card__hero{background:linear-gradient(135deg,#053574,#0755a0 58%,#22ccd0)}.loan-card--muted .loan-card__hero{background:#fff;color:var(--color-text-primary);border-bottom:1px solid var(--color-border)}.loan-card--muted .loan-card__hero p{color:var(--color-text-secondary)}.loan-card__secondary{width:100%;min-height:42px;margin-top:10px;border:0;border-radius:var(--radius-md);background:#f4f7fb;color:var(--color-text-secondary);font-weight:700}.loan-status-card{padding:0 0 16px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);box-shadow:0 12px 22px #18305014}.loan-status-card__eyebrow{margin:0;padding:0 0 8px;color:var(--color-brand-blue);font-size:14px;font-weight:900}.loan-status-card__gradient{min-height:138px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;background:linear-gradient(135deg,var(--color-brand-blue-deep),var(--color-brand-blue) 55%,var(--color-brand-cyan));color:#fff}.loan-status-card__gradient span,.loan-status-card__repay span{display:block;margin-bottom:8px;font-size:12px;font-weight:700}.loan-status-card__gradient strong{display:block;margin-bottom:10px;font-size:27px;line-height:1.05}.loan-status-card__gradient p{max-width:210px;margin:0;color:#ffffffd1;font-size:12px;line-height:1.35}.loan-status-card__gradient--with-art{min-height:120px}.loan-status-card__gradient--audit{display:block}.loan-status-card__artwork{width:74px;max-height:78px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))}.loan-status-card__timer{margin-top:14px;font-variant-numeric:tabular-nums;letter-spacing:0}.loan-status-card__meta{margin:12px 16px;color:var(--color-text-secondary);font-size:12px}.loan-status-card .primary-button{width:calc(100% - 48px);margin:0 24px}.loan-status-card__progress{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:12px 18px 14px}.loan-status-card__progress div{height:8px;overflow:hidden;border-radius:999px;background:#e8edf5}.loan-status-card__progress div span{height:100%;display:block;border-radius:inherit;background:var(--color-brand-blue)}.loan-status-card__progress strong{color:var(--color-brand-cyan);font-size:12px}.loan-status-card__detail-list{display:grid;gap:8px;padding:14px 18px 4px}.loan-status-card__detail-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.loan-status-card__detail-list span{color:var(--color-text-secondary)}.loan-status-card__detail-list strong{font-size:12px}.loan-status-card__countdown{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 16px;color:var(--color-text-secondary)}.loan-status-card__countdown span{min-width:34px;padding:6px 8px;border-radius:var(--radius-sm);background:#edf3fb;color:var(--color-brand-blue);text-align:center;font-weight:800;font-variant-numeric:tabular-nums}.loan-status-card__countdown i{font-style:normal;font-weight:800}.loan-status-card__repay{padding:18px 18px 14px}.loan-status-card__repay strong{display:block;margin-bottom:14px;font-size:28px;line-height:1}.loan-status-card__repay>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.loan-status-card__repay p{margin:0;font-size:14px;font-weight:800}.loan-status-card__repay small{display:block;margin-bottom:4px;color:var(--color-text-secondary);font-size:11px;font-weight:600}.loan-status-card__menu-row{width:calc(100% - 32px);min-height:44px;display:flex;align-items:center;justify-content:space-between;margin:12px 16px 0;padding:0 12px;border:0;border-radius:var(--radius-md);background:#f4f7fb;color:var(--color-text-primary);font-size:12px;font-weight:800}.loan-status-card__menu-row span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#2f3540;color:#fff}.loan-status-card--repay .loan-status-card__eyebrow{color:var(--color-brand-blue)}.home-page__features{margin-top:20px}.home-page__features h2{margin:0 0 10px;font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature-grid div,.summary-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.feature-grid div{align-items:flex-start;flex-direction:column}.feature-grid img{width:42px;height:42px;object-fit:contain}.feature-grid span,.summary-list span,.summary-card p{color:var(--color-text-secondary);font-size:12px}.home-page__quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.home-page__quick-actions button,.debug-panel__actions button{min-height:34px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-brand-blue);font-size:12px;font-weight:700}.home-page--figma{min-height:100%;padding:0;background:linear-gradient(180deg,#fff,#effff4)}.home-page--new-apply,.home-page--audit,.home-page--refuse-with-limit{background:#fff}.home-page--figma>.app-brand-header{margin:0}.home-page__content{display:grid;gap:16px;width:min(328px,calc(100% - 32px));margin:0 auto;padding:16px 0 24px}.home-page--refuse-with-limit .home-page__content,.home-page--audit .home-page__content{padding-top:40px}.home-page--refuse .home-page__content{gap:24px;padding-top:40px}.home-section-title{height:22px;display:inline-flex;align-items:center;gap:4px;margin:0 0 -2px;color:#333;font-size:20px;font-weight:700;line-height:22px}.home-section-title span{width:16px;height:16px;display:inline-grid;place-items:center;border-radius:50%;background:#09b640;color:#fff;font-size:12px;font-weight:900;line-height:1}.home-page--figma .loan-status-card{width:100%;margin:0 auto;padding:0;overflow:hidden;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.home-page--figma .loan-status-card__gradient{min-height:160px;display:block;padding:24px 24px 16px;background:linear-gradient(180deg,#17c64f,#09b640);color:#fff}.home-page--figma .loan-status-card__gradient--compact{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:12px 12px 0 0;background:#09b640}.home-page--figma .loan-status-card__gradient span{display:block;margin:0 0 4px;color:#fff;font-size:14px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card__gradient strong{display:block;margin:0 0 18px;color:#fff;font-size:38px;font-weight:900;line-height:38px}.home-page--figma .loan-status-card__gradient--compact strong{margin-bottom:0;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.home-page--figma .loan-status-card__gradient p{max-width:220px;margin:0;color:#fff;font-size:14px;line-height:18px}.home-page--figma .loan-status-card__limit-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px;color:#ffffffb3;font-size:14px;line-height:18px}.home-page--figma .loan-status-card__limit-row strong{margin:0;color:#fff;font-size:16px;font-weight:700;line-height:18px}.home-page--figma .loan-status-card__terms{display:grid;gap:8px;width:296px;margin:16px auto 0;padding:0;background:transparent}.home-page--figma .loan-status-card__terms div,.home-page--figma .loan-status-card__detail-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#333;font-size:14px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card__terms strong,.home-page--figma .loan-status-card__detail-list strong{font-size:14px;font-weight:700;text-align:right}.home-page--figma .loan-status-card .primary-button{width:246px;min-height:48px;display:block;margin:24px auto;border-radius:25px;background:#09b640;color:#fff;font-size:18px;font-weight:700;letter-spacing:-.18px;box-shadow:none}.home-page--figma .loan-status-card--audit{height:316px}.home-page--figma .loan-status-card--audit .loan-status-card__gradient{min-height:164px;padding:16px;background:#09b640}.home-page--figma .loan-status-card--audit .loan-status-card__gradient span{margin-bottom:4px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card--audit .loan-status-card__gradient p{max-width:296px;line-height:20px}.home-page--figma .loan-status-card__timer{display:flex;align-items:center;gap:7px;margin-top:18px}.home-page--figma .loan-status-card__timer span{width:48px;height:48px;position:relative;display:grid;place-items:center;margin:0;border-radius:6px;background:#ffffff3d;color:#fff;font-size:36px;font-weight:900;line-height:28px;font-variant-numeric:tabular-nums}.home-page--figma .loan-status-card--audit .loan-status-card__timer{gap:8px;margin-top:16px}.home-page--figma .loan-status-card--audit .loan-status-card__timer .loan-status-card__timer-box{width:50px;height:52px;display:block;padding:4px 0 0 4px;box-sizing:border-box;margin:0;border-radius:8px;background:#fff3;font-family:Noto Sans,Arial,sans-serif;font-size:36px;font-weight:700;line-height:44px;letter-spacing:-.108px;text-align:left}.home-page--figma .loan-status-card__timer span+span:before{content:":";position:absolute;top:50%;left:-4px;transform:translate(-50%,-50%);color:#fff;font-size:36px;font-weight:900;line-height:28px}.home-page--figma .loan-status-card--audit .loan-status-card__timer span+span:before{content:none}.home-page--figma .loan-status-card--audit .loan-status-card__timer-separator{color:#fff;font-family:Noto Sans,Arial,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.16px}.home-page--figma .loan-status-card__progress{display:block;padding:16px 24px 8px}.home-page--figma .loan-status-card--audit .loan-status-card__progress{padding:24px 16px 0}.home-page--figma .loan-status-card__progress-track{height:8px;position:relative;overflow:visible;border-radius:999px;background:#f0f5f4}.home-page--figma .loan-status-card__progress-track>span{height:100%;display:block;border-radius:inherit;background:#09b640}.home-page--figma .loan-status-card--audit .loan-status-card__progress-track strong{display:none}.home-page--figma .loan-status-card__progress-track strong{position:absolute;top:-8px;right:0;padding:1px 4px;border-radius:2px;background:var(--color-action-cyan);color:#033771;font-size:12px;line-height:14px}.home-page--figma .loan-status-card__progress-labels{height:auto;display:flex;justify-content:space-between;margin-top:4px;overflow:visible;border-radius:0;background:transparent;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card--audit .loan-status-card__progress-labels{margin-top:4px}.home-page--figma .loan-status-card--audit .primary-button{margin:24px auto 0}.home-page--figma .loan-status-card__progress-labels span{width:auto;height:auto;display:inline;border-radius:0;background:transparent;color:#141e24}.home-page--figma .loan-status-card__detail-list{display:grid;gap:8px;width:296px;margin:0 auto;padding:16px 0 0}.home-page--figma .loan-status-card__detail-list h2{margin:0 0 4px;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card__detail-list span{color:#6a757d}.home-page--figma .loan-status-card__artwork{width:36px;height:36px;position:relative;flex:0 0 auto;object-fit:contain;filter:none}.home-page--figma .loan-status-card--grant .loan-status-card__artwork{width:36px;height:36px}.home-page--figma .loan-status-card--change-card{min-height:292px}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient{min-height:100px;align-items:flex-start;padding:16px}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient>div:first-child{width:198px;flex:0 0 auto}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient span{margin-bottom:4px;font-weight:600;line-height:20px;white-space:nowrap}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient p{max-width:220px;line-height:20px}.home-page--figma .loan-status-card--change-card .loan-status-card__artwork{margin-top:0}.home-page--figma .loan-status-card--change-device-living{min-height:202px}.home-page--figma .loan-status-card--change-device-living .loan-status-card__gradient{min-height:100px;align-items:flex-start;gap:4px;padding:16px}.home-page--figma .loan-status-card--change-device-living .loan-status-card__gradient>div:first-child{width:212px;flex:0 0 auto}.home-page--figma .loan-status-card--change-device-living .loan-status-card__gradient p{max-width:212px;line-height:18px}.home-page--figma .loan-status-card--change-device-living .loan-status-card__artwork{width:36px;height:36px}.home-page--figma .loan-status-card--change-device-living .primary-button{margin:24px auto}.home-page--figma .loan-status-card__hint{margin:16px 16px 12px;color:#6a757d;font-size:14px;line-height:20px;text-align:center}.home-page--figma .loan-status-card__countdown{display:flex;align-items:center;justify-content:center;gap:8px;padding:0}.home-page--figma .loan-status-card__countdown span{min-width:50px;height:52px;display:grid;place-items:center;padding:0;border-radius:8px;background:#09b64014;color:#141e24;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.home-page--figma .loan-status-card__countdown i{color:#141e24;font-style:normal;font-size:32px;font-weight:800;line-height:40px}.home-page--figma .loan-status-card__empty-reject{display:grid;justify-items:center;gap:20px;min-height:250px;padding:36px 0 0}.home-page--figma .loan-status-card__empty-reject img{width:200px;height:137px;object-fit:contain}.home-page--figma .loan-status-card__empty-reject p{margin:0;color:#141e24;font-size:14px;font-weight:400;line-height:normal;text-align:center}.home-page--figma .loan-status-card__disabled-action{background:#c4c4c4;color:#fff;cursor:default}.home-page--figma .loan-status-card__menu-row{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;margin:16px 0 0;padding:0 16px;border:0;border-radius:12px;background:#fff;color:#141e24;font-size:14px;font-weight:600;box-shadow:0 4px 24px #00012814}.home-page--figma .loan-status-card__menu-row span{width:auto;height:auto;display:block;place-items:initial;border-radius:0;background:transparent;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page--figma .loan-status-card__menu-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain;transform:rotate(-90deg)}.home-page--figma .loan-status-card--refuse,.home-page--figma .loan-status-card--refuse-with-limit,.home-page--figma .loan-status-card--sellout{overflow:visible;border:0;background:transparent;box-shadow:none}.home-page--figma .loan-status-card--refuse .loan-status-card__empty-reject{border:0;border-radius:0}.home-page--figma .loan-status-card__sellout-box{height:250px;overflow:hidden;border:1px solid rgba(4,58,115,.1);border-radius:10px;background:#fff}.home-page--figma .loan-status-card__refuse-limit-box{height:247px;overflow:hidden;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.home-page--figma .loan-status-card__refuse-limit-hero{height:150px;padding:16px;border-radius:12px 12px 0 0;background:#09b640;color:#fff}.home-page--figma .loan-status-card__refuse-limit-hero span{display:block;margin-bottom:4px;color:#fff;font-size:14px;font-weight:600;line-height:20px}.home-page--figma .loan-status-card__refuse-limit-hero strong{display:block;margin:0 0 8px;color:#fff;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.home-page--figma .loan-status-card__refuse-limit-hero p{width:296px;margin:0;color:#fff;font-size:14px;line-height:20px}.home-page--figma .loan-status-card--sellout .loan-status-card__menu-row,.home-page--figma .loan-status-card--refuse-with-limit .loan-status-card__menu-row,.home-page--figma .loan-status-card--refuse .loan-status-card__menu-row{margin-left:0}.home-page--figma .loan-status-card--sellout .loan-status-card__gradient{height:154px;min-height:0;padding:24px;border:0;border-radius:10px 10px 0 0}.home-page--figma .loan-status-card--sellout .loan-status-card__gradient strong{font-size:32px;line-height:34px}.home-page--figma .loan-status-card--sellout .loan-status-card__gradient p{max-width:264px;color:#ffffff94;line-height:normal}.home-page--figma .loan-status-card--sellout .loan-status-card__disabled-action{width:250px;min-height:48px;margin:24px auto 22px;border-radius:34px;background:#c4c4c4;color:#fff}.home-page--figma .loan-status-card--refuse-with-limit .loan-status-card__disabled-action{width:246px;min-height:48px;margin:24px auto 0;border-radius:999px;background:#97a0a666;color:#fff;font-size:18px;font-weight:700;letter-spacing:-.18px;box-shadow:none}.home-feature-list{width:100%;display:grid;gap:16px;margin:0 auto}.home-feature-list article{min-height:78px;display:grid;grid-template-columns:1fr 32px;align-items:center;gap:10px;padding:16px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.home-feature-list strong{display:block;color:#333;font-size:16px;font-weight:600;line-height:18px}.home-feature-list article>div span{display:block;margin-top:6px;color:#666;font-size:12px;line-height:14px}.home-feature-list__icon{width:28px;height:28px;justify-self:end;display:block;object-fit:contain}.home-privacy-pact{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:0 auto;color:#97a0a6;font-size:12px;line-height:14px;text-decoration:underline}.home-privacy-pact__lock{width:14px;height:14px;position:relative;flex:0 0 auto}.home-privacy-pact__lock:before{content:"";position:absolute;left:4px;top:1px;width:6px;height:7px;border:1.5px solid #97a0a6;border-bottom:0;border-radius:6px 6px 0 0}.home-privacy-pact__lock:after{content:"";position:absolute;inset:6px 2px 1px;border:1.5px solid #97a0a6;border-radius:2px}.home-security-panel{width:100%;display:grid;gap:8px;margin:0 auto;padding:8px 8px 12px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.home-security-panel header{height:38px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:8px;background:#effff4}.home-security-panel__seal{width:50px;height:30px;flex:0 0 auto;object-fit:contain}.home-security-panel header strong{color:#141e24;font-size:14px;font-weight:600;line-height:20px}.home-security-panel p{margin:0 4px;color:#3c4850;font-size:12px;line-height:16px}.login-page{min-height:min(844px,calc(100vh - 48px));position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 10%,#effff4)}.login-page--phone{background:linear-gradient(180deg,#fff 10%,#c1ffd5)}.login-page--otp{background:linear-gradient(180deg,#fff 10%,#effff4)}.login-phone-curve{position:absolute;z-index:0;inset:396px 0 0;background:#31c764;pointer-events:none}.login-phone-curve:before{content:"";position:absolute;left:50%;top:-74px;width:560px;height:148px;border-radius:50%;background:#31c764;transform:translate(-50%)}.login-nav{position:relative;z-index:3;height:56px;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;background:#fff}.login-nav--brand{display:flex;justify-content:space-between;padding:0 16px 0 24px}.login-nav__brand-logo{width:120px;height:24px;object-fit:contain}.login-nav__back,.login-nav__service{width:56px;height:56px;display:grid;place-items:center;padding:0;border:0;background:transparent}.login-nav__back img,.login-nav__service img{width:24px;height:24px}.login-nav h1{margin:0;color:#141e24;font-size:16px;font-weight:600;line-height:22px}.login-art{position:absolute;left:50%;top:127px;width:360px;height:360px;z-index:0;opacity:.42;pointer-events:none;transform:translate(-50%)}.login-art img{width:100%;height:100%;display:block;object-fit:cover}.login-content{position:relative;z-index:1;min-height:calc(min(844px,calc(100vh - 48px)) - 56px);padding-top:46px}.login-content--phone{padding-top:126px}.login-content--otp{padding-top:40px}.login-logo{width:140px;height:28px;display:block;margin:0 auto;object-fit:contain}.login-slogan{margin:12px 0 0;color:#141e24;font-size:16px;font-weight:500;line-height:22px;text-align:center}.login-content--phone .login-slogan{width:311px;margin:0 auto;color:#09b640;font-size:40px;font-weight:800;line-height:48px;letter-spacing:-.4px}.login-form{position:relative;width:min(calc(100% - 32px),328px);margin:32px auto 0}.login-form--phone{margin-top:190px}.login-form--otp{margin-top:32px}.login-field-label{display:block;margin:0 12px 8px;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.login-form--phone .login-field-label{color:#fff}.login-field-label--code{margin-top:24px}.login-input{width:100%;height:56px;display:flex;align-items:center;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 18px #066f3708;overflow:hidden}.login-input--error{border:1px solid #fa2326}.login-input input{min-width:0;flex:1;height:100%;border:0;outline:none;background:transparent;color:#141e24;font-size:16px;font-weight:500}.login-input input::placeholder{color:#97a0a6;font-weight:400}.login-input--phone{padding:0 12px 0 20px}.login-input__flag{display:inline-flex;align-items:center;justify-content:center;width:24px;color:#7d878e;font-size:16px;line-height:24px}.login-input--phone>span{color:#7d878e;font-size:16px;font-weight:500;line-height:24px}.login-input--phone>span:nth-child(2){margin-left:0}.login-input__clear{width:24px;height:24px;display:grid;place-items:center;border:0;background:transparent}.login-input__clear img{width:16px;height:16px}.login-input--code input{padding-left:20px}.login-input__divider{width:1px;height:16px;border-radius:7px;background:#cdd1d4}.login-input__divider--phone{margin:0 24px}.login-input__otp{width:76px;height:100%;border:0;background:transparent;color:#7d878e;font-size:16px;font-weight:400;text-align:center}.login-input__otp:disabled{cursor:default}.login-input__otp--ready{color:#09b640;text-decoration:underline;text-underline-position:from-font}.login-field-error{margin:12px 12px 0;color:#e00010;font-size:14px;font-weight:400;line-height:20px}.login-help-link{width:fit-content;display:block;margin:12px 12px 0 auto;padding:0;border:0;background:transparent;color:#7d878e;font-size:12px;line-height:14px;text-decoration:underline;cursor:pointer}.login-submit{width:246px;height:56px;display:block;margin:16px auto 0;border:0;border-radius:999px;background:#effff4;color:#97a0a6;font-size:18px;font-weight:700;line-height:24px;opacity:1}.login-submit--active{background:#09b640;color:#fff}.login-form--phone .login-submit--active{background:#ffeb50;color:#141e24}.login-submit:disabled{cursor:default}.login-agreement{width:100%;display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:start;margin:32px auto 0;color:#3c4850;font-size:12px;line-height:16px}.login-form--phone .login-agreement{margin-top:12px;color:#fff}.login-form--phone .login-submit{margin-top:48px}.login-agreement input{appearance:none;width:24px;height:24px;margin:0;border:1px solid #09b640;border-radius:4px;background:#fff}.login-form--phone .login-agreement input{border-color:#fff;background:transparent}.login-agreement input:checked{border-color:#09b640;background-color:#09b640;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 8.2L6.65 11.1L12.4 4.9' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:16px 16px}.login-form--phone .login-agreement input:checked{border-color:#fff;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 8.2L6.65 11.1L12.4 4.9' stroke='%2309B640' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:16px 16px}.login-agreement a{color:inherit;text-decoration:underline;text-underline-position:from-font}.login-no-sms-sheet{z-index:40}.form-error{width:calc(100% - 32px);margin:12px auto 0;color:var(--color-danger);font-size:12px}.auth-page{min-height:min(844px,calc(100vh - 48px));padding:0;background:#fff}.auth-page--figma .app-sub-header{margin:0}.auth-page__content{padding:16px 24px 40px}.auth-form-list{display:grid;gap:16px}.auth-field{position:relative;display:grid;gap:4px;color:#333;font-size:12px;font-weight:500;line-height:12px}.auth-field input,.auth-field select{width:100%;height:48px;padding:0 44px 0 14px;border:0;border-radius:4px;outline:none;appearance:none;background:#f3f5f9;color:#333;font-size:14px;font-weight:500;line-height:12px}.auth-field input::placeholder{color:#979797;font-weight:400;opacity:1}.auth-field input::-webkit-contacts-auto-fill-button,.auth-field input::-webkit-credentials-auto-fill-button{display:none!important;visibility:hidden;pointer-events:none}.auth-field select:required:invalid{color:#979797;font-weight:400}.auth-field select option{color:#333;font-weight:500}.auth-field select option[value=""]{color:#979797;font-weight:400}.auth-field--error input,.auth-field--error select{border:1px solid #ff1111;background:#fff}.auth-field:after{position:absolute;right:16px;bottom:16px;color:#aab5cc;font-size:18px;line-height:16px;pointer-events:none}.auth-field__arrow-icon,.auth-field__edit-icon{position:absolute;right:16px;bottom:16px;width:16px;height:16px;object-fit:contain;pointer-events:none}.auth-field--error .auth-field__arrow-icon,.auth-field--error .auth-field__edit-icon{bottom:34px}.auth-field__error{color:#f11;font-size:12px;font-weight:400;line-height:14px}.auth-credit-card{display:grid;gap:16px;margin:16px 0 0;padding:0;border:0;color:#111}.auth-credit-card legend{margin:0 0 16px;padding:0;color:#111;font-size:12px;font-weight:500;line-height:12px}.auth-credit-card legend b{color:#f11;font-weight:500}.auth-credit-card__options{display:flex;align-items:center;gap:25px}.auth-credit-card label{display:inline-flex;align-items:center;gap:8px;color:#111;font-size:12px;font-weight:400;line-height:12px}.auth-credit-card input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.auth-credit-card label>span{width:16px;height:16px;display:inline-block;border:1px solid #8c8e90;border-radius:50%;background:#fff}.auth-credit-card input:checked+span{border-color:#00488f;box-shadow:inset 0 0 0 4px #fff;background:#00488f}.auth-credit-card--error label>span{border-color:#f11}.auth-page__primary{width:246px;min-height:48px;display:block;margin:32px auto 0;border-radius:25px;background:linear-gradient(278deg,#2beded 1%,#00247d00 65%),linear-gradient(171deg,#094482 1%,#012264 78%);color:#fff;font-size:16px;font-weight:700;box-shadow:none}.auth-page--base-info .auth-page__primary{margin-top:32px}.auth-page--base-info{min-height:100%;background:#f5f5f5;color:#141e24}.phone-shell:has(.auth-page--base-info){background:#f5f5f5}.auth-page--base-info .app-sub-header{background:#fff}.auth-page--base-info .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.auth-page--base-info .auth-page__content{width:328px;margin:0 auto;padding:16px 0 25px}.auth-security-note{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;margin:0 0 16px;padding:4px 12px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 4px #141e240a}.auth-security-note__icon{flex:0 0 16px;width:16px;height:16px;object-fit:contain}.auth-security-note p{margin:0;color:#141e24;font-size:10px;font-weight:400;line-height:14px}.auth-page--base-info .auth-form-list{gap:12px}.auth-page--base-info .auth-field{gap:12px;color:#141e24;font-size:12px;font-weight:600;line-height:16px}.auth-page--base-info .auth-field input,.auth-page--base-info .auth-field select{height:52px;padding:0 44px 0 16px;border:0;border-radius:8px;background:#fff;color:#141e24;font-size:14px;font-weight:500;line-height:20px}.auth-page--base-info .auth-field input::placeholder,.auth-page--base-info .auth-field select:required:invalid{color:#97a0a6;font-weight:500}.auth-page--base-info .auth-field__arrow-icon,.auth-page--base-info .auth-field__edit-icon{right:16px;bottom:18px;opacity:1}.auth-page--base-info .auth-field--error .auth-field__arrow-icon,.auth-page--base-info .auth-field--error .auth-field__edit-icon{bottom:36px}.auth-page--base-info .auth-credit-card{gap:0;margin:16px 0 0;color:#141e24}.auth-page--base-info .auth-credit-card legend{margin-bottom:16px;color:#141e24;font-size:12px;font-weight:600;line-height:16px}.auth-page--base-info .auth-credit-card legend b{color:#e00010;font-weight:600}.auth-page--base-info .auth-credit-card__options{gap:24px}.auth-page--base-info .auth-credit-card label{gap:8px;color:#141e24;font-size:12px;font-weight:500;line-height:16px}.auth-page--base-info .auth-credit-card label>img{flex:0 0 16px;width:16px;height:16px;object-fit:contain}.auth-page--base-info .auth-page__primary{width:246px;min-height:48px;margin-top:32px;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.auth-ocr-intro{display:grid;justify-items:center;gap:26px;padding-top:8px;text-align:center}.auth-ocr-intro p{width:246px;margin:0 auto;color:#333;font-size:16px;font-weight:500;line-height:18px}.auth-id-card-preview{width:180px;height:116px;display:block;object-fit:contain}.auth-photo-guide{margin:32px -8px 0;padding-top:25px;border-top:1px solid #eceff5}.auth-photo-guide p{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 0 18px;color:#333;font-size:12px;line-height:14px;text-align:center}.auth-photo-guide p img{width:16px;height:16px;object-fit:contain}.auth-page--ocr{min-height:100%;background:#fff;color:#141e24}.phone-shell:has(.auth-page--ocr){background:#fff}.auth-page--ocr .app-sub-header{background:#fff}.auth-page--ocr .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.auth-page--ocr .auth-page__content{width:328px;margin:0 auto;padding:16px 0 40px}.auth-security-note--ocr{margin-bottom:28px;box-shadow:none}.auth-page--ocr .auth-ocr-intro{gap:24px;padding-top:0}.auth-page--ocr .auth-ocr-intro p{width:220px;margin:0;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.auth-page--ocr .auth-id-card-preview{width:280px;height:180px;border-radius:6px;object-fit:cover}.auth-page--ocr .auth-page__primary--ocr-action{width:246px;min-height:48px;margin-top:36px;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.auth-page--ocr .auth-photo-guide{margin:40px 0 0;padding-top:0;border-top:0}.auth-page--ocr .auth-photo-guide p{justify-content:center;gap:8px;margin-bottom:24px;color:#141e24;font-size:12px;line-height:14px}.auth-photo-guide__bulb{position:relative;width:16px;height:16px;border:1.5px solid #6a757d;border-radius:50%}.auth-photo-guide__bulb:before{content:"";position:absolute;left:5px;bottom:-4px;width:4px;height:5px;border:1.5px solid #6a757d;border-top:0;border-radius:0 0 3px 3px}.auth-page--ocr .auth-photo-guide>div{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;width:328px}.auth-page--ocr .auth-photo-guide>div img{width:100%;height:80px;object-fit:contain}.auth-photo-guide div{width:312px;display:grid;grid-template-columns:96px 84px 100px;gap:16px;align-items:start;margin:0 auto}.auth-photo-guide div img{height:80px;object-fit:contain}.auth-page__primary--ocr-action{margin-top:24px}.auth-page--signatory{min-height:100%;background:#fff;color:#141e24}.auth-page--signatory .app-sub-header{background:#fff}.auth-page--signatory .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.auth-page--signatory .auth-page__content{width:328px;margin:0 auto;padding:16px 0 40px}.auth-agreement__accept{width:100%;display:grid;grid-template-columns:24px 1fr;align-items:start;gap:8px;margin:0 0 24px;padding:0;border:0;background:transparent;color:#141e24;cursor:pointer;font-size:14px;font-weight:500;line-height:20px;text-align:left}.auth-agreement__accept:focus-visible{outline:2px solid rgba(9,182,64,.26);outline-offset:4px}.auth-agreement__check{width:24px;height:24px;display:block;object-fit:contain}.auth-agreement__accept[aria-checked=false] .auth-agreement__check{border:1px solid #09b640;border-radius:2px;background:#fff}.auth-agreement__terms{display:block}.auth-agreement__hint{display:flex;align-items:flex-start;gap:8px;margin:-12px 0 20px;color:#09b640;font-size:14px;font-weight:600;line-height:20px}.auth-agreement__hint span{width:24px;flex:0 0 24px;color:transparent;text-align:center;text-shadow:0 0 0 #f7b733}.auth-agreement__hint--sent{margin-bottom:24px}.auth-agreement u{color:#008440;font-weight:400;line-height:16px;text-underline-position:from-font}.auth-agreement h2{margin:0 0 12px;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.auth-agreement__body{color:#6a757d;font-size:12px;font-weight:500;line-height:16px}.auth-agreement__body p{margin:0}.auth-otp-panel{margin-top:12px}.auth-otp-panel p{margin:0 0 24px;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.auth-otp-panel__phone{display:flex;align-items:center;gap:16px;margin-bottom:26px}.auth-otp-panel__phone strong{color:#141e24;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.24px}.auth-otp-panel__phone button{width:98px;height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-radius:13px;background:#17c64f;color:#fff;font-size:14px;font-weight:600;line-height:18px}.auth-otp-panel__phone button:disabled{background:#dbede1;color:#fff;opacity:1}.auth-otp-panel__send-icon{width:16px;height:16px;display:block;flex:0 0 16px;object-fit:contain}.auth-otp-boxes{display:grid;grid-template-columns:repeat(4,69px);gap:17px;justify-content:start}.auth-otp-boxes input{height:68px;width:69px;border:0;border-radius:12px;outline:none;background:#f5f5f5;color:#141e24;font-size:24px;font-weight:700;line-height:1;text-align:center}.auth-otp-boxes input:focus{background:#f5f5f5}.auth-otp-boxes input.auth-otp-boxes__input--active{background-color:#f5f5f5;background-image:linear-gradient(#09b640,#09b640);background-position:center;background-repeat:no-repeat;background-size:1px 30px}.auth-otp-boxes input:focus-visible{outline:0;caret-color:#09b640}.auth-otp-panel__help{display:block;width:100%;margin-top:16px;padding:0;border:0;background:transparent;color:#7d878e;cursor:pointer;font-size:14px;line-height:16px;text-align:right;text-decoration:underline}.auth-page--signatory .auth-page__primary{width:246px;min-height:48px;margin-top:32px;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.auth-page__primary--signatory-submit:disabled{opacity:.4}.auth-no-sms-sheet{position:fixed;inset:0;z-index:30;display:flex;align-items:flex-end;justify-content:center}.auth-no-sms-sheet__scrim{position:absolute;inset:0;border:0;background:#000000b3}.auth-no-sms-sheet__panel{position:relative;z-index:1;width:min(100%,390px);padding:16px 16px 28px;border-radius:16px 16px 0 0;background:#fff;color:#141e24}.auth-no-sms-sheet__panel header{min-height:24px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.auth-no-sms-sheet__panel h2{margin:0;color:#141e24;font-size:16px;font-weight:600;line-height:22px}.auth-no-sms-sheet__close{position:relative;width:24px;height:24px;border:0;background:transparent;cursor:pointer}.auth-no-sms-sheet__close:before,.auth-no-sms-sheet__close:after{content:"";position:absolute;left:4px;top:11px;width:16px;height:2px;border-radius:999px;background:#141e24}.auth-no-sms-sheet__close:before{transform:rotate(45deg)}.auth-no-sms-sheet__close:after{transform:rotate(-45deg)}.auth-no-sms-sheet__content{display:grid;gap:4px}.auth-no-sms-sheet__content h3{margin:0;color:#141e24;font-size:14px;font-weight:500;line-height:20px}.auth-no-sms-sheet__content p{margin:0 0 8px;color:#7d878e;font-size:14px;font-weight:400;line-height:20px}.auth-no-sms-sheet__content p:last-child{margin-bottom:0}.auth-page--face-recognition .auth-page__content{width:360px;margin:0 auto;padding:24px 0 40px}.auth-page--face-recognition .app-sub-header{background:#fff}.auth-page--face-recognition .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.face-recognition{display:grid;justify-items:center;text-align:center}.face-recognition h2{margin:0;color:#141e24;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.2px}.face-recognition>p{width:328px;margin:12px 0 0;color:#141e24;font-size:16px;font-weight:400;line-height:24px}.face-recognition-stage{position:relative;width:240px;height:240px;display:grid;place-items:center;margin-top:24px}.face-recognition-stage:before{position:absolute;inset:8px;border:6px solid rgba(25,104,84,.08);border-radius:50%;content:""}.face-recognition-stage:after{position:absolute;inset:15px;border:1px solid rgba(25,104,84,.2);border-radius:50%;content:""}.face-recognition-stage__inner{position:relative;z-index:1;width:231px;height:231px;display:grid;place-items:center;overflow:hidden;border-radius:50%;border:5px solid #17c64f;background:#17c64f14}.face-recognition-stage__inner:before{content:none}.face-recognition-stage__symbol{width:101px;height:101px;object-fit:contain;opacity:.22}.face-recognition-stage strong{position:absolute;color:#09b640;font-size:48px;font-weight:800;line-height:56px;letter-spacing:-.58px}.face-recognition-stage__success{position:absolute;width:38px;height:38px;object-fit:contain}.face-recognition-stage__result-icon{position:absolute;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:24px;font-weight:800;line-height:1}.face-recognition--success .face-recognition-stage__result-icon{background:#17c64f}.face-recognition--success .face-recognition-stage__result-icon:before{content:"✓"}.face-recognition--fail .face-recognition-stage__result-icon{background:#e00010}.face-recognition--fail .face-recognition-stage__result-icon:before{content:"!"}.face-recognition-alert{display:inline-flex;align-items:center;gap:4px;margin-top:24px;padding:4px;border-radius:4px;background:#ff33331a;color:#e00010;font-size:14px;font-weight:500;line-height:20px}.face-recognition-alert span{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#e00010;color:#fff;font-size:11px;font-weight:800;line-height:1}.face-recognition-alert span:before{content:"×"}.face-recognition__button{width:246px;height:48px;margin-top:24px;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px;box-shadow:none}.face-recognition--fail .face-recognition__button,.face-recognition--success .face-recognition__button{margin-top:24px}.face-recognition__button:disabled{cursor:default;opacity:1}.face-recognition-privacy{width:285px;height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-top:16px;padding:0 12px;border-radius:999px;background:#0001280f;color:#3c4850;font-size:12px;font-weight:600;font-family:var(--font-family-label, inherit);line-height:16px;white-space:nowrap}.face-recognition-privacy__icon{width:16px;height:16px;flex:0 0 16px;display:block}.face-recognition-hints{width:328px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;gap:14px;margin-top:24px}.face-recognition-hints article{display:grid;justify-items:center;gap:10px}.face-recognition-hint-image{position:relative;width:97px;height:60px;display:block;overflow:hidden;border-radius:4px;background:#e9f0ff}.face-recognition-hint-image img{position:absolute;top:-7px;width:309px;height:90px;object-fit:cover;max-width:none}.face-recognition-hint-image--good img{left:-8px}.face-recognition-hint-image--light img{left:-109px}.face-recognition-hint-image--uncovered img{left:-209px}.face-recognition-hint-image:after{position:absolute;right:6px;bottom:4px;width:12px;height:12px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:10px;font-weight:800;line-height:1}.face-recognition-hint-image--good:after,.face-recognition-hint-image--light:after{content:"✓";background:#73d668}.face-recognition-hint-image--uncovered:after{content:"×";background:#ff3b30}.face-recognition-hints span{min-height:32px;color:#666;font-size:12px;font-weight:500;line-height:16px;text-align:center}.auth-page--bank{min-height:100%;background:#fff}.phone-shell:has(.auth-page--bank){background:#fff}.auth-page--bank .auth-page__primary{width:246px;min-height:48px;display:block;margin:32px auto 0;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.auth-page--bank .auth-page__content{width:328px;margin:0 auto;padding:16px 0 40px}.auth-page--bank .app-sub-header{background:#fff}.auth-page--bank .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.bank-info-hero{margin:0 0 32px}.bank-info-hero h2{margin:0;color:#141e24;font-size:20px;font-weight:700;letter-spacing:-.2px;line-height:28px}.bank-info-hero p{margin:16px 0 0;color:#008440;font-size:14px;font-weight:400;line-height:16px}.bank-info-form{display:grid;gap:16px}.bank-info-field{display:grid;gap:12px}.bank-info-field>span{color:#141e24;font-size:12px;font-weight:600;line-height:16px}.bank-info-field>div{height:52px;display:flex;align-items:center;gap:12px;padding:0 16px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 4px #141e240a}.bank-info-field input{min-width:0;flex:1;border:0;background:transparent;color:#141e24;font-size:14px;font-weight:500;line-height:20px}.bank-info-field input:focus{outline:0}.bank-info-field button{width:16px;height:16px;position:relative;display:block;flex:0 0 16px;padding:0;border:0;background:transparent;color:#7d878e;cursor:pointer}.bank-info-field button img{width:16px;height:16px;display:block;object-fit:contain}.bank-info-field small{color:#97a0a6;font-size:12px;font-weight:500;line-height:16px}.bank-info-field--error>div{box-shadow:inset 0 0 0 1px #e00010,0 4px 12px #00012814,0 0 4px #141e240a}.bank-info-field__error{color:#e00010!important}@media(hover:none)and (pointer:coarse){.app-frame{height:100dvh;padding:0}.phone-shell{width:100%;height:100%;border:0;border-radius:0;box-shadow:none}}.auth-page--ocr-camera .auth-page__content{height:100%;min-height:0;display:grid;place-items:center;position:relative;padding:0;overflow:hidden;background:#2c2f32;container-type:size}.auth-page--ocr-camera{height:100%;min-height:0;background:#2c2f32}.phone-shell:has(.auth-page--ocr-camera){background:#2c2f32}.auth-page--ocr-camera .app-sub-header{display:none}.ocr-capture-complete{position:relative;width:min(100cqw,calc(100cqh * 360 / 780));height:auto;aspect-ratio:360 / 780;min-height:0;overflow:hidden;background:#2c2f32}.ocr-capture-complete__close{position:absolute;top:calc(100% * 26 / 780);right:calc(100% * 16 / 360);z-index:3;width:calc(100% * 24 / 360);height:calc(100% * 24 / 780);padding:0;border:0;background:transparent}.ocr-capture-complete__close img{width:100%;height:100%;display:block}.ocr-capture-complete__preview{position:absolute;top:calc(100% * 118 / 780);left:50%;width:calc(100% * 478 / 360);height:calc(100% * 454 / 780);object-fit:cover;transform:translate(-50%);transform-origin:center}.ocr-capture-complete__actions{position:absolute;inset:0;pointer-events:none}.ocr-capture-complete__retake,.ocr-capture-complete__confirm{position:absolute;padding:0;border:0;border-radius:50%;pointer-events:auto}.ocr-capture-complete__retake{top:calc(100% * 631 / 780);left:calc(100% * 56 / 360);width:calc(100% * 48 / 360);height:calc(100% * 48 / 780)}.ocr-capture-complete__retake img{width:100%;height:100%;display:block}.ocr-capture-complete__confirm{top:calc(100% * 613 / 780);left:calc(100% * 160 / 360);width:calc(100% * 80 / 360);height:calc(100% * 80 / 780);border:1cqw solid #ffffff;background:#09b640;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.ocr-capture-complete__confirm img{position:absolute;top:50%;left:50%;width:50%;height:50%;display:block;object-fit:contain;transform:translate(-50%,-50%)}.ocr-landscape-stage{position:absolute;top:50%;left:50%;width:684px;height:360px;display:grid;grid-template-columns:164px 1fr 119px;overflow:hidden;background:#555;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center}.ocr-landscape-tips{display:grid;align-content:center;justify-items:center;gap:18px;padding:0 18px;background:#555}.ocr-landscape-tips article{display:grid;justify-items:center;gap:7px;color:#fff;font-size:12px;font-weight:400;line-height:16px;text-align:center}.ocr-landscape-tips img{width:84px;height:53px;object-fit:contain}.ocr-landscape-camera{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(#0000002e,#0000002e),radial-gradient(circle at 50% 50%,#ffffff2e,#fff0 42%),#4b4b4b}.ocr-landscape-camera:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;opacity:.18}.ocr-landscape-camera p{position:absolute;top:18px;left:50%;z-index:2;margin:0;padding:6px 8px;border-radius:4px;background:#ff33331a;color:#ff3434;font-size:12px;font-weight:400;line-height:16px;text-align:center;white-space:nowrap;transform:translate(-50%)}.ocr-landscape-card-frame{position:relative;z-index:1;width:360px;height:232px;display:grid;place-items:center}.ocr-landscape-card-frame:before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.18)}.ocr-landscape-card-frame img{width:330px;height:210px;object-fit:cover;filter:saturate(.86) contrast(.92);opacity:.72}.ocr-landscape-corner{position:absolute;width:29px;height:29px;border-color:#fff;border-style:solid}.ocr-landscape-corner--tl{top:0;left:0;border-width:4px 0 0 4px}.ocr-landscape-corner--tr{top:0;right:0;border-width:4px 4px 0 0}.ocr-landscape-corner--br{right:0;bottom:0;border-width:0 4px 4px 0}.ocr-landscape-corner--bl{bottom:0;left:0;border-width:0 0 4px 4px}.ocr-landscape-action{display:grid;place-items:center;background:#555}.ocr-landscape-shutter{width:80px;height:80px;padding:0;border:4px solid #ffffff;border-radius:50%;background:transparent}.ocr-landscape-shutter:after{content:"";width:62px;height:62px;display:block;margin:5px;border-radius:50%;background:#fff}.auth-page--ocr-result .auth-page__content{padding:8px 24px 40px}.auth-page--ocr-result .auth-page__primary{margin-top:37px}.ocr-result-notice{width:314px;min-height:44px;display:grid;grid-template-columns:16px 1fr;align-items:start;gap:8px;margin-left:-1px;padding:8px 16px;border-radius:6px;background:#53d40036}.ocr-result-notice img{width:16px;height:16px;display:block}.ocr-result-notice p{margin:0;color:#333;font-size:12px;font-weight:400;line-height:14px}.ocr-result-form{display:grid;gap:16px;margin-top:16px}.ocr-result-field{display:grid;gap:6px;color:#333}.ocr-result-field>span{font-size:12px;font-weight:500;line-height:12px}.ocr-result-field>div{height:48px;position:relative;display:flex;align-items:center;padding:0 16px;border-radius:4px;background:#f3f5f9}.ocr-result-field--error>div{border:1px solid #ff1111;background:#fff}.ocr-result-field input,.ocr-result-field select{width:100%;min-width:0;padding:0 44px 0 0;border:0;outline:none;appearance:none;-webkit-appearance:none;background:transparent;color:#333;font-size:14px;font-weight:500;line-height:16px}.ocr-result-field input{overflow:hidden;text-overflow:ellipsis}.ocr-result-field img{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:16px;height:16px;object-fit:contain;pointer-events:none}.ocr-result-field--arrow img{transform:translateY(-50%) rotate(-90deg)}.ocr-result-field small{color:#999;font-size:12px;font-weight:400;line-height:12px}.ocr-result-field .ocr-result-field__error{color:#f11;line-height:14px}.auth-page--ocr-result{min-height:100%;background:#f5f5f5;color:#141e24}.phone-shell:has(.auth-page--ocr-result){background:#f5f5f5}.auth-page--ocr-result .app-sub-header{background:#fff}.auth-page--ocr-result .app-sub-header h1{color:#141e24;font-weight:600;line-height:22px}.auth-page--ocr-result .auth-page__content{width:328px;margin:0 auto;padding:16px 0 40px}.auth-page--ocr-result .auth-page__primary{width:246px;min-height:48px;margin-top:32px;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.auth-page--ocr-result .ocr-result-notice{width:100%;min-height:44px;display:flex;align-items:center;gap:8px;margin:0;padding:4px 12px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 4px #141e240a}.auth-page--ocr-result .ocr-result-notice+.ocr-result-notice{margin-top:8px}.auth-page--ocr-result .ocr-result-notice img{flex:0 0 16px;width:16px;height:16px;display:block;object-fit:contain}.auth-page--ocr-result .ocr-result-notice p{margin:0;color:#141e24;font-size:10px;font-weight:400;line-height:14px}.auth-page--ocr-result .ocr-result-form{display:grid;gap:12px;margin-top:12px}.auth-page--ocr-result .ocr-result-field{display:grid;gap:12px;color:#141e24}.auth-page--ocr-result .ocr-result-field>span{color:#141e24;font-size:12px;font-weight:600;line-height:16px}.auth-page--ocr-result .ocr-result-field>div{height:52px;position:relative;display:flex;align-items:center;padding:0 16px;border-radius:8px;background:#fff}.auth-page--ocr-result .ocr-result-field input,.auth-page--ocr-result .ocr-result-field select{width:100%;min-width:0;padding:0 44px 0 0;border:0;outline:none;appearance:none;-webkit-appearance:none;background:transparent;color:#141e24;font-family:inherit;font-size:14px;font-weight:600;line-height:20px}.auth-page--ocr-result .ocr-result-field img{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:16px;height:16px;object-fit:contain;opacity:1;pointer-events:none}.auth-page--ocr-result .ocr-result-field--arrow img{transform:translateY(-50%)}.auth-page--ocr-result .ocr-result-field small{color:#7d878e;font-size:12px;font-weight:400;line-height:14px}.auth-page--ocr-result .ocr-result-field--error>div{border:1px solid #e00010;background:#fff}.auth-page--ocr-result .ocr-result-field .ocr-result-field__error{color:#e00010}.auth-page--ocr-result .ocr-result-rfc-field{gap:16px}.auth-page--ocr-result .ocr-result-rfc-field>div{gap:8px}.auth-page--ocr-result .ocr-result-rfc-field b,.auth-page--ocr-result .ocr-result-rfc-field strong{color:#141e24;font-size:14px;font-weight:600;line-height:20px}.auth-page--ocr-result .ocr-result-rfc-field b,.auth-page--ocr-result .ocr-result-rfc-field i{color:#7d878e;font-style:normal}.auth-page--ocr-result .ocr-result-rfc-field i:before{content:"|"}.auth-page--ocr-result .ocr-result-rfc-field input{flex:1;height:21px;margin-right:28px;padding:0 6px;border-radius:2px;background:#f5f5f5;box-shadow:inset 0 1px 3px #0003}.capture-card{display:grid;gap:10px;color:var(--color-text-secondary);font-size:12px}.capture-card strong{color:var(--color-text-primary);font-size:15px}.capture-card__frame{height:150px;display:grid;place-items:center;border:2px dashed #9fb5d1;border-radius:var(--radius-md);background:#f2f7fd;color:var(--color-brand-blue);font-size:32px;font-weight:900;letter-spacing:0}.camera-preview{position:relative;height:340px;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-md);background:linear-gradient(160deg,#0e2244,#184d88);color:#fff}.camera-preview div{width:250px;height:156px;border:3px solid rgba(40,223,227,.92);border-radius:12px;box-shadow:0 0 0 999px #00000038}.camera-preview span{position:absolute;bottom:22px;font-size:13px;font-weight:800}.camera-preview--face div{width:190px;height:230px;border-radius:48% 48% 44% 44%}.info-strip{padding:12px;border-radius:var(--radius-md);background:#eff8ff;color:var(--color-brand-blue);font-size:12px;line-height:1.45}.face-guide{display:grid;justify-items:center;gap:10px;text-align:center}.face-guide span{width:118px;height:118px;display:block;border-radius:50%;background:radial-gradient(circle at 50% 42%,#ffffff 0 20px,transparent 21px),radial-gradient(circle at 50% 74%,#ffffff 0 38px,transparent 39px),linear-gradient(135deg,var(--color-brand-blue),var(--color-brand-cyan))}.face-guide strong{font-size:16px}.face-guide p{margin:0;color:var(--color-text-secondary);font-size:12px;line-height:1.45}.summary-card{padding:18px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-brand-blue-deep),var(--color-brand-blue),var(--color-brand-cyan));color:#fff}.summary-card--light{background:#fff;color:var(--color-text-primary);border:1px solid var(--color-border)}.summary-card span{font-size:12px}.summary-card strong{display:block;margin-top:8px;font-size:30px}.summary-list{display:grid;gap:10px;margin:16px 0}.order-page{min-height:100%;padding:15px 24px 132px}.order-page--home{display:grid;gap:16px;width:min(328px,calc(100% - 32px));margin:0 auto;padding:40px 0 calc(24px + var(--tab-height) + env(safe-area-inset-bottom,0px))}.home-page--new-apply .order-submit-bar,.home-page--apply .order-submit-bar{bottom:calc(var(--tab-height) + env(safe-area-inset-bottom,0px))}.home-order-loan-card,.home-order-payment-card{width:100%;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.home-order-loan-card{display:grid;justify-items:center;padding-bottom:24px}.home-order-loan-card__hero{width:100%;min-height:100px;display:grid;align-content:center;gap:4px;padding:16px;border-radius:12px 12px 0 0;background:#09b640;color:#fff}.home-order-loan-card__hero span{font-size:14px;font-weight:600;line-height:20px}.home-order-loan-card__hero strong{color:#fff;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.home-order-loan-card__button.primary-button{width:246px;min-height:56px;display:grid;place-items:center;margin-top:24px;padding:8px 32px;border-radius:999px;background:#09b640;color:#fff;box-shadow:none}.home-order-loan-card__button strong{color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.home-order-loan-card__button span{color:#fff;font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}.home-order-title{margin:0;padding:0 8px;color:#141e24;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.2px}.home-order-payment-card{display:grid;gap:20px;padding:24px 16px}.home-order-payment-card>span{color:#3c4850;font-size:14px;font-weight:500;line-height:20px}.home-order-payment-card>strong{margin-top:-20px;color:#141e24;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.home-order-payment-card>div{display:flex;justify-content:space-between;gap:24px;white-space:nowrap}.home-order-payment-card p{margin:0;color:#141e24;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.home-order-payment-card small{display:block;margin-bottom:4px;color:#6a757d;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}.home-order-payment-card .primary-button{width:246px;min-height:48px;justify-self:center;margin-top:4px;border-radius:25px;background:#09b640;color:#fff;font-size:18px;font-weight:700;letter-spacing:-.18px;box-shadow:none}.home-order-privacy{margin-top:0}.order-page__remaining{height:48px;display:grid;place-items:center;margin:0;padding:0 12px;border:1px solid #d8e0ec;border-bottom:0;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#e2e9f7,#fff);color:#333;text-align:center;font-size:13px;font-weight:500}.order-hero{display:grid;justify-items:center;gap:8px;height:166px;margin-top:0;padding:28px 16px 24px;border-radius:10px 10px 0 0;background:linear-gradient(-21deg,var(--color-action-cyan) 1%,rgba(0,36,125,0) 65%),linear-gradient(156deg,#094482 1%,#012264 78%);color:#fff;text-align:center}.order-hero span{font-size:16px;font-weight:500;line-height:16px}.order-hero__amount{display:inline-flex;align-items:center;gap:12px;padding:0 6px 8px 18px;border:0;border-bottom:1px solid rgba(255,255,255,.88);background:transparent;color:#fff}.order-hero__amount strong{font-size:30px;line-height:1}.order-hero__amount img{width:24px;height:24px;object-fit:contain}.order-hero__edit{min-width:166px;height:24px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px 0 2px;border:0;border-radius:999px;background:#fff;color:#333;font-size:14px;font-weight:500;line-height:16px}.order-hero__edit img{width:20px;height:20px;object-fit:contain}.order-panel{margin-top:0;padding:16px 15px 12px;border:1px solid #d8e0ec;border-top:0;border-radius:0 0 10px 10px;background:#fff}.order-coupon{min-height:74px;display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:16px;padding:12px 14px;border-radius:var(--radius-md);background:#fff7ed}.order-coupon img{width:80px;height:31px;object-fit:contain}.order-coupon strong,.order-section h2{display:block;margin:0;font-size:14px}.order-coupon span{display:block;margin-top:4px;color:var(--color-text-secondary);font-size:12px;line-height:15px}.order-coupon em{color:#dd5200;font-size:13px;font-style:normal;font-weight:900;white-space:nowrap}.order-section{display:grid;gap:8px;margin-bottom:16px}.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.option-pill{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid #d1d1d1;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:400}.option-pill--active{border-color:var(--color-action-cyan);background:var(--color-action-cyan);color:#333;font-weight:700;box-shadow:none}.option-pill--locked{background:#e8e8e8;color:#666}.option-pill img{width:14px;height:14px;object-fit:contain}.order-info-list{display:grid;gap:2px;margin-top:2px;border-top:1px solid #edf1f6}.order-info-list div,.order-info-list button{min-height:32px;display:grid;grid-template-columns:1fr auto 18px;gap:8px;align-items:center;padding:0;border-bottom:1px solid #edf1f6;border-top:0;border-right:0;border-left:0;background:transparent;font:inherit;text-align:left}.order-info-list button:active{opacity:.72}.order-info-list__date-range{cursor:pointer}.order-info-list div:has(img),.order-info-list button:has(img){grid-template-columns:1fr auto 18px}.order-info-list div:not(:has(img)),.order-info-list button:not(:has(img)){grid-template-columns:1fr auto}.order-info-list span{color:#666;font-size:13px}.order-info-list strong{color:#333;font-size:13px;text-align:right}.order-info-list__date-range strong{display:inline-flex;gap:8px}.order-info-list__date-range i{min-width:28px;height:18px;display:inline-grid;place-items:center;border-radius:14px;background:#e8e8e8;box-shadow:inset 0 1px 4px #00000024;color:#333;font-size:13px;font-style:normal;font-weight:700}.order-info-list img{width:16px;height:16px;object-fit:contain}.order-submit-bar{position:absolute;right:0;bottom:0;left:0;padding:8px 16px;border-top:1px solid var(--color-border);background:#fffffffa;box-shadow:0 -8px 22px #18305014}.order-submit-bar .primary-button{background:var(--gradient-primary-button);color:#fff;box-shadow:0 8px 18px #0944822e}.order-contract{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--color-text-secondary);font-size:12px}.order-contract input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.order-contract img{width:16px;height:16px;flex:0 0 16px;object-fit:contain}.order-contract img.order-contract__box{width:24px;height:24px;flex-basis:24px}.order-amount-sheet-overlay{position:absolute;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background:#0000007a}.order-amount-sheet-overlay--dialog{align-items:center;background:#0009}.order-amount-sheet{width:min(342px,calc(100% - 48px));min-height:380px;padding:33px 24px 32px;border-radius:8px;background:#fff;color:#222;box-shadow:0 12px 30px #0000002e}.order-amount-picker-sheet{width:100%;max-height:min(620px,82%);display:grid;grid-template-rows:auto minmax(220px,1fr) auto;padding:22px 24px 34px;border-radius:26px 26px 0 0;background:#fff;color:#333;box-shadow:0 -14px 30px #00000024}.order-amount-picker-sheet header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.order-amount-picker-sheet h2{flex:1;margin:0;font-size:16px;font-weight:800;line-height:20px}.order-amount-picker-sheet header button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent}.order-amount-picker-sheet header img{width:24px;height:24px}.order-amount-picker-list{overflow:auto;overscroll-behavior:contain;margin:0 -24px;padding:0 24px;background:linear-gradient(#fff,#fff0) top / 100% 24px no-repeat,linear-gradient(#fff0,#fff) bottom / 100% 24px no-repeat}.order-info-sheet{width:100%;height:min(404px,58vh);display:grid;grid-template-rows:52px minmax(0,1fr);padding:0;border-radius:20px 20px 0 0;background:#fff;color:#333;box-shadow:0 -14px 30px #00000024}.order-info-sheet header{display:flex;align-items:center;gap:12px;min-height:52px;padding:0 24px;margin:0}.order-info-sheet h2{flex:1;margin:0;color:#333;font-size:16px;font-weight:800;line-height:20px}.order-info-sheet header button,.order-calendar-sheet header button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent}.order-info-sheet header img,.order-calendar-sheet header img{width:16px;height:16px}.order-plan-timeline{overflow:auto;display:grid;gap:0;padding:0 24px 18px;scrollbar-color:#bdbdbd transparent;scrollbar-width:thin}.order-plan-timeline::-webkit-scrollbar{width:4px}.order-plan-timeline::-webkit-scrollbar-thumb{border-radius:4px;background:#bdbdbd}.order-plan-timeline::-webkit-scrollbar-track{background:transparent}.order-plan-timeline article{min-height:82px;display:grid;grid-template-columns:82px 24px minmax(0,1fr);gap:10px;align-items:start}.order-plan-timeline__left,.order-plan-timeline__right{display:grid;gap:4px}.order-plan-timeline__left strong,.order-plan-timeline__right strong{color:#111;font-size:16px;font-weight:800;line-height:18px}.order-plan-timeline__left span,.order-plan-timeline__right span{color:#999;font-size:14px;line-height:16px}.order-plan-timeline__marker{min-height:82px;display:grid;justify-items:center;grid-template-rows:12px 1fr;padding-top:2px}.order-plan-timeline__marker i{width:10px;height:10px;display:block;border:3px solid #ffffff;border-radius:50%;background:#083f7f;box-shadow:0 0 0 2px #083f7f}.order-plan-timeline__marker b{width:1px;height:100%;display:block;background:#e3e3e3}.order-calendar-overlay{align-items:flex-end;background:#0009}.order-calendar-sheet{width:100%;height:min(584px,calc(100% - 96px));display:grid;grid-template-rows:52px minmax(0,1fr) 84px;overflow:hidden;border-radius:20px 20px 0 0;background:#fff;color:#333;box-shadow:0 -14px 30px #00000024}.order-calendar-sheet header{display:flex;align-items:center;gap:12px;min-height:52px;padding:0 24px}.order-calendar-sheet h2{flex:1;margin:0;color:#333;font-size:16px;font-weight:800;line-height:20px}.order-calendar-content{overflow:auto;overscroll-behavior:contain;padding:4px 24px 18px;scrollbar-color:#bdbdbd transparent;scrollbar-width:thin}.order-calendar-content::-webkit-scrollbar{width:4px}.order-calendar-content::-webkit-scrollbar-thumb{border-radius:4px;background:#bdbdbd}.order-calendar-content::-webkit-scrollbar-track{background:transparent}.order-calendar-month{margin-bottom:22px}.order-calendar-month h3{margin:0 0 12px;color:#333;font-size:14px;font-weight:800;line-height:18px;text-align:center}.order-calendar-weekdays{height:22px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;border-radius:7px;background:#f7f7f5;color:#8c8e90;font-size:14px;font-weight:800;text-align:center}.order-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);justify-items:center;row-gap:10px;margin-top:12px}.order-calendar-empty{width:38px;height:38px}.order-calendar-day{width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:#333;font:inherit}.order-calendar-day strong{color:inherit;font-size:13px;font-weight:800;line-height:14px}.order-calendar-day small{color:inherit;font-size:8px;font-weight:700;line-height:8px}.order-calendar-day--disabled{color:#8c8e90}.order-calendar-day--today{color:#00488f}.order-calendar-day--selected-first{background:#00488f;color:#fff}.order-calendar-day--selected-first small{color:#2bd9dc}.order-calendar-day--selected-second{border:1px solid #00488f;background:#fff;color:#00488f}.order-calendar-day--selected-second strong{color:#8c8e90}.order-calendar-day--selected-second small{color:#093f7d}.order-calendar-summary{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:14px;align-items:center;padding:13px 24px 16px;background:#fff;box-shadow:0 -4px 12px #0000001f}.order-calendar-summary div{display:grid;gap:4px}.order-calendar-summary span{color:#777;font-size:13px;line-height:16px}.order-calendar-summary strong{color:#222;font-size:16px;font-weight:800;line-height:20px}.order-calendar-summary button{height:44px;border:0;border-radius:22px;background:#00488f;color:#fff;font-size:15px;font-weight:800}.order-amount-picker-option{width:100%;height:42px;display:grid;grid-template-columns:108px 1fr 108px;align-items:center;padding:0;border:0;border-radius:0;background:transparent;color:#777}.order-amount-picker-option--active{border-radius:4px;background:#f5f5f5;color:#333}.order-amount-picker-option span{width:fit-content;max-width:104px;min-height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border-radius:6px;background:#ffdccd;color:#dd0202;font-size:10px;font-weight:700;line-height:12px;visibility:hidden}.order-amount-picker-option span:not(:empty){visibility:visible}.order-amount-picker-option strong{grid-column:2;font-size:22px;font-weight:500;line-height:26px;text-align:center}.order-amount-picker-confirm{width:216px;height:56px;justify-self:center;margin-top:16px;border:0;border-radius:28px;background:linear-gradient(90deg,#1d347e,#233f8c,#48d9ee);color:#fff;font-size:16px;font-weight:800}.order-amount-sheet h2{width:212px;margin:0 auto 18px;font-size:16px;font-weight:800;line-height:18px;text-align:center}.order-amount-input-row{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:14px}.order-amount-input-row span{color:#222;font-size:32px;font-weight:800;line-height:40px}.order-amount-input-row input{width:clamp(72px,24vw,120px);height:36px;padding:0 8px;border:0;border-radius:2px;background:#f5f5f5;box-shadow:inset 0 3px 6px #00000014,inset 0 -3px 6px #ffffffd9;color:#222;font-size:32px;font-weight:800;line-height:40px;text-align:center;outline:none}.order-amount-input-row input.order-amount-input--error{border:1px solid #ff1111;background:#fff;box-shadow:none}.order-amount-error{margin:-12px 0 14px;color:#f11;font-size:12px;line-height:16px;text-align:center}.order-amount-tips{display:grid;gap:6px;margin:0 0 27px}.order-amount-tips p{position:relative;margin:0;padding-left:20px;color:#666;font-size:12px;line-height:16px}.order-amount-tips p:before{content:"!";position:absolute;top:1px;left:0;width:14px;height:14px;display:grid;place-items:center;border:1px solid #333333;border-radius:50%;background:#fff;color:#333;font-size:10px;font-weight:800;line-height:12px}.order-amount-actions{display:grid;gap:12px}.order-amount-actions button{width:252px;height:48px;justify-self:center;border:0;border-radius:28px;font-size:16px;font-weight:800}.order-amount-actions button:first-child{background:linear-gradient(169deg,#094482 4%,#042d6f 61%,#25d1dc 102%);color:#fff}.order-amount-actions button:last-child{background:#fff;border:1px solid #052f70;color:#333}.phone-shell:has(.order-route){background:#fff}.phone-shell:has(.order-route .order-amount-sheet-overlay) .bottom-tab-bar{display:none}.order-route{--order-submit-height: 96px;position:relative;height:100%;overflow:hidden;background:#fff}.order-route>.app-brand-header{position:relative;z-index:5;height:56px}.order-route .order-page{min-height:0;height:calc(100% - 56px - var(--order-submit-height));display:grid;align-content:start;gap:16px;overflow-y:auto;width:min(328px,calc(100% - 32px));margin:0 auto;padding:16px 0 24px;scrollbar-width:none}.order-route .order-page::-webkit-scrollbar{display:none}.order-card{min-height:430px;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.order-route .order-hero{height:144px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;margin:0;padding:16px;border-radius:12px 12px 0 0;background:#09b640;color:#fff;text-align:left}.order-route .order-hero>span{color:#fff;font-size:14px;font-weight:600;line-height:20px}.order-route .order-hero__amount{min-height:44px;display:inline-flex;align-items:center;gap:16px;padding:0;border:0;background:transparent;color:#fff}.order-route .order-hero__amount strong{color:#fff;font-size:36px;font-weight:800;line-height:44px;letter-spacing:-.1px}.order-route .order-hero__amount i{width:22px;height:22px;position:relative;display:inline-grid;place-items:center;border-radius:50%;background:#fff}.order-route .order-hero__amount i:before{content:"";width:0;height:0;border-top:6px solid #09b640;border-right:5px solid transparent;border-left:5px solid transparent}.order-route .order-hero__edit{min-width:175px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;padding:4px 12px;border:0;border-radius:999px;background:#fff;color:#141e24;font-size:14px;font-weight:700;line-height:20px}.order-route .order-hero__edit img{width:16px;height:16px;flex:0 0 16px;object-fit:contain}.order-route .order-panel{margin:0;padding:16px 16px 23px;border:0;border-radius:0;background:#fff}.order-route .order-section{gap:4px;margin-bottom:16px}.order-route .order-section h2{color:#7d878e;font-size:14px;font-weight:500;line-height:20px}.order-route .option-grid{display:flex;flex-wrap:nowrap;gap:8px;width:100%}.order-route .option-pill{min-width:auto;height:32px;min-height:32px;flex:0 0 auto;gap:4px;padding:0 16px;border:1px solid #e0e3e5;border-radius:8px;background:#fff;color:#141e24;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.order-route .option-pill--active{border-color:#ffeb50;background:#ffeb50;color:#141e24;font-weight:800}.order-route .option-pill--locked{border-color:#f5f5f5;background:#f5f5f5;color:#97a0a6;padding:0 12px}.option-pill__lock{width:16px;height:16px;flex:0 0 16px;object-fit:contain}.order-route .order-info-list{display:grid;gap:0;grid-auto-rows:36px;min-height:108px;margin-top:4px;padding-top:8px;border-top:1px solid #e0e3e5}.order-route .order-info-list div,.order-route .order-info-list button{min-height:36px;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;border:0}.order-route .order-info-list div:not(:has(img)),.order-route .order-info-list button:not(:has(img)){grid-template-columns:minmax(0,1fr) auto}.order-route .order-info-list span{color:#7d878e;font-size:14px;font-weight:500;line-height:20px}.order-route .order-info-list strong{color:#141e24;font-size:14px;font-weight:700;line-height:20px}.order-info-list__arrow{width:16px;height:16px;flex:0 0 16px;object-fit:contain;transform:rotate(-90deg)}.order-info-list__edit{width:16px;height:16px;flex:0 0 16px;object-fit:contain}.order-security-panel{display:grid;gap:8px;padding:8px;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00012814}.order-security-panel header{min-height:38px;display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:8px;background:#effff4}.order-security-panel img{width:50px;height:30px;object-fit:contain}.order-security-panel strong{color:#141e24;font-size:14px;font-weight:700;line-height:20px}.order-security-panel p{margin:0;color:#3c4850;font-size:12px;line-height:16px}.order-route .order-submit-bar{position:absolute;right:0;bottom:0;left:0;z-index:8;min-height:var(--order-submit-height);padding:8px 16px;border-top:0;background:#fff;box-shadow:0 -4px 20px #00012814}.order-route .order-contract{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:#141e24;font-size:14px;line-height:20px}.order-route .order-contract a,.order-route .order-contract span:last-child{color:#141e24}.order-route .order-contract a{color:#008440;text-decoration:underline;text-underline-position:from-font}.order-contract__box{width:24px;height:24px;flex:0 0 24px;object-fit:contain}.order-route .order-submit-bar .primary-button{min-height:48px;border-radius:12px;background:#09b640;color:#fff;font-size:16px;font-weight:800;line-height:22px;box-shadow:none}.order-route .order-amount-sheet-overlay{position:absolute;inset:0;z-index:30;background:#000000b3}.order-route .order-info-sheet{width:100%;height:432px;grid-template-rows:56px minmax(0,1fr) 24px;border-radius:16px 16px 0 0;color:#141e24;box-shadow:none}.order-route .order-info-sheet:after{content:"";display:block;height:24px;background:#fff}.order-route .order-info-sheet header{min-height:56px;padding:16px}.order-route .order-info-sheet h2{color:#141e24;font-size:16px;font-weight:700;line-height:22px}.order-route .order-info-sheet header img{display:none}.order-route .order-info-sheet header button,.order-route .order-amount-picker-sheet header button{position:relative}.order-route .order-info-sheet header button:before,.order-route .order-info-sheet header button:after,.order-route .order-amount-picker-sheet header button:before,.order-route .order-amount-picker-sheet header button:after{content:"";position:absolute;width:17px;height:2px;border-radius:999px;background:#141e24}.order-route .order-info-sheet header button:before,.order-route .order-amount-picker-sheet header button:before{transform:rotate(45deg)}.order-route .order-info-sheet header button:after,.order-route .order-amount-picker-sheet header button:after{transform:rotate(-45deg)}.order-route .order-plan-timeline{padding:0 16px 16px;overflow:hidden}.order-route .order-plan-timeline article{min-height:82px;grid-template-columns:78px 18px minmax(0,1fr);gap:8px}.order-route .order-plan-timeline__left strong,.order-route .order-plan-timeline__right strong{color:#141e24;font-size:16px;font-weight:600;line-height:24px}.order-route .order-plan-timeline__left span{color:#6a757d;font-size:12px;line-height:16px}.order-route .order-plan-timeline__right span{color:#6a757d;font-size:14px;line-height:20px}.order-route .order-plan-timeline__marker{min-height:82px;grid-template-rows:12px 1fr;padding-top:9px}.order-route .order-plan-timeline__marker i{width:7px;height:7px;border:2px solid #ffffff;background:#09b640;box-shadow:0 0 0 2px #09b640}.order-route .order-plan-timeline__marker b{width:1px;background:#e0e3e5}.order-route .order-amount-picker-sheet{width:100%;max-height:none;height:622px;grid-template-rows:56px auto 68px 24px;padding:0;border-radius:16px 16px 0 0;box-shadow:none}.order-route .order-amount-picker-sheet:after{content:"";height:24px;background:#fff}.order-route .order-amount-picker-sheet header{min-height:56px;margin:0;padding:16px}.order-route .order-amount-picker-sheet h2{color:#141e24;font-size:16px;font-weight:700;line-height:22px}.order-route .order-amount-picker-sheet header img{display:none}.order-route .order-amount-picker-list{margin:0;padding:0;overflow:hidden;background:#fff}.order-route .order-amount-picker-option{height:52px;display:grid;grid-template-columns:1fr;padding:0 16px;color:#141e24}.order-route .order-amount-picker-option--active{border-radius:0;background:#f0f5f4}.order-route .order-amount-picker-option span{display:none}.order-route .order-amount-picker-option strong{grid-column:1;color:#141e24;font-size:14px;font-weight:400;line-height:20px}.order-route .order-amount-picker-confirm{width:calc(100% - 32px);height:44px;justify-self:center;align-self:center;margin:0;border-radius:8px;background:#09b640;font-size:16px;font-weight:700;line-height:22px}.order-route .order-amount-sheet-overlay--dialog{align-items:center}.order-route .order-amount-sheet{width:312px;min-height:388px;padding:24px;border-radius:16px;color:#141e24;box-shadow:none}.order-route .order-amount-sheet h2{width:auto;margin:0 0 16px;color:#141e24;font-size:18px;font-weight:800;line-height:24px;letter-spacing:-.18px;text-align:left}.order-route .order-amount-input-row{gap:8px;margin:0 0 16px}.order-route .order-amount-input-row span{color:#141e24;font-size:32px;font-weight:800;line-height:40px}.order-route .order-amount-input-row input{width:78px;height:36px;padding:0;border:1px solid #aeb5ba;background:#f5f5f5;box-shadow:inset 0 2px 4px #0000002e;color:#141e24}.order-route .order-amount-tips{gap:20px;margin:0 0 28px}.order-route .order-amount-tips p{padding:0;color:#6a757d;font-size:14px;line-height:20px}.order-route .order-amount-tips p:before{content:none}.order-route .order-amount-actions{gap:8px}.order-route .order-amount-actions button{width:264px;height:44px;border-radius:8px;font-size:14px;font-weight:700;line-height:20px}.order-route .order-amount-actions button:first-child{background:#09b640}.order-route .order-amount-actions button:last-child{border:0;background:#f5f5f5;color:#141e24}.page-state{padding:24px;color:var(--color-text-secondary)}.debug-panel{position:absolute;right:12px;bottom:calc(var(--tab-height) + env(safe-area-inset-bottom,0px) + 12px);z-index:20}.debug-panel__trigger{width:54px;height:34px;border:0;border-radius:999px;background:#1f2937;color:#fff;font-size:12px;font-weight:800}.debug-panel__body{position:absolute;right:0;bottom:42px;width:310px;padding:14px;border-radius:var(--radius-lg);background:#fffffffa;box-shadow:0 18px 40px #0f234238}.debug-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.debug-panel__header button{width:28px;height:28px;border:0;border-radius:50%;background:#f2f5f8}.debug-panel select{width:100%;height:38px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.debug-panel__state{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.debug-panel__state span{padding:4px 8px;border-radius:999px;background:#eef4fb;color:var(--color-brand-blue);font-size:11px;font-weight:700}.debug-panel__toggle{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--color-text-secondary);font-size:12px;font-weight:700}.debug-panel__toggle input{width:16px;height:16px;accent-color:var(--color-brand-blue)}.debug-panel__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.debug-panel-embedded .debug-panel__body{position:static;width:100%;padding:0;border-radius:0;background:transparent;box-shadow:none}.debug-panel-embedded .debug-panel__header{margin-bottom:12px}.debug-panel-embedded select{background:#f8fafc}.debug-panel-embedded .debug-panel__actions button,.debug-panel__actions button{min-height:34px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-brand-blue);font-size:12px;font-weight:700}.repay-page{min-height:100%;position:relative;background:#fff;color:#141e24}.repay-page--figma{padding-bottom:152px}.repay-date-list{width:min(328px,calc(100% - 32px));display:grid;gap:16px;margin:40px auto 0}.repay-date-group{display:grid;gap:16px}.repay-date-group header{display:flex;align-items:center;justify-content:space-between;gap:12px}.repay-date-group__title{margin:0;color:#141e24;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.repay-date-group__title--danger{color:#e00010}.repay-history-link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#6a757d;font-size:12px;font-weight:400;line-height:14px;text-decoration:underline;text-underline-position:from-font}.repay-history-link i{width:16px;height:16px;position:relative;display:block;border:1.8px solid #6a757d;border-radius:50%}.repay-history-link i:before{content:"";position:absolute;left:6px;top:3px;width:1.6px;height:5px;border-radius:999px;background:#6a757d}.repay-history-link i:after{content:"";position:absolute;left:6px;top:7px;width:5px;height:1.6px;border-radius:999px;background:#6a757d}.repay-list-item{min-height:60px;display:grid;grid-template-columns:40px 1fr;align-items:center;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 8px #141e240a}.repay-list-item__select{width:40px;height:60px;display:grid;place-items:center;padding:0 0 0 16px;border:0;background:transparent}.repay-list-item__check{width:22px;height:22px;display:block;object-fit:contain}.repay-list-item__body{min-width:0;min-height:60px;display:grid;grid-template-columns:minmax(112px,1fr) minmax(100px,auto) 16px;align-items:center;gap:6px;padding:12px 16px 12px 8px;border:0;background:transparent;color:#141e24;text-align:left}.repay-list-item__body>strong{overflow:hidden;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap}.repay-list-item__arrow{width:16px;height:16px;position:relative;display:block}.repay-list-item__arrow:before{content:"";position:absolute;left:4px;top:3px;width:8px;height:8px;transform:rotate(-45deg);border-right:1.8px solid #7d878e;border-bottom:1.8px solid #7d878e}.repay-list-item__date{display:grid;justify-items:end;color:#141e24;font-size:14px;line-height:20px;text-align:right}.repay-list-item__date b{font-size:14px;font-weight:600;line-height:20px}.repay-list-item__date small{color:#6a757d;font-size:12px;font-weight:500;line-height:16px}.repay-list-item__date--danger,.repay-list-item__date--danger small{color:#e00010}.repay-privacy-pact{width:312px;display:flex;align-items:center;justify-content:center;gap:6px;margin:32px auto 0;color:#999;font-size:12px;line-height:16px;text-decoration:underline}.repay-privacy-pact img{width:13px;height:13px;object-fit:contain}.repay-debt-float{width:98px;height:67px;position:fixed;right:calc((100vw - min(100vw,var(--phone-width)))/2 + 8px);bottom:calc(100dvh - (24px + min(844px,calc(100dvh - 48px))) + var(--tab-height) + env(safe-area-inset-bottom,0px) + 110px);z-index:18;padding:0;border:0;background:transparent}.repay-debt-float img{width:98px;height:67px;display:block;object-fit:fill}.repay-bottom-paybar{height:68px;position:fixed;right:50%;bottom:calc(100dvh - (24px + min(844px,calc(100dvh - 48px))) + var(--tab-height) + env(safe-area-inset-bottom,0px));left:50%;z-index:17;display:grid;grid-template-columns:1fr 134px;align-items:center;gap:14px;width:min(100%,var(--phone-width));padding:12px 16px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 8px #141e240a;transform:translate(-50%)}.repay-bottom-paybar span{display:block;color:#7d878e;font-size:14px;font-weight:500;line-height:20px}.repay-bottom-paybar strong{display:block;color:#141e24;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.24px}.repay-bottom-paybar button{height:48px;border:0;border-radius:24px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.repay-page--empty-figma{display:grid;grid-template-rows:auto 1fr;text-align:center}.repay-empty-content{min-height:0;display:grid;justify-items:center;align-content:center;padding:0 0 34px}.repay-empty-figure{width:317px;height:254px;display:block;margin:0 auto;object-fit:contain}.repay-page--empty-figma h1{margin:40px 0 0;color:#141e24;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.24px}.repay-page--empty-figma p{width:328px;margin:12px auto 0;color:#3c4850;font-size:14px;font-weight:400;line-height:20px}.repay-empty-apply{width:246px;min-height:48px;display:block;margin:40px auto 0;border-radius:999px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px;box-shadow:none}.repay-sheet-overlay{position:fixed;top:24px;bottom:24px;left:50%;z-index:40;width:min(100%,var(--phone-width));display:flex;align-items:flex-end;background:#000000b3;transform:translate(-50%);overflow:hidden;border-radius:8px}.repay-sheet{width:100%;max-height:min(496px,100%);overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px;background:#fff}.repay-sheet header{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:16px}.repay-sheet h2{margin:0;color:#141e24;font-size:16px;font-weight:600;line-height:22px}.repay-sheet__close{width:24px;height:24px;position:relative;padding:0;border:0;background:transparent}.repay-sheet__close:before,.repay-sheet__close:after{content:"";position:absolute;left:11px;top:3px;width:2px;height:18px;border-radius:999px;background:#141e24}.repay-sheet__close:before{transform:rotate(45deg)}.repay-sheet__close:after{transform:rotate(-45deg)}.repay-sheet-rows{max-height:420px;overflow-y:auto;padding:0 0 24px;background:#fff}.repay-sheet-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px}.repay-sheet-row span{color:#3c4850;font-size:14px;font-weight:400;line-height:20px}.repay-sheet-row__value{color:#141e24;font-size:14px;font-weight:500;line-height:20px;text-align:right}.repay-sheet-row__value--strong{font-weight:500}.repay-history-block hr{margin:14px -8px;border:0;border-top:2px dashed #dddddd}.repay-spei-page{min-height:100%;background:#f5f5f5;color:#141e24;padding-bottom:32px}.phone-shell:has(.repay-spei-page){background:#f5f5f5}.phone-shell:has(.repay-spei-page) .bottom-tab-bar{display:none}.phone-shell:has(.repay-spei-page) .app-main--with-tab{padding-bottom:0}.phone-shell:has(.profile-page--subpage) .bottom-tab-bar{display:none}.phone-shell:has(.profile-page--subpage) .app-main--with-tab{padding-bottom:0}.repay-spei-page .app-sub-header{background:#fff}.repay-spei-page .app-sub-header h1{color:#333;font-weight:600;line-height:22px}.repay-spei-panel{width:328px;margin:16px auto 0;padding:16px;border-radius:16px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 4px #141e240a}.repay-spei-panel__amount{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.repay-spei-panel__amount>div>span{display:block;padding-left:10px;color:#3c4850;font-size:14px;font-weight:500;line-height:20px}.repay-spei-panel__amount>div>strong{display:block;padding-left:10px;color:#141e24;font-size:28px;font-weight:700;line-height:36px}.repay-spei-panel p{margin:12px 0 32px;color:#3c4850;font-size:14px;font-weight:400;line-height:20px}.repay-spei-row{display:grid;grid-template-columns:max-content 1fr max-content;gap:8px;align-items:center;width:100%;margin-top:16px;color:#7d878e;font-size:14px;font-weight:500;line-height:20px}.repay-spei-row+.repay-spei-row{margin-top:16px}.repay-spei-row strong{overflow:hidden;color:#141e24;font-size:14px;font-weight:600;line-height:20px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.repay-copy-button{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#008440;font-family:inherit;font-size:14px;font-weight:400;line-height:16px;cursor:pointer;text-decoration:underline;text-underline-position:from-font}.repay-copy-button--arrow{text-decoration:none}.repay-copy-button--arrow span{text-decoration:underline}.repay-copy-button--arrow i{position:relative;width:16px;height:16px}.repay-copy-button--arrow i:before{content:"";position:absolute;top:4px;left:4px;width:6px;height:6px;border-top:1.8px solid #141e24;border-right:1.8px solid #141e24;transform:rotate(45deg)}.repay-spei-warning{display:block;width:296px;height:118.4px;margin-top:32px;border-radius:8px;object-fit:cover}.repay-spei-demo-complete{width:328px;height:48px;display:block;margin:16px auto 0;border:0;border-radius:999px;background:#09b640;color:#fff;font-size:16px;font-weight:700;line-height:22px;cursor:pointer;box-shadow:0 8px 18px #09b64029}.repay-copy-toast{position:fixed;left:50%;bottom:112px;z-index:60;transform:translate(-50%);min-width:96px;padding:10px 18px;border-radius:20px;background:#222222db;color:#fff;font-size:14px;font-weight:600;line-height:18px;text-align:center;pointer-events:none}.profile-page{--profile-content-width: min(328px, calc(100% - 32px) );min-height:100%;background:#fff;color:#141e24}.profile-page--figma{padding:0 0 24px}.profile-page--subpage{padding:0 16px 24px}.profile-page--coupon-subpage,.profile-page--faq-subpage,.profile-page--about-subpage,.profile-page--agreements-subpage{padding:0 16px 24px;background:#f5f5f5}.profile-page--settings-subpage{position:relative;padding:0 16px 24px;background:#fff}.profile-page--delete-account-subpage{position:relative;min-height:1091px;padding:0 16px 48px;background:#f5f5f5}.profile-page--logout-sheet-open .profile-panel{visibility:hidden}.profile-top-bar{height:96px;position:relative}.profile-top-bar__logo{position:absolute;top:57px;left:30px;width:132px;height:auto}.profile-top-bar__service{position:absolute;top:56px;right:24px;width:24px;height:24px}.profile-identity{display:grid;justify-items:center}.profile-main-stack{width:var(--profile-content-width);display:grid;justify-items:center;margin:40px auto 0}.profile-identity>img,.profile-identity__avatar-button img{width:72px;height:72px;object-fit:contain}.profile-identity__avatar-button{width:72px;height:72px;display:grid;place-items:center;padding:0;border:0;background:transparent}.profile-identity__title{min-height:28px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.profile-identity__title h1{margin:0;color:#141e24;font-size:20px;font-weight:700;letter-spacing:-.2px;line-height:28px;text-align:center}.profile-settings-button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent}.profile-settings-button img{width:24px;height:24px;object-fit:contain}.profile-menu{display:grid}.profile-menu--figma{width:var(--profile-content-width);gap:16px;margin:40px auto 0}.profile-menu__item{width:100%;min-height:56px;display:grid;grid-template-columns:24px 1fr;gap:16px;align-items:center;padding:16px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 12px #0001280a;color:#141e24;text-align:left}.profile-menu__item--emphasis{min-height:92px;grid-template-columns:24px 1fr 20px;background:#fbf7eb;box-shadow:none}.profile-menu__item>img:not(.profile-menu__arrow){width:24px;height:24px;object-fit:contain}.profile-menu__item span{min-width:0;display:grid;gap:8px}.profile-menu__item strong{display:block;overflow:hidden;color:#141e24;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.profile-menu__item small{display:block;color:#7d878e;font-size:12px;font-weight:500;line-height:16px}.profile-menu__arrow{width:20px;height:20px;object-fit:contain}.profile-coupon-entry{width:var(--profile-content-width);height:64px;position:relative;display:grid;grid-template-columns:32px 1fr 16px;gap:12px;align-items:center;margin:56px auto 0;padding:0 16px 0 17px;overflow:hidden;border:1px solid rgba(0,196,224,.3);border-radius:10px;background:linear-gradient(90deg,#e8f9fc,#eafafd,#ecfcfd,#eefdfe,#f0fffe);box-shadow:0 1px 3px #0000001a,0 1px 2px #00000014;color:#1a3a6e;text-align:left}.profile-coupon-entry__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:12px;background:#00c4e026}.profile-coupon-entry__icon img{width:32px;height:32px;object-fit:contain}.profile-coupon-entry strong{color:#1a3a6e;font-size:15px;font-weight:700;letter-spacing:0;line-height:22.5px}.profile-coupon-entry b{color:#00c4e0;font-size:22px;font-weight:500;line-height:16px;text-align:right}.profile-coupon-entry__dots{position:absolute;top:8px;bottom:-26.5px;left:-1px;display:grid;align-content:space-between}.profile-coupon-entry__dots i{width:4px;height:6px;display:block;border-radius:999px;background:#00c4e04d}.profile-coupon-panel{display:grid;gap:16px;margin:0 -16px;padding-bottom:24px;background:#f5f5f5}.profile-coupon-tabs{height:52px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff}.profile-coupon-tabs__item{display:grid;gap:8px;justify-items:center;align-content:center;padding:0;border:0;background:transparent;color:#999;font-size:16px;font-weight:500;line-height:16px}.profile-coupon-tabs__item i{width:32px;height:4px;border-radius:999px;background:transparent}.profile-coupon-tabs__item--active{color:#042e71;font-weight:500}.profile-coupon-tabs__item--active i{background:var(--color-action-cyan)}.profile-coupon-panel .profile-coupon-list{display:grid;gap:16px;padding:0 16px 24px}.profile-coupon-card-v2{width:328px;min-height:116px;position:relative;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;justify-self:center;padding:16px;border-radius:4px;background:#fff;color:#333}.profile-coupon-card-v2--disabled{color:#999}.profile-coupon-card-v2 div{min-width:0;display:grid;gap:8px}.profile-coupon-card-v2 h3{margin:0;color:currentColor;font-size:16px;font-weight:700;line-height:16px}.profile-coupon-card-v2__value{display:flex;align-items:center;gap:8px;margin:0}.profile-coupon-card-v2 strong{color:#dd0202;font-size:20px;font-weight:700;line-height:20px}.profile-coupon-card-v2--disabled strong{color:#999}.profile-coupon-card-v2 small{width:fit-content;max-width:100%;min-height:20px;display:inline-flex;align-items:center;gap:4px;padding:3px 6px 3px 4px;border-radius:4px;background:#a4afc833;color:#666;font-size:12px;font-weight:400;line-height:14px}.profile-coupon-card-v2 small i{width:12px;height:12px;display:inline-grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:9px;font-style:normal;font-weight:700;line-height:1}.profile-coupon-card-v2__countdown{min-height:16px;display:inline-flex;align-items:center;gap:2px;padding:2px 4px;border-radius:3px;background:#ffdccd;color:#dd0202;font-size:10px;font-weight:500;line-height:12px}.profile-coupon-card-v2__countdown img{width:10px;height:10px;object-fit:contain}.profile-coupon-card-v2 button{min-width:84px;height:32px;padding:0;border:0;border-radius:999px;background:linear-gradient(159deg,#094482 4%,#042d6f 61%,#25d1dc 102%);color:#fff;font-size:14px;font-weight:500;line-height:16px}.profile-coupon-card-v2__stamp{width:88px;height:88px;position:absolute;top:28px;right:1px;object-fit:contain}.profile-coupon-empty{min-height:420px;display:grid;justify-items:center;align-content:start;gap:12px;padding-top:136px}.profile-coupon-empty img{width:278px;max-width:calc(100% - 32px);height:auto}.profile-coupon-empty p{margin:0;color:#999;font-size:14px;font-weight:500}.profile-social-section{width:var(--profile-content-width);display:grid;gap:16px;margin:24px auto 0}.profile-social-section h2{margin:0;color:#666;font-size:14px;font-weight:600;line-height:18px}.profile-social-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-social-section__grid a{min-width:0;display:grid;justify-items:center;gap:8px;color:#333;font-size:12px;font-weight:400;line-height:16px;text-align:center}.profile-social-section__grid img{width:48px;height:48px;object-fit:contain}.profile-social-section__grid span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-login-button{width:246px;min-height:48px;display:block;margin:32px auto 0;background:#09b640;border-radius:999px;color:#fff;font-size:18px;font-weight:700;letter-spacing:-.18px;line-height:24px;box-shadow:none}.profile-privacy-pact{width:var(--profile-content-width);display:flex;align-items:center;justify-content:center;gap:4px;margin:24px auto 0;color:#97a0a6;font-size:12px;font-weight:400;line-height:14px;text-align:center;text-decoration:underline;text-underline-position:from-font}.profile-privacy-pact img{width:14px;height:14px;flex:0 0 auto;object-fit:contain}.profile-security-card{width:var(--profile-content-width);min-height:90px;margin:16px auto 0;padding:8px;border:0;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 12px #0001280a}.profile-security-card header{height:38px;display:flex;align-items:center;gap:8px;justify-content:center;padding:4px 12px;border-radius:8px;background:#effff4}.profile-security-card header img{width:50px;height:30px;object-fit:contain}.profile-security-card header strong{flex:1;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.profile-security-card p{margin:8px 8px 0;color:#3c4850;font-size:12px;font-weight:400;line-height:16px}.profile-security-card ul{display:grid;gap:8px;margin:8px 0 0;padding:0 5px;list-style:none}.profile-security-card li{display:flex;align-items:center;gap:4px;color:#999;font-size:12px;font-weight:400;line-height:16px}.profile-security-card li img{width:16px;height:16px;flex:0 0 auto;object-fit:contain}.profile-security-card li strong{color:#666;font-weight:700}.profile-subpage-header{height:56px;display:grid;grid-template-columns:24px 1fr 24px;gap:8px;align-items:center;margin:0 -16px 16px;padding:0 16px;border-bottom:0;background:#fff}.profile-subpage-header button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent}.profile-subpage-header button img{width:24px;height:24px;object-fit:contain}.profile-subpage-header h1{margin:0;overflow:hidden;color:#333;font-size:16px;font-weight:600;line-height:22px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.profile-subpage-header__service-link{width:24px;height:24px;display:grid;place-items:center}.profile-subpage-header__service{width:24px;height:24px;display:block;margin:0 auto;object-fit:contain}.profile-page--coupon-subpage .profile-subpage-header{margin-bottom:0}.profile-page--coupon-subpage .profile-subpage-header h1{justify-self:start;text-align:left}.profile-panel{display:grid;gap:12px;margin-bottom:16px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff}.profile-panel h2{margin:0;font-size:17px}.profile-coupon-list{display:grid;gap:10px}.profile-coupon-card{display:grid;gap:8px;padding:14px;border-radius:var(--radius-md);background:#fff7ed}.profile-coupon-card div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.profile-coupon-card span,.profile-coupon-card small{color:var(--color-text-secondary);font-size:12px;font-weight:700}.profile-coupon-card strong{color:#dd5200;font-size:20px}.profile-coupon-card p{margin:0;color:var(--color-text-primary);font-size:13px;line-height:1.35}.profile-feedback-form{display:grid;gap:12px}.profile-feedback-form label{display:grid;gap:7px;color:var(--color-text-secondary);font-size:12px;font-weight:800}.profile-feedback-form input,.profile-feedback-form select,.profile-feedback-form textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#f8fafc;color:var(--color-text-primary)}.profile-feedback-form input,.profile-feedback-form select{height:44px;padding:0 12px}.profile-feedback-form textarea{min-height:94px;padding:12px;resize:vertical}.profile-feedback-form__success{margin:0;color:var(--color-brand-blue);font-size:13px;font-weight:900}.profile-faq-panel{width:var(--profile-content-width);margin:0 auto}.profile-faq-list{display:grid;gap:16px}.profile-faq-item{width:100%;min-height:72px;display:flex;flex-direction:column;gap:12px;padding:16px;border:0;border-radius:12px;background:#fff;color:#141e24;text-align:left}.profile-faq-item__header{width:100%;min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-faq-item strong{display:block;width:260px;min-width:0;color:#141e24;font-size:14px;font-weight:600;line-height:20px}.profile-faq-item__divider{width:100%;height:1px;display:block;background:#dce1e5}.profile-faq-item__answer{width:100%;display:block}.profile-faq-item small{display:block;margin:0;color:#6a757d;font-size:14px;font-weight:400;line-height:20px}.profile-faq-item small:before{content:"· "}.profile-faq-item__chevron{width:20px;height:20px;position:relative;display:block;flex:0 0 auto;margin-top:2px}.profile-faq-item__chevron:before{content:"";position:absolute;left:4px;top:5px;width:9px;height:9px;transform:rotate(45deg);border-right:1.8px solid #141e24;border-bottom:1.8px solid #141e24}.profile-faq-item--expanded .profile-faq-item__chevron:before{transform:rotate(225deg);top:8px}.profile-about-panel{width:var(--profile-content-width);margin:0 auto}.profile-about-card{display:grid;gap:12px;padding:16px;border-radius:12px;background:#fff}.profile-about-card>strong,.profile-about-card__email>strong{color:#141e24;font-size:14px;font-weight:600;line-height:20px}.profile-about-card p{margin:0;color:#6a757d;font-size:14px;font-weight:400;line-height:20px}.profile-about-card hr{width:100%;height:1px;margin:0;border:0;background:#dce1e5}.profile-about-card__email{display:grid;gap:12px}.profile-about-card__email span{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-about-card__email b{min-width:0;overflow:hidden;color:#141e24;font-size:14px;font-weight:400;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.profile-about-card__email button{padding:0;border:0;background:transparent;color:#008440;font-size:14px;font-weight:400;line-height:16px;text-decoration:underline;text-underline-position:from-font}.profile-agreements-panel{width:var(--profile-content-width);margin:0 auto}.profile-agreements-list{display:grid;gap:16px}.profile-agreement-card{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:12px;background:#fff}.profile-agreement-card span{width:256px;min-width:0;overflow:hidden;color:#141e24;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.profile-agreement-card__arrow{width:24px;height:24px;flex:0 0 auto;display:block;object-fit:contain}.profile-delete-account-panel{width:var(--profile-content-width);margin:0 auto}.profile-delete-account-card{display:grid;gap:32px;padding:16px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00012814,0 0 8px #141e240a}.profile-delete-account-card__copy{display:grid;gap:12px}.profile-delete-account-card__copy strong{color:#141e24;font-size:14px;font-weight:600;line-height:20px}.profile-delete-account-card__copy p{margin:0;color:#3c4850;font-size:14px;font-weight:400;line-height:20px}.profile-delete-account-card__rules{color:#3c4850}.profile-delete-account-card__actions{display:grid;gap:16px}.profile-delete-account-card__actions button{border:0;text-align:center}.profile-delete-account-card__back{min-height:48px;border-radius:25px;background:#09b640;color:#fff;font-size:18px;font-weight:700;line-height:24px}.profile-delete-account-card__delete{min-height:20px;padding:0;background:transparent;color:#7d878e;font-size:14px;font-weight:600;line-height:20px}.profile-delete-modal{position:fixed;top:24px;bottom:24px;left:50%;z-index:50;width:min(100%,var(--phone-width));transform:translate(-50%);overflow:hidden;border-radius:8px}.profile-delete-modal__scrim{position:absolute;inset:0;display:block;padding:0;border:0;background:#000000b3}.profile-delete-modal__dialog{position:absolute;top:50%;left:50%;width:312px;display:grid;gap:12px;padding:24px;transform:translate(-50%,-50%);border-radius:16px;background:#fff}.profile-delete-modal__dialog strong{color:#141e24;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px}.profile-delete-modal__dialog p{margin:0 0 8px;color:#141e24;font-size:14px;font-weight:400;line-height:20px}.profile-delete-modal__dialog button{min-height:44px;padding:12px;border:0;border-radius:8px;background:#09b640;color:#fff;font-size:14px;font-weight:600;line-height:20px;text-align:center}.profile-action-sheet{position:absolute;inset:0;z-index:30}.profile-action-sheet__scrim{position:absolute;inset:0;display:block;padding:0;border:0;background:#000000b3}.profile-action-sheet__panel{position:absolute;right:-16px;bottom:-24px;left:-16px;display:grid;overflow:hidden;border-radius:16px 16px 0 0;background:#fff}.profile-action-sheet__panel p{margin:0;padding:16px;color:#141e24;font-size:16px;font-weight:600;line-height:22px}.profile-action-sheet__panel button{min-height:52px;padding:16px;border:0;background:#fff;font-size:14px;line-height:20px;text-align:center}.profile-action-sheet__danger{color:#fa2326;font-weight:500}.profile-action-sheet__cancel{color:#141e24;font-weight:400}.profile-action-sheet__panel>span{height:24px;background:#fff}.profile-link-list a,.profile-link-list button{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf1f6}.profile-link-list span{color:var(--color-text-secondary);font-size:13px}.profile-link-list__stacked{display:grid;gap:2px}.profile-link-list__stacked b{color:var(--color-text-primary);font-size:13px;font-weight:400}.profile-link-list__stacked small{color:#596670c7;font-size:11px}.profile-link-list strong{color:var(--color-text-primary);font-size:13px;text-align:right}.profile-link-list{display:grid}.profile-link-list a,.profile-link-list button{width:100%;border-right:0;border-bottom:0;border-left:0;background:transparent;color:var(--color-text-primary);text-align:left}.profile-link-list a:first-child,.profile-link-list button:first-child{border-top:0}@media(max-width:520px){input:not(.order-amount-input),select,textarea{font-size:16px!important}.app-frame{height:100dvh;padding:0}.phone-shell{width:100%;height:100%;border:0;border-radius:0}.repay-sheet-overlay,.profile-delete-modal{top:0;bottom:0;width:100%;border-radius:0}.app-main,.login-page{min-height:0}.repay-debt-float{right:8px;bottom:calc(var(--tab-height) + env(safe-area-inset-bottom,0px) + 110px)}.repay-bottom-paybar{bottom:calc(var(--tab-height) + env(safe-area-inset-bottom,0px));width:100%}}
