@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#182d33;background:#f5f7f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;display:flex}button,input{font:inherit}button,a,input{outline-offset:4px}button{cursor:pointer;border:1px solid #dfe6e8;background:white;padding:11px 17px;border-radius:9px;color:#243e46;font-weight:600}button:hover{background:#edf8f4}button:disabled{opacity:.5;cursor:not-allowed}aside{width:235px;position:fixed;height:100vh;background:white;padding:38px 24px;border-right:1px solid #e5eaec}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#153d37;font-size:29px;font-weight:800;letter-spacing:-1px}.brand small{display:block;font-size:10px;letter-spacing:4px;margin-top:-4px}.mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#d9f48b;color:#173d30;font-size:28px}.nav-label{font-size:10px;color:#8b999f;letter-spacing:1.7px;margin:64px 12px 16px}.active{display:block;background:#eaf4f0;color:#215647;padding:14px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700}.aside-foot{position:absolute;bottom:36px;font-size:12px;line-height:1.9;color:#476258}.aside-foot span{color:#8b999f}main{margin-left:235px;width:calc(100% - 235px);padding:0 5vw;max-width:1550px}header{height:95px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e9eb;font-size:12px;color:#809096}header b{padding:0 12px;color:#b2bdc0}.heading{display:flex;justify-content:space-between;align-items:center;padding:36px 0 30px}.eyebrow,.step{font-size:10px;font-weight:700;letter-spacing:1.7px;color:#5c8376}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-1px}h1{font-size:36px;margin:9px 0 10px}h2{font-size:20px;margin:8px 0 17px}p{color:#7a8990;font-size:14px}.currency{font-size:11px;border:1px solid #dfe6e8;padding:9px 12px;border-radius:20px;background:white}.grid{display:grid;grid-template-columns:1fr 1.13fr;gap:24px;align-items:start}.balance{background:#173e34;color:#fff;border-radius:18px;padding:30px;min-height:290px;position:relative;overflow:hidden}.balance:after{content:'';position:absolute;width:220px;height:220px;border:1px solid #507a57;border-radius:50%;right:-95px;bottom:-45px;box-shadow:0 0 0 30px #ffffff04,0 0 0 60px #ffffff03;pointer-events:none}.balance-top{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#dce9e2}.wallet-icon{color:#d8f794;font-size:24px}.amount{font-family:Manrope,sans-serif;font-size:46px;font-weight:600;letter-spacing:-2px;margin:27px 0 5px}.balance-caption{font-size:12px;color:#9eb8ac}.balance-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff24;margin-top:34px;padding-top:20px;font-size:10px;letter-spacing:2px;color:#c5dd9f}.card{background:white;border:1px solid #e3e9eb;border-radius:16px;padding:28px}.recharge h2{margin-top:12px}.recharge label{display:block;font-size:12px;margin:24px 0 10px}.money-input{display:flex;align-items:center;gap:10px;border:1px solid #d5dfdc;border-radius:9px;padding:13px 16px}.money-input input{border:0;background:transparent;width:100%;min-width:0;font-size:23px;font-weight:600;color:#183d33}.money-input>span:last-child{font-size:11px;color:#8a9995}.presets{display:flex;gap:8px;margin:12px 0 22px}.presets button{flex:1;padding:10px 5px;font-size:12px}.presets .selected{border-color:#365f4c;background:#edf7e5}.primary{background:#d9f48b;color:#243c22;border-color:#d9f48b}.primary:hover{background:#ccec78}.checkout{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 18px;font-size:13px}.helper{font-size:11px;text-align:center;line-height:1.6}.payment-brand{border-top:1px solid #edf0f0;margin-top:20px;padding-top:17px;text-align:center;font-size:10px;color:#8b999f}.payment-brand strong{font-size:15px;color:#129bcc;margin-left:10px}.history{margin-top:26px}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title h2{font-size:18px;margin:0}.section-title p{font-size:12px}.section-title button{font-size:11px}table{width:100%;border-collapse:collapse;margin-top:15px;font-size:12px}th{text-align:left;color:#81908e;font-weight:500;border-bottom:1px solid #e9eeec;padding:15px 5px}td{padding:20px 5px;border-bottom:1px solid #edf0ef}td:last-child,th:last-child{text-align:right}.empty{text-align:center!important;color:#94a19e;height:100px}.table-wrap{overflow:auto}footer{display:flex;justify-content:space-between;font-size:11px;color:#9ba6a3;padding:30px 0}#notice{padding:14px 18px;background:#fff5dc;border:1px solid #f0dfa9;border-radius:9px;color:#66542e;line-height:1.5}#auth-panel{margin-bottom:24px}#auth-form{display:flex;align-items:end;gap:16px;flex-wrap:wrap}#auth-form label{font-size:12px;display:grid;gap:7px;flex:1}#auth-form input{padding:12px;border:1px solid #d5dfdc;border-radius:8px;width:100%;min-width:180px}.auth-actions{display:flex;gap:8px}[hidden]{display:none!important}@media(max-width:1000px){aside{width:190px;padding:30px 18px}main{margin-left:190px;width:calc(100% - 190px);padding:0 25px}.grid{grid-template-columns:1fr}.balance{min-height:250px}.currency{display:none}}@media(max-width:640px){body{display:block}aside{position:static;height:auto;width:100%;padding:18px 22px;border-bottom:1px solid #e5eaec}.brand{font-size:24px}.nav-label,.active,.aside-foot{display:none}main{margin:0;width:100%;padding:0 20px}header{height:65px}.heading{padding:24px 0}h1{font-size:30px}.eyebrow{font-size:8px}.card{padding:22px}.section-title{align-items:start;gap:10px}.section-title button{white-space:nowrap}.amount{font-size:38px}.auth-actions{width:100%}}
