:root{--color-brand-blue: #004796;--color-brand-blue-deep: #00306f;--color-brand-cyan: #28dfe3;--color-action-cyan: #2beded;--gradient-primary-button: linear-gradient(171.64deg, #094482 4.05%, #042d6f 61.36%, #25d1dc 102.05%);--gradient-login-button: linear-gradient(-8.02deg, #2beded 1.44%, rgba(0, 36, 125, 0) 65.37%), linear-gradient(170.89deg, #094482 .73%, #012264 77.83%);--color-text-primary: #24262b;--color-text-secondary: #626a78;--color-text-tertiary: #8b94a3;--color-bg-page: #eef3f8;--color-bg-card: #ffffff;--color-border: #e3eaf3;--color-danger: #f04b4b;--color-warning-bg: #fff7ed;--color-shadow: rgba(20, 38, 68, .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: 72px}*{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:center;padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff5;border-top:1px solid var(--color-border);box-shadow:0 -8px 18px #1e2e4c14}.bottom-tab-bar__item{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;color:var(--color-text-tertiary);font-size:11px}.bottom-tab-bar__item img{width:26px;height:26px;object-fit:contain}.bottom-tab-bar__item--active{color:var(--color-brand-blue)}.app-brand-header{height:56px;position:sticky;top:0;z-index:15;flex:0 0 auto;background:#fff}.home-page>.app-brand-header{margin:-18px -16px 0}.app-brand-header__logo{position:absolute;top:19px;left:24px;width:132px;height:auto}.app-brand-header__service{position:absolute;top:16px;right:24px;width:24px;height:24px;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:#fff}.home-page--figma>.app-brand-header{margin:0}.home-page__content{display:grid;gap:16px;padding:16px 24px 24px}.home-page--normal .home-page__content,.home-page--new-apply .home-page__content,.home-page--apply .home-page__content,.home-page--audit .home-page__content{padding-top:16px}.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:#0b4b91;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:1px solid rgba(4,58,115,.1);border-radius:10px;background:#fff;box-shadow:none}.home-page--figma .loan-status-card__gradient{min-height:160px;display:block;padding:24px 24px 16px;background:linear-gradient(340deg,var(--color-action-cyan) 0%,rgba(43,237,237,0) 45%),linear-gradient(158deg,#094482,#012264 78%);color:#fff}.home-page--figma .loan-status-card__gradient--compact{min-height:95px;display:flex;align-items:center;justify-content:space-between;gap:14px}.home-page--figma .loan-status-card__gradient span{display:block;margin:0 0 8px;color:#fff;font-size:16px;font-weight:400;line-height:16px}.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:26px;line-height:24px}.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:14px;margin:16px;padding:14px 16px;border-radius:3px;background:#043a730d}.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;line-height:16px}.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:16px auto 22px;border-radius:25px;background:var(--color-action-cyan);color:#333;font-size:16px;font-weight:700;box-shadow:none}.home-page--figma .loan-status-card--audit{height:302px}.home-page--figma .loan-status-card--audit .loan-status-card__gradient{min-height:178px;padding:27px 24px 0}.home-page--figma .loan-status-card--audit .loan-status-card__gradient span{margin-bottom:8px;font-weight:700}.home-page--figma .loan-status-card--audit .loan-status-card__gradient p{max-width:188px;line-height:16px}.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:22px;margin-top:20px}.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{left:-11px}.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:16px 24px 0}.home-page--figma .loan-status-card__progress-track{height:10px;position:relative;overflow:visible;border-radius:5px;background:#d8d8d8}.home-page--figma .loan-status-card__progress-track>span{height:100%;display:block;border-radius:5px;background:linear-gradient(180deg,#09529f 32%,#012264 74%)}.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:8px;overflow:visible;border-radius:0;background:transparent;color:#999;font-size:12px;line-height:14px}.home-page--figma .loan-status-card--audit .loan-status-card__progress-labels{margin-top:6px}.home-page--figma .loan-status-card--audit .primary-button{margin:10px auto 0}.home-page--figma .loan-status-card__progress-labels span{width:auto;height:auto;display:inline;border-radius:0;background:transparent;color:#999}.home-page--figma .loan-status-card__detail-list{display:grid;gap:8px;padding:16px 24px 18px}.home-page--figma .loan-status-card__detail-list h2{margin:0 0 4px;color:#333;font-size:14px;font-weight:700;line-height:12px}.home-page--figma .loan-status-card__detail-list span{color:#666}.home-page--figma .loan-status-card__artwork{width:58px;max-height:58px;object-fit:contain;filter:none}.home-page--figma .loan-status-card--grant .loan-status-card__artwork{width:72px;height:48px;filter:brightness(0) invert(1)}.home-page--figma .loan-status-card--change-card{height:262px}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient{min-height:106px;align-items:flex-start;padding:24px 18px 0 24px}.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:6px;font-weight:700;line-height:18px;white-space:nowrap}.home-page--figma .loan-status-card--change-card .loan-status-card__gradient p{max-width:196px;line-height:18px}.home-page--figma .loan-status-card--change-card .loan-status-card__artwork{width:58px;height:48px;margin-top:10px}.home-page--figma .loan-status-card--change-card .primary-button{margin:16px 0 22px 27px}.home-page--figma .loan-status-card--change-device-living{height:202px}.home-page--figma .loan-status-card--change-device-living .loan-status-card__gradient{min-height:106px;align-items:flex-start;gap:4px;padding:24px 18px 0 24px}.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:58px;height:58px}.home-page--figma .loan-status-card--change-device-living .primary-button{margin:24px auto 0}.home-page--figma .loan-status-card__hint{margin:16px 0 8px;color:#666;font-size:12px;line-height:16px;text-align:center}.home-page--figma .loan-status-card__countdown{display:flex;align-items:center;justify-content:center;gap:7px;padding:0 0 10px}.home-page--figma .loan-status-card__countdown span{min-width:38px;height:20px;display:grid;place-items:center;padding:0;border-radius:2px;background:#eaecf0;color:#272b3b;font-size:14px;font-weight:400;line-height:16px}.home-page--figma .loan-status-card__countdown i{color:#666;font-style:normal;font-weight:400}.home-page--figma .loan-status-card__empty-reject{display:grid;justify-items:center;gap:12px;min-height:228px;padding:36px 20px 22px}.home-page--figma .loan-status-card__empty-reject img{width:164px;height:98px;object-fit:contain}.home-page--figma .loan-status-card__empty-reject p{margin:0;color:#333;font-size:14px;line-height:16px;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:10px;background:#f3f5f9;color:#333;font-size:14px;font-weight:500}.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-row b{width:14px;height:14px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#333;color:#fff;font-size:16px;font-weight:700;line-height:12px}.home-page--figma .loan-status-card--refuse,.home-page--figma .loan-status-card--sellout{overflow:visible;border:0;background:transparent}.home-page--figma .loan-status-card--refuse .loan-status-card__empty-reject{border:1px solid rgba(4,58,115,.1);border-radius:10px}.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--sellout .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-feature-list{width:100%;display:grid;gap:8px;margin:8px auto 0}.home-feature-list article{min-height:82px;display:grid;grid-template-columns:1fr 66px;align-items:center;gap:10px;padding:12px 14px 12px 16px;border:1px solid rgba(0,36,125,.1);border-radius:10px;background:#fff}.home-feature-list strong{display:block;color:#333;font-size:16px;font-weight:600;line-height:18px}.home-feature-list span{display:block;margin-top:6px;color:#666;font-size:12px;line-height:14px}.home-feature-list img{width:58px;height:58px;justify-self:end;object-fit:contain}.home-privacy-pact{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:12px auto 0;color:#999;font-size:12px;line-height:16px;text-decoration:underline}.home-privacy-pact img{width:13px;height:13px;object-fit:contain}.home-security-panel{width:100%;display:grid;gap:8px;margin:0 auto;padding:8px 8px 12px;border:1px solid #eef7f1;border-radius:10px;background:#fff}.home-security-panel header{height:38px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:8px;background:#8fcca226}.home-security-panel header img{width:40px;height:22px;object-fit:contain}.home-security-panel header strong{color:#333;font-size:15px;font-weight:700;line-height:22px}.home-security-panel p{display:flex;align-items:center;gap:6px;margin:0 4px;color:#666;font-size:12px;line-height:16px}.home-security-panel p strong{color:#555;font-weight:700}.home-security-panel p span{width:12px;height:12px;display:inline-grid;place-items:center;border:1px solid #9aa4b2;border-radius:3px;color:#6f7a87;font-size:8px;line-height:1}.login-page{min-height:min(844px,calc(100vh - 48px));position:relative;overflow:hidden;background:#fff}.login-nav{position:relative;z-index:2;height:56px;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;background:#fff}.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:#333;font-size:16px;font-weight:600;line-height:24px}.login-glow{position:absolute;inset:56px 0 auto;height:470px;pointer-events:none;background:radial-gradient(circle at 35% 40%,rgba(43,237,237,.34) 0 0,rgba(43,237,237,.2) 0 58px,transparent 112px),radial-gradient(circle at 78% 22%,rgba(210,235,255,.65) 0 0,rgba(210,235,255,.48) 0 62px,transparent 116px),radial-gradient(circle at 4% 62%,rgba(198,221,255,.66) 0 0,rgba(198,221,255,.45) 0 58px,transparent 116px),radial-gradient(circle at 58% 54%,rgba(43,237,237,.3) 0 0,rgba(43,237,237,.18) 0 58px,transparent 112px);filter:blur(4px)}.login-content{position:relative;z-index:1;min-height:calc(min(844px,calc(100vh - 48px)) - 56px);padding-top:56px}.login-logo{width:144px;height:22px;display:block;margin:0 auto;object-fit:contain}.login-slogan{margin:7px 0 0;color:#333;font-size:14px;line-height:16px;text-align:center}.login-form{position:relative;width:calc(100% - 48px);margin:29px auto 0}.login-field-label{display:grid;grid-template-columns:16px 1fr;gap:8px;align-items:center;margin-bottom:9px;color:#333;font-size:14px;line-height:16px}.login-field-label img{width:16px;height:16px;object-fit:contain}.login-field-label--code{margin-top:29px}.login-input{width:100%;height:50px;display:flex;align-items:center;border:1px solid rgba(0,36,125,.1);border-radius:10px;background:#fff;overflow:hidden}.login-input input{min-width:0;flex:1;height:100%;border:0;outline:none;background:transparent;color:#333;font-size:16px;font-weight:600}.login-input input::placeholder{color:#aaa;font-weight:400}.login-input--phone{padding-right:9px}.login-input__prefix{width:24px;height:18px;margin-left:13px;object-fit:contain}.login-input--phone>span{margin:0 10px 0 6px;color:#333;font-size:14px;line-height:18px}.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:15px}.login-input__divider{width:1px;height:30px;background:#d8d8d8}.login-input__otp{width:86px;height:100%;border:0;background:transparent;color:#999;font-size:14px;font-weight:600;text-align:center}.login-input__otp:disabled{cursor:default}.login-input__otp--ready{color:#063877;text-decoration:underline;text-underline-position:from-font}.login-help-link{width:fit-content;display:block;margin:7px 14px 0 auto;padding:0;border:0;background:transparent;color:#999;font-size:14px;line-height:16px;text-decoration:underline}.login-submit{width:246px;height:48px;display:block;margin:40px auto 0;border:0;border-radius:25px;background:var(--gradient-login-button);color:#fff;font-size:16px;font-weight:800;opacity:.4}.login-submit--active{opacity:1}.login-submit:disabled{cursor:default}.login-agreement{width:280px;display:grid;grid-template-columns:16px 1fr;gap:4px;align-items:start;margin:24px auto 0;color:#666;font-size:12px;line-height:16px}.login-agreement input{appearance:none;width:16px;height:16px;margin:0;border:1px solid #d8d8d8;border-radius:50%;background:#fff}.login-agreement input:checked{border-color:#333;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2 8.1 6.8 10.7 11.8 5.3' fill='none' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat}.login-agreement a{color:inherit;text-decoration:underline;text-underline-position:from-font}.form-error{margin:12px 0 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}.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-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-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-face-intro p{width:280px;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-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-agreement__accept{width:100%;display:grid;grid-template-columns:16px 1fr;align-items:start;gap:12px;margin:0 0 28px;padding:0;border:0;background:transparent;color:#666;cursor:pointer;font-size:14px;font-weight:600;line-height:17px;text-align:left}.auth-agreement__accept:focus-visible{outline:2px solid rgba(3,50,110,.22);outline-offset:4px}.auth-agreement__check{width:16px;height:16px;margin-top:1px}.auth-agreement__check img{width:16px;height:16px;display:block;object-fit:contain}.auth-agreement__hint{margin:-16px 0 28px;padding-left:22px;color:#ff9f04;font-size:14px;font-weight:700;line-height:18px}.auth-agreement__hint:before{content:"";width:6px;height:6px;display:inline-block;margin-right:8px;border-radius:999px;background:#ff9f04;vertical-align:2px}.auth-agreement u{color:#063877;text-underline-position:from-font}.auth-agreement h2{margin:0 0 13px;color:#333;font-size:16px;font-weight:600;line-height:19px}.auth-agreement__body{color:#666;font-size:12px;font-weight:600;line-height:14px}.auth-agreement__body p{margin:0}.auth-otp-panel{margin-top:86px}.auth-otp-panel p{margin:0 0 18px;color:#333;font-size:14px;font-weight:600;line-height:18px}.auth-otp-panel__phone{display:flex;align-items:center;gap:16px;margin-bottom:31px}.auth-otp-panel__phone strong{color:#333;font-size:20px;font-weight:600}.auth-otp-panel__phone button{min-width:98px;height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-radius:13px;background:var(--color-action-cyan);color:#063877;font-size:14px;font-weight:600}.auth-otp-panel__phone button:disabled{background:#ececec;color:#999}.auth-otp-panel__phone button img{width:16px;height:16px;object-fit:contain}.auth-otp-boxes{display:grid;grid-template-columns:repeat(4,64px);gap:16px;justify-content:center}.auth-otp-boxes input{height:68px;width:64px;border:0;border-radius:12px;outline:none;background:#f3f5f9;color:#333;font-size:26px;font-weight:600;line-height:1;text-align:center}.auth-otp-boxes input:focus{background:#eef3fb}.auth-otp-boxes input:focus-visible{outline:2px solid rgba(3,50,110,.22);outline-offset:2px}.auth-otp-panel a{display:block;margin-top:16px;color:#999;font-size:14px;line-height:16px;text-align:right;text-decoration:underline}.auth-page--signatory .auth-page__primary{margin-top:40px}.auth-page__primary--signatory-submit:disabled{opacity:.4}.auth-page--bank .auth-page__primary{margin-top:48px}.bank-confirm-overlay{position:fixed;top:calc(100vh - (24px + min(844px,calc(100vh - 48px))) + 56px);left:50%;z-index:40;width:min(100%,var(--phone-width));height:calc(min(844px,calc(100vh - 48px)) - 56px);display:flex;align-items:flex-start;justify-content:center;padding-top:130px;background:#000000b3;transform:translate(-50%)}.bank-confirm-dialog{width:300px;min-height:312px;padding:25px 24px 24px;border-radius:8px;background:#fff;color:#333}.bank-confirm-dialog p{margin:0;font-size:16px;font-weight:400;line-height:24px}.bank-confirm-dialog strong{width:max-content;display:block;margin:24px auto 30px;background:linear-gradient(to top,var(--color-action-cyan) 0 7px,transparent 7px);color:#333;font-size:20px;font-weight:700;line-height:24px}.bank-confirm-dialog button{width:100%;height:48px;border-radius:25px;font-size:16px;font-weight:600}.bank-confirm-dialog__primary{border:0;background:linear-gradient(278deg,#2beded 1%,#00247d00 65%),linear-gradient(171deg,#094482 1%,#012264 78%);color:#fff}.bank-confirm-dialog__secondary{margin-top:16px;border:1px solid #052f70;background:#fff;color:#063675}@media(max-width:520px){.bank-confirm-overlay{top:56px;height:calc(100vh - 56px)}}@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--face .auth-page__content{padding:16px 0 40px}.auth-face-intro{display:grid;justify-items:center;gap:24px;padding-top:0;text-align:center}.auth-face-intro p{width:280px;margin:0;color:#333;font-size:16px;font-weight:500;line-height:18px}.auth-face-avatar{width:118px;height:118px;object-fit:contain}.auth-face-tips{display:grid;gap:14px;margin:40px 0 0 40px}.auth-face-tip{min-height:42px;display:flex;align-items:center;gap:13px;color:#333;font-size:14px;font-weight:400;line-height:16px}.auth-face-tip img{width:46px;height:42px;flex:0 0 auto;object-fit:contain}.auth-page--face .auth-page__primary{margin-top:22px}.auth-page--ocr-camera .auth-page__content{min-height:684px;position:relative;padding:0;overflow:hidden;background:#555}.ocr-camera-preview{width:360px;min-height:684px;position:relative;overflow:hidden;margin:0 auto;background:#555}.ocr-camera-preview__page{position:absolute;top:-96px;left:0;width:360px;height:780px;object-fit:contain}.ocr-camera-preview__shutter{position:absolute;top:416px;left:140px;width:80px;height:80px;padding:0;border:0;background:transparent}.auth-page--face-camera .auth-page__content{min-height:714px;padding:0;background:#555}.face-camera-preview{width:360px;min-height:714px;position:relative;overflow:hidden;margin:0 auto;background:#555}.face-camera-preview:before,.face-camera-preview:after{position:absolute;top:414px;width:5px;height:2px;border-radius:999px;background:#fff;content:""}.face-camera-preview:before{left:23px;transform:rotate(-10deg)}.face-camera-preview:after{right:24px;transform:rotate(10deg)}.face-camera-preview__subject{position:absolute;top:176px;left:50%;width:188px;height:188px;display:grid;place-items:center;opacity:.96;transform:translate(-50%)}.face-camera-preview__subject img{width:188px;height:188px;object-fit:contain;filter:saturate(.82) contrast(.92)}.face-camera-preview__subject span{position:absolute;left:22px;right:22px;top:50%;height:2px;border-radius:999px;background:#2bededdb;box-shadow:0 0 12px #2bededbf;animation:face-camera-scan 2.2s ease-in-out infinite}.face-camera-preview__shutter{position:absolute;top:489px;left:145px;width:70px;height:70px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent}.face-camera-preview__shutter span{width:64px;height:64px;display:block;border:3px solid #ffffff;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #555}.face-camera-preview__shutter:disabled{opacity:.92}.face-camera-preview--capturing:before{inset:0;z-index:3;width:auto;height:auto;border-radius:0;background:#ffffffc7;transform:none;animation:face-camera-flash .78s ease-out forwards}.face-camera-preview--capturing:after{display:none}.face-camera-preview--capturing .face-camera-preview__subject{filter:brightness(1.18)}.face-camera-preview--capturing .face-camera-preview__subject span{animation-duration:.56s}@keyframes face-camera-scan{0%,to{transform:translateY(-54px)}50%{transform:translateY(54px)}}@keyframes face-camera-flash{0%{opacity:0}16%{opacity:1}to{opacity:0}}.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 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}.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{padding-bottom:calc(132px + 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))}.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 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-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{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent}.order-info-sheet header img{width:18px;height:18px}.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-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}.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__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:#333}.repay-page--figma{padding-bottom:188px}.repay-list-toolbar{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.repay-list-toolbar h1{margin:0;font-size:16px;font-weight:700;line-height:18px}.repay-list-toolbar button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#666;font-size:14px;font-weight:500;line-height:18px;text-decoration:underline}.repay-list-toolbar img{width:16px;height:16px}.repay-month-group{display:grid;gap:16px;padding:0 16px}.repay-month-group+.repay-month-group{margin-top:16px}.repay-month-group h2{margin:0 0 2px 8px;font-size:16px;font-weight:700;line-height:18px}.repay-list-item{height:64px;display:grid;grid-template-columns:32px 1fr;align-items:center;border-radius:18px;background:#f4f6f9}.repay-list-item__select{width:32px;height:64px;display:grid;place-items:center;padding:0 0 0 8px;border:0;background:transparent}.repay-list-item__select img{width:16px;height:16px}.repay-list-item__body{min-width:0;height:64px;display:grid;grid-template-columns:minmax(94px,1fr) 104px 16px;align-items:center;gap:6px;padding:0 14px 0 8px;border:0;background:transparent;color:#333;text-align:left}.repay-list-item__body>strong{overflow:hidden;font-size:20px;font-weight:700;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.repay-list-item__body>img{width:16px;height:16px}.repay-list-item__date{display:grid;justify-items:start;color:#333;font-size:14px;line-height:16px}.repay-list-item__date b{font-size:14px;font-weight:700;line-height:16px}.repay-list-item__date small{color:#666;font-size:12px;font-weight:500;line-height:16px}.repay-list-item__date--danger,.repay-list-item__date--danger small{color:#f11}.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:10px 16px 10px 24px;border-top-left-radius:16px;border-top-right-radius:16px;background:#fff;box-shadow:0 -4px 10px #0000001a;transform:translate(-50%)}.repay-bottom-paybar span{display:block;color:#999;font-size:14px;line-height:16px}.repay-bottom-paybar strong{display:block;color:#333;font-size:24px;font-weight:900;line-height:24px}.repay-bottom-paybar button{height:48px;border:0;border-radius:24px;background:linear-gradient(160deg,#094482 4%,#042d6f 61%,#25d1dc 102%);color:#fff;font-size:16px;font-weight:700}.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 24px}.repay-empty-figure{width:278px;height:153px;display:block;margin:0 auto;object-fit:contain}.repay-page--empty-figma p{margin:40px 0 0;color:#333;font-size:20px;font-weight:500;line-height:20px}.repay-page--empty-figma h1{width:246px;margin:8px auto 0;color:#333;font-size:18px;font-weight:400;line-height:20px}.repay-empty-apply{width:246px;min-height:48px;display:block;margin:32px auto 0;border-radius:10px;color:#121212;font-size:16px;font-weight:500;box-shadow:none}.repay-sheet-overlay{position:absolute;inset:96px 0 0;z-index:30;display:flex;align-items:flex-end;background:#000000b3}.repay-sheet{width:100%;max-height:calc(100% - 88px);overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px;background:#fff}.repay-sheet header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.repay-sheet h2{margin:0;color:#333;font-size:16px;font-weight:600;line-height:16px}.repay-sheet header button{width:16px;height:16px;padding:0;border:0;background:transparent}.repay-sheet header img{width:16px;height:16px}.repay-sheet-rows{max-height:360px;overflow-y:auto;padding:0 24px 24px}.repay-sheet-row{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.repay-sheet-row span{color:#666;font-size:14px;line-height:16px}.repay-sheet-row__value{color:#333;font-size:14px;font-weight:500;line-height:16px;text-align:right}.repay-sheet-row__value--strong{font-weight:700}.repay-history-block hr{margin:14px -8px;border:0;border-top:2px dashed #dddddd}.repay-spei-page{min-height:min(844px,calc(100vh - 48px));background:#f5f5f5;color:#333}.phone-shell:has(.repay-spei-page) .bottom-tab-bar{display:none}.phone-shell:has(.repay-spei-page) .app-main--with-tab{padding-bottom:0}.repay-spei-page .app-sub-header{background:#f5f5f5}.repay-spei-panel{width:328px;min-height:296px;margin:16px auto 0;padding:18px 16px;border-radius:18px;background:#fff}.repay-spei-panel__amount{display:grid;grid-template-columns:1fr auto;align-items:start}.repay-spei-panel__amount span{grid-column:1;color:#999;font-size:14px;line-height:16px}.repay-spei-panel__amount strong{grid-column:1;margin-top:4px;color:#333;font-size:28px;font-weight:700;line-height:24px}.repay-spei-panel__amount .repay-copy-button{grid-column:2;grid-row:1 / span 2;align-self:center}.repay-spei-panel p{margin:22px 0 16px;color:#666;font-size:14px;line-height:16px}.repay-spei-paid-button{display:block;width:calc(100% - 64px);max-width:328px;height:56px;margin:32px auto 0;border:0;border-radius:28px;background:#2cd4d9;box-shadow:0 12px 24px #2cd4d938;color:#17202a;font-size:18px;font-weight:800;line-height:22px}.repay-spei-paid-button:active{transform:translateY(1px)}.repay-spei-row{min-height:40px;display:grid;grid-template-columns:auto 1fr auto;gap:6px;align-items:center;color:#999;font-size:14px;line-height:16px}.repay-spei-row strong{overflow:hidden;color:#333;font-size:14px;font-weight:500;text-align:right;text-overflow:ellipsis;white-space:nowrap}.repay-copy-button{display:inline-flex;align-items:center;gap:2px;padding:0;border:0;background:transparent;color:#03326e;font-size:14px;line-height:16px;text-decoration:underline}.repay-copy-button img{width:16px;height:16px}.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: calc(100% - 48px) ;min-height:100%;background:#fff;color:#121212}.profile-page--figma{padding:0 0 24px}.profile-page--subpage{padding:0 16px 24px}.profile-page--coupon-subpage{padding:0 16px 24px;background:#f5f5f5}.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-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:6px;margin-top:6px}.profile-identity__title h1{margin:0;color:#121212;font-size:18px;font-weight:600;line-height:28px;text-align:center}.profile-settings-button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;background:transparent}.profile-settings-button img{width:16px;height:16px;object-fit:contain}.profile-menu{display:grid}.profile-menu--figma{width:var(--profile-content-width);gap:16px;margin:22px auto 0}.profile-menu__item{width:100%;height:48px;display:grid;grid-template-columns:40px 1fr 14px;gap:0;align-items:center;padding:0 8px 0 0;border:1px solid rgba(0,36,125,.1);border-radius:10px;background:#fff;color:#121212;text-align:left}.profile-menu__item img{width:20px;height:20px;justify-self:center;object-fit:contain}.profile-menu__item span{min-width:0}.profile-menu__item strong{display:block;overflow:hidden;color:#121212;font-size:14px;font-weight:500;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.profile-menu__item i{color:#acacac;font-style:normal;font-size:20px;line-height:1}.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;border-radius:10px;color:#121212;font-size:16px;font-weight:500;box-shadow:none}.profile-privacy-pact{width:var(--profile-content-width);display:flex;align-items:center;justify-content:center;gap:6px;margin:24px auto 0;color:#a1a1a1;font-size:12px;font-weight:500;line-height:18px;text-align:center}.profile-privacy-pact img{width:13px;height:13px;flex:0 0 auto;object-fit:contain}.profile-security-card{width:var(--profile-content-width);min-height:128px;margin:32px auto 0;padding:8px;border:1px solid #eef8f4;border-radius:10px;background:#fff}.profile-security-card header{height:38px;display:flex;align-items:center;gap:8px;padding:0 9px;border-radius:10px;background:#eef9f3}.profile-security-card header img{width:73px;height:auto}.profile-security-card header strong{color:#121212;font-size:13px;font-weight:500;line-height:18px}.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:48px 1fr 48px;align-items:center;margin:0 -16px 12px;border-bottom:1px solid #edf1f6;background:#fff}.profile-subpage-header button{width:48px;height:48px;border:0;background:transparent;color:#121212;font-size:30px;line-height:1}.profile-subpage-header h1{margin:0;color:#121212;font-size:16px;font-weight:600;text-align:center}.profile-subpage-header__service-link{width:48px;height:48px;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-list{display:grid;gap:10px}.profile-faq-item{width:100%;display:grid;grid-template-columns:1fr 20px;gap:10px;align-items:start;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-text-primary);text-align:left}.profile-faq-item strong{display:block;font-size:13px;line-height:1.35}.profile-faq-item small{display:block;margin-top:8px;color:var(--color-text-secondary);font-size:12px;line-height:1.4}.profile-faq-item i{color:var(--color-text-tertiary);font-style:normal;font-size:18px}.profile-about-card{display:grid;gap:10px}.profile-about-card>strong{font-size:14px}.profile-about-card p{margin:0;color:var(--color-text-secondary);font-size:13px;line-height:1.45}.profile-about-card div,.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-about-card span,.profile-link-list span{color:var(--color-text-secondary);font-size:13px}.profile-about-card div strong,.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}.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%}}
