body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background-color:#f5f7fb;margin:0;padding:0;color:#1f2937}#root{width:100%;height:100%}.page{max-width:1200px;margin:0 auto;padding:32px 20px}.page>*{margin-bottom:20px}button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;padding:10px 18px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{width:100%;padding:10px 12px;margin-top:6px;margin-bottom:14px;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:14px;transition:all .2s ease;background-color:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}label{font-size:13px;font-weight:600;color:#374151;display:block}table{width:100%;border-collapse:collapse;margin-top:16px;font-size:14px}thead{background-color:#f3f4f6}th{text-align:left;padding:10px;font-weight:600}td{padding:10px;border-top:1px solid #e5e7eb}.error{background-color:#fee2e2;color:#b91c1c;padding:10px 12px;border-radius:6px}.success{background-color:#dcfce7;color:#166534;padding:10px 12px;border-radius:6px}.modal{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 8px 20px #0000001a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:9999}.modal{width:420px;max-width:90%;background:#fff;padding:24px;border-radius:12px;box-shadow:0 20px 40px #00000026,0 6px 12px #00000014}.bank-header{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;background:#0f172a;color:#fff;border-bottom:1px solid #1e293b}.header-left{display:flex;align-items:center;gap:10px;cursor:pointer}.logo-img{height:32px}.brand-text{display:flex;flex-direction:column}.logo-text{font-size:15px;font-weight:600}.sub-logo{font-size:11px;opacity:.6}.header-center{display:flex;gap:18px}.menu-item{cursor:pointer;opacity:.75;font-size:14px;transition:all .2s}.menu-item:hover{opacity:1}.menu-item.active{color:#60a5fa;font-weight:500}.header-right{display:flex;align-items:center;gap:12px}.user-box{display:flex;align-items:center;gap:8px;background:#1e293b;padding:6px 10px;border-radius:8px}.user-main{display:flex;flex-direction:column;font-size:11px}.user-name{font-weight:500}.user-tenant{opacity:.6}.role-badge{font-size:10px;padding:2px 6px;border-radius:6px}.role-super{background:#ef4444}.role-tenant{background:#3b82f6}.logout-btn,.lang-btn{background:transparent;border:1px solid #334155;padding:6px 10px}.logout-btn:hover{background:#1e293b}.dashboard-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.kpi-card{background:#fff;border-radius:12px;padding:18px;border:1px solid #e5e7eb;transition:.2s}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.kpi-title{font-size:12px;color:#64748b}.kpi-value{font-size:26px;font-weight:700;margin-top:6px}.kpi-card.danger .kpi-value{color:#ef4444}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:20px}.login-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:9999}.login-left{flex:2;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.25),transparent),linear-gradient(135deg,#020617,#1e3a8a);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.login-right{flex:1;background:#f8fafc;display:flex;justify-content:center;align-items:flex-start}.login-card-wrapper{transform:translateY(-40px)}.login-box{width:380px;max-width:90%;background:#fff;padding:32px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #00000014,0 6px 16px #0000000d}.login-box input{height:44px}.login-box button{width:100%;margin-top:10px}.website-shell{min-height:100vh;background:#f6f8fb;color:#071a3d}.website-nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:24px;padding:14px 32px;background:#fffffff5;border-bottom:1px solid #d9e2ef;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.website-brand{display:inline-flex;align-items:center;gap:12px;color:#071a3d;text-decoration:none}.website-brand img{width:42px;height:42px;object-fit:contain}.website-brand span{display:flex;flex-direction:column;line-height:1.15}.website-brand strong{font-size:16px}.website-brand small{color:#53647d;font-size:13px}.website-nav nav{display:flex;gap:22px}.website-nav nav a{color:#1d3557;font-size:14px;font-weight:700;text-decoration:none}.website-lang{background:#fff;border:1px solid #b8c8dd;color:#071a3d;border-radius:6px;padding:9px 12px}.website-lang:hover{background:#eef4fb;color:#071a3d;transform:none}.website-hero{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(560px,1.05fr);gap:42px;align-items:center;max-width:1240px;margin:0 auto;padding:70px 32px 34px}.website-hero-copy h1{margin:0;max-width:760px;font-size:50px;line-height:1.08;letter-spacing:0;color:#06163a}.website-hero-copy p{margin:22px 0 0;max-width:680px;color:#40516a;font-size:18px;line-height:1.75}.website-kicker{margin:0 0 12px;color:#04746e;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.website-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.website-primary,.website-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:6px;font-weight:800;text-decoration:none;font:inherit;cursor:pointer}.website-primary{background:#075fb8;color:#fff;border:1px solid #075fb8}.website-secondary{background:#fff;color:#0a3569;border:1px solid #b8c8dd}.website-secondary:hover,.website-primary:hover{transform:translateY(-1px)}.website-hero-copy small{display:block;margin-top:16px;color:#62718a;line-height:1.6}.website-hero-shot,.screenshot-card{overflow:hidden;background:#fff;border:1px solid #c8d7e8;border-radius:8px;box-shadow:0 18px 60px #071a3d1f}.website-hero-shot{padding:10px}.website-hero-shot img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain;object-position:center;background:#fff;border:1px solid #d9e2ef;border-radius:6px}.website-proof-band{display:grid;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:0 auto;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.website-proof-band article{padding:22px 24px;border-right:1px solid #d9e2ef}.website-proof-band article:last-child{border-right:none}.website-proof-band strong{display:block;color:#07544f;font-size:16px;margin-bottom:8px}.website-proof-band span{color:#53647d;line-height:1.6}.website-section,.website-platform,.website-compliance,.website-trial,.website-cta{max-width:1180px;margin:0 auto;padding:76px 32px 0}.website-section.compact{padding-top:64px}.website-section-head{max-width:860px;margin-bottom:26px}.website-section h2,.website-platform h2,.website-compliance h2,.website-cta h2{margin:0;font-size:34px;line-height:1.2;letter-spacing:0;color:#06163a}.website-section-head p,.website-platform p,.website-compliance p,.website-cta p{color:#40516a;font-size:16px;line-height:1.75}.website-risk-grid,.website-deployment-grid,.website-evidence-grid,.website-screenshot-grid,.website-capability-grid,.website-industry-grid{display:grid;gap:16px}.website-risk-grid{grid-template-columns:repeat(4,1fr)}.website-visual-panel{overflow:hidden;margin:24px 0 0;background:#fff;border:1px solid #c8d7e8;border-radius:8px;box-shadow:0 18px 50px #071a3d17}.website-visual-panel img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain;object-position:center;background:#fff}.website-visual-panel.architecture img{aspect-ratio:16 / 10}.website-visual-panel figcaption{margin:0;padding:14px 18px;color:#53647d;font-size:14px;line-height:1.6;border-top:1px solid #d9e2ef}.website-deployment-grid{grid-template-columns:repeat(4,1fr)}.website-capability-grid,.website-industry-grid{grid-template-columns:repeat(3,1fr)}.website-card{min-height:190px;padding:22px;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.website-card span{color:#0b65b9;font-size:13px;font-weight:900}.website-card h3,.platform-columns h3{margin:12px 0 10px;color:#071a3d;font-size:19px;line-height:1.35}.website-card p{color:#53647d;line-height:1.65}.website-card.deployment{min-height:150px}.website-card.capability,.website-card.industry{min-height:160px}.website-detail-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px;padding:22px;background:#06163a;border:1px solid #133a70;border-radius:8px;box-shadow:0 18px 50px #071a3d24}.website-detail-panel article{padding:22px;background:#fff;border:1px solid #d9e2ef;border-radius:8px}.website-detail-panel h3{margin:0 0 10px;color:#06163a;font-size:19px;line-height:1.35}.website-detail-panel p{margin:0 0 12px;color:#40516a;line-height:1.65}.website-detail-panel ul{margin:0;padding-left:20px;color:#263c59;line-height:1.75}.website-scenario-entry{margin:0 0 22px;background:#fff;border:1px solid #c8d7e8;border-radius:8px;box-shadow:0 18px 50px #071a3d14}.scenario-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-bottom:1px solid #d9e2ef}.scenario-tabs button{min-height:54px;padding:0 14px;background:#f7f9fc;color:#16375f;border:0;border-right:1px solid #d9e2ef;border-radius:0;font-weight:850}.scenario-tabs button:last-child{border-right:none}.scenario-tabs button.active{background:#075fb8;color:#fff}.scenario-tabs button:hover{transform:none;background:#eaf3ff;color:#0a3569}.scenario-tabs button.active:hover{background:#075fb8;color:#fff}.scenario-detail{padding:24px}.scenario-detail h3{margin:0 0 18px;color:#06163a;font-size:24px;line-height:1.25}.scenario-pain-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.scenario-pain-grid section{min-height:180px;padding:16px;background:#f7fbff;border:1px solid #d9e2ef;border-radius:8px}.scenario-pain-grid strong{display:block;color:#071a3d;font-size:15px;line-height:1.35}.scenario-pain-grid p{margin:10px 0 0;color:#53647d;line-height:1.55}.website-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.trust-panel{padding:24px;background:#fff;border:1px solid #c8d7e8;border-radius:8px;box-shadow:0 18px 50px #071a3d14}.trust-panel h3,.website-security-boundary h3{margin:0 0 18px;color:#06163a;font-size:24px;line-height:1.25}.trust-panel section{padding:15px 0;border-top:1px solid #d9e2ef}.trust-panel section:first-child{border-top:none}.trust-panel strong,.boundary-grid strong{display:block;color:#071a3d;font-size:15px;line-height:1.35}.trust-panel p,.boundary-grid p,.differentiation-grid p{margin:8px 0 0;color:#53647d;line-height:1.6}.website-security-boundary{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(560px,1.3fr);gap:24px;margin-top:20px;padding:26px;background:#06163a;border-radius:8px}.website-security-boundary h3,.website-security-boundary .website-kicker{color:#fff}.boundary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.boundary-grid article{padding:16px;background:#fff;border:1px solid #d9e2ef;border-radius:8px}.website-differentiation{margin-top:52px}.differentiation-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.differentiation-grid article{min-height:210px;padding:20px;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.differentiation-grid article.highlight{background:#f0fbf8;border-color:#0f8c7c;box-shadow:0 18px 50px #071a3d14}.differentiation-grid h3{margin:0;color:#071a3d;font-size:18px;line-height:1.3}.website-platform{margin-top:74px;padding-top:44px;padding-bottom:44px;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.platform-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.platform-columns article{padding:24px;border:1px solid #d9e2ef;border-radius:8px;background:#f7f9fc}.platform-columns ul,.website-compliance ul{margin:0;padding-left:20px;color:#263c59;line-height:1.85}.website-compliance{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(520px,1.25fr);gap:34px;align-items:start;margin-top:72px;padding-top:42px;padding-bottom:42px;background:#06163a;border-radius:8px}.website-compliance h2,.website-compliance .website-kicker,.website-compliance li{color:#fff}.website-compliance li{margin-bottom:10px}.website-evidence-grid{grid-template-columns:repeat(3,1fr)}.website-screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screenshot-card{display:flex;flex-direction:column;width:100%;min-height:100%;padding:0;color:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.screenshot-card:hover{background:#fff;border-color:#075fb8;box-shadow:0 20px 54px #071a3d2e;transform:translateY(-2px)}.screenshot-card.active{border-color:#075fb8;box-shadow:0 0 0 3px #075fb824,0 18px 60px #071a3d21}.screenshot-card.featured{grid-column:auto}.screenshot-card img{display:block;width:100%;aspect-ratio:16 / 8.8;object-fit:cover;object-position:top center;border-bottom:1px solid #d9e2ef}.screenshot-card-body{display:flex;flex-direction:column;gap:6px;min-height:108px;padding:16px 18px 18px;background:linear-gradient(180deg,#fff,#f7fbff)}.screenshot-card strong{color:#071a3d;font-size:17px}.screenshot-card span{color:#53647d;line-height:1.55}.screenshot-card small{display:block;margin-top:2px;color:#075fb8;font-size:12px;font-weight:800;line-height:1.4}.screenshot-card em{align-self:flex-start;margin-top:8px;padding:7px 10px;background:#eef6ff;border:1px solid #b8d4f0;border-radius:6px;color:#075fb8;font-size:12px;font-style:normal;font-weight:900;line-height:1}.screenshot-card.active em{background:#075fb8;border-color:#075fb8;color:#fff}.product-screen-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:28px;background:#06163ab8}.product-screen-modal{position:relative;display:grid;grid-template-columns:minmax(320px,.72fr) minmax(620px,1.28fr);gap:22px;align-items:start;width:min(1280px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:auto;padding:28px;background:#fff;border:1px solid #c8d7e8;border-radius:8px;box-shadow:0 28px 80px #00091a57}.product-screen-modal-close{position:absolute;top:14px;right:14px;min-height:34px;padding:0 12px;background:#fff;border:1px solid #b8c8dd;color:#071a3d;border-radius:6px}.product-screen-modal-close:hover{background:#eef4fb;border-color:#075fb8;color:#071a3d;transform:none}.product-screen-detail-copy h3{margin:0;color:#06163a;font-size:26px;line-height:1.22}.product-screen-detail-copy dl{display:grid;gap:10px;margin:18px 0}.product-screen-detail-copy dl div{padding:12px 14px;background:#f7fbff;border:1px solid #d9e2ef;border-radius:6px}.product-screen-detail-copy dt{color:#53647d;font-size:12px;font-weight:900;text-transform:uppercase}.product-screen-detail-copy dd{margin:4px 0 0;color:#071a3d;font-weight:800;line-height:1.45}.product-screen-detail-copy p,.product-screen-detail-copy li{color:#40516a;line-height:1.65}.product-screen-detail-copy ul{margin:14px 0 0;padding-left:20px}.product-screen-modal figure{margin:0;overflow:hidden;background:#f8fbff;border:1px solid #d9e2ef;border-radius:8px}.product-screen-modal figure img{display:block;width:100%;max-height:calc(100vh - 140px);object-fit:contain;object-position:top center;background:#f8fbff}.evidence-card{overflow:hidden;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.evidence-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top center;border-bottom:1px solid #d9e2ef}.evidence-card strong{display:block;padding:14px 16px;color:#071a3d}.website-trial{display:grid;grid-template-columns:minmax(520px,1fr) auto;gap:28px;align-items:center;margin-top:72px;padding-top:34px;padding-bottom:34px;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.website-trial h2{margin:0;font-size:32px;line-height:1.2;color:#06163a}.website-trial p{color:#40516a;line-height:1.75}.website-trial ol{margin:12px 0 0;padding-left:22px;color:#263c59;line-height:1.8}.trial-actions{display:flex;flex-direction:column;gap:12px;min-width:220px}.website-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:76px;padding-top:34px;padding-bottom:34px;background:#fff;border-top:1px solid #c8d7e8}.website-cta p{max-width:720px}.website-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1180px;margin:0 auto;padding:24px 32px 36px;color:#53647d}.website-footer-links{display:flex;flex-wrap:wrap;gap:14px}.website-footer-links a{color:#075fb8;font-weight:700;text-decoration:none}@media (max-width: 1060px){.website-nav{grid-template-columns:1fr auto}.website-nav nav{display:none}.website-hero,.website-compliance,.website-trial{grid-template-columns:1fr}.website-hero-copy h1{font-size:38px}.website-risk-grid,.website-deployment-grid,.website-evidence-grid,.website-screenshot-grid,.website-capability-grid,.website-industry-grid,.website-proof-band,.platform-columns,.website-detail-panel{grid-template-columns:1fr 1fr}.screenshot-card.featured{grid-column:auto}.product-screen-modal{grid-template-columns:1fr}.website-proof-band article:nth-child(2){border-right:none}.website-proof-band article:last-child{grid-column:1 / -1;border-top:1px solid #d9e2ef}.scenario-tabs,.scenario-pain-grid,.website-trust-grid,.website-security-boundary,.differentiation-grid{grid-template-columns:1fr 1fr}.scenario-tabs button:nth-child(2n){border-right:none}.website-cta,.website-footer{flex-direction:column;align-items:flex-start}}@media (max-width: 680px){.website-nav,.website-hero,.website-section,.website-platform,.website-compliance,.website-trial,.website-cta,.website-footer{padding-left:18px;padding-right:18px}.website-brand strong{font-size:15px}.website-brand small{font-size:12px}.website-hero-copy h1{font-size:32px}.website-risk-grid,.website-deployment-grid,.website-evidence-grid,.website-screenshot-grid,.website-capability-grid,.website-industry-grid,.website-proof-band,.platform-columns,.website-detail-panel{grid-template-columns:1fr}.screenshot-card.featured{grid-column:auto}.website-proof-band article,.website-proof-band article:nth-child(2),.website-proof-band article:last-child{border-right:none;border-top:1px solid #d9e2ef}.website-proof-band article:first-child{border-top:none}.scenario-tabs,.scenario-pain-grid,.website-trust-grid,.website-security-boundary,.boundary-grid,.differentiation-grid{grid-template-columns:1fr}.scenario-tabs button{border-right:none;border-bottom:1px solid #d9e2ef}.scenario-tabs button:last-child{border-bottom:none}}.public-page-shell{min-height:100vh;background:#f6f8fb;color:#071a3d}.public-page-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 32px;background:#fff;border-bottom:1px solid #d9e2ef}.public-page-nav nav{display:flex;flex-wrap:wrap;gap:18px}.public-page-nav nav a{color:#1d3557;font-size:14px;font-weight:700;text-decoration:none}.public-page-main{max-width:1040px;margin:0 auto;padding:56px 32px 72px}.public-page-hero{margin-bottom:28px}.public-page-hero h1{margin:0;color:#06163a;font-size:42px;line-height:1.12}.public-page-hero p{max-width:780px;color:#40516a;font-size:17px;line-height:1.7}.public-page-content{padding:34px;background:#fff;border:1px solid #c8d7e8;border-radius:8px}.public-page-content h2{margin:24px 0 8px;color:#0b2545;font-size:22px}.public-page-content h2:first-child{margin-top:0}.public-page-content p,.public-page-content li{color:#263c59;line-height:1.75}.public-page-content a{color:#075fb8;font-weight:700}.faq-list article{padding:0 0 18px;border-bottom:1px solid #d9e2ef}.faq-list article:last-child{border-bottom:none}.download-grid{display:grid;grid-template-columns:1fr;gap:18px}.download-grid article{padding:22px;border:1px solid #d9e2ef;border-radius:8px;background:#f7f9fc}.public-page-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1040px;margin:0 auto;padding:24px 32px 36px;color:#53647d}@media (max-width: 760px){.public-page-nav,.public-page-footer{flex-direction:column;align-items:flex-start}.public-page-hero h1{font-size:32px}.public-page-main,.public-page-content{padding-left:18px;padding-right:18px}}
