:root{--ink:#10231e;--muted:#6c7974;--green:#0b3d31;--green-2:#145f4b;--deep:#071f1a;--gold:#d8aa45;--gold-soft:#f5ead0;--line:#dfe7e3;--bg:#f3f7f5;--white:#fff;--danger:#b52736;--shadow:0 18px 50px rgba(18,55,44,.09)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(380px,.92fr) minmax(520px,1.08fr);background:#fff}.auth-story{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 5%,rgba(216,170,69,.18),transparent 28%),linear-gradient(145deg,#0b4234,#071f1a 72%);color:#fff;padding:50px clamp(34px,5vw,78px);display:flex;flex-direction:column}.auth-story:after{content:"";position:absolute;width:440px;height:440px;border:90px solid rgba(255,255,255,.025);border-radius:50%;right:-240px;bottom:-170px}.auth-brand{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.auth-brand>div{display:grid}.auth-brand strong{font-size:24px;letter-spacing:-.04em}.auth-brand small{color:#a8beb6;font-size:10px;margin-top:2px}.auth-pitch{margin:auto 0;position:relative;z-index:1;max-width:590px}.auth-kicker{color:var(--gold)!important;letter-spacing:.18em;font-size:10px!important;font-weight:900}.auth-pitch h1{font-size:clamp(46px,6vw,82px);line-height:.98;letter-spacing:-.065em;margin:18px 0 25px}.auth-pitch h1 em{color:var(--gold);font-style:normal}.auth-pitch>p:last-child{color:#bad0c8;line-height:1.75;font-size:14px;max-width:520px}.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;z-index:1}.auth-benefits article{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:13px;padding:13px;display:flex;align-items:center;gap:9px}.auth-benefits article>span{min-width:31px;height:31px;border-radius:10px;background:#d8aa4526;color:var(--gold);display:grid;place-items:center;font-size:10px;font-weight:900}.auth-benefits article div{display:grid}.auth-benefits strong{font-size:10px}.auth-benefits small{color:#91aaa1;font-size:8px;margin-top:3px}.auth-legal{font-size:9px;color:#789189;margin:18px 0 0;position:relative;z-index:1}.auth-access{background:linear-gradient(180deg,#fff,#f4f8f6);padding:34px clamp(30px,7vw,110px);display:flex;flex-direction:column;justify-content:center;position:relative}.auth-lang{position:absolute;right:35px;top:28px}.auth-lang label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.auth-lang select{border:1px solid var(--line);border-radius:9px;background:#fff;padding:8px 10px;color:var(--ink);font-weight:800}.auth-card{width:min(100%,520px);margin:28px auto 0}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eaf0ed;border-radius:12px;padding:4px;margin-bottom:30px}.auth-tabs button{border:0;background:transparent;color:#6b7c75;border-radius:9px;padding:11px;font-size:11px;font-weight:800}.auth-tabs button.active{background:#fff;color:var(--green);box-shadow:0 5px 15px #0c372c17}.auth-heading h2{font-size:30px;letter-spacing:-.045em;margin:6px 0 8px}.auth-heading>p:last-child{color:var(--muted);font-size:12px;line-height:1.55;margin:0 0 22px}.auth-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.auth-form label{display:grid;gap:7px;color:#52615b;font-size:10px;font-weight:800}.auth-form label:has(input[autocomplete=tel]),.auth-form label:has(input[type=password]),.auth-submit,.auth-error{grid-column:1/-1}.auth-form input{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px 13px;outline:none;color:var(--ink)}.auth-form input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px #145f4b17}.auth-submit{margin-top:3px;padding:13px}.auth-error{background:#fff0f0;border:1px solid #f3c9ce;border-radius:9px;color:var(--danger);padding:9px 11px;margin:0;font-size:10px}.demo-access{margin-top:16px;border:1px dashed #d7bd7b;background:#fffaf0;border-radius:12px;padding:11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.demo-access>div{display:flex;align-items:center;gap:9px}.demo-access>div>span{font-size:7px;letter-spacing:.09em;background:var(--gold);color:var(--deep);font-weight:900;border-radius:5px;padding:4px 5px}.demo-access p{display:grid;margin:0}.demo-access strong{font-size:10px}.demo-access small{font-size:8px;color:#7c6a40;margin-top:3px}.demo-access button{border:0;background:transparent;color:var(--green);font-size:9px;font-weight:900}.local-warning{display:flex;gap:9px;margin-top:15px;align-items:flex-start}.local-warning>span{width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#e2efea;color:var(--green);display:grid;place-items:center;font-size:10px;font-weight:800}.local-warning p{display:grid;margin:0}.local-warning strong{font-size:9px}.local-warning small{color:var(--muted);font-size:8px;line-height:1.5;margin-top:3px}.logout-button{width:100%;border:0;background:transparent;color:var(--danger);font-size:10px;font-weight:900;padding:14px 0 0}.sidebar{position:sticky;top:0;height:100vh;background:var(--deep);color:#fff;padding:28px 20px 22px;display:flex;flex-direction:column;z-index:10}.brand{border:0;background:none;color:#fff;padding:0 8px 30px;display:flex;align-items:center;text-align:left;gap:12px}.brand-mark,.install-logo{width:46px;height:52px;display:grid;place-items:center;background:var(--gold);color:var(--deep);font-size:21px;font-weight:900;clip-path:polygon(50% 0,94% 15%,87% 76%,50% 100%,13% 76%,6% 15%)}.brand-mark span{color:#fff}.brand>span:last-child{display:grid;gap:2px}.brand strong{font-size:22px;letter-spacing:-.04em}.brand small{color:#a8beb6;font-size:10px}.sidebar nav{display:grid;gap:5px}.sidebar nav button{border:0;background:transparent;color:#a8beb6;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:13px;text-align:left;font-weight:650}.sidebar nav button>span{font-size:20px;width:22px;text-align:center}.sidebar nav button.active{background:#d8aa4526;color:#fff;box-shadow:inset 3px 0 var(--gold)}.sidebar nav button em{margin-left:auto;background:var(--gold);color:var(--deep);font-style:normal;font-size:10px;padding:2px 6px;border-radius:9px}.trust-card{margin-top:auto;border:1px solid rgba(255,255,255,.1);background:#ffffff0b;padding:14px;border-radius:14px;display:flex;gap:10px}.trust-card>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#d8aa4529;color:var(--gold)}.trust-card div,.sidebar-user div{display:grid}.trust-card strong{font-size:12px}.trust-card small,.sidebar-user small{font-size:10px;color:#93aaa2;margin-top:3px}.sidebar-user{display:flex;align-items:center;gap:9px;margin-top:14px;padding:14px 5px 0;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user>span,.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--deep);font-weight:800;border:0}.sidebar-user strong{font-size:12px}.sidebar-user button{margin-left:auto;background:none;border:0;color:#93aaa2}.workspace{min-width:0;padding:0 40px 50px}.topbar{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.topbar h1{margin:2px 0 3px;font-size:25px;letter-spacing:-.035em}.topbar>div:first-child>span{font-size:13px;color:var(--muted)}.eyebrow{font-size:10px!important;letter-spacing:.16em;font-weight:800;color:#7d8c86;margin:0;text-transform:uppercase}.top-actions{display:flex;align-items:center;gap:10px}.language{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 10px}.language span{font-size:11px;color:var(--muted)}.language select{border:0;background:transparent;font-weight:800;outline:none}.notification{width:39px;height:39px;border:1px solid var(--line);background:#fff;border-radius:10px;position:relative;font-size:20px}.notification span{position:absolute;right:-4px;top:-5px;background:var(--danger);color:#fff;font-size:8px;border-radius:10px;padding:2px 5px;border:2px solid var(--bg)}.demo-banner{margin:22px 0 2px;background:#fff7df;border:1px solid #ead39d;color:#674d13;border-radius:10px;padding:10px 14px;font-size:12px;display:flex;align-items:center;gap:9px}.demo-banner span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff;font-weight:800}.dashboard{padding-top:22px;display:grid;grid-template-columns:1.35fr .72fr .72fr;gap:18px}.balance-card{grid-row:span 2;background:linear-gradient(135deg,var(--green),var(--deep));color:#fff;border-radius:20px;padding:24px;box-shadow:0 20px 50px #071f1a2e;position:relative;overflow:hidden}.balance-card:after{content:"";position:absolute;width:220px;height:220px;border:45px solid rgba(255,255,255,.035);border-radius:50%;right:-90px;top:-100px}.balance-top{display:flex;justify-content:space-between;position:relative;z-index:1}.balance-top p{color:#a9c4bb;margin:0 0 8px;font-size:12px}.balance-top h2{font-size:36px;margin:0;letter-spacing:-.04em}.balance-top h2 span{font-size:17px;color:var(--gold)}.balance-top small{display:block;color:#9bb6ad;margin-top:4px}.shield{width:49px;height:55px;display:grid;place-items:center;background:var(--gold);color:var(--deep);font-weight:900;clip-path:polygon(50% 0,94% 15%,87% 76%,50% 100%,13% 76%,6% 15%)}.balance-actions{display:flex;gap:8px;margin-top:32px;position:relative;z-index:1}.balance-actions button{flex:1;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;border-radius:11px;padding:11px 8px;font-size:12px}.balance-actions button:first-child{background:var(--gold);color:var(--deep);border-color:var(--gold);font-weight:800}.balance-actions button span{display:block;margin-top:4px}.stat-card,.panel,.metric{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:0 10px 30px #1741340b}.stat-icon{width:33px;height:33px;border-radius:10px;display:grid;place-items:center;font-weight:900}.stat-icon.green{background:#ddefe8;color:var(--green)}.stat-icon.gold{background:var(--gold-soft);color:#9a6c0a}.stat-card p{font-size:11px;color:var(--muted);margin:15px 0 5px}.stat-card h3{font-size:19px;margin:0 0 8px}.stat-card>span{font-size:10px;color:var(--muted)}.status{padding:5px 8px;border-radius:20px;font-style:normal;font-weight:700;font-size:9px!important}.status.success{background:#ddefe8;color:var(--green)}.group-overview{grid-column:2/4}.activity{grid-column:1/3}.quick-actions{grid-column:3}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.section-head h3{margin:4px 0 0;font-size:16px}.text-button{border:0;background:transparent;color:var(--green-2);font-size:11px;font-weight:800}.group-line{display:flex;align-items:center;gap:12px}.group-symbol{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--green);color:var(--gold);font-weight:900}.group-line>div:nth-child(2){display:grid;min-width:150px}.group-line small,.activity-row small,.audit-row small{color:var(--muted);font-size:10px;margin-top:4px}.cycle{margin-left:auto;width:min(280px,48%);display:grid;gap:5px}.cycle>span,.progress{height:7px;border-radius:10px;background:#e7eeeb;overflow:hidden}.cycle i,.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),#e4c372);border-radius:inherit}.activity-row{display:flex;align-items:center;gap:11px;padding:12px 0;border-top:1px solid #edf1ef}.activity-row:first-of-type{border-top:0}.activity-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#f1f4f3;color:var(--green);font-weight:900}.activity-icon.valid{background:#e3f2ec}.activity-icon.pending{background:#fff0e4;color:#ad641d}.activity-row div{display:grid}.activity-row b{margin-left:auto;font-size:12px}.positive{color:#168159}.quick-actions .section-head{margin-bottom:7px}.quick-actions>button{width:100%;display:flex;align-items:center;gap:10px;border:0;border-top:1px solid #edf1ef;background:transparent;padding:12px 0;text-align:left;color:var(--green)}.quick-actions>button>span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#edf5f2}.quick-actions button div{display:grid;flex:1}.quick-actions button strong{color:var(--ink);font-size:11px}.quick-actions button small{color:var(--muted);font-size:9px;margin-top:3px}.page{padding-top:30px}.page-title{margin-bottom:24px}.page-title h2{font-size:28px;letter-spacing:-.04em;margin:5px 0 7px}.page-title>div>p:last-child{color:var(--muted);margin:0;max-width:720px;line-height:1.6;font-size:13px}.page-actions{display:flex;gap:10px;margin-bottom:20px}.primary,.secondary{border-radius:11px;padding:11px 15px;font-weight:800;font-size:12px}.primary{border:1px solid var(--green);background:var(--green);color:#fff}.secondary{border:1px solid var(--line);background:#fff;color:var(--green)}.wide{width:100%}.compact{padding:8px 11px}.group-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.group-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:var(--shadow)}.group-card-top{display:flex;justify-content:space-between}.group-card-top>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:var(--gold);font-weight:900}.group-card-top em{height:max-content;font-size:9px;font-style:normal;padding:5px 8px;border-radius:15px}.group-card-top em.live{background:#e1f1eb;color:var(--green)}.group-card-top em.done{background:#eceeed;color:#6b7773}.group-card h3{margin:18px 0 5px}.group-card>p{font-size:11px;color:var(--muted)}.group-card dl{display:grid;grid-template-columns:1fr 1fr;margin:20px 0 12px}.group-card dt{font-size:9px;color:var(--muted)}.group-card dd{margin:4px 0 0;font-size:12px;font-weight:800}.group-card>button{border:0;background:none;color:var(--green);padding:18px 0 0;font-weight:800;font-size:11px}.rules-card{margin-top:18px;background:linear-gradient(120deg,var(--deep),var(--green));color:#fff;border-radius:17px;padding:20px;display:flex;align-items:center;gap:15px}.rules-card>span{width:45px;height:45px;border-radius:14px;background:#d8aa4526;color:var(--gold);display:grid;place-items:center;font-size:24px}.rules-card div{flex:1}.rules-card h3{margin:0 0 5px}.rules-card p{margin:0;color:#b5cbc3;font-size:11px;line-height:1.5}.rules-card button{border:1px solid var(--gold);background:var(--gold);color:var(--deep);padding:10px 13px;border-radius:10px;font-weight:800;font-size:10px}.payment-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.55fr);gap:18px}.payment-card h3{margin:0 0 15px}.operator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.operator-grid button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:14px;display:grid;text-align:left;gap:7px}.operator-grid button.selected{border-color:var(--gold);box-shadow:0 0 0 2px #d8aa452e}.operator-grid button span{width:33px;height:33px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:900}.operator-grid button small{color:var(--muted);font-size:9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.form-grid label{font-size:10px;font-weight:800;color:#4f5d58}.form-grid input,.chat-input input{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fafcfb;outline:none}.form-grid input:focus,.chat-input input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px #145f4b17}.money-input{position:relative}.money-input span{position:absolute;right:12px;top:19px;font-weight:800;color:var(--green)}.secure-note{text-align:center;color:var(--muted);font-size:9px;margin:12px 0 0}.payment-confirmation{margin-top:18px;border:1px solid #b9dfcf;background:linear-gradient(135deg,#eefaf5,#fff);border-radius:15px;padding:17px;display:flex;gap:13px;text-align:left}.confirmation-icon{width:39px;height:39px;flex:0 0 39px;border-radius:50%;display:grid;place-items:center;background:#168159;color:#fff;font-size:18px;font-weight:900;box-shadow:0 7px 16px #16815933}.confirmation-main{flex:1}.confirmation-main h3{margin:4px 0 5px;color:#116444}.confirmation-main>p:not(.eyebrow){margin:0;color:#526a61;font-size:10px;line-height:1.55}.confirmation-main dl{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:13px 0 9px}.confirmation-main dl div{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-top:1px solid #dcece5}.confirmation-main dt{color:var(--muted);font-size:8px}.confirmation-main dd{margin:0;font-size:9px;font-weight:800;text-align:right}.confirmation-main dd span{background:#ddefe8;color:#116444;border-radius:13px;padding:4px 7px}.confirmation-main>small{color:#718079;font-size:8px;line-height:1.45;display:block}.summary-card{text-align:center}.summary-logo{width:54px;height:54px;border-radius:15px;margin:17px auto 8px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-size:22px;font-weight:900}.summary-card h3{margin:0 0 20px}.summary-card dl div{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #edf1ef}.summary-card dt{color:var(--muted);font-size:10px}.summary-card dd{margin:0;font-size:11px;font-weight:800}.summary-card small{display:block;color:var(--muted);margin-top:15px}.savings-hero{background:linear-gradient(120deg,var(--deep),var(--green));color:#fff;border-radius:20px;padding:26px;display:flex;align-items:center;gap:28px}.savings-hero>div:first-child{flex:1}.savings-hero p{color:#a8beb6;font-size:11px}.savings-hero strong{display:block;font-size:32px}.savings-hero small{color:#a8beb6}.goal-ring{--progress:25%;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--gold) var(--progress),rgba(255,255,255,.12) 0);position:relative}.goal-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--green)}.goal-ring span{position:relative;z-index:1;font-weight:900}.three-grid,.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.metric p{color:var(--muted);font-size:10px;margin:0 0 10px}.metric strong{font-size:20px}.metric small{display:block;color:#168159;margin-top:6px}.assistant-panel{max-width:900px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.assistant-head{background:var(--deep);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:11px}.assistant-orb{width:37px;height:37px;border-radius:12px;background:var(--gold);color:var(--deep);display:grid;place-items:center}.assistant-head div{display:grid}.assistant-head small{color:#a8beb6;font-size:9px;margin-top:3px}.assistant-head>em{margin-left:auto;color:#aee1c9;font-size:9px;font-style:normal;display:flex;align-items:center;gap:5px}.assistant-head>em i{width:7px;height:7px;border-radius:50%;background:#45d195;box-shadow:0 0 0 4px #45d1951f}.chat-window{min-height:340px;max-height:440px;overflow-y:auto;padding:24px;background:#f8fbfa}.message{display:flex;gap:8px;margin-bottom:16px;align-items:flex-end}.message>span{width:29px;height:29px;border-radius:9px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-size:9px;font-weight:900}.message p{max-width:70%;padding:11px 13px;margin:0;border-radius:13px 13px 13px 3px;background:#fff;border:1px solid var(--line);font-size:11px;line-height:1.55}.message.user{flex-direction:row-reverse}.message.user>span{background:var(--gold);color:var(--deep)}.message.user p{background:var(--green);color:#fff;border-color:var(--green);border-radius:13px 13px 3px}.message.typing p{display:flex;gap:4px;padding:12px 14px}.message.typing p i{width:5px;height:5px;border-radius:50%;background:#8b9b95;animation:typing 1s infinite}.message.typing p i:nth-child(2){animation-delay:.15s}.message.typing p i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,70%,to{transform:translateY(0);opacity:.45}35%{transform:translateY(-3px);opacity:1}}.suggestions{display:flex;gap:7px;padding:12px 18px 0;overflow:auto}.suggestions button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--green);border-radius:20px;padding:7px 10px;font-size:9px}.chat-input{display:flex;gap:8px;padding:14px 18px 8px}.chat-input input{margin:0}.chat-input button{border:0;background:var(--green);color:#fff;border-radius:10px;padding:0 17px;font-weight:800;font-size:11px}.chat-input button:disabled{opacity:.65;cursor:wait}.assistant-disclaimer{margin:0;padding:0 18px 15px;color:#85918d;font-size:8px}.admin-stats{grid-template-columns:repeat(4,1fr)}.admin-table{margin-bottom:18px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:720px}th{text-align:left;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;padding:10px;border-bottom:1px solid var(--line)}td{padding:12px 10px;font-size:10px;border-bottom:1px solid #edf1ef}.member-status{padding:5px 7px;border-radius:13px;background:#e1f1eb;color:var(--green);font-weight:800;font-size:8px}.member-status.en-retard{background:#fde7e5;color:var(--danger)}.member-status.\e0-v\e9rifier{background:#fff0d1;color:#87600e}.member-status.bloqu\e9 {background:#e9ebea;color:#53605b}.table-action{border:0;background:transparent;color:var(--danger);font-size:9px;font-weight:800}.audit-row{display:flex;align-items:center;gap:10px;border-top:1px solid #edf1ef;padding:11px 0}.audit-row>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e1f1eb;color:var(--green)}.audit-row div{display:grid}.profile-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.identity-head{display:flex;gap:13px;align-items:center}.identity-head>span{width:55px;height:55px;border-radius:16px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-weight:900}.identity-head h3{margin:0}.identity-head p{margin:4px 0;color:var(--muted);font-size:10px}.identity-head em{font-size:9px;color:#168159;font-style:normal}.identity-card dl{margin:22px 0}.identity-card dl div{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #edf1ef}.identity-card dt{font-size:9px;color:var(--muted)}.identity-card dd{margin:0;font-size:10px;font-weight:700}.settings-card h3{margin:0 0 9px;font-size:14px}.settings-card h3:nth-of-type(2){margin-top:22px}.settings-card>button{width:100%;border:0;border-top:1px solid #edf1ef;background:transparent;padding:12px 0;display:flex;align-items:center;text-align:left;color:var(--green)}.settings-card button span{display:grid;flex:1}.settings-card button strong{color:var(--ink);font-size:10px}.settings-card button small{color:var(--muted);font-size:9px;margin-top:3px}.settings-card button em{font-style:normal;color:#168159;font-size:9px}.install-card{grid-column:1/3;background:linear-gradient(120deg,var(--deep),var(--green));border-radius:17px;color:#fff;padding:21px;display:flex;align-items:center;gap:18px}.install-card h3{margin:4px 0 8px}.install-card p{margin:4px 0;color:#bbcec8;font-size:10px}.mobile-nav{display:none}.toast{position:fixed;right:25px;bottom:25px;max-width:420px;background:var(--deep);color:#fff;padding:13px 16px;border-radius:12px;box-shadow:0 15px 40px #0000003d;display:flex;align-items:center;gap:10px;z-index:100;font-size:11px}.toast span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--deep);font-weight:900}@media(max-width:1050px){.app-shell{grid-template-columns:225px minmax(0,1fr)}.workspace{padding:0 24px 45px}.dashboard{grid-template-columns:1fr 1fr}.balance-card{grid-row:auto}.stat-card{grid-column:auto}.group-overview,.activity,.quick-actions{grid-column:1/3}.group-cards,.admin-stats{grid-template-columns:1fr 1fr}}@media(max-width:1050px){.auth-shell{grid-template-columns:.82fr 1.18fr}.auth-story{padding:40px 32px}.auth-benefits{grid-template-columns:1fr}.auth-pitch h1{font-size:54px}}@media(max-width:760px){.auth-shell{display:block;background:#f4f8f6}.auth-story{min-height:310px;padding:27px 22px 30px}.auth-pitch{margin:42px 0 10px}.auth-pitch h1{font-size:43px;margin:12px 0 16px}.auth-pitch>p:last-child{font-size:11px}.auth-benefits,.auth-legal{display:none}.auth-access{padding:25px 16px 35px}.auth-lang{top:21px;right:18px}.auth-lang label{font-size:0}.auth-card{margin-top:34px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;box-shadow:var(--shadow)}.auth-tabs{margin-bottom:23px}.auth-heading h2{font-size:24px}.auth-form{grid-template-columns:1fr}.auth-form label{grid-column:1}.demo-access{align-items:flex-start}.demo-access button{max-width:90px}.app-shell{display:block;padding-bottom:72px}.sidebar{display:none}.workspace{padding:0 15px 28px}.topbar{min-height:83px}.topbar h1{font-size:20px}.topbar>div:first-child>span{display:none}.language span,.notification{display:none}.dashboard{grid-template-columns:1fr}.balance-card,.stat-card,.group-overview,.activity,.quick-actions{grid-column:1}.balance-top h2{font-size:30px}.group-line{align-items:flex-start;flex-wrap:wrap}.cycle{width:100%;margin-left:54px}.group-cards,.payment-layout,.three-grid,.admin-stats,.profile-grid{grid-template-columns:1fr}.rules-card,.savings-hero{align-items:flex-start;flex-direction:column}.rules-card button,.savings-hero button{width:100%}.operator-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.summary-card{order:-1}.profile-grid .install-card{grid-column:1}.page{padding-top:22px}.page-title h2{font-size:23px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(6,1fr);bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:50;padding:6px 5px max(7px,env(safe-area-inset-bottom))}.mobile-nav button{border:0;background:transparent;color:#87928e;display:grid;place-items:center;gap:2px}.mobile-nav button span{font-size:18px}.mobile-nav button small{font-size:7px}.mobile-nav button.active{color:var(--green)}.top-actions{gap:6px}.avatar{width:34px;height:34px}.message p{max-width:82%}.toast{left:15px;right:15px;bottom:82px}.group-cards{grid-template-columns:1fr}.page-actions{display:grid}.install-card{align-items:flex-start}.admin-table{padding:14px}.credit-layout,.credit-admin-layout{grid-template-columns:1fr}.credit-terms{grid-template-columns:repeat(2,1fr)}.credit-review-form{grid-template-columns:1fr}}button:disabled{opacity:.62;cursor:wait}.loading-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:11px;background:radial-gradient(circle at 50% 25%,rgba(216,170,69,.14),transparent 25%),var(--deep);color:#fff}.loading-screen>strong{font-size:25px;letter-spacing:-.04em}.loading-screen>i{width:48px;height:3px;border-radius:5px;background:linear-gradient(90deg,var(--gold) 50%,rgba(255,255,255,.12) 50%);background-size:200% 100%;animation:loadbar 1s linear infinite}@keyframes loadbar{to{background-position:-200% 0}}.page-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.page-actions.inline{margin:0;flex:0 0 auto}.demo-banner.production{background:#e8f7ef;border-color:#b9dfcf;color:#175d43}.status.neutral{background:#edf0ef;color:#5d6965}.auth-form .terms-check{grid-column:1/3;display:flex;gap:9px;align-items:flex-start;font-weight:500;line-height:1.45}.terms-check input{width:auto!important;margin:2px 0 0!important;accent-color:var(--green)}.terms-check span{font-size:9px;color:var(--muted)}.notifications-panel{position:absolute;right:36px;top:82px;width:min(390px,calc(100vw - 32px));max-height:560px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;box-shadow:0 25px 70px #071f1a38;z-index:80}.notifications-panel .section-head{margin-bottom:6px}.close-button{border:0;background:#edf3f0;color:var(--green);width:30px;height:30px;border-radius:9px;font-size:19px}.notifications-panel article{display:flex;gap:10px;border-top:1px solid #edf1ef;padding:13px 0}.notifications-panel article>span{width:31px;height:31px;flex:0 0 31px;border-radius:9px;display:grid;place-items:center;background:#e5f1ec;color:var(--green);font-weight:900}.notifications-panel article div{display:grid;gap:4px}.notifications-panel article strong{font-size:11px}.notifications-panel article p{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.notifications-panel article small{color:#8b9692;font-size:8px}.action-form{margin-bottom:18px}.action-form h3{margin:3px 0 0}.form-grid.four{grid-template-columns:1.2fr 1fr 1fr .7fr;align-items:end}.form-grid select,.full-field select,.action-form select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fafcfb;outline:none;color:var(--ink)}.form-grid .full-field{grid-column:1/3}.join-form{display:flex;gap:10px;margin-top:18px}.join-form input{flex:1;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fafcfb;text-transform:uppercase}.empty-large{text-align:center;padding:48px 22px}.empty-large>span{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:#e5f1ec;color:var(--green);font-size:24px;margin:auto}.empty-large h3{margin:17px 0 7px}.empty-large p{margin:0;color:var(--muted);font-size:11px}.empty-state{min-height:100px;display:grid;place-content:center;justify-items:center;color:var(--muted);gap:5px}.empty-state span{font-size:22px;color:var(--gold)}.empty-state p{margin:0;font-size:10px}.mpesa-choice{display:flex;align-items:center;gap:13px;border:1px solid #efc7c7;background:snow;border-radius:14px;padding:14px}.mpesa-choice>span{width:46px;height:46px;flex:0 0 46px;border-radius:13px;background:#e2242e;color:#fff;display:grid;place-items:center;font-size:21px;font-weight:900}.mpesa-choice>div{display:grid}.mpesa-choice h3{margin:3px 0 2px}.mpesa-choice small{color:var(--muted);font-size:9px}.mpesa-choice em{margin-left:auto;color:#158059;background:#dff1e9;padding:6px 9px;border-radius:16px;font-size:8px;font-style:normal;font-weight:800}.purpose-tabs{display:grid;grid-template-columns:1fr 1fr;background:#edf2f0;border-radius:11px;padding:4px;margin-top:18px}.purpose-tabs button{border:0;background:transparent;border-radius:8px;padding:9px;color:var(--muted);font-size:10px;font-weight:800}.purpose-tabs button.active{background:#fff;color:var(--green);box-shadow:0 3px 12px #0a2d2314}.pay-button{min-height:44px}.summary-logo.mpesa-red{background:#e2242e;color:#fff}.payment-confirmation.pending{border-color:#ead39d;background:linear-gradient(135deg,#fff9e8,#fff)}.payment-confirmation.pending .confirmation-icon{background:var(--gold);color:var(--deep)}.payment-confirmation.pending .confirmation-main h3{color:#7c5c10}.member-status.verified{background:#e1f1eb;color:var(--green)}.member-status.pending{background:#fff0d1;color:#87600e}.member-status.late{background:#fde7e5;color:var(--danger)}.member-status.blocked{background:#e9ebea;color:#53605b}.role-note{display:block;color:var(--muted);font-size:8px;margin-top:3px;text-transform:capitalize}.row-actions{display:flex;gap:5px}.row-actions button{border:0;background:#e2f1ea;color:var(--green);border-radius:8px;padding:6px 8px;font-size:8px;font-weight:800}.row-actions button.danger{background:#fde8e6;color:var(--danger)}.row-actions button.restore{background:#fff0d1;color:#7b5a10}.export-link{display:inline-flex;text-decoration:none;align-items:center;justify-content:center}.admin-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.admin-lower .activity-row{flex-wrap:wrap}.activity-row>em{font-style:normal}.loading-panel{text-align:center;padding:45px;color:var(--muted)}@media(max-width:1050px){.form-grid.four{grid-template-columns:1fr 1fr}.admin-lower{grid-template-columns:1fr}.notifications-panel{right:24px}}@media(max-width:760px){.page-title{display:block}.page-actions.inline{display:grid;grid-template-columns:1fr 1fr;margin-top:16px}.notifications-panel{position:fixed;top:74px;right:14px;left:14px;width:auto}.notification{display:grid}.form-grid.four{grid-template-columns:1fr}.form-grid .full-field,.auth-form .terms-check{grid-column:1}.join-form{display:grid}.mpesa-choice{align-items:flex-start}.mpesa-choice em{display:none}.purpose-tabs{grid-template-columns:1fr}.payment-confirmation{padding:13px}.confirmation-main dl{grid-template-columns:1fr}.activity-row>em{margin-left:42px}.admin-lower{grid-template-columns:1fr}.row-actions{min-width:120px}.export-link{margin-top:15px}.page-title .page-actions{margin-bottom:0}}.payment-provider-head h3{margin-bottom:0}.mobile-money-grid{grid-template-columns:repeat(4,1fr)}.mobile-money-grid button{position:relative;min-height:112px;transition:border-color .18s,transform .18s,box-shadow .18s}.mobile-money-grid button:hover{transform:translateY(-2px)}.mobile-money-grid button strong{font-size:11px;color:var(--ink)}.mobile-money-grid button em{position:absolute;right:10px;top:10px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#dff1e9;color:#158059;font-size:9px;font-style:normal}.mobile-money-grid button.mpesa span,.provider-logo.mpesa,.provider-mini.mpesa{background:#e4242f;color:#fff}.mobile-money-grid button.airtel span,.provider-logo.airtel,.provider-mini.airtel{background:#e11b22;color:#fff}.mobile-money-grid button.orange span,.provider-logo.orange,.provider-mini.orange{background:#ff7900;color:#111}.mobile-money-grid button.afrimoney span,.provider-logo.afrimoney,.provider-mini.afrimoney{background:#164b9b;color:#fff}.provider-logo{color:#fff}.provider-mini{width:31px;height:31px;flex:0 0 31px;border-radius:10px;display:grid;place-items:center;font-size:9px;font-weight:900}.bank-command{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(120deg,var(--deep),var(--green));color:#fff;border-radius:17px;padding:17px 20px;box-shadow:0 15px 35px #071f1a1f}.bank-command>div{display:flex;align-items:center;gap:12px}.bank-command>div>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--gold);color:var(--deep);font-size:12px;font-weight:900}.bank-command p{display:grid;margin:0}.bank-command strong{font-size:13px}.bank-command small{color:#aac1b9;font-size:9px;margin-top:4px}.bank-command em{font-style:normal;font-size:9px;color:#bde0d3;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:7px 10px}.bank-stats{margin-top:14px}.admin-tabs{display:flex;gap:6px;padding:5px;margin:18px 0;background:#e8efec;border-radius:12px;width:max-content;max-width:100%;overflow:auto}.admin-tabs button{white-space:nowrap;border:0;background:transparent;color:var(--muted);border-radius:9px;padding:9px 13px;font-size:10px;font-weight:800}.admin-tabs button.active{background:#fff;color:var(--green);box-shadow:0 4px 14px #0a2d2314}.admin-overview-cards{margin-top:0}.teller-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px}.admin-search,.table-search,.full-select,.client-form-grid label{display:grid;gap:7px;color:#53615c;font-size:10px;font-weight:800}.admin-search input,.table-search input,.full-select select,.client-form-grid input,.client-form-grid select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fafcfb;color:var(--ink);outline:none}.admin-search{margin-bottom:14px}.full-select{margin-bottom:12px}.selected-account{display:flex;align-items:center;gap:11px;background:#f1f6f4;border:1px solid #dfe9e5;border-radius:13px;padding:13px}.selected-account>span{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:var(--gold);font-weight:900}.selected-account>div{display:grid}.selected-account strong{font-size:11px}.selected-account small{font-size:9px;color:var(--muted);margin-top:3px}.selected-account>b{margin-left:auto;font-size:14px}.teller-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0 0}.teller-choice button{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:10px;padding:10px;font-size:10px;font-weight:900}.teller-choice button.active.deposit{border-color:#68b696;background:#e9f6f0;color:#126344}.teller-choice button.active.withdrawal{border-color:#e4a7ad;background:#fff0f1;color:#9f2130}.teller-receipt{display:flex;gap:12px;margin-top:17px;border:1px solid #b9dfcf;background:#eefaf5;border-radius:14px;padding:15px}.teller-receipt>span{width:36px;height:36px;flex:0 0 36px;border-radius:50%;display:grid;place-items:center;background:#168159;color:#fff;font-weight:900}.teller-receipt>div{flex:1}.teller-receipt h3{margin:3px 0 10px;color:#116444}.teller-receipt dl{margin:0}.teller-receipt dl div{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #d9ebe3;padding:7px 0}.teller-receipt dt{font-size:8px;color:var(--muted)}.teller-receipt dd{margin:0;font-size:9px;font-weight:800;text-align:right}.cash-history{max-height:660px;overflow:auto}.activity-icon.cash-out{background:#fff0f1;color:var(--danger)}.negative{color:var(--danger)}.client-create{margin-bottom:18px}.form-explainer{margin:-4px 0 17px;color:var(--muted);font-size:10px;line-height:1.55}.client-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:end}.client-form-grid button{min-height:40px}.table-search input{min-width:190px}.client-type{display:inline-flex;border-radius:14px;padding:5px 8px;font-size:8px;font-weight:900}.client-type.physical{background:#e8edfa;color:#294d9b}.client-type.digital{background:#edf2f0;color:#52635d}.compliance-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px;border:1px solid #ead9ad;background:#fffaf0;border-radius:13px;padding:13px}.compliance-note>span{width:23px;height:23px;flex:0 0 23px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff;font-size:10px;font-weight:900}.compliance-note p{display:grid;margin:0}.compliance-note strong{font-size:10px}.compliance-note small{color:#75694e;font-size:9px;line-height:1.5;margin-top:3px}@media(max-width:1180px){.mobile-money-grid,.client-form-grid{grid-template-columns:1fr 1fr}.teller-layout{grid-template-columns:1fr}.cash-history{max-height:none}}@media(max-width:760px){.mobile-money-grid{grid-template-columns:1fr 1fr}.mobile-money-grid button{min-height:105px;padding:11px}.bank-command{align-items:flex-start}.bank-command em{display:none}.admin-tabs{width:100%}.admin-tabs button{flex:1}.client-form-grid{grid-template-columns:1fr}.selected-account{align-items:flex-start;flex-wrap:wrap}.selected-account>b{width:100%;margin-left:50px}.teller-choice{grid-template-columns:1fr 1fr}.table-search{width:100%;margin-top:12px}.table-search input{min-width:0}.client-create{padding:15px}.cash-row>em{margin-left:42px}}.network-note{color:var(--muted);font-size:8px;font-weight:600;line-height:1.4}.credit-warning{display:flex;gap:12px;align-items:flex-start;border:1px solid #ead9ad;background:#fffaf0;border-radius:15px;padding:15px;margin-bottom:18px}.credit-warning>span{width:28px;height:28px;flex:0 0 28px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff;font-weight:900}.credit-warning strong{font-size:11px}.credit-warning p{margin:4px 0 0;color:#75694e;font-size:9px;line-height:1.55}.credit-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:18px;margin-bottom:18px}.credit-request form{margin-top:18px}.credit-footnote{display:block;color:var(--muted);font-size:8px;line-height:1.55;margin-top:13px}.credit-active{display:flex;gap:12px;align-items:center;background:#eef6f2;border:1px solid #d8e9e1;border-radius:13px;padding:16px;margin-top:14px}.credit-active>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:var(--gold);font-weight:900}.credit-active p{margin:4px 0 0;color:var(--muted);font-size:9px}.credit-summary h3{font-size:27px;color:var(--green);margin:8px 0 2px}.credit-summary>p:not(.eyebrow){color:var(--muted);font-size:9px}.credit-summary dl,.credit-client{margin:18px 0 0}.credit-summary dl div,.credit-client div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1ef}.credit-summary dt,.credit-client dt{font-size:9px;color:var(--muted)}.credit-summary dd,.credit-client dd{margin:0;font-size:9px;font-weight:800}.credit-card{border-top:1px solid #e8eeeb;padding:16px 0}.credit-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.credit-card-head>div{display:grid;gap:4px}.credit-card-head small{color:var(--muted);font-size:9px}.credit-terms{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:13px}.credit-terms>div{display:grid;gap:4px;background:#f5f8f7;border-radius:9px;padding:9px}.credit-terms small{color:var(--muted);font-size:8px}.credit-terms b{font-size:10px}.credit-note{margin:12px 0 0;background:#fffaf0;border-left:3px solid var(--gold);padding:10px;font-size:9px}.credit-actions{display:flex;align-items:center;gap:8px;margin-top:13px;flex-wrap:wrap}.credit-actions small{color:var(--muted);font-size:8px}.credit-admin-layout{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:18px}.credit-files>button{width:100%;border:0;border-top:1px solid #edf1ef;background:transparent;padding:12px 4px;display:flex;align-items:center;text-align:left;gap:10px}.credit-files>button.selected{background:#f1f6f4}.credit-files>button>span{width:32px;height:32px;border-radius:9px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-weight:900}.credit-files>button>div{display:grid;flex:1}.credit-files>button strong{font-size:10px}.credit-files>button small{font-size:8px;color:var(--muted);margin-top:3px}.credit-files>button em{font-style:normal}.credit-review-form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}.credit-review-form label{display:grid;gap:6px;font-size:9px;font-weight:800;color:#53615c}.credit-review-form input,.credit-actions input{border:1px solid var(--line);border-radius:9px;background:#fafcfb;padding:10px;outline:none}.credit-purpose{margin-top:14px;background:#f5f8f7;border-radius:12px;padding:13px}.credit-purpose small{color:var(--muted);font-size:8px}.credit-purpose p{font-size:10px;line-height:1.5;margin:5px 0}.credit-purpose strong{font-size:11px;color:var(--green)}.credit-pending{background:#fff6dc;color:#765711;border-radius:10px;padding:12px;font-size:9px}.credit-balance{display:flex;justify-content:space-between;align-items:center;background:#eef6f2;border-radius:12px;padding:14px;margin-top:15px}.credit-balance span{font-size:9px;color:var(--muted)}.credit-balance strong{color:var(--green);font-size:18px}:root{--mbongo-ink: #12221a;--mbongo-muted: #66736c;--mbongo-bg: #f4f7f3;--mbongo-surface: #ffffff;--mbongo-green: #0f4d3a;--mbongo-green-2: #17694f;--mbongo-gold: #d3aa45;--mbongo-soft: #eaf2ed;--mbongo-line: #dce6df;--mbongo-shadow: 0 18px 48px rgba(17, 45, 32, .1)}body{background:var(--mbongo-bg);color:var(--mbongo-ink)}.auth-shell{min-height:100vh;background:radial-gradient(circle at 10% 15%,rgba(211,170,69,.14),transparent 30%),radial-gradient(circle at 85% 10%,rgba(23,105,79,.12),transparent 28%),linear-gradient(135deg,#f7faf7,#edf4ef)}.auth-story{position:relative;overflow:hidden;background:linear-gradient(155deg,#0f4d3afa,#083124fa);border-radius:0 32px 32px 0;box-shadow:var(--mbongo-shadow)}.auth-story:after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-170px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 52px #ffffff09,0 0 0 104px #ffffff06;pointer-events:none}.auth-brand,.auth-pitch,.auth-benefits,.auth-legal{position:relative;z-index:1}.auth-brand strong,.auth-pitch h1,.auth-pitch p,.auth-benefits strong,.auth-benefits small,.auth-legal,.auth-kicker{color:#fff}.auth-pitch h1{font-size:clamp(2.7rem,5vw,5.6rem);line-height:.96;letter-spacing:-.055em;max-width:720px}.auth-pitch h1 em{color:#f1cf78;font-style:normal}.auth-pitch>p:not(.auth-kicker){max-width:610px;color:#ffffffc7;font-size:1.05rem;line-height:1.7}.auth-benefits article{backdrop-filter:blur(10px);background:#ffffff14;border:1px solid rgba(255,255,255,.11);border-radius:18px}.auth-access{background:transparent}.auth-card{border:1px solid rgba(15,77,58,.1);border-radius:28px;box-shadow:var(--mbongo-shadow);background:#fffffff5}.auth-tabs{background:#edf3ef;border-radius:14px;padding:4px}.auth-tabs button{border-radius:11px;transition:all .2s ease}.auth-tabs button.active{background:#fff;color:var(--mbongo-green);box-shadow:0 6px 18px #0f4d3a1a}.auth-form input,.auth-form select{border:1px solid var(--mbongo-line);border-radius:14px;background:#fbfcfb;min-height:50px}.auth-form input:focus,.auth-form select:focus{border-color:var(--mbongo-green-2);box-shadow:0 0 0 4px #17694f1a;outline:none}.primary,.auth-submit{border-radius:14px;background:linear-gradient(135deg,var(--mbongo-green),var(--mbongo-green-2));box-shadow:0 12px 24px #0f4d3a33}.app-shell,.workspace{background:var(--mbongo-bg)}.sidebar{background:#0d3f30;border-right:none}.sidebar .brand-mark,.sidebar-user>span,.avatar{box-shadow:0 8px 20px #00000029}.sidebar button,.mobile-nav button{transition:transform .18s ease,background .18s ease,color .18s ease}.sidebar button:hover,.mobile-nav button:hover{transform:translateY(-1px)}.sidebar button.active{background:#ffffff1f;border-color:#ffffff14}.topbar{background:#f4f7f3e0;backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,77,58,.06)}.topbar h1{letter-spacing:-.035em}.demo-banner{border-radius:14px;border:1px solid #ecdba7;background:#fff9e9}.dashboard{gap:18px}.balance-card,.stat-card,.panel{border:1px solid rgba(15,77,58,.08);border-radius:24px;box-shadow:0 10px 32px #112d2012}.balance-card{position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,rgba(241,207,120,.22),transparent 30%),linear-gradient(145deg,#0f4d3a,#17694f)}.balance-card:after{content:"";position:absolute;width:220px;height:220px;right:-90px;bottom:-110px;border-radius:50%;border:1px solid rgba(255,255,255,.16)}.balance-card,.balance-card p,.balance-card h2,.balance-card small,.balance-card button,.balance-card span{color:#fff}.balance-card .balance-actions button{background:#ffffff1c;border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(8px)}.balance-card .balance-actions button:hover{background:#ffffff2e}.stat-card,.panel{background:var(--mbongo-surface)}.stat-card h3,.panel h3,.page-title h2{letter-spacing:-.025em}.quick-actions button,.group-line,.activity>div:not(.section-head){border-radius:16px}.status.success{background:#e6f5ed;color:#17694f}.page-title{align-items:end}.page-title h2{font-size:clamp(1.9rem,3vw,2.8rem)}.notification,.avatar,.language select{border-radius:13px}.mobile-nav{background:#fffffff0;backdrop-filter:blur(18px);border-top:1px solid rgba(15,77,58,.08)}.mobile-nav button.active{color:var(--mbongo-green)}.toast{border-radius:16px;box-shadow:var(--mbongo-shadow)}@media(max-width:980px){.auth-shell{background:#f4f7f3}.auth-story{border-radius:0 0 28px 28px}.auth-pitch h1{font-size:clamp(2.5rem,11vw,4.4rem)}.auth-card{border-radius:24px}}@media(max-width:640px){.auth-story{padding-bottom:34px}.auth-benefits{display:grid;grid-template-columns:1fr}.auth-card,.balance-card,.stat-card,.panel{border-radius:20px}.topbar{padding-top:max(12px,env(safe-area-inset-top))}.mobile-nav{padding-bottom:max(8px,env(safe-area-inset-bottom))}}button:disabled{opacity:.55;cursor:not-allowed}button:focus-visible,a:focus-visible{outline:3px solid #d3aa45;outline-offset:3px}.auth-card{padding:30px}.auth-form{grid-template-columns:1fr}.full-width{grid-column:1/-1}.auth-form label,.web-form label{font-size:12px}.auth-form input{font-size:15px}.auth-heading p{font-size:14px!important}.auth-brand>span:last-child,.brand>span:last-child{display:grid}.auth-brand small{display:block}.account-note{font-size:12px;line-height:1.7;color:#64756d;margin:20px 0}.test-chip{font-size:10px;font-weight:800;letter-spacing:.1em;background:#fff3d1;color:#74581f;padding:9px 12px;border-radius:9px}.demo-banner{margin:20px 0;line-height:1.6}.auth-card .demo-banner{font-size:11px}.auth-error{margin-bottom:16px}.web-form{display:grid;gap:18px;margin:22px 0}.web-form label{display:grid;gap:8px;font-weight:700}.web-form input,.web-form select{padding:13px;border:1px solid #dce6df;border-radius:12px;width:100%;background:#fff;color:#12221a}.web-form input:focus,.web-form select:focus{outline:2px solid #17694f}.primary,.secondary{padding:12px 18px;font-weight:700;border:0}.secondary{border:1px solid #dce6df;border-radius:12px;background:#fff;color:#0f4d3a}.form-panel{max-width:700px}.form-panel>p{line-height:1.7;color:#64756d}.history-row{display:flex;align-items:center;gap:13px;padding:18px 0;border-bottom:1px solid #e8ede9}.history-row:last-child{border-bottom:0}.history-row small{display:block;color:#6c7974;margin-top:6px;font-size:11px}.history-row strong{font-size:14px}.history-amount{margin-left:auto;display:grid;gap:7px;text-align:right}.transaction-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#edf4ef;color:#0f4d3a}.empty-state{padding:34px 20px;text-align:center;color:#6c7974;line-height:1.7}.empty-state>span{font-size:32px;color:#17694f}.circle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.circle-card h3{margin-top:18px}.circle-value{font-size:25px;font-weight:800;color:#0f4d3a}.circle-card p{line-height:1.6}.circle-card progress{width:100%;accent-color:#17694f}.circle-card .status{display:inline-block;margin:0 6px 6px 0}.circle-card .primary{width:100%}.receipt{background:#f2f7f3;border:1px solid #dce6df;border-radius:16px;padding:20px;margin-top:20px}.reference{font-size:12px;overflow-wrap:anywhere}.success-note{padding:14px 18px;background:#e6f5ed;color:#17694f;border-radius:12px}.profile-details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}.profile-details dt{color:#64756d}.profile-details dd{margin:0;font-weight:700;overflow-wrap:anywhere}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th,td{padding:14px 12px;border-bottom:1px solid #e3eae5;font-size:13px}td small{display:block;color:#6c7974;margin-top:5px}.page-title p{color:#6c7974;line-height:1.6}.balance-card h2{font-size:clamp(26px,3vw,42px)}.group-overview>p{margin:22px 0;line-height:1.6}.loading-screen .primary{margin-top:20px}.loading-screen .auth-error{max-width:500px}@media(max-width:980px){.auth-story{min-height:430px}.auth-access{padding:35px 24px}.auth-lang{top:14px;right:24px}.auth-card{margin-top:35px}.auth-pitch{margin:40px 0}.mobile-nav{grid-template-columns:repeat(6,1fr);overflow-x:auto}.mobile-nav button{min-width:52px}}@media(max-width:640px){.auth-story{min-height:auto;padding:32px 24px}.auth-pitch{margin:30px 0 20px}.auth-pitch h1{font-size:46px}.auth-benefits{display:none}.auth-legal{font-size:10px}.auth-card{padding:22px}.auth-access{padding:26px 16px}.auth-heading h2{font-size:26px}.workspace{padding-bottom:100px}.topbar{gap:10px;flex-wrap:wrap}.topbar h1{font-size:24px}.top-actions .secondary{font-size:11px;padding:9px}.history-row strong{font-size:12px}.profile-details{grid-template-columns:1fr}.profile-details dd{margin-bottom:8px}.mobile-nav{display:flex;justify-content:space-around}.mobile-nav button{flex:1;font-size:10px}.mobile-nav small{font-size:9px}}:root{--mbongo-green:#00503b;--mbongo-green-2:#087853;--mbongo-bg:#f3faf6;--mbongo-muted:#53647b;--mbongo-gold:#bc902d;--ink:#102b24;--muted:#596985;--line:#e2e9ed;--bg:#f3faf6}body{font-family:Inter,Segoe UI,Arial,sans-serif;color:#102b24;background:#f3faf6}button,input,select{font-family:inherit}.ui-icon{width:25px;height:25px;flex:none;vertical-align:middle}.leaf-logo{width:48px;height:54px;flex:none}.brand-plus{color:#bc902d}.brand strong,.auth-brand strong,.access-brand strong{font-weight:850;letter-spacing:-1.2px}.brand small,.auth-brand small,.access-brand small{font-size:11px;font-weight:400;line-height:1.35}.brand .leaf-logo{width:38px}.plant-art{width:220px;pointer-events:none}.primary,.auth-submit{background:linear-gradient(160deg,#10805b,#004c39 80%);box-shadow:0 5px 13px #00523b12;border-radius:11px;min-height:46px;font-weight:650}.secondary{border-radius:10px}.panel,.stat-card{border-radius:16px;box-shadow:0 3px 15px #003b2710;border:1px solid #e6eee9}.eyebrow{color:#648074}.auth-shell{background:radial-gradient(ellipse at 10% 5%,#dbeedf,transparent 40%),linear-gradient(135deg,#fff,#eef7f0);grid-template-columns:minmax(0,1fr) minmax(430px,1fr)}.auth-story{border-radius:0;background:transparent;color:#003c2d;box-shadow:none;padding:60px clamp(30px,5vw,80px);min-height:100vh}.auth-story:after{width:280px;height:480px;right:-140px;bottom:-200px;border:0;border-radius:90% 0;background:#a8cc9b25;box-shadow:none;transform:rotate(-30deg)}.auth-story>.plant-art{position:absolute;bottom:120px;right:-30px;width:300px;opacity:.45}.auth-brand strong{color:#003c2d;font-size:32px}.auth-brand small{color:#405270}.auth-pitch{margin:auto 0;z-index:1;padding:60px 0}.auth-pitch h1{font-size:clamp(40px,4vw,66px);line-height:1.1;letter-spacing:-2.5px;color:#004833}.auth-pitch h1 em{color:#a88027}.auth-pitch>p:not(.auth-kicker){color:#526a60;font-size:16px;max-width:440px}.auth-kicker{color:#577568!important;letter-spacing:.13em}.auth-benefits{grid-template-columns:1fr}.auth-benefits article{border:0;background:#ffffff90;max-width:340px;padding:12px 16px}.auth-benefits strong{color:#004833;font-size:12px}.auth-benefits small{color:#5c7269;font-size:11px}.auth-benefits article>span{background:#e1f2e7;color:#00553a}.auth-legal{color:#526a60;line-height:1.6}.auth-access{padding:60px 36px;background:transparent}.auth-card{max-width:480px;padding:32px;border-radius:24px;background:#ffffffec;border:1px solid #e5eee8;box-shadow:0 20px 70px #0048310c;margin:20px auto}.access-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin:4px 0 28px}.access-brand>span{display:grid}.access-brand strong{font-size:32px;color:#003c2d}.access-brand small{color:#3e4c72}.access-brand .leaf-logo{width:55px;height:62px}.auth-heading{text-align:center;margin-bottom:22px}.auth-heading h2{font-size:25px;color:#003c2d;letter-spacing:-.8px}.auth-heading p{color:#4b597c!important;font-size:14px!important}.auth-tabs{padding:3px;border:1px solid #e5eaf0;background:#f9fbfc;margin-bottom:23px;border-radius:10px}.auth-tabs button{font-size:13px;font-weight:600;padding:12px 8px;color:#192847;border-radius:8px}.auth-tabs button.active{background:linear-gradient(150deg,#0c7451,#004b38);color:#fff;box-shadow:none}.auth-form{gap:17px}.auth-form label{font-size:13px;font-weight:500;color:#1e3342}.auth-form input{border-radius:10px;min-height:48px;background:#fcfdff;border-color:#dde3eb}.auth-form label small{font-size:10px;color:#627288;font-weight:400}.auth-submit{font-size:15px;margin-top:5px}.security-note{display:flex;align-items:center;gap:12px;padding:18px;background:linear-gradient(110deg,#e7f7ef,#f4faf3);border-radius:14px;margin-top:24px;position:relative;overflow:hidden}.security-note>.ui-icon{width:42px;height:42px;padding:8px;border-radius:50%;background:#cdeedf;color:#00503b}.security-note strong{font-size:12px}.security-note p{font-size:11px;color:#56706b;line-height:1.4;margin:5px 0 0}.security-note>.leaf-logo{position:absolute;right:-15px;bottom:-10px;opacity:.17;transform:rotate(-20deg)}.account-note{font-size:11px}.auth-card .account-note{margin:15px 0}.demo-banner{background:#fff9eb;border-color:#f0e4c9;font-size:11px;padding:8px 12px;border-radius:10px}.test-chip{background:#e8f4eb;color:#3a6953;font-size:9px}.auth-lang{top:24px}.app-shell{grid-template-columns:240px minmax(0,1fr)}.sidebar{background:linear-gradient(170deg,#004835,#002f25);padding:25px 16px}.sidebar .brand{padding:0 5px 32px;gap:7px}.sidebar .brand strong{font-size:26px}.sidebar .brand small{font-size:10px;color:#c5e4d5}.sidebar nav button{font-size:13px;color:#e0f0e8;border-radius:9px}.sidebar nav button.active{background:#12815970;box-shadow:none}.sidebar .brand .leaf-logo{filter:drop-shadow(0 0 1px #fff)}.sidebar-user>span,.avatar{background:#d6f1e3;color:#004f38;box-shadow:none}.trust-card{background:#ffffff08;border-color:#ffffff10}.workspace{padding:0 28px 40px;background:radial-gradient(ellipse at 100% 5%,#e2f2e7,transparent 45%),#f6fbf8}.topbar{background:transparent;backdrop-filter:none;min-height:98px;border-bottom:0}.topbar h1{font-size:26px}.topbar>div:first-child>span{color:#5a6886;font-size:12px}.topbar .eyebrow{font-size:9px!important}.dashboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:20px}.balance-card{grid-column:span 2;grid-row:auto;padding:24px;background:linear-gradient(135deg,#087752,#003f2e);border-radius:16px;box-shadow:none;min-height:180px}.balance-card:after{display:none}.balance-card>.plant-art{position:absolute;right:0;bottom:-45px;width:230px;opacity:.32}.balance-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.balance-top p{font-size:14px;margin:0 0 12px}.balance-card h2{font-size:clamp(28px,3vw,40px);letter-spacing:-1px;margin:0 0 10px}.balance-top small{font-size:11px;color:#d2eadd}.balance-open{border:0;background:#ffffff20;border-radius:50%;width:38px;height:38px;color:#fff;font-size:32px;display:grid;place-items:center}.stat-card{padding:20px;grid-column:span 1;grid-row:auto}.stat-card .stat-icon{border-radius:10px;background:#e4f4ec;color:#00533b;width:40px;height:40px;display:grid;place-items:center}.stat-card .gold{background:#fff5df;color:#ae7c19}.stat-card h3{font-size:30px;margin:8px 0}.stat-card p{font-size:13px}.stat-card>span{font-size:10px;color:#607477}.feature-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);grid-column:span 2;gap:16px;align-items:center}.feature-shortcuts button{background:transparent;border:0;display:grid;justify-items:center;gap:9px;color:#133a30;font-size:12px}.feature-shortcuts button>span{height:62px;width:100%;max-width:100px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#def3e9,#eef9f4)}.feature-shortcuts .ui-icon{width:31px;height:31px;stroke-width:2}.growth-banner{grid-column:span 2;background:linear-gradient(115deg,#fff3d8,#e7f4eb 65%);border:0;border-radius:16px;display:flex;align-items:center;gap:14px;padding:12px 24px 12px 100px;position:relative;overflow:hidden;color:#143c2e;text-align:left;min-height:96px}.growth-banner>.plant-art{position:absolute;width:120px;bottom:-10px;left:-8px}.growth-banner>span{font-size:15px;font-weight:600;line-height:1.5;flex:1}.growth-banner>b{font-size:29px;font-weight:400}.group-overview{grid-column:span 2}.activity{grid-column:span 2;grid-row:span 2}.quick-actions{grid-column:span 2}.panel{padding:22px}.section-head h3{font-size:17px}.section-head .eyebrow{font-size:9px!important;margin-bottom:7px}.text-button{background:#e8f6ef;color:#006444;border-radius:18px;padding:7px 11px;font-size:10px}.history-row{border:1px solid #e5ece8;padding:13px;border-radius:12px;margin-top:9px;gap:10px}.history-row:last-child{border-bottom:1px solid #e5ece8}.history-row small{font-size:10px}.history-row strong{font-size:12px}.transaction-icon{background:#e5f5ed;color:#00623e}.history-amount .status{font-size:9px}.page-title{margin:24px 0}.page-title h2{color:#004532;font-size:28px}.page-title p{font-size:13px}.group-symbol{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e0f3e8;color:#00533b}.circle-card progress{height:7px}.deposit-hero{position:relative;overflow:hidden;border-radius:14px;background:linear-gradient(110deg,#e3f4e9,#f9fbef);padding:25px;margin-bottom:25px;min-height:155px}.deposit-hero>div{position:relative;z-index:1;width:65%}.deposit-hero h3{font-size:24px;letter-spacing:-.7px;line-height:1.2;margin:0 0 10px;color:#004b35}.deposit-hero p{font-size:13px;line-height:1.5;color:#506c64;margin:0}.deposit-hero .plant-art{position:absolute;right:-22px;bottom:-15px;width:170px}.web-form input,.web-form select{background:#fcfdff;border-color:#dce4eb;border-radius:10px}.web-form label{font-size:13px}.admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.admin-metrics article{padding:20px;background:#fff;border:1px solid #e1eee5;border-radius:13px}.admin-metrics .ui-icon{color:#006344;background:#e4f5ea;box-sizing:content-box;padding:8px;border-radius:10px}.admin-metrics p{font-size:12px;color:#53637c}.admin-metrics strong{display:block;font-size:29px}.admin-metrics small{font-size:10px;color:#4d8270;display:block;margin-top:7px}th{color:#546682;background:#f4f9f6;font-weight:600}td{color:#294539}.mobile-nav .ui-icon{width:22px;height:22px}@media(min-width:1500px){.workspace{padding-left:45px;padding-right:45px}.auth-card{max-width:500px}.auth-story{padding-left:10vw}}@media(max-width:1100px){.app-shell{grid-template-columns:205px minmax(0,1fr)}.workspace{padding:0 20px 35px}.sidebar .brand strong{font-size:22px}.sidebar .brand small{font-size:9px}.auth-shell{grid-template-columns:1fr 1fr}.auth-story{padding:40px 25px}.auth-access{padding:45px 20px}.auth-card{padding:25px}.auth-pitch h1{font-size:45px}.dashboard{gap:14px}.growth-banner{padding-left:75px;padding-right:16px}.growth-banner>span{font-size:13px}}@media(max-width:980px){.app-shell{display:block}.sidebar{display:none}.workspace{padding-bottom:100px}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:20;background:#fffffff5;border-top:1px solid #e2ece5;box-shadow:0 -3px 15px #004f2d08;padding:10px 10px max(10px,env(safe-area-inset-bottom));gap:2px}.mobile-nav button{border:0;background:transparent;color:#78819b;flex:1;display:grid;justify-items:center;gap:4px;padding:3px;min-width:0}.mobile-nav button.active{color:#005a3e;background:transparent}.mobile-nav button span{font-size:0}.mobile-nav small{font-size:10px}.auth-shell{display:block}.auth-story{display:none}.auth-access{min-height:100vh;padding:50px 20px 30px}.auth-card{max-width:460px;margin:20px auto 0;padding:30px}.auth-lang{top:18px;right:24px}}@media(max-width:640px){.workspace{padding:0 16px 95px;background:linear-gradient(150deg,#fff,#f2faf5)}.topbar{min-height:95px;gap:5px;flex-wrap:nowrap}.topbar h1{font-size:21px}.topbar .eyebrow{display:none}.topbar>div:first-child>span{font-size:10px}.top-actions{gap:8px}.top-actions .secondary{font-size:10px;padding:8px}.avatar{width:34px;height:34px;font-size:11px}.demo-banner{font-size:10px;margin:0 0 16px}.dashboard{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:0}.balance-card{grid-column:1/-1;padding:21px;min-height:148px;border-radius:17px}.balance-card h2{font-size:34px}.balance-top p{margin-bottom:8px}.balance-card>.plant-art{width:210px;bottom:-65px}.feature-shortcuts{grid-column:1/-1;grid-row:2;gap:15px;margin:3px 0}.feature-shortcuts button{font-size:11px;gap:7px}.feature-shortcuts button>span{height:56px;border-radius:17px}.feature-shortcuts .ui-icon{height:28px;width:28px}.growth-banner{grid-column:1/-1;grid-row:3;min-height:88px;padding-left:120px;margin:3px 0}.growth-banner>.plant-art{width:130px}.growth-banner>span{font-size:13px}.stat-card{padding:15px;min-height:140px;border-radius:14px}.stat-card .stat-icon{width:32px;height:32px}.stat-card .ui-icon{width:20px;height:20px}.stat-card p{font-size:12px;margin:10px 0 5px}.stat-card h3{font-size:25px;line-height:1;margin:7px 0}.stat-card>span{font-size:9px;line-height:1.5;display:block}.group-overview,.activity,.quick-actions{grid-column:1/-1;grid-row:auto}.panel{padding:18px;border-radius:15px}.section-head h3{font-size:17px}.group-overview>p{margin:12px 0;font-size:12px}.history-row{padding:11px 9px}.history-row strong{font-size:12px}.history-row small{font-size:10px}.history-amount{gap:5px}.history-amount strong{font-size:12px}.transaction-icon{width:32px;height:35px;flex:none}.auth-access{padding:45px 16px 20px;background:radial-gradient(ellipse at 100% 20%,#e9f6e980,transparent 50%)}.auth-card{padding:16px 8px;margin-top:15px;box-shadow:none;border:0;border-radius:0;background:transparent}.access-brand{margin:8px 0 24px}.access-brand strong{font-size:34px}.access-brand .leaf-logo{width:58px;height:64px}.auth-heading h2{font-size:25px;margin-bottom:6px}.auth-heading p{font-size:13px!important}.auth-tabs{margin-bottom:22px}.auth-form{gap:17px}.auth-form label{font-size:13px}.auth-form input{background:#ffffffa8}.auth-card .demo-banner{margin-top:10px;font-size:10px}.security-note{margin-top:22px}.auth-card .account-note{font-size:10px;margin:13px 0}.auth-lang{top:17px;right:24px}.test-chip{font-size:8px;padding:6px 8px}.admin-metrics{gap:8px;grid-template-columns:repeat(2,1fr)}.admin-metrics article{padding:14px}.admin-metrics article:last-child{grid-column:1/-1}.admin-metrics p{font-size:11px}.admin-metrics strong{font-size:26px}.page-title h2{font-size:25px}.deposit-hero{padding:20px;min-height:145px}.deposit-hero h3{font-size:22px}.deposit-hero p{font-size:12px}.deposit-hero .plant-art{width:155px;right:-25px}.mobile-nav small{font-size:9px}.mobile-nav{padding-left:5px;padding-right:5px}.profile-details{font-size:14px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.welcome-page{min-height:100vh;background:radial-gradient(ellipse at 5% 0,#e0f0dd,transparent 30%),radial-gradient(ellipse at 95% 90%,#e0f2e6,transparent 40%),#fafdfa;padding:35px max(25px,5vw) 20px;overflow:hidden}.welcome-header{display:flex;justify-content:space-between;align-items:center;max-width:1220px;margin:auto}.welcome-brand{display:flex;align-items:center;gap:10px}.welcome-brand strong{font-size:32px;letter-spacing:-1.5px;font-weight:850;color:#003e2d;line-height:1.1}.welcome-brand strong>span{color:#bc902d}.welcome-brand small{font-size:11px;line-height:1.35;color:#405174;display:block;margin-top:3px}.welcome-brand .leaf-logo{width:52px;height:60px}.welcome-layout{max-width:1150px;margin:35px auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.welcome-copy{text-align:center}.welcome-copy>.eyebrow{font-size:9px!important;letter-spacing:.18em}.welcome-illustration{position:relative;height:260px;max-width:340px;margin:12px auto 15px;background:radial-gradient(ellipse at 50% 80%,#e7f3db,transparent 70%)}.illustrated-phone{position:absolute;width:112px;height:206px;border:5px solid #203930;outline:2px solid #cbb68a;transform:rotate(8deg);border-radius:23px;background:linear-gradient(140deg,#fff,#e9f4ec);left:115px;top:17px;box-shadow:10px 15px 35px #00533a12;display:flex;align-items:center;flex-direction:column;padding:22px 5px}.illustrated-phone:before{content:"";position:absolute;top:5px;height:8px;width:34px;background:#1a2823;border-radius:10px}.illustrated-phone>.leaf-logo{width:38px;height:47px;margin-bottom:12px}.illustrated-phone>span{font-size:11px;line-height:1.5;color:#366051}.phone-progress{height:5px;background:linear-gradient(to right,#0d885e 65%,#dceadf 65%);border-radius:5px;width:65px;margin-top:13px}.welcome-illustration>.plant-art{position:absolute;width:245px;left:5px;bottom:0;transform:rotate(-12deg)}.welcome-illustration>.floating-leaf{position:absolute;right:10px;bottom:10px;width:90px;height:120px;opacity:.8;transform:rotate(22deg)}.welcome-copy h1{color:#003d2c;font-size:43px;line-height:1.1;letter-spacing:-1.6px;margin:12px 0}.welcome-copy>p:not(.eyebrow){font-size:14px;color:#526281;line-height:1.65;margin:16px 0 23px}.welcome-actions{display:grid;gap:10px;max-width:340px;margin:0 auto}.welcome-actions .primary{display:flex;align-items:center;justify-content:center;gap:20px;font-size:15px}.welcome-actions .secondary{font-size:13px;border-color:#a9ccc0;background:transparent;min-height:44px}.community-line{margin:22px auto 0;color:#00553b;display:grid;justify-items:center;gap:8px}.community-line .ui-icon{width:30px;height:30px}.community-line p{font-size:12px;line-height:1.45;color:#53657d;margin:0}.welcome-values{position:relative;padding:44px;border-radius:24px;background:linear-gradient(145deg,#004b36,#064);color:#fff;overflow:hidden}.welcome-tag{color:#e7c679;font-size:10px;font-weight:600;letter-spacing:.16em}.welcome-values h2{font-size:37px;line-height:1.2;font-weight:650;letter-spacing:-1px;margin:20px 0}.welcome-values>p{font-size:14px;line-height:1.7;color:#cee5d8}.welcome-values article{position:relative;z-index:1;display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #ffffff1a;align-items:center}.welcome-values article>.ui-icon{width:43px;height:43px;padding:9px;background:#ffffff13;border-radius:12px;color:#e7c679}.welcome-values article strong{font-size:14px;font-weight:600}.welcome-values article p{font-size:12px;line-height:1.5;margin:6px 0 0;color:#c3dfd1}.welcome-values>.plant-art{position:absolute;bottom:-75px;right:-55px;opacity:.15;width:270px}.welcome-page>footer{text-align:center;font-size:10px;color:#788477;max-width:1100px;margin:20px auto 0}.welcome-back{border:0;background:transparent;color:#466c5c;padding:0;margin-bottom:22px;font-size:12px}.services-panel{grid-column:span 2}.services-panel .section-head h3{margin:0}.services-caption{font-size:10px;color:#728077}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.services-grid button,.service-unavailable{border:0;border-radius:13px;background:#e9f6ef;color:#006143;padding:17px 9px;display:grid;justify-items:center;gap:8px;font-size:12px;text-align:center}.services-grid button:nth-child(2){background:#fff5df;color:#a17619}.services-grid button:nth-child(3){background:#eaf3fc;color:#286fa6}.services-grid button:nth-child(4){background:#f3edf7;color:#85529c}.service-unavailable{background:#f2f4f2;color:#76817c}.service-unavailable small{font-size:9px;letter-spacing:.02em}.quick-actions{display:none}.office-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:30px 0 23px}.office-heading h2{font-size:29px;letter-spacing:-.9px;line-height:1.15;margin:10px 0;color:#003c2d}.office-heading h2>span{color:#987323}.office-heading>div>p:last-child{font-size:12px;color:#627378}.office-badge{display:flex;align-items:center;gap:7px;font-size:11px;color:#396b56;background:#e6f4eb;border:1px solid #d6e8dc;padding:10px;border-radius:10px}.office-badge .ui-icon{width:18px;height:18px}.office-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.office-metrics article{min-width:0;background:#fff;border:1px solid #e5efe8;border-radius:12px;padding:18px}.office-metrics .ui-icon{box-sizing:content-box;padding:7px;background:#e6f5ec;border-radius:9px;color:#006344}.office-metrics article:nth-child(2) .ui-icon,.office-metrics article:nth-child(4) .ui-icon{color:#b18523;background:#fff5e0}.office-metrics p{font-size:11px;line-height:1.5;color:#5b6c7c;min-height:32px}.office-metrics strong{font-size:25px;line-height:1.25;display:block;overflow-wrap:anywhere}.office-metrics small{display:block;color:#6c887b;font-size:9px;margin-top:8px}.office-body{display:grid;grid-template-columns:minmax(0,2fr) minmax(225px,1fr);gap:18px}.office-body .panel{padding:20px;min-width:0}.office-aside{display:grid;align-content:start;gap:18px}.office-aside h3{font-size:16px;margin:0 0 16px}.directory-count{font-size:10px;color:#628575;background:#eaf5ef;padding:5px 9px;border-radius:20px}.directory-search{display:grid;font-size:10px;gap:8px;color:#6a7975;margin:15px 0}.directory-search input{border:1px solid #dfe8e3;border-radius:9px;padding:12px;background:#fcfefc;color:#153c30;font-size:12px;width:100%}.directory-search input:focus{outline:2px solid #2a8563}.recent-member{display:flex;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #edf3ee}.recent-member>span{display:grid;place-items:center;width:31px;height:31px;flex:none;background:#e0f2e6;border-radius:50%;color:#216448;font-size:12px}.recent-member>div{min-width:0}.recent-member strong{display:block;font-size:11px;overflow-wrap:anywhere}.recent-member small{display:block;font-size:10px;color:#738078;margin-top:4px}.upcoming-panel{background:linear-gradient(135deg,#fff9eb,#f7fbf2)}.upcoming-panel p{font-size:12px;line-height:1.7;color:#707c70}.client-directory table th,.client-directory table td{font-size:11px;padding:12px 9px}.client-directory td .secondary{font-size:10px;padding:7px 10px}@media(max-width:1200px){.welcome-layout{gap:35px}.welcome-values{padding:32px}.welcome-values h2{font-size:32px}.office-body{grid-template-columns:1fr}.office-aside{grid-template-columns:1fr 1fr}.office-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.welcome-page{padding:22px 22px 17px;background:radial-gradient(ellipse at 100% 40%,#e4f2e1,transparent 55%),#fcfefb}.welcome-header{align-items:flex-start}.welcome-brand{gap:7px}.welcome-brand strong{font-size:26px;letter-spacing:-1px}.welcome-brand small{font-size:9px}.welcome-brand .leaf-logo{width:43px;height:49px}.welcome-header .test-chip{font-size:7px;letter-spacing:.03em;padding:6px;margin-top:4px}.welcome-layout{display:block;margin:8px auto 0;max-width:380px}.welcome-copy>.eyebrow{display:none}.welcome-illustration{height:225px;margin:4px auto 5px;width:280px}.illustrated-phone{width:98px;height:183px;top:20px;left:108px;border-width:4px;border-radius:19px;padding-top:23px}.illustrated-phone>span{font-size:10px}.illustrated-phone .leaf-logo{width:30px;height:36px}.welcome-illustration>.plant-art{width:220px;left:-4px}.welcome-illustration>.floating-leaf{width:80px;height:100px;right:-4px}.welcome-copy h1{font-size:35px;letter-spacing:-1.3px;margin:10px 0}.welcome-copy>p:not(.eyebrow){font-size:13px;line-height:1.5;margin:13px 0 20px}.welcome-actions{gap:9px}.welcome-actions .primary{min-height:44px;font-size:14px}.welcome-actions .secondary{min-height:39px;padding:9px}.welcome-values{display:none}.community-line{margin-top:20px;gap:6px}.community-line p{font-size:11px}.community-line .ui-icon{width:27px;height:27px}.welcome-page>footer{font-size:9px;line-height:1.5;margin-top:23px}.welcome-back{margin-bottom:8px}.services-panel{grid-column:1/-1;grid-row:4}.services-caption{font-size:9px}.services-grid{gap:8px;margin-top:14px}.services-grid button,.service-unavailable{font-size:11px;padding:12px 5px;gap:7px;border-radius:11px}.services-grid .ui-icon{width:25px;height:25px}.service-unavailable small{font-size:8px}.office-heading{margin:23px 0 18px;display:block}.office-heading h2{font-size:27px}.office-badge{font-size:10px;display:inline-flex;margin-top:5px;padding:7px}.office-metrics{gap:9px}.office-metrics article{padding:14px}.office-metrics strong{font-size:23px}.office-metrics p{font-size:10px;min-height:30px}.office-metrics .ui-icon{width:22px;height:22px;padding:6px}.office-body{gap:14px}.office-body .panel{padding:15px}.office-aside{grid-template-columns:1fr}.directory-search{font-size:9px}.directory-search input{font-size:12px}.office-heading .eyebrow{font-size:9px!important}}@media(max-width:360px){.welcome-page{padding:18px}.welcome-brand strong{font-size:23px}.welcome-header .test-chip{font-size:6px}.welcome-copy h1{font-size:31px}.welcome-illustration{height:205px}.illustrated-phone{height:175px;top:13px}.welcome-illustration>.plant-art{width:205px}}:root{--motion-fast:.14s;--motion-base:.26s;--motion-slow:.52s;--motion-ease:cubic-bezier(.2,.8,.2,1)}@keyframes mbFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes mbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mbPop{0%{opacity:0;transform:scale(.94)}70%{opacity:1;transform:scale(1.025)}to{transform:scale(1)}}@keyframes mbFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1.5deg)}}@keyframes mbPulseSoft{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes mbBell{0%,to{transform:rotate(0)}25%{transform:rotate(9deg)}75%{transform:rotate(-9deg)}}@keyframes mbProgressGlow{0%{filter:brightness(1)}50%{filter:brightness(1.08)}to{filter:brightness(1)}}.welcome-page{animation:mbFadeIn .32s var(--motion-ease) both}.welcome-header{animation:mbFadeUp .36s var(--motion-ease) both}.welcome-illustration{animation:mbPop .56s var(--motion-ease) both}.welcome-illustration>.plant-art{animation:mbFloat 3.8s ease-in-out infinite}.welcome-copy h1{animation:mbFadeUp .46s var(--motion-ease) 70ms both}.welcome-copy>p:not(.eyebrow){animation:mbFadeUp .46s var(--motion-ease) .12s both}.welcome-actions{animation:mbFadeUp .46s var(--motion-ease) .17s both}.community-line{animation:mbFadeUp .46s var(--motion-ease) .22s both}.welcome-values{animation:mbFadeUp .52s var(--motion-ease) .12s both}.workspace,.field-content,.savings-page{animation:mbFadeIn var(--motion-base) var(--motion-ease) both}.page-title,.field-header,.savings-header{animation:mbFadeUp var(--motion-base) var(--motion-ease) both}.dashboard>.balance-card,.field-balance{animation:mbFadeUp var(--motion-slow) var(--motion-ease) both}.dashboard>.stat-card,.dashboard>.panel,.feature-shortcuts>button,.field-stats>article,.field-actions>button{animation:mbFadeUp var(--motion-base) var(--motion-ease) both}.dashboard>.stat-card:nth-of-type(2),.feature-shortcuts>button:nth-child(2),.field-actions>button:nth-child(2){animation-delay:60ms}.dashboard>.stat-card:nth-of-type(3),.feature-shortcuts>button:nth-child(3),.field-actions>button:nth-child(3){animation-delay:.11s}.feature-shortcuts>button:nth-child(4),.field-actions>button:nth-child(4){animation-delay:.16s}button,.primary,.secondary,.network-option,.saving-card,.circle-card,.history-row,.field-client-list article{transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),opacity var(--motion-fast) ease,border-color var(--motion-fast) ease}button:active,.primary:active,.secondary:active{transform:scale(.97)}.network-option:active,.saving-card:active,.circle-card:active{transform:scale(.985)}.receipt,.success-note,.saving-success{animation:mbPop .36s var(--motion-ease) both}.notification:has(span){animation:mbBell .52s var(--motion-ease) 1}.saving-progress,.circle-card progress,progress{animation:mbProgressGlow 1.2s ease 1}.history-list .history-row,.field-client-list article,.savings-grid .saving-card,.circle-grid .circle-card{animation:mbFadeUp var(--motion-base) var(--motion-ease) both}.history-list .history-row:nth-child(2),.field-client-list article:nth-child(2),.savings-grid .saving-card:nth-child(2),.circle-grid .circle-card:nth-child(2){animation-delay:45ms}.history-list .history-row:nth-child(3),.field-client-list article:nth-child(3),.savings-grid .saving-card:nth-child(3),.circle-grid .circle-card:nth-child(3){animation-delay:90ms}.history-list .history-row:nth-child(4),.field-client-list article:nth-child(4),.savings-grid .saving-card:nth-child(4),.circle-grid .circle-card:nth-child(4){animation-delay:135ms}.loading-screen .brand-mark,.access-brand,.field-brand{animation:mbPop .52s var(--motion-ease) both}.brand-plus{display:inline-block;animation:mbPulseSoft 1.8s ease-in-out 1}@media(hover:hover){.primary:hover,.secondary:hover,.feature-shortcuts>button:hover,.field-actions>button:hover{transform:translateY(-2px)}.saving-card:hover,.circle-card:hover,.field-client-list article:hover{transform:translateY(-2px);box-shadow:0 14px 36px #17413414}}.dashboard{background:linear-gradient(180deg,#f7fbf8,#eef6f1);border-radius:28px;padding:18px}.dashboard .balance-card{background:linear-gradient(145deg,#07513d,#0d6a4d 58%,#0a3f31);border:0;box-shadow:0 18px 38px #063f2f33;min-height:240px;padding:22px;border-radius:26px}.dashboard .balance-card>.plant-art{opacity:.18;right:-25px;bottom:-55px;width:240px}.dashboard .balance-top{align-items:stretch}.dashboard .balance-top>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;position:relative;z-index:2}.dashboard .balance-top>div>p,.dashboard .balance-top>div>small{grid-column:1/-1}.dashboard .balance-top>div>p{font-size:13px;font-weight:800;letter-spacing:.02em;color:#d8eee5;margin-bottom:2px}.dashboard .balance-top h2,.dashboard .balance-top h3{margin:0!important;border-radius:19px;padding:18px 16px;min-height:110px;display:flex;align-items:flex-end;font-size:clamp(24px,3vw,34px)!important;line-height:1.05;box-shadow:inset 0 1px #ffffff26;position:relative;overflow:hidden}.dashboard .balance-top h2{background:linear-gradient(145deg,#078456,#0a694a);color:#fff}.dashboard .balance-top h3{background:linear-gradient(145deg,#d6aa3e,#b98218);color:#fff}.dashboard .balance-top h2:before,.dashboard .balance-top h3:before{position:absolute;top:14px;left:16px;font-size:11px;letter-spacing:.04em;font-weight:700;opacity:.9}.dashboard .balance-top h2:before{content:"Solde FC"}.dashboard .balance-top h3:before{content:"Solde USD"}.dashboard .balance-top>div>small{color:#cbe3d8;margin-top:1px;font-size:10px}.dashboard .balance-open{position:absolute;right:18px;top:18px;width:34px;height:34px;background:#ffffff21;z-index:3}.dashboard .feature-shortcuts{grid-template-columns:repeat(4,1fr);gap:10px;background:#fff;border:1px solid #e2ece6;border-radius:22px;padding:13px;box-shadow:0 10px 28px #14412f0f}.dashboard .feature-shortcuts button{font-weight:700;color:#153e31}.dashboard .feature-shortcuts button>span{background:linear-gradient(145deg,#eef8f3,#e1f2e8);border:1px solid #dcebe3;box-shadow:inset 0 1px #fff}.dashboard .feature-shortcuts button:nth-child(2)>span{background:linear-gradient(145deg,#fff7e7,#f4e4bb);color:#9f7219}.dashboard .growth-banner{background:linear-gradient(120deg,#fff7e7,#e8f4ed 65%,#d8ede1);border:1px solid #e7eadf;box-shadow:0 10px 26px #264a370d;border-radius:22px}.dashboard .growth-banner>span{font-size:14px;font-weight:800;color:#173e31}.dashboard .stat-card,.dashboard .panel{border-radius:22px;border:1px solid #e1ebe5;box-shadow:0 10px 28px #14412f0e}.dashboard .stat-card .stat-icon{border-radius:13px}.dashboard .group-overview .primary{background:linear-gradient(135deg,#0c7653,#07513d)}.dashboard .history-row{border-radius:15px;background:#fbfdfc}.dashboard .quick-actions>button>span{background:#e8f4ee;color:#0a6346}.services-panel .services-grid{gap:10px}.services-panel .services-grid button,.services-panel .service-agent-link{border:1px solid #e1ebe5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 7px 20px #14412f0d;min-height:92px;transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease)}.services-panel .services-grid button:active,.services-panel .service-agent-link:active{transform:scale(.98)}@media(max-width:640px){.workspace{padding-left:12px!important;padding-right:12px!important}.topbar{padding-left:4px;padding-right:4px}.topbar h1{font-size:24px!important;color:#073e2f}.dashboard{padding:10px;border-radius:22px;gap:11px!important;background:linear-gradient(180deg,#f9fcfa,#eef6f1)}.dashboard .balance-card{grid-column:1/-1;min-height:230px;padding:17px;border-radius:23px}.dashboard .balance-top>div{grid-template-columns:1fr 1fr;gap:9px}.dashboard .balance-top h2,.dashboard .balance-top h3{min-height:105px;padding:16px 11px;font-size:22px!important;border-radius:17px}.dashboard .balance-top h2:before,.dashboard .balance-top h3:before{top:12px;left:12px;font-size:10px}.dashboard .balance-top>div>small{font-size:9px;line-height:1.4}.dashboard .feature-shortcuts{grid-column:1/-1;padding:10px 8px;gap:7px;border-radius:18px}.dashboard .feature-shortcuts button{font-size:10px}.dashboard .feature-shortcuts button>span{height:52px;border-radius:15px}.dashboard .feature-shortcuts .ui-icon{width:25px;height:25px}.dashboard .growth-banner{grid-column:1/-1;min-height:85px;border-radius:18px;padding-left:105px}.dashboard .stat-card{border-radius:18px;min-height:130px}.dashboard .group-overview,.dashboard .activity,.dashboard .quick-actions,.services-panel{border-radius:18px}.services-panel .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.services-panel .services-grid button,.services-panel .service-agent-link{min-height:86px;padding:10px 5px!important;font-size:10px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.credit-space{max-width:1080px;margin:0 auto}.credit-space>.page-title{margin:22px 0 18px}.credit-space>.page-title h2{font-size:clamp(28px,4vw,40px);color:#063f2f;letter-spacing:-1.1px}.credit-space>.page-title p:last-child{color:#60756a;max-width:650px;line-height:1.6}.credit-mode-note{display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid #ead7a7;background:linear-gradient(135deg,#fff9e8,#fffdf5);color:#70561a;border-radius:16px;font-size:12px;line-height:1.6;margin:16px 0;box-shadow:0 6px 18px #a17a1e0d}.credit-mode-note .ui-icon{width:22px;height:22px;color:#a87718}.credit-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:18px 0 22px;padding:5px;background:#e8f1ec;border-radius:14px;max-width:430px}.credit-tabs button{border:0;border-radius:10px;background:transparent;color:#557268;padding:12px 16px;font-size:12px;font-weight:700}.credit-tabs button[aria-pressed=true]{background:linear-gradient(145deg,#0c6c4d,#064d39);color:#fff;box-shadow:0 8px 18px #074e392e}.credit-space .form-panel{max-width:760px;padding:0;overflow:hidden;border-radius:22px}.credit-space .deposit-hero{margin:0;border-radius:0;min-height:150px;padding:28px 30px;background:radial-gradient(circle at 88% 18%,rgba(211,170,69,.22),transparent 28%),linear-gradient(135deg,#0b6247,#064233);color:#fff}.credit-space .deposit-hero h3{color:#fff;font-size:25px;margin:0 0 8px}.credit-space .deposit-hero p{color:#d8ece4}.credit-space .deposit-hero .plant-art{opacity:.58}.credit-space .form-panel>progress{display:block;width:calc(100% - 56px)!important;margin:22px 28px 0;height:9px;border:0;border-radius:20px;overflow:hidden;background:#e8efea}.credit-space progress::-webkit-progress-bar{background:#e8efea;border-radius:20px}.credit-space progress::-webkit-progress-value{background:linear-gradient(90deg,#0e7856,#d5aa42);border-radius:20px}.credit-space progress::-moz-progress-bar{background:linear-gradient(90deg,#0e7856,#d5aa42);border-radius:20px}.credit-space .web-form{padding:24px 28px 28px}.credit-inputs{border:0;padding:0;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.credit-inputs>h4,.credit-inputs>.credit-summary-box,.credit-inputs>label:has(textarea),.credit-inputs>label:has(input[type=file]),.credit-inputs>label:has(input[type=checkbox]){grid-column:1/-1}.credit-inputs h4{font-size:15px;color:#0b4d39;margin:6px 0 -2px;padding-top:6px}.credit-inputs label{display:grid;gap:8px;color:#2c4439;font-size:12px;font-weight:700}.credit-inputs input,.credit-inputs select,.credit-inputs textarea,.credit-decision textarea{font:inherit;border:1px solid #dbe6df;border-radius:12px;padding:12px 13px;width:100%;background:#fbfdfb;color:#173c2e;font-size:13px;min-height:46px;outline:none}.credit-inputs textarea,.credit-decision textarea{resize:vertical}.credit-inputs input:focus,.credit-inputs select:focus,.credit-inputs textarea:focus{border-color:#0c7451;box-shadow:0 0 0 3px #0c745117;background:#fff}.credit-inputs input[type=file]{padding:10px;background:#f7faf8}.credit-inputs input[type=checkbox]{width:auto;min-height:0;accent-color:#0b6d4d}.credit-inputs label:has(input[type=checkbox]){display:flex;grid-template-columns:auto 1fr;align-items:flex-start;gap:9px;padding:12px 14px;border:1px solid #e0e8e3;border-radius:12px;background:#f8fbf9;font-weight:600}.credit-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.credit-presets button{border:1px solid #dce6e0;padding:10px 6px;background:#fff;border-radius:10px;color:#527165;font-size:11px}.credit-presets button[aria-pressed=true]{background:linear-gradient(145deg,#0c7451,#05503a);color:#fff;border-color:#0c7451}.credit-summary-box{padding:20px;background:linear-gradient(135deg,#e8f6ed,#f8fcf9);border:1px solid #d9ebdf;border-radius:16px}.credit-summary-box>strong{font-size:15px;color:#0b4d39}.credit-summary-box p{display:flex;justify-content:space-between;gap:12px;margin:13px 0 0;font-size:12px;color:#55756a}.credit-summary-box b{color:#143c2d;text-align:right}.credit-space .web-form>div:last-child{border-top:1px solid #edf1ef;padding-top:18px}.credit-space .web-form .primary{min-width:180px}.credit-record{padding:20px;border:1px solid #e1ebe5;border-radius:16px;margin:12px 0;background:linear-gradient(180deg,#fff,#fbfdfb);box-shadow:0 8px 24px #0f4d3a0d}.credit-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.credit-record-head strong{font-size:25px;color:#0a5139}.credit-record-head p{font-size:13px;margin:6px 0;color:#547063}.credit-status{font-size:10px;line-height:1.5;font-weight:700;padding:7px 10px;border-radius:20px;background:#edf1f8;color:#526287}.credit-status.approved{color:#03613e;background:#e0f4e8}.credit-status.rejected{color:#9b3842;background:#fff0ef}.credit-status.under_review{color:#92701d;background:#fff5d9}.credit-record dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.credit-record dl>div{display:grid;gap:5px;padding:10px 11px;background:#f5f8f6;border-radius:10px}.credit-record dt{font-size:9px;color:#74877d;text-transform:uppercase;letter-spacing:.05em}.credit-record dd{margin:0;font-size:12px;font-weight:700;color:#24483a}.credit-description{font-size:13px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.credit-note{background:#eef7f2;padding:15px;border-radius:12px;font-size:12px;line-height:1.6}.credit-note p{margin:5px 0;white-space:pre-wrap;overflow-wrap:anywhere}.credit-record>.reference{color:#7c8d82;font-size:10px}.credit-review{margin-top:24px}.credit-filter{display:grid;gap:8px;font-size:12px;max-width:300px;margin-bottom:20px}.credit-filter select{padding:12px;border:1px solid #dce8df;border-radius:10px;background:#fff;color:#184a33}.credit-decision label{display:grid;gap:8px;font-size:12px}.credit-decision>div{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.credit-decision button{font-size:11px}.mobile-nav{overflow-x:auto}.mobile-nav button{flex-shrink:0;min-width:46px}@media(max-width:700px){.credit-space{max-width:none}.credit-space>.page-title h2{font-size:29px}.credit-mode-note{font-size:10px;padding:12px 13px}.credit-tabs{width:100%;max-width:none}.credit-tabs button{font-size:11px;padding:11px 8px}.credit-space .form-panel{border-radius:18px}.credit-space .deposit-hero{padding:22px 20px;min-height:132px}.credit-space .deposit-hero h3{font-size:21px}.credit-space .form-panel>progress{width:calc(100% - 36px)!important;margin:18px 18px 0}.credit-space .web-form{padding:20px 18px 22px}.credit-inputs{grid-template-columns:1fr;gap:15px}.credit-inputs>h4,.credit-inputs>.credit-summary-box,.credit-inputs>label:has(textarea),.credit-inputs>label:has(input[type=file]),.credit-inputs>label:has(input[type=checkbox]){grid-column:auto}.credit-record-head strong{font-size:21px}.credit-status{font-size:9px;max-width:120px;text-align:center}.credit-record dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.credit-decision>div{display:grid;grid-template-columns:1fr 1fr}.credit-decision button{padding:10px 7px;min-height:42px}.credit-review{padding:17px}.credit-space .section-head{flex-wrap:wrap}.mobile-nav small{font-size:8px}.field-actions{grid-template-columns:repeat(2,1fr)}}.admin-office{--admin-green:#075640;--admin-green-2:#0b7654;--admin-gold:#c39a3e;--admin-line:#dfe9e2;--admin-muted:#687d72}.admin-office .office-heading{position:relative;overflow:hidden;padding:28px;border-radius:24px;background:linear-gradient(135deg,#073f30,#0a684a);color:#fff;box-shadow:0 18px 45px #07463224;margin-bottom:20px}.admin-office .office-heading:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-90px;top:-120px;background:#dcb95f21}.admin-office .office-heading .eyebrow{color:#e1bd69!important}.admin-office .office-heading h2{color:#fff;margin:.45rem 0;font-size:32px}.admin-office .office-heading h2 span{color:#e0bc67}.admin-office .office-heading>div>p:last-child{color:#cfe5da}.admin-office .office-badge{background:#ffffff13;border:1px solid #ffffff22;color:#fff;position:relative;z-index:1}.admin-office .office-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.admin-office .office-metrics article{position:relative;overflow:hidden;border:1px solid var(--admin-line);border-radius:16px;box-shadow:0 8px 24px #18432f0b;background:linear-gradient(180deg,#fff,#fbfdfb)}.admin-office .office-metrics article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(#0a7856,#d2a64b)}.admin-office .office-metrics article strong{color:#0a4e39}.admin-office .office-body{gap:20px}.admin-office .panel{border:1px solid var(--admin-line);border-radius:18px;box-shadow:0 9px 28px #18432f0d}.admin-office .client-directory .section-head{align-items:center}.admin-office .directory-count{background:#e9f6ee;color:#0b6b4b;font-weight:700}.admin-office .directory-search input{border-radius:12px;background:#fbfdfb}.admin-office .directory-search input:focus{outline:3px solid rgba(16,128,91,.12);border-color:#19835f}.admin-office table{border-collapse:separate;border-spacing:0}.admin-office table thead th{background:#f2f8f4;color:#48675a;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.admin-office table tbody tr{transition:background .14s ease}.admin-office table tbody tr:hover{background:#fbfdfb}.admin-office td,.admin-office th{border-bottom:1px solid #edf2ee}.admin-office td strong{color:#153f31}.admin-office td small{display:block;color:#728278;margin-top:4px}.admin-office select{border:1px solid #dbe7df;border-radius:9px;padding:8px;background:#fff;color:#184b38;max-width:170px}.admin-office .secondary{border-radius:10px}.admin-office .role-button{border:1px solid #dce9e1!important}.admin-office .recent-member>span{background:linear-gradient(135deg,#e4f4e9,#fff5dc);color:#0c5c42}.admin-office .upcoming-panel{background:linear-gradient(145deg,#fffaf0,#f5fbf7)}.admin-office .field-access-link{font-weight:700}.admin-office .credit-review{margin-top:22px}.admin-office .office-metrics article,.admin-office .panel{animation:mbAdminUp .3s cubic-bezier(.2,.8,.2,1) both}@keyframes mbAdminUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:1100px){.admin-office .office-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.admin-office .office-heading{padding:22px 18px;border-radius:19px}.admin-office .office-heading h2{font-size:27px}.admin-office .office-badge{margin-top:10px;display:inline-flex}.admin-office .office-metrics{gap:9px}.admin-office .office-metrics article{padding:14px}.admin-office .office-metrics article strong{font-size:23px}.admin-office .office-body,.admin-office .office-aside{grid-template-columns:1fr}.admin-office .client-directory{padding:14px}.admin-office .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-office table{min-width:860px}.admin-office .section-head{gap:10px}.admin-office .section-head h3{font-size:17px}}@media(prefers-reduced-motion:reduce){.admin-office .office-metrics article,.admin-office .panel{animation:none!important}}.field-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at 92% 0,#e6f3e9 0,transparent 26%),linear-gradient(180deg,#f8fbf8 0,#f3f8f4);color:#15382c}.field-sidebar{background:linear-gradient(165deg,#073f30,#07553d 56%,#033326);color:#fff;padding:28px 18px 24px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;box-shadow:18px 0 50px #053d2b14;overflow:hidden}.field-sidebar:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-95px;bottom:95px;background:radial-gradient(circle,#d4b25a33,transparent 68%);pointer-events:none}.field-brand{display:flex;gap:10px;align-items:center;padding:3px 5px 18px;border-bottom:1px solid #ffffff18;position:relative;z-index:1}.field-brand strong{font-size:27px;letter-spacing:-1px;line-height:1}.field-brand strong>span{color:#dfbd67}.field-brand small{display:block;font-size:10px;margin-top:6px;color:#bddbcf;letter-spacing:.08em;text-transform:uppercase}.field-brand>.leaf-logo{width:42px;filter:drop-shadow(0 5px 14px rgba(0,0,0,.12))}.field-sidebar nav{display:grid;gap:7px;margin-top:25px;position:relative;z-index:1}.field-sidebar nav button{background:transparent;color:#d8eee4;padding:13px 12px;border:1px solid transparent;border-radius:12px;display:flex;gap:13px;align-items:center;text-align:left;font-size:12px;transition:.18s ease}.field-sidebar nav button .ui-icon{width:20px;height:20px}.field-sidebar nav button:hover{background:#ffffff0d;border-color:#ffffff12}.field-sidebar nav button.active{background:linear-gradient(135deg,#ffffff1d,#ffffff0c);border-color:#ffffff20;color:#fff;box-shadow:inset 3px 0 #d7b65d}.field-sidebar-bottom{margin-top:auto;font-size:12px;position:relative;z-index:1;border-top:1px solid #ffffff18;padding-top:16px}.field-sidebar-bottom p{font-weight:700;margin:0}.field-sidebar-bottom small{color:#bad8cb}.field-sidebar-bottom button,.field-sidebar-bottom a{display:block;color:#e1eee7;background:transparent;border:0;font-size:11px;padding:8px 0;text-decoration:none}.field-content{min-width:0;width:100%;max-width:1240px;padding:0 34px 60px;margin:0 auto}.field-header{display:flex;justify-content:space-between;align-items:center;min-height:126px;gap:16px}.field-header h1{font-size:30px;letter-spacing:-1.2px;margin:5px 0;color:#0a4936}.field-header p:last-child{font-size:12px;color:#677e74;margin:5px 0}.field-connection{font-size:10px;background:#e3f3e9;color:#006342;border:1px solid #d4e9dc;border-radius:20px;padding:9px 12px;white-space:nowrap;font-weight:700}.field-connection.offline{background:#fff1d7;color:#8e651a;border-color:#f0dfb7}.field-content .demo-banner{margin:0 0 22px}.field-balance{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a7655,#07513d 58%,#053729);color:#fff;border-radius:24px;padding:30px;box-shadow:0 18px 48px #04463129;border:1px solid #ffffff1b}.field-balance:before{content:"";position:absolute;right:-52px;top:-70px;width:210px;height:210px;border-radius:50%;border:1px solid #daba6c33;box-shadow:0 0 0 28px #ffffff05,0 0 0 56px #ffffff03}.field-balance>.plant-art{position:absolute;bottom:-42px;right:12px;opacity:.24;width:210px}.field-balance p,.field-balance strong,.field-balance small{position:relative;z-index:1}.field-balance p{font-size:12px;margin:0 0 11px;color:#d9eee4;text-transform:uppercase;letter-spacing:.08em}.field-balance strong{display:block;font-size:38px;margin-bottom:10px;letter-spacing:-1.2px;line-height:1.15}.field-balance small{font-size:10px;color:#c8e4d6}.field-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:16px 0 24px;gap:13px}.field-stats article{padding:18px;background:#fff;border:1px solid #e1ebe4;border-radius:16px;text-align:left;box-shadow:0 8px 26px #1844330a;position:relative;overflow:hidden}.field-stats article:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0b7655,#d0a94d)}.field-stats strong{display:block;font-size:28px;margin-bottom:6px;color:#0b513b}.field-stats span{font-size:11px;color:#627971}.field-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:23px}.field-actions button{display:grid;justify-items:center;align-content:center;gap:11px;background:#fff;border:1px solid #dfebe3;color:#0a5c42;border-radius:17px;padding:22px 12px;min-height:126px;box-shadow:0 8px 24px #1441300b}.field-actions button:first-child{color:#fff;background:linear-gradient(145deg,#0b815b,#07523d);border-color:transparent}.field-actions button:nth-child(2){color:#fff;background:linear-gradient(145deg,#d5b45f,#a97d22);border-color:transparent}.field-actions button:nth-child(3){background:linear-gradient(145deg,#fffaf0,#fff4d9);color:#8d681e;border-color:#ead9aa}.field-actions .ui-icon{width:34px;height:34px}.field-actions strong{font-size:13px}.field-content .growth-banner{width:100%;margin-bottom:23px;padding-left:140px;min-height:110px}.field-help{border:1px solid #e3ece6;background:linear-gradient(135deg,#fff,#f7fbf8)}.field-help h3{color:#0a563e}.field-help p,.field-form>p{font-size:12px;color:#6b7c73;line-height:1.7}.field-form{max-width:760px}.field-content h2{font-size:23px;letter-spacing:-.7px;color:#123d2f}.field-content .panel{border-radius:20px;border:1px solid #e0eae3;box-shadow:0 10px 32px #11402f0b}.field-content .web-form label{font-size:11px;color:#4e6d60}.field-content .web-form input,.field-content .web-form select,.field-content .web-form textarea{border-radius:12px;border:1px solid #d9e5dd;background:#fcfefc;min-height:44px}.field-content .web-form input:focus,.field-content .web-form select:focus,.field-content .web-form textarea:focus{outline:2px solid #bca04f66;border-color:#9f873e}.field-client-list article{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid #e6eee9}.field-client-list article:last-child{border-bottom:0}.field-client-list article>div{flex:1;min-width:0}.field-client-list strong{font-size:13px;color:#153c30}.field-client-list small{display:block;color:#6b8176;font-size:10px;line-height:1.55;overflow-wrap:anywhere}.field-client-avatar{width:44px;height:44px;display:grid;place-items:center;background:linear-gradient(145deg,#e5f4ea,#f4faf6);border:1px solid #dceae1;border-radius:14px;color:#00573b;flex:none}.field-client-avatar .ui-icon{width:23px;height:23px}.field-mobile-nav{display:none}.agent-warning{padding:14px;background:#fff5de;border:1px solid #f0dfba;border-radius:12px;color:#82652e;font-size:11px;line-height:1.5}.field-content .history-row{border-radius:14px;padding:13px 12px;background:#fbfdfb;border:1px solid #e7eee9;margin-bottom:8px}.field-content .history-row .reference{max-width:260px;font-size:9px}.role-button{display:block!important;margin-top:6px;background:#eef7f1!important;color:#006240!important}.field-access-link{font-size:12px;color:#00573d;display:inline-block;margin:10px 0}.agent-login-note{font-size:12px;line-height:1.6;color:#536d60;background:#eaf6ed;padding:14px;border-radius:10px}.field-content .receipt{border-radius:16px;border:1px solid #e6dfc6;background:linear-gradient(145deg,#fffdf8,#fff8e8);box-shadow:none}.field-content .success-note{border-radius:14px;background:#e9f6ed;color:#0a6646;border:1px solid #d7eadf}.field-content .primary{background:linear-gradient(135deg,#0b7655,#07513d);border:0;box-shadow:0 8px 18px #085e4124}.field-content .secondary{background:#f4f8f5;border:1px solid #dce8e0;color:#174d39}.field-content .status.success{background:#e6f5eb;color:#0d6847}.field-content .directory-search input{background:#fff;border-radius:12px}.service-agent-link{border-radius:14px;background:#e7f4eb;color:#005d40;padding:14px 7px;display:grid;justify-items:center;gap:7px;text-decoration:none;font-size:12px}.service-agent-link small{font-size:9px}@media(max-width:980px){.field-actions,.field-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.field-shell{display:block}.field-sidebar{display:none}.field-content{padding:0 16px 104px}.field-header{min-height:108px}.field-header h1{font-size:24px}.field-header .eyebrow{font-size:8px!important}.field-connection{font-size:9px;padding:7px}.field-balance{padding:23px;border-radius:20px}.field-balance strong{font-size:31px;max-width:82%}.field-balance>.plant-art{width:170px;right:-8px}.field-stats{gap:9px;margin:12px 0 18px;grid-template-columns:repeat(2,1fr)}.field-stats article{padding:15px 11px;border-radius:14px}.field-stats strong{font-size:24px}.field-stats span{font-size:9px}.field-actions{gap:9px;grid-template-columns:repeat(2,1fr)}.field-actions button{padding:18px 8px;min-height:108px;border-radius:15px}.field-actions strong{font-size:11px}.field-actions .ui-icon{width:29px;height:29px}.field-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;background:#fffffff5;backdrop-filter:blur(14px);border-top:1px solid #dfebe2;padding:8px 4px max(10px,env(safe-area-inset-bottom));box-shadow:0 -10px 28px #0a372812}.field-mobile-nav button{flex:1;min-width:0;display:grid;justify-items:center;gap:4px;background:transparent;border:0;color:#758194;padding:6px 3px}.field-mobile-nav button.active{color:#075a40}.field-mobile-nav button.active:before{content:"";width:22px;height:3px;border-radius:3px;background:#c49e43;display:block;position:absolute;transform:translateY(-8px)}.field-mobile-nav small{font-size:8px;white-space:nowrap}.field-content .section-head{flex-wrap:wrap}.field-content .section-head .primary{padding:9px 12px;min-height:38px;font-size:10px}.field-client-list article{gap:8px}.field-client-list .secondary{font-size:9px;padding:9px}.field-client-list strong{font-size:11px}.field-content .history-row .reference{font-size:8px;max-width:155px}.field-content .history-row{gap:8px}.field-content .history-row>.ui-icon{width:20px}.field-content .panel{padding:17px;border-radius:17px}.field-content .growth-banner{padding-left:110px;min-height:95px}.field-form{max-width:none}}@media(max-width:390px){.field-content{padding-left:13px;padding-right:13px}.field-header h1{font-size:22px}.field-balance strong{font-size:28px}.field-stats article{padding:13px 9px}.field-actions button{min-height:100px}.field-mobile-nav small{font-size:7px}}.mobile-money-panel{max-width:900px;margin:0 auto 36px;border:1px solid rgba(15,77,58,.08);border-radius:28px;box-shadow:0 18px 50px #112d2014;background:#fff;padding:24px}.mobile-money-panel .deposit-hero{min-height:170px;border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(211,170,69,.2),transparent 28%),linear-gradient(135deg,#0f4d3a,#17694f);color:#fff;padding:28px;display:flex;align-items:center;position:relative;overflow:hidden;margin-bottom:24px}.mobile-money-panel .deposit-hero>div{position:relative;z-index:1;max-width:58%}.mobile-money-panel .deposit-hero h3{margin:0 0 10px;font-size:31px;line-height:1.08;letter-spacing:-.9px}.mobile-money-panel .deposit-hero p{margin:0;color:#d8ebe3;font-size:13px;line-height:1.6}.mobile-money-panel .deposit-hero .plant-art{position:absolute;right:-18px;bottom:-44px;width:230px;opacity:.28}.mobile-money-panel .web-form{display:grid;gap:20px}.mobile-money-panel .web-form>label{display:grid;gap:8px;font-size:12px;font-weight:700;color:#334f45}.mobile-money-panel input,.mobile-money-panel select{min-height:50px;border:1px solid #dce6df;border-radius:14px;background:#fbfcfb;padding:12px 14px;color:#163a2d;outline:none}.mobile-money-panel input:focus,.mobile-money-panel select:focus{border-color:#17694f;box-shadow:0 0 0 4px #17694f1a}.amount-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.amount-presets button{padding:11px 6px;background:#f6faf7;border:1px solid #dfe8e2;border-radius:12px;color:#4f655d;font-size:11px;font-weight:750}.amount-presets button[aria-pressed=true]{color:#173b2f;background:#f1ddaa;border-color:#d3aa45;box-shadow:0 7px 18px #d3aa4529}.network-fieldset{border:0;padding:0;margin:2px 0 0;min-width:0}.network-fieldset legend{font-size:13px;font-weight:800;margin-bottom:13px;color:#27473b}.network-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.network-option{position:relative;display:flex!important;flex-direction:column;justify-content:flex-start;gap:7px!important;padding:18px 16px;border:1px solid #dfe8e2;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbf9);cursor:pointer;min-height:150px;box-shadow:0 6px 20px #112d200a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.network-option.selected{border-color:#d3aa45;background:linear-gradient(180deg,#fffdf8,#f7fbf8);box-shadow:0 10px 28px #112d2014,inset 0 0 0 1px #d3aa4538}.network-option:active{transform:scale(.985)}.network-option input{position:absolute;right:13px;top:13px;width:18px!important;height:18px!important;min-height:auto;padding:0;accent-color:#0f4d3a}.network-option strong{font-size:14px;color:#17372c;margin-top:2px}.network-option small{font-size:10px;font-weight:500;color:#6f8179}.network-logo{display:block;width:auto;height:58px;max-width:150px;object-fit:contain;object-position:left center;margin:0 0 2px}.network-logo.mpesa{height:61px;max-width:126px}.network-logo.airtel{height:60px;max-width:142px}.network-logo.orange,.network-logo.afrimoney{height:56px;max-width:156px}.network-check{position:absolute;right:14px;bottom:13px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#0f4d3a;color:#fff;font-size:11px;font-weight:900;opacity:0;transform:scale(.8);transition:all .16s ease}.network-option.selected .network-check{opacity:1;transform:scale(1)}.network-fieldset:disabled .network-option{cursor:not-allowed;opacity:.76}.network-option:focus-within{outline:3px solid rgba(211,170,69,.25);outline-offset:3px}.mobile-money-panel .security-note{margin:2px 0 0;border-radius:16px;background:#eef7f2;padding:16px;display:flex;gap:12px;align-items:flex-start}.mobile-money-panel .security-note .ui-icon{width:36px;height:36px;padding:8px;border-radius:12px;background:#dfeee7;color:#0f4d3a}.mobile-money-panel .security-note strong{font-size:12px}.mobile-money-panel .security-note p{font-size:10px;line-height:1.55;color:#60756c;margin:5px 0 0}.mobile-money-panel .account-note{margin:0;font-size:10px;line-height:1.55;color:#748078}.mobile-money-panel>.receipt{margin-top:22px;border:1px solid #dfe8e2;border-radius:20px;background:linear-gradient(145deg,#f8fcf9,#fffaf0);padding:20px;box-shadow:0 12px 30px #112d200f}.mobile-money-panel>.receipt h3{margin:10px 0 8px;color:#0f4d3a;font-size:20px}.mobile-money-panel>.receipt p{color:#53675f}.mobile-money-panel>.receipt .reference{font-size:10px;overflow-wrap:anywhere}.network-history{color:#406456!important;font-weight:600!important}@media(hover:hover){.network-option:hover{transform:translateY(-2px);box-shadow:0 12px 28px #112d2012}}@media(max-width:640px){.mobile-money-panel{padding:16px;border-radius:22px;margin-bottom:24px}.mobile-money-panel .deposit-hero{min-height:145px;padding:22px;border-radius:20px}.mobile-money-panel .deposit-hero>div{max-width:68%}.mobile-money-panel .deposit-hero h3{font-size:25px}.mobile-money-panel .deposit-hero p{font-size:11px}.mobile-money-panel .deposit-hero .plant-art{width:190px;right:-35px;bottom:-50px}.network-options{gap:9px}.network-option{padding:14px 11px;min-height:136px;border-radius:15px}.network-option strong{font-size:12px}.network-option small{font-size:9px}.network-logo{height:48px;max-width:128px}.network-logo.mpesa{height:52px;max-width:108px}.network-logo.airtel{height:50px;max-width:120px}.network-logo.orange,.network-logo.afrimoney{height:46px;max-width:130px}.amount-presets{gap:6px}.amount-presets button{font-size:9px;padding:10px 4px}.mobile-money-panel .primary{min-height:48px;border-radius:14px}}
