@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Space+Grotesk:wght@400;500;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";@import"https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/css/line-awesome.min.css";:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:radial-gradient(circle at top left,rgba(255,146,43,.18),transparent 35%),radial-gradient(circle at top right,rgba(23,87,217,.22),transparent 30%),linear-gradient(180deg,#f4efe7,#f6f8fb);color:#162032;--panel-bg: rgba(255, 255, 255, .82);--panel-border: rgba(22, 32, 50, .08);--accent: #ee6c2c;--accent-dark: #c9521c;--ink: #162032;--muted: #5b667d;--highlight: #1b5ed8;--success: #198754;--danger: #b42318}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid rgba(22,32,50,.12);background:#ffffffeb;border-radius:18px;padding:.95rem 1rem;color:var(--ink)}textarea{resize:vertical}label{display:grid;gap:.45rem;color:var(--muted);font-size:.95rem}.app-shell{width:min(1200px,calc(100vw - 2rem));margin:0 auto;padding:1rem 0 4rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 1.5rem}.brand{display:inline-flex;align-items:center;gap:.85rem}.brand strong{display:block}.brand small{display:block;color:var(--muted)}.brand-badge{display:inline-grid;place-items:center;width:3rem;height:3rem;border-radius:1rem;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,#ec9d44 100%);box-shadow:0 18px 30px #ee6c2c47}.nav-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.8rem}.nav-links a,.link-button{border:0;background:transparent;padding:.55rem .9rem;border-radius:999px;color:var(--muted);cursor:pointer}.nav-links .active{color:var(--ink);background:#1b5ed814}.page-shell,.stack{display:grid;gap:1.25rem}.hero-card,.panel{border:1px solid var(--panel-border);background:var(--panel-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;padding:1.5rem;box-shadow:0 20px 45px #16203214}.hero-card{padding:clamp(1.5rem,4vw,3rem);background:linear-gradient(120deg,#ffffffe0,#ffffffb8),linear-gradient(135deg,#ee6c2c38,#1b5ed829)}.hero-card h1,.auth-card h1,.panel h1,.panel h2{margin:0;font-family:"DM Serif Display",Georgia,serif;line-height:1.05}.hero-card h1{max-width:12ch;font-size:clamp(2.4rem,5vw,4.8rem)}.hero-card p,.muted-copy,.helper-copy{color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.9rem 1.25rem;border:0;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.primary-button{color:#fff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);box-shadow:0 18px 30px #ee6c2c3d}.secondary-button{background:#1b5ed814;color:var(--highlight)}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.eyebrow{margin:0 0 .5rem;color:var(--highlight);font-size:.85rem;letter-spacing:.16em;text-transform:uppercase}.grid{display:grid;gap:1.25rem}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-grid{grid-template-columns:300px minmax(0,1fr)}.deposit-grid{grid-template-columns:1.1fr .9fr}.feature h2{font-size:1.35rem}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.timeline{display:grid;gap:1rem}.timeline div{padding:1rem 1.1rem;border-radius:20px;background:#1620320a}.auth-card{width:min(720px,100%);margin:0 auto;border:1px solid var(--panel-border);background:#ffffffe0;border-radius:30px;padding:clamp(1.4rem,4vw,2.5rem);box-shadow:0 24px 50px #1620321a}.auth-screen{min-height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat}.auth-screen__overlay{min-height:100vh;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);background:#14233c3d}.auth-screen__left,.auth-screen__right{display:flex}.auth-screen__left{align-items:center;justify-content:center;padding:2rem}.auth-screen__left-inner{max-width:340px;color:#fff}.auth-screen__left-inner h1{margin:0 0 .85rem;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2rem,4vw,3rem)}.auth-screen__left-inner p{margin:0 0 1.25rem;color:#ffffffdb}.auth-screen__back{display:inline-flex;align-items:center;gap:.45rem;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.8rem 1rem}.auth-screen__right{align-items:center;justify-content:center;padding:2rem}.auth-screen__card{width:min(640px,100%);border-radius:30px;background:#131d32bd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:2rem;box-shadow:0 28px 60px #050c1847}.auth-screen__logo{text-align:center;margin-bottom:2rem}.auth-screen__logo img{width:170px;max-width:100%}.auth-form-wrap{color:#fff}.auth-form{display:grid;gap:1rem}.auth-form--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form__group{display:grid;gap:.45rem}.auth-form__group label,.auth-switch,.auth-checkbox,.auth-form__row{color:#ffffffe0}.auth-form__group--full{grid-column:1 / -1}.auth-input{border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#fffffff0;color:#14233c;min-height:52px}.auth-form__row{display:flex;align-items:center;gap:1rem}.auth-form__row--between{justify-content:space-between}.auth-checkbox{display:inline-flex;align-items:center;gap:.55rem}.auth-checkbox input{width:auto;min-height:0;margin:0}.auth-link{color:#78cfff}.auth-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;border:0;border-radius:14px;min-height:52px;background:linear-gradient(135deg,#00a6f7,#0076d1);color:#fff;font-weight:700;box-shadow:0 18px 35px #0076d13d;cursor:pointer}.auth-message{margin:0 0 1rem;padding:.9rem 1rem;border-radius:14px}.auth-message--error{background:#b423182e;color:#ffd7d2}.auth-switch{margin:1rem 0 0}.form-grid{display:grid;gap:1rem}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.full-width{grid-column:1 / -1}.stat-card{gap:.4rem;display:grid}.stat-card span{color:var(--muted)}.stat-card strong{font-size:1.8rem}.table-list{display:grid;gap:.75rem}.table-row{display:grid;grid-template-columns:1.4fr 1fr auto;align-items:center;gap:1rem;padding:.95rem 1rem;border-radius:18px;background:#1620320a}.deposit-link:hover{background:#16203212}.status-pill{border-radius:999px;padding:.35rem .7rem;font-size:.85rem;text-transform:capitalize;justify-self:end}.status-pill.pending{background:#ee6c2c24;color:var(--accent-dark)}.status-pill.approved{background:#19875424;color:var(--success)}.status-pill.rejected{background:#b4231824;color:var(--danger)}.profile-card{display:grid;gap:1.1rem;align-content:start}.avatar-preview,.avatar-placeholder{width:100%;aspect-ratio:1;border-radius:26px;object-fit:cover}.avatar-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#ee6c2c38,#1b5ed82e);font-size:3rem;font-family:"DM Serif Display",Georgia,serif}.upload-button{position:relative;overflow:hidden}.helper-copy,.form-error,.form-success{margin:0}.form-error{color:var(--danger)}.form-success{color:var(--success)}@media (max-width: 900px){.grid.three,.grid.four,.profile-grid,.deposit-grid,.two-col{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.nav-links{justify-content:flex-start}.table-row{grid-template-columns:1fr}.status-pill{justify-self:start}.auth-screen__overlay{grid-template-columns:1fr}.auth-screen__left{min-height:220px;align-items:flex-end}.auth-screen__card{padding:1.4rem}.auth-form--grid{grid-template-columns:1fr}.auth-form__row--between{align-items:flex-start;flex-direction:column}}.landing-page{color:#14233c;background:linear-gradient(180deg,#fff,#f5f9ff)}.landing-container{width:min(1180px,calc(100vw - 2rem));margin:0 auto}.landing-header{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,35,60,.08)}.landing-header__inner{width:min(1180px,calc(100vw - 2rem));margin:0 auto;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-logo img{width:170px;max-width:100%}.landing-nav,.landing-actions{display:flex;align-items:center;gap:1rem}.landing-nav a{color:#4f5d78;font-weight:500}.landing-nav .is-active{color:#00a6f7}.landing-button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:linear-gradient(135deg,#00a6f7,#0076d1);color:#fff;padding:.85rem 1.35rem;font-weight:700;box-shadow:0 18px 35px #0076d13d}.landing-button--ghost{background:transparent;color:#0076d1;box-shadow:none;border:1px solid rgba(0,118,209,.2)}.landing-button--block{width:100%}.landing-hero{position:relative;overflow:hidden;background:linear-gradient(#14233c70,#14233c70),url(/assets/images/frontend/banner/60c756944f1271623676564.jpg) center/cover no-repeat;padding:8rem 0 7rem}.landing-hero__wave{position:absolute;top:0;left:0;width:min(360px,32vw);opacity:.95}.landing-hero__wave--two{left:auto;right:0;transform:scaleX(-1)}.landing-hero__content{display:flex;justify-content:center}.landing-hero__copy{max-width:760px;text-align:center;color:#fff}.landing-hero__copy h1,.landing-heading h2,.landing-about__content h2,.landing-image-band__copy h2,.landing-testimonial h3,.landing-footer h3{margin:0;font-family:"DM Serif Display",Georgia,serif;line-height:1.08}.landing-hero__copy h1{font-size:clamp(2.6rem,6vw,4.9rem)}.landing-hero__copy p{max-width:680px;margin:1.25rem auto 2rem;color:#ffffffe6;font-size:1.08rem}.landing-inner-hero{background-position:center;background-size:cover;padding:4.5rem 0}.landing-inner-hero__content{display:flex;justify-content:center;text-align:center}.landing-inner-hero__content h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,3.3rem);font-family:"DM Serif Display",Georgia,serif}.landing-section{padding:5.5rem 0}.landing-section--features{padding-top:0;margin-top:-60px;position:relative;z-index:2}.landing-section--soft{background:#f5f9ff}.landing-section--image-band{padding:0}.landing-image-band{background:linear-gradient(#14233c9e,#14233c9e),url(/assets/images/frontend/why_choose/60d497b25b98a1624545202.jpg) center/cover no-repeat;padding:6rem 0}.landing-grid{display:grid;gap:1.5rem}.landing-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-grid--about{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}.landing-grid--choose{grid-template-columns:280px minmax(0,1fr);align-items:start}.landing-grid--footer{grid-template-columns:1.5fr .8fr .8fr 1fr;align-items:start}.landing-grid--contact{grid-template-columns:.95fr 1.05fr;align-items:stretch;margin-bottom:3rem}.landing-card,.landing-inline-card,.landing-plan-card,.landing-testimonial,.landing-faq__item,.landing-partners__item{background:#fff;border-radius:24px;box-shadow:0 18px 35px #14233c14}.landing-card{padding:1.75rem}.landing-card h3,.landing-inline-card h3,.landing-plan-card h3{margin:0;font-size:1.3rem}.landing-card p,.landing-inline-card p,.landing-plan-card,.landing-footer p,.landing-footer li,.landing-heading p,.landing-about__content>p{color:#5e6c87}.landing-card__icon,.landing-inline-card__icon{width:58px;height:58px;border-radius:18px;display:inline-grid;place-items:center;margin-bottom:1rem;background:linear-gradient(135deg,#00a6f7,#14233c);color:#fff;font-size:1.4rem}.landing-card--feature{text-align:left}.landing-about__media img{width:100%;display:block;border-radius:28px;min-height:420px;object-fit:cover}.landing-kicker{margin:0 0 .75rem;color:#00a6f7;text-transform:uppercase;letter-spacing:.14em;font-size:.82rem;font-weight:700}.landing-about__cards{display:grid;gap:1rem;margin-top:1.5rem}.landing-inline-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1rem}.landing-inline-card__icon{margin-bottom:0}.landing-heading{margin-bottom:2rem}.landing-heading--center{max-width:700px;margin:0 auto 2.4rem;text-align:center}.landing-heading--light h2,.landing-heading--light p,.landing-image-band__copy,.landing-image-band__copy .landing-kicker{color:#fff}.landing-image-band__copy{position:sticky;top:110px}.landing-card--choose,.landing-card--metric{background:#fffffff5}.landing-card--contact-info{text-align:center}.landing-step{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#00a6f7,#0076d1);font-weight:700;margin-bottom:1rem}.landing-plan-card{overflow:hidden}.landing-plan-card__header{position:relative;background:linear-gradient(180deg,#17325c,#0d1f3a);color:#fff;padding:1.5rem;text-align:center}.landing-plan-card__wave{position:absolute;inset:auto 0 0 0;width:100%;opacity:.2}.landing-plan-card__price{margin-top:.7rem;font-size:2rem;font-weight:700}.landing-plan-card__price sub{font-size:.95rem;font-weight:500}.landing-plan-card__list{list-style:none;padding:1.5rem;margin:0;display:grid;gap:.9rem}.landing-plan-card__list li{display:flex;justify-content:space-between;gap:1rem;color:#5e6c87}.landing-plan-card>.landing-button{margin:0 1.5rem 1.5rem}.landing-cta-row{margin-top:2rem;display:flex;justify-content:center}.landing-section--overview{background:linear-gradient(135deg,#102341,#17457e)}.landing-card--metric{text-align:center}.landing-card--metric .landing-card__icon{margin-inline:auto}.landing-card--metric h3{font-size:2rem;margin-bottom:.35rem}.landing-section--testimonials{background:linear-gradient(180deg,#17325c,#0f2341)}.landing-testimonial{padding:1.5rem;background:#ffffff14;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-testimonial p,.landing-testimonial span{color:#ffffffc7}.landing-testimonial__stars{color:#ffd15c;letter-spacing:.12em}.landing-faq{display:grid;gap:1rem}.landing-faq__item{overflow:hidden}.landing-faq__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1.25rem 1.35rem;background:transparent;border:none;color:#14233c;cursor:pointer}.landing-faq__item p{margin:0;padding:0 1.35rem 1.35rem;color:#5e6c87}.landing-faq__item.is-open{border:1px solid rgba(0,166,247,.16)}.landing-map-card,.landing-contact-card{background:#fff;border-radius:24px;box-shadow:0 18px 35px #14233c14;overflow:hidden}.landing-map-card iframe{width:100%;min-height:100%;height:100%;border:0}.landing-contact-card{padding:1.5rem}.landing-contact-card h2{margin:0 0 1rem;font-family:"DM Serif Display",Georgia,serif}.landing-contact-form{display:grid;gap:1rem}.landing-table-wrapper{overflow-x:auto;background:#fffffff0;border-radius:24px;box-shadow:0 18px 35px #14233c14}.landing-table{width:100%;border-collapse:collapse;min-width:760px}.landing-table th,.landing-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid rgba(20,35,60,.08)}.landing-table th{color:#14233c;background:#00a6f714}.landing-partners{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1rem}.landing-partners__item{padding:1rem;display:grid;place-items:center;min-height:92px}.landing-partners__item img{max-width:100%;max-height:40px;filter:saturate(.9)}.landing-subscribe{padding:0 0 5.5rem}.landing-subscribe__inner{border-radius:28px;background:linear-gradient(135deg,#102341,#00a6f7);color:#fff;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-subscribe__inner h3{margin:0;font-size:1.45rem}.landing-subscribe__form{display:flex;align-items:center;gap:.75rem;width:min(520px,100%)}.landing-subscribe__form input{background:#fffffffa}.landing-footer{background:#0e1e35;color:#fff;padding:4.5rem 0 2rem}.landing-footer h3{margin-bottom:1rem}.landing-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.landing-footer a{color:inherit}.landing-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-footer__bottom img{width:150px}@media (max-width: 1100px){.landing-grid--four,.landing-partners{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-grid--three,.landing-grid--about,.landing-grid--choose,.landing-grid--footer,.landing-grid--contact,.landing-grid--two{grid-template-columns:1fr}.landing-image-band__copy{position:static}}@media (max-width: 820px){.landing-header__inner,.landing-nav,.landing-actions,.landing-subscribe__inner,.landing-subscribe__form,.landing-footer__bottom{flex-direction:column;align-items:flex-start}.landing-nav{gap:.65rem}.landing-actions,.landing-actions .landing-button{width:100%}.landing-section{padding:4rem 0}.landing-section--features{margin-top:-30px}.landing-grid--four,.landing-partners{grid-template-columns:1fr}}body.legacy-public-page{background:#fff}
