:root{color-scheme:light;--blue:#0969f5;--deep-blue:#265ed8;--ink:#223455;--muted:#66758f;--surface:#fff;--line:#e6edf6;--soft:#edf4ff;--radius:12px}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-size:16px;line-height:1.5;background:#e7effb;-webkit-tap-highlight-color:transparent}
button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}button,a{transition:background-color .15s,color .15s,opacity .15s}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ffb629;outline-offset:3px}::selection{background:#d5e6ff;color:#143d91}input{accent-color:var(--blue);caret-color:var(--blue)}
[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
h1,h2,h3,p,dl,dd{margin:0}h1,h2,h3{font-weight:600}fieldset{border:0;padding:0;margin:0;min-width:0}
.site-shell{width:100%;max-width:560px;min-height:100vh;min-height:100dvh;margin:0 auto;padding-bottom:max(18px,env(safe-area-inset-bottom));overflow:hidden}
.page-entry .site-shell{background:linear-gradient(180deg,#1e5aff 0,#6793ff 260px,#edf3ff 470px)}
.brand-header{display:flex;align-items:center;gap:9px;padding:23px 18px 21px;color:#fff}.brand-logo{width:32px;height:32px;border-radius:7px;object-fit:cover;flex-shrink:0}.brand-header h1{font-size:23px;line-height:1.2;white-space:nowrap}.brand-tagline{border-left:1px solid #a9c3ff;padding-left:9px;font-size:12px;color:#e2edff;white-space:nowrap}
.entry-main{padding:0 18px}.panel{border-radius:var(--radius);background:var(--surface);padding:18px 17px;margin-bottom:14px}
.amount-caption{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;color:var(--muted)}.amount-caption h2{font-size:16px;line-height:1.45}.amount-caption>span{font-size:12px;white-space:nowrap}
.amount-display{display:flex;align-items:baseline;gap:5px;margin:9px 0 10px;color:#080b12;line-height:1.18;font-size:clamp(45px,12.6vw,68px);font-weight:650;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.currency{font-size:.49em;letter-spacing:0}
.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,4.6vw,25px)}.choice{position:relative;display:block;min-width:0;cursor:pointer}.choice input{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.choice>span{display:flex;align-items:center;justify-content:center;min-height:44px;background:#f4f6fa;border:1px solid transparent;border-radius:3px;font-size:17px;font-weight:600;color:#74839c;white-space:nowrap;pointer-events:none}.choice input:checked+span{border-color:var(--blue);background:#eaf2ff;color:var(--blue);box-shadow:inset 0 0 0 .5px var(--blue)}.choice input:focus-visible{outline:0}.choice input:focus-visible+span{outline:3px solid #ffb629;outline-offset:3px}
.disbursement-note{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:15px;margin-top:20px;font-size:12px}.speed-badge{flex-shrink:0;padding:2px 10px;border-radius:20px;background:#f3a51e;color:#fff;font-size:13px;font-weight:600}
.term-caption{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px}.term-caption h2,.repayment-note h2{font-size:18px;font-weight:500;white-space:nowrap}.term-caption>span{font-size:12px;text-align:right;color:var(--muted)}.term-choices .choice>span{font-size:16px}.recommended small{position:absolute;right:0;top:-11px;padding:0 8px;line-height:19px;font-size:11px;color:#fff;background:#ff8710;border-radius:12px 12px 12px 0;pointer-events:none}
.repayment-note{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:17px;margin-top:20px;gap:12px}.repayment-note>div{text-align:right}.repayment-note strong{font-size:16px}.repayment-note p{font-size:13px;color:var(--muted);margin-top:2px}
.registration-panel{padding:15px 17px 17px}.registration-panel input[type=tel]{width:100%;height:57px;border:1px solid #ccdaed;border-radius:32px;background:#ebf2ff;padding:0 24px;color:var(--ink);font-size:17px}.registration-panel input::placeholder{color:#697a93;opacity:1}.registration-panel input[aria-invalid=true]{border:2px solid #bd2737}
.primary-button{width:100%;min-height:57px;border:0;border-radius:32px;color:#fff;font-size:20px;font-weight:600;background:var(--deep-blue);padding:11px 14px;text-align:center}.primary-button:hover{background:#1d51c6}.primary-button:active{background:#1648b4}.entry-submit{margin-top:12px}
.consent-row{display:flex;align-items:flex-start;gap:7px;margin-top:13px;color:var(--muted);font-size:12px}.consent-row input,.product-consent input{width:18px;height:18px;margin:2px 0 0;flex:0 0 18px}.consent-row label,.product-consent label{cursor:pointer}.agreement-link{display:inline;padding:3px 0;border:0;background:none;color:#075fdf;line-height:1.7;font-size:inherit;text-align:left;text-decoration:none;text-underline-offset:3px}.agreement-link:hover{text-decoration:underline;color:#0045ac}.agreement-link:active{color:#003e95}
.form-error{margin-top:12px;color:#b02638;font-size:13px;line-height:1.6}.product-card .form-error{padding:0 16px 12px}.page-footer{font-size:12px;line-height:1.85;color:#6c788e}.entry-footer{padding:7px 16px 0;text-align:center}.entry-footer p+p{margin-top:3px}
.page-load .site-shell{background:linear-gradient(160deg,#0093ff 0,#0670ff 180px,#97c7ff 350px,#f4f6fb 650px)}.load-header{position:relative;padding:12px 16px 24px;color:#fff;text-align:center;isolation:isolate}.load-header:before{content:"";position:absolute;z-index:-1;width:340px;height:340px;border-radius:50%;background:rgb(255 255 255 / .035);top:40px;right:-200px;pointer-events:none}.load-nav{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;font-size:18px;font-weight:600}.back-link{position:absolute;left:0;top:0;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff}.back-link:hover{background:rgb(255 255 255 / .12)}.back-link span{display:block;width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.load-header h1{font-size:clamp(25px,7.5vw,38px);font-weight:750;line-height:1.3;letter-spacing:-.025em;margin-top:11px;white-space:nowrap}.load-header>p{font-size:14px;color:#f0f7ff;margin-top:13px}
.load-main{padding:0 13px}.claim-panel{padding:17px 17px 20px;background:#f0f5ff;border-radius:20px;box-shadow:inset 0 0 10px rgb(19 112 230 / .23)}.claim-heading{display:flex;align-items:center;justify-content:center;gap:13px;font-size:19px;font-weight:650;padding-bottom:15px;border-bottom:1px dashed #cbdff7;margin:0 14px 13px}.claim-heading>span{width:8px;height:8px;transform:rotate(45deg);background:#203e6a}
.claim-amount-card{text-align:center;padding:17px 9px 15px;border-radius:16px;background:linear-gradient(150deg,#d7ecff 0,#fefefe 90%);box-shadow:inset 0 2px 4px rgb(42 126 215 / .13)}.claim-brand{display:flex;align-items:center;justify-content:center;gap:7px;color:#303e50;font-size:18px}.claim-brand img{border-radius:7px;object-fit:cover}.claim-amount{font-size:clamp(45px,12vw,63px);font-weight:750;letter-spacing:-.02em;line-height:1.3;color:#0870f5;margin:11px 0 14px;font-variant-numeric:tabular-nums}.claim-amount>span{font-size:.6em;margin-right:3px}.claim-disclaimer{border-top:1px dashed #cfe4fb;padding-top:17px;font-size:13px;color:#6a778a}
.claim-consent{font-size:13px;color:#586677;padding:15px 7px 11px;line-height:1.9}.claim-button,.product-apply{background:linear-gradient(110deg,#008eff,#0065f5)}.claim-button:hover,.product-apply:hover{background:#0861df}.claim-button:active,.product-apply:active{background:#064fac}.claim-button{min-height:55px;font-size:20px}
.curated-section{margin-top:21px}.section-heading{display:flex;align-items:baseline;gap:10px;margin:0 0 13px}.section-heading h2{font-size:20px;color:#2d333e;white-space:nowrap}.section-heading p{font-size:13px;color:#4b566c}.product-list{display:grid;gap:15px}.product-card{border-radius:14px;overflow:hidden;background:#fff;color:#343941}.product-top{display:flex;align-items:center;gap:10px;padding:18px 17px 16px;border-bottom:1px solid #f0f1f4}.product-logo{width:36px;height:36px;object-fit:contain;border-radius:6px;flex-shrink:0}.product-top h3{font-size:17px;font-weight:500;flex:1;min-width:0;overflow-wrap:anywhere}.product-apply{min-height:44px;border:0;border-radius:24px;color:#fff;font-size:16px;white-space:nowrap;padding:7px 15px;flex-shrink:0}
.product-metrics{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,.8fr) minmax(0,.85fr);gap:8px;padding:17px}.product-metrics>div{min-width:0}.product-metrics dd{min-height:30px;font-size:clamp(17px,4.9vw,24px);font-weight:650;letter-spacing:-.025em;overflow-wrap:anywhere}.product-metrics dd small{font-size:12px;font-weight:400;letter-spacing:0;margin-left:5px}.product-metrics dt{font-size:12px;color:#6c788b;margin-top:2px}.approval-term{font-size:13px;font-weight:500;letter-spacing:0}
.product-consent{display:flex;flex-wrap:wrap;align-items:center;column-gap:5px;padding:10px 17px;background:#f5f8fd;color:#657389;font-size:12px;line-height:1.7}.product-consent>span:last-child{flex:1;min-width:150px}.empty-products{padding:22px 16px;background:#fff;border-radius:14px;font-size:14px;color:var(--muted)}.load-footer{padding:17px 14px 5px}.footer-heading{margin:0 0 11px}.load-footer p+p{margin-top:3px}
.agreement-dialog{width:min(520px,calc(100% - 28px));max-height:85vh;max-height:85dvh;border:0;border-radius:16px;padding:0;color:var(--ink);background:#fff;box-shadow:0 18px 60px rgb(19 46 84 / .25)}.agreement-dialog::backdrop{background:rgb(14 31 57 / .5)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line)}.dialog-heading h2{font-size:18px;overflow-wrap:anywhere}.dialog-close{min-height:44px;min-width:44px;border:0;border-radius:8px;background:#edf4ff;color:#175ad0;flex-shrink:0}.agreement-content{max-height:55vh;max-height:55dvh;overflow:auto;overscroll-behavior:contain;white-space:pre-wrap;overflow-wrap:anywhere;padding:18px;font-size:14px;line-height:1.9}.dialog-footer{padding:12px 18px 18px}.dialog-footer .primary-button{min-height:44px;font-size:16px}
@media(min-width:700px){body{padding:24px 0}.site-shell{border-radius:20px;box-shadow:0 16px 60px rgb(39 80 141 / .13)}.brand-header{padding:26px 26px}.entry-main{padding:0 24px}.panel{padding:22px}.registration-panel{padding:20px 22px}.page-footer{font-size:13px}.load-main{padding:0 18px}.load-header{padding:18px 20px 28px}.product-metrics{padding:22px}.product-top{padding:22px}.claim-panel{padding:24px}.claim-amount{margin:18px 0}.claim-disclaimer{padding-top:22px}.load-footer{padding:22px 20px}}
@media(max-width:350px){.brand-header{gap:7px;padding:20px 14px}.brand-header h1{font-size:21px}.brand-tagline{font-size:10px;padding-left:7px}.entry-main{padding:0 13px}.panel{padding:16px 13px}.amount-caption{flex-wrap:wrap;gap:2px}.amount-caption>span{margin-left:auto}.amount-caption h2{font-size:15px}.choice-grid{gap:9px}.choice>span{font-size:15px}.term-caption>span{font-size:11px}.repayment-note p{font-size:12px}.registration-panel input[type=tel]{padding:0 17px;font-size:16px}.claim-panel{padding:15px 13px 18px}.claim-heading{font-size:17px}.product-top,.product-metrics{padding:15px 12px}.product-apply{padding:7px 11px;font-size:15px}.load-header>p{font-size:12px}.claim-button{font-size:18px}.section-heading h2{font-size:18px}.section-heading p{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
.load-status{font-size:13px;color:var(--muted);margin-top:12px;text-align:center}.claim-amount>output{font:inherit;letter-spacing:inherit}
