:root{--blue:#1268ff;--blue2:#0b4ed7;--ink:#0b1830;--muted:#65738b;--line:#dce7f5;--bg:#f4f8ff;--green:#22c55e;--danger:#ef4444}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.topbar{height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4.2%;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-size:25px}.brand b{color:var(--blue)}.brand em{color:#23a83f;font-style:normal}.brand small{display:block;font-size:9px;letter-spacing:1.4px;color:#60708a}.brand-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#0872ff,#1cbb55);color:#fff;display:grid;place-items:center;font-weight:900}.top-actions{display:flex;gap:10px;align-items:center}.shell{min-height:calc(100vh - 76px)}.btn{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:11px 18px;font-weight:750;box-shadow:0 8px 20px #1268ff22;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover{transform:translateY(-1px)}.btn.ghost{background:#fff;color:var(--blue);border:1px solid #bcd4ff;box-shadow:none}.btn.outline{background:#fff;color:var(--blue);border:1px solid var(--blue);box-shadow:none}.btn.danger{background:#fff;color:var(--danger);border:1px solid #fecaca;box-shadow:none}.btn.small{padding:7px 11px;font-size:12px}.btn.big{padding:14px 22px}.btn.full{width:100%}.hero{min-height:650px;padding:70px 5%;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;background:radial-gradient(circle at 70% 20%,#7cb0ff 0,#cfe4ff 28%,#eef7ff 68%,#fff 100%);overflow:hidden}.hero-copy{max-width:690px}.eyebrow{display:inline-block;font-size:11px;letter-spacing:1.8px;font-weight:800;color:var(--blue);margin-bottom:13px}.hero h1{font-size:64px;line-height:1.03;margin:0 0 20px;letter-spacing:-3px}.hero h1 span{color:var(--blue)}.hero p{font-size:19px;line-height:1.7;color:#40516b;max-width:600px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0;color:#1d3150}.checks span::first-letter{color:var(--green)}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-art{height:520px;position:relative;display:grid;place-items:center}.phone{width:350px;height:410px;border:8px solid #d5e7ff;border-radius:34px;background:#fff;box-shadow:0 35px 80px #1268ff45;padding:32px;position:relative;z-index:3}.phone-top{font-weight:800;display:flex;justify-content:space-between}.phone-top b{background:#4ade80;color:#fff;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;margin-top:-12px}.amount{font-size:39px;font-weight:850;color:var(--blue);margin-top:40px}.success{color:#16a34a;font-size:13px;margin:8px 0 35px}.mini-row{border-top:1px solid #e5edf8;padding:13px 0;display:flex;justify-content:space-between;font-size:12px;color:#52637a}.mini-row b{color:#13233c}.green{color:#16a34a!important}.pay-pill{position:absolute;background:#fff;border:1px solid #d9e7fb;border-radius:13px;padding:18px 25px;font-weight:900;box-shadow:0 15px 30px #0b183018;z-index:4}.p1{left:3%;top:25%}.p2{left:5%;bottom:25%;color:#e11d48}.p3{right:1%;top:30%;color:#f97316}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb1{width:280px;height:280px;background:#9ed1ff66;top:10%;left:15%}.orb2{width:230px;height:230px;background:#2bd46d33;right:2%;bottom:5%}.grass{position:absolute;bottom:0;width:170px;height:85px;border-radius:50% 50% 30% 30%;background:radial-gradient(ellipse at 50% 90%,#14a63c 0,#39c85d 45%,transparent 46%),repeating-linear-gradient(75deg,#20b84a 0 4px,#74e58a 4px 7px);filter:drop-shadow(0 18px 20px #0b183033);z-index:2}.grass1{left:4%}.grass2{right:3%;transform:scale(.85)}.features{margin:-10px 4% 40px;background:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 50px #12345b14;display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;z-index:5}.features article{padding:8px 25px;border-right:1px solid var(--line)}.features article:last-child{border:0}.features h3{margin:9px 0 5px;font-size:16px}.features p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.stats{margin:0 4% 60px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#1672ff,#0751d5);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;box-shadow:0 20px 45px #1268ff30}.stats div{text-align:center}.stats b{display:block;font-size:28px}.stats span{opacity:.85;font-size:12px}.auth-card{max-width:520px;margin:70px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:35px;box-shadow:0 20px 60px #163a6414}.auth-card.wide{max-width:760px}.auth-head{text-align:center;margin-bottom:25px}.auth-head h1{margin:0 0 8px;font-size:34px}.auth-head p{color:var(--muted)}label{display:block;font-size:13px;font-weight:700;margin-bottom:15px}input,select,textarea{width:100%;border:1px solid #cfdced;border-radius:10px;padding:12px 13px;margin-top:7px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #1268ff12}textarea{min-height:100px;resize:vertical}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.span2{grid-column:1/-1}.center{text-align:center;color:var(--muted)}.center a{color:var(--blue);font-weight:700}.panel-body{background:#f5f8fd;min-height:100vh}.sidebar{width:245px;position:fixed;left:0;top:0;bottom:0;background:#071b3a;color:#cbd8ec;padding:24px 14px;display:flex;flex-direction:column}.sidebrand{color:#fff;padding:0 10px 28px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{padding:12px 14px;border-radius:10px;color:#b8c8e0;font-weight:650}.sidebar nav a.active,.sidebar nav a:hover{background:#1268ff;color:#fff}.side-bottom{margin-top:auto}.side-bottom button{width:100%;background:#ffffff10;border:1px solid #ffffff18;color:#cbd8ec;padding:11px;border-radius:10px}.panel-main{margin-left:245px;padding:28px 32px;min-height:100vh}.panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.panel-top h2{margin:3px 0 0}.muted{color:var(--muted);font-size:12px}.user-chip{padding:8px 12px;background:#fff;border:1px solid var(--line);border-radius:99px;font-size:12px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.metric,.panel-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px #173f6b0b}.metric{padding:20px}.metric span,.metric small{display:block;color:var(--muted);font-size:12px}.metric b{display:block;font-size:27px;margin:9px 0}.metric.blue{background:linear-gradient(135deg,#1268ff,#0751d5);color:#fff;border-color:#1268ff}.metric.blue span,.metric.blue small{color:#dceaff}.panel-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.panel-card{padding:20px;margin-bottom:18px}.section-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:15px}.section-head h3,.panel-card h3{margin:0}.section-head a{color:var(--blue);font-size:13px;font-weight:700}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:680px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid #edf2f8;font-size:12px;vertical-align:middle}th{color:#738199;font-size:11px;text-transform:uppercase;letter-spacing:.7px}td small{display:block;color:#8492a8;margin-top:4px}code,.code-block,.code-mini{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.status{display:inline-flex;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:800;background:#eef2f7;color:#55637a}.status.paid{background:#dcfce7;color:#15803d}.status.pending,.status.submitted{background:#fff7d6;color:#a16207}.status.failed,.status.cancelled{background:#fee2e2;color:#b91c1c}.empty{text-align:center;padding:35px;color:var(--muted)}.pager{margin-top:15px}.api-mini p{color:var(--muted);line-height:1.6}.code-mini,.code-block{background:#081a35;color:#bde0ff;border-radius:12px;padding:16px;line-height:1.7;font-size:11px;margin-top:15px;overflow:auto}.code-block{min-height:280px}.notice{padding:12px;border-radius:10px;background:#eff6ff;border:1px solid #dbeafe;color:#315174;font-size:12px;margin:12px 0}.gateway-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.gateway-row small{display:block;color:var(--muted);margin-top:4px}.checkout-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:40px;background:linear-gradient(145deg,#e8f3ff,#fff)}.checkout-card,.result-card{width:min(560px,100%);background:#fff;border-radius:25px;border:1px solid var(--line);padding:35px;box-shadow:0 25px 70px #12345b18}.checkout-brand{font-size:25px;font-weight:900;margin-bottom:30px}.checkout-brand span{color:#1aa944}.checkout-card h1,.result-card h1{margin:0 0 12px;font-size:32px}.pay-amount{font-size:38px;font-weight:900;color:var(--blue);margin:10px 0 18px}.checkout-meta{display:flex;justify-content:space-between;gap:15px;border-block:1px solid var(--line);padding:13px 0;margin-bottom:20px;font-size:11px;color:var(--muted)}.checkout-meta b{display:block;color:var(--ink);margin-top:4px}.tiny{font-size:10px;color:#8997aa;text-align:center}.result-card{text-align:center}.result-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#eef2f7;font-size:35px;font-weight:900}.result-icon.paid{background:#dcfce7;color:#16a34a}.result-icon.failed{background:#fee2e2;color:#dc2626}.result-card code{display:block;margin:10px auto 25px;background:#f1f5f9;padding:9px;border-radius:8px;word-break:break-all}.inline{display:inline}.top-actions form{margin:0}#toast{position:fixed;right:20px;top:20px;z-index:10000}.toast{background:#0b1830;color:#fff;padding:13px 16px;border-radius:11px;box-shadow:0 15px 35px #0002;margin-bottom:8px;font-size:13px}.toast.error{background:#b91c1c}
@media(max-width:1000px){.hero{grid-template-columns:1fr}.hero-art{min-height:470px}.features{grid-template-columns:1fr 1fr}.features article:nth-child(2){border-right:0}.cards{grid-template-columns:1fr 1fr}.panel-grid{grid-template-columns:1fr}.sidebar{width:76px}.sidebrand span:not(.brand-icon),.sidebar nav a{font-size:0}.sidebar nav a{text-align:center}.sidebar nav a:first-letter{font-size:18px}.panel-main{margin-left:76px}.side-bottom button{font-size:0}.side-bottom button:first-letter{font-size:18px}}
@media(max-width:650px){.topbar{height:68px}.hero{padding:45px 20px;min-height:auto}.hero h1{font-size:44px;letter-spacing:-2px}.hero p{font-size:16px}.checks,.grid2{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-art{height:420px;transform:scale(.82);margin:-30px}.features{margin:0 15px 25px;grid-template-columns:1fr}.features article{border-right:0;border-bottom:1px solid var(--line);padding:18px}.stats{margin:0 15px 30px;grid-template-columns:1fr 1fr}.auth-card{margin:30px 15px;padding:25px}.panel-main{padding:18px 12px}.panel-top{align-items:flex-start}.panel-top h2{font-size:20px}.cards{grid-template-columns:1fr 1fr}.metric{padding:15px}.metric b{font-size:20px}.checkout-card,.result-card{padding:25px}.checkout-meta{flex-direction:column}.top-actions .user-chip{display:none}}
dialog{border:0;border-radius:18px;padding:0;width:min(430px,92vw);box-shadow:0 30px 90px #071b3a44}dialog::backdrop{background:#071b3a66;backdrop-filter:blur(3px)}.modal-card{margin:0;border:0}.wallet-positive{color:#15803d}.wallet-negative{color:#b91c1c}.metric a{color:inherit;text-decoration:underline}.table-wrap .btn+.btn{margin-left:5px}
