:root{--fa-blue:#1456d9;--fa-dark:#122b60;--fa-border:#e5eaf2;--fa-bg:#f7f9fd}
.fintech-app-shell{display:flex;min-height:760px;background:var(--fa-bg);border:1px solid var(--fa-border);border-radius:14px;overflow:hidden;font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;color:#17233c}
.fintech-sidebar{width:250px;flex:0 0 250px;background:#fff;border-right:1px solid var(--fa-border)}
.fintech-brand{height:76px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--fa-border)}
.fintech-logo{width:39px;height:39px;border-radius:10px;background:var(--fa-blue);color:#fff;display:grid;place-items:center;font-size:21px;font-weight:800}
.fintech-brand strong{display:block;font-size:17px;color:var(--fa-dark)}.fintech-brand span{display:block;font-size:11px;color:#8992a4}.fintech-close{display:none;margin-left:auto;border:0;background:none;font-size:25px}
.fintech-profile{display:flex;gap:9px;align-items:center;padding:13px 16px;background:#fbfcff;border-bottom:1px solid var(--fa-border)}
.fintech-avatar{width:34px;height:34px;border-radius:50%;background:#e3edff;color:var(--fa-blue);display:grid;place-items:center;font-weight:800}
.fintech-profile strong,.fintech-profile small{display:block}.fintech-profile small{font-size:10px;color:#929bad;margin-top:2px}
.fintech-nav{padding:9px 9px;max-height:660px;overflow:auto}.fintech-menu{list-style:none;margin:0;padding:0}.fintech-item{margin:1px 0}.fintech-link{position:relative;display:flex;align-items:center;gap:8px;padding:9px 10px;min-height:38px;border-radius:8px;color:#505b70;text-decoration:none;font-size:12.5px;cursor:pointer}.fintech-link:hover{background:#f0f5ff;color:var(--fa-blue)}.fintech-menu-icon{width:22px;text-align:center;font-size:15px;flex:0 0 22px}.fintech-empty-icon{width:14px;flex-basis:14px}.fintech-label{flex:1}.fintech-arrow{font-size:19px;transition:.2s}.fintech-item.open>.fintech-link .fintech-arrow{transform:rotate(90deg)}
.fintech-badge{background:#ff4f43;color:#fff;font-size:9px;font-weight:800;line-height:1;padding:3px 5px;border-radius:2px;letter-spacing:.2px;order:2}.fintech-level-1,.fintech-level-2,.fintech-level-3,.fintech-level-4,.fintech-level-5{display:none;margin-left:17px;border-left:1px solid #e5e9f0;padding-left:6px}.fintech-item.open>.fintech-level-1,.fintech-item.open>.fintech-level-2,.fintech-item.open>.fintech-level-3,.fintech-item.open>.fintech-level-4,.fintech-item.open>.fintech-level-5{display:block}.fintech-level-1 .fintech-link,.fintech-level-2 .fintech-link,.fintech-level-3 .fintech-link,.fintech-level-4 .fintech-link{font-size:11.5px;min-height:34px}
.fintech-main{flex:1;min-width:0}.fintech-header{height:76px;background:#fff;border-bottom:1px solid var(--fa-border);display:flex;align-items:center;padding:0 22px;gap:16px}.fintech-hamburger{display:none;border:0;background:none;font-size:23px}.fintech-live{margin:auto;border:1px solid var(--fa-border);border-radius:22px;padding:8px 14px;font-size:12px;font-weight:700;color:#1456d9}.fintech-live span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#65bd79;margin-right:6px}.fintech-header-right{display:flex;align-items:center;gap:8px;font-size:11px}.fintech-header-right a{color:var(--fa-blue);text-decoration:none}.fintech-header-right button,.fintech-user{border:1px solid var(--fa-border);background:#fff;border-radius:20px;padding:8px 11px;color:#536077}.fintech-content{padding:27px}.fintech-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:21px}.fintech-title-row h1{margin:0;color:var(--fa-dark);font-size:21px}.fintech-title-row p{margin:4px 0 0;color:#8992a3;font-size:12px}.fintech-primary{border:0;border-radius:7px;background:var(--fa-blue);color:#fff;font-weight:700;padding:10px 15px}.fintech-product-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:17px}.fintech-product-card{background:#fff;border:1px solid var(--fa-border);border-radius:9px;min-height:122px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:#101820;transition:.2s}.fintech-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(20,50,100,.08)}.fintech-product-icon{font-size:28px;margin-bottom:9px}.fintech-product-card strong{font-size:12px}.fintech-actionables{margin-top:28px}.fintech-section-title{display:flex;justify-content:space-between;align-items:center}.fintech-section-title h2{font-size:13px;color:#657086}.fintech-section-title a{font-size:11px;color:var(--fa-blue);text-decoration:none}.fintech-lead{max-width:600px;background:#fff;border:1px solid var(--fa-border);border-radius:9px;padding:15px;display:flex;justify-content:space-between;align-items:center}.fintech-lead-left{display:flex;align-items:center;gap:10px}.fintech-lead-icon{width:35px;height:35px;border-radius:8px;background:#eef4ff;display:grid;place-items:center}.fintech-lead strong,.fintech-lead small{display:block}.fintech-lead small{font-size:10px;color:#8b94a5;margin-top:3px}.fintech-lead>a{font-size:11px;font-weight:700;color:var(--fa-blue);text-decoration:none}
@media(max-width:900px){.fintech-sidebar{position:fixed;z-index:99999;left:-270px;top:0;height:100vh;transition:.25s;box-shadow:8px 0 30px rgba(0,0,0,.15)}.fintech-app-shell.menu-open .fintech-sidebar{left:0}.fintech-hamburger,.fintech-close{display:block}.fintech-header{padding:0 13px}.fintech-header-right{display:none}.fintech-content{padding:18px}}
@media(max-width:560px){.fintech-product-grid{grid-template-columns:1fr 1fr;gap:10px}.fintech-product-card{min-height:100px}.fintech-title-row{gap:10px}.fintech-title-row h1{font-size:17px}.fintech-primary{font-size:10px;padding:9px}.fintech-live{font-size:10px}}


/* v1.1 — InstantPay-style page sizing and Poppins typography.
   These rules apply only to pages containing [fintech_application]. */
html,body.fintech-standalone-page{margin:0!important;padding:0!important;background:#f4f6fa;overflow-x:hidden}
.fintech-page-shell{width:100%;padding:20px 24px 28px;box-sizing:border-box}
.fintech-app-shell{width:100%;max-width:1440px;margin:0 auto;min-height:calc(100vh - 48px);border-radius:12px;box-shadow:0 4px 22px rgba(35,54,95,.06);font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif}
.fintech-app-shell button,.fintech-app-shell input,.fintech-app-shell select,.fintech-app-shell textarea{font-family:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif}
.fintech-brand strong{font-weight:700}.fintech-link{font-weight:500}.fintech-title-row h1{font-weight:700;letter-spacing:-.25px}.fintech-product-card strong{font-weight:600}.fintech-section-title h2{font-weight:600}.fintech-lead strong{font-weight:600}
.fintech-product-card,.fintech-lead{box-shadow:0 3px 14px rgba(28,49,92,.035)}
.fintech-fullscreen-page .fintech-app-shell{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;border-left:0;border-right:0}
.fintech-fullscreen-page .site-content,.fintech-fullscreen-page .content-area,.fintech-fullscreen-page .site-main,.fintech-fullscreen-page .page-content,.fintech-fullscreen-page .entry-content,.fintech-fullscreen-page .container,.fintech-fullscreen-page .container-fluid{max-width:100%!important;width:100%!important}
.fintech-fullscreen-page .content-area{flex:1 1 100%!important}.fintech-fullscreen-page .widget-area,.fintech-fullscreen-page .sidebar,.fintech-fullscreen-page .secondary,.fintech-fullscreen-page .right-sidebar,.fintech-fullscreen-page aside.sidebar{display:none!important}
@media(max-width:900px){.fintech-page-shell{padding:10px}.fintech-app-shell{min-height:calc(100vh - 20px);border-radius:9px}}
@media(max-width:560px){.fintech-page-shell{padding:0}.fintech-app-shell{border-radius:0;border-left:0;border-right:0}}

/* v1.2: tighter left navigation + right advertisement column */
.fintech-app-shell{max-width:1440px}
.fintech-sidebar{width:232px;flex-basis:232px}
.fintech-nav{padding-left:5px;padding-right:5px}
.fintech-link{padding-left:7px;padding-right:7px}
.fintech-content{padding:22px 20px 32px}
.fintech-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px;align-items:start}
.fintech-dashboard-main{min-width:0}
.fintech-product-grid{grid-template-columns:repeat(3,minmax(130px,1fr));gap:14px}
.fintech-ad-column{background:#fff;border:1px solid var(--fa-border);border-radius:12px;padding:11px;box-shadow:0 4px 16px rgba(20,50,100,.045);position:sticky;top:15px}
.fintech-ad-heading{padding:4px 4px 9px;border-bottom:1px solid #edf0f5;margin-bottom:10px}
.fintech-ad-heading h2{font-size:13px;margin:0;color:var(--fa-dark);font-weight:700}
.fintech-ad-heading span{font-size:9px;color:#929bad}
.fintech-ad-card{display:block;text-decoration:none;margin-bottom:10px;border-radius:9px;overflow:hidden;border:1px solid #edf0f5;background:#f8faff}
.fintech-ad-card img{width:100%;height:auto;display:block;max-height:210px;object-fit:cover}
.fintech-ad-placeholder{min-height:150px;padding:22px 14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(145deg,#eef4ff,#fff)}
.fintech-ad-placeholder span{font-size:8px;letter-spacing:2px;color:#7f8aa1;margin-bottom:9px}
.fintech-ad-placeholder strong{font-size:16px;color:var(--fa-blue);line-height:1.25}
.fintech-ad-placeholder small{font-size:9px;color:#8a94a7;margin-top:8px}
.fintech-no-ad{border:1px dashed #cfd7e5;border-radius:8px}
@media(max-width:1100px){.fintech-dashboard-grid{grid-template-columns:minmax(0,1fr) 220px}.fintech-product-grid{grid-template-columns:repeat(3,minmax(110px,1fr))}.fintech-sidebar{width:220px;flex-basis:220px}}
@media(max-width:900px){.fintech-sidebar{width:250px;flex-basis:250px}.fintech-dashboard-grid{grid-template-columns:1fr}.fintech-ad-column{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.fintech-ad-heading{grid-column:1/-1}.fintech-ad-card{margin:0}}
@media(max-width:560px){.fintech-ad-column{grid-template-columns:1fr}.fintech-product-grid{grid-template-columns:1fr 1fr}.fintech-content{padding:16px 12px}}

.fintech-title-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.fintech-secondary{border:1px solid #dbe2ec;background:#fff;color:var(--fa-blue);border-radius:8px;padding:10px 14px;font:600 12px Poppins,Arial,sans-serif;cursor:pointer}
.fintech-modal{display:none;position:fixed;inset:0;z-index:999999}.fintech-modal.is-open{display:flex;align-items:center;justify-content:center}
.fintech-modal-backdrop{position:absolute;inset:0;background:rgba(10,25,55,.48);backdrop-filter:blur(2px)}
.fintech-modal-card{position:relative;z-index:2;width:min(480px,calc(100vw - 30px));background:#fff;border-radius:14px;padding:25px;box-shadow:0 20px 60px rgba(0,0,0,.22);font-family:Poppins,Arial,sans-serif}
.fintech-modal-card h2{margin:0 0 5px;font-size:21px;color:var(--fa-dark)}.fintech-modal-sub{font-size:11px;color:#8490a3;margin:0 0 18px}
.fintech-modal-card label{display:block;font-size:11px;font-weight:600;color:#526074;margin:12px 0 6px}
.fintech-modal-card input{width:100%;box-sizing:border-box;border:1px solid #dbe2ec;border-radius:8px;padding:11px 12px;font:500 12px Poppins,Arial,sans-serif;outline:none}.fintech-modal-card input:focus{border-color:#4169c7;box-shadow:0 0 0 3px rgba(65,105,199,.1)}
.fintech-submit-map{width:100%;margin-top:18px;border:0;cursor:pointer}.fintech-submit-map:disabled{opacity:.65}
.fintech-modal-x{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px;line-height:1;color:#8290a3;cursor:pointer}
.fintech-map-result{margin-top:14px}.fintech-success{background:#effaf2;border:1px solid #bce6c6;border-radius:9px;padding:12px;color:#16723a;font-size:11px;display:flex;flex-direction:column;gap:4px}.fintech-success strong{font-size:13px}.fintech-error{background:#fff2f2;border:1px solid #f0c5c5;border-radius:9px;padding:10px;color:#a12525;font-size:11px}
.fintech-mapped-card{width:min(900px,calc(100vw - 30px));max-height:80vh;overflow:auto}.fintech-mapped-list{margin-top:15px}.fintech-mapped-table{border:1px solid #e3e7ee;border-radius:10px;overflow:auto}.mtp{display:grid;grid-template-columns:1.1fr 1.2fr 1.2fr .7fr;min-width:650px;padding:11px 12px;border-bottom:1px solid #edf0f4;font-size:11px;color:#4d5b70}.mtp:last-child{border-bottom:0}.mtp.head{background:#f6f8fb;font-weight:700;color:#233b65}.mapped-status{color:#16803a;font-weight:700}.fintech-empty{padding:30px;text-align:center;color:#8b96a8;font-size:12px;border:1px dashed #d5dce8;border-radius:9px}

/* v1.4 larger, clearer typography */
.fintech-app-shell,.fintech-app-shell button,.fintech-app-shell input{font-family:Poppins,Arial,sans-serif}
.fintech-nav .fintech-link{font-size:14px!important;min-height:44px}
.fintech-nav .fintech-label{font-size:14px!important}
.fintech-nav .fintech-menu-icon{font-size:16px!important}
.fintech-header-right a,.fintech-header-right button,.fintech-user{font-size:13px!important}
.fintech-title-row h1{font-size:27px!important}.fintech-title-row p{font-size:13px!important}
.fintech-product-card strong{font-size:14px!important}
.fintech-secondary,.fintech-primary{font-size:13px!important;padding:11px 16px!important}
.fintech-modal-card label{font-size:13px!important}.fintech-modal-card input{font-size:14px!important}
.fintech-modal-sub{font-size:12px!important}.fintech-success,.fintech-error{font-size:12px!important}
.fintech-success strong{font-size:14px!important}.fintech-empty{font-size:13px!important}.mtp{font-size:12px!important}
