@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Poppins,'Noto Sans Devanagari',sans-serif}body{background:#dbe9df}.gram-splash{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:35px 16px 55px;background:radial-gradient(circle at 10% 10%,rgba(211,181,90,.16),transparent 24%),linear-gradient(145deg,#edf5ee 0%,#d9e9dc 48%,#c4dec9 100%);color:#173d2a}.gram-splash:before{content:'';position:absolute;inset:auto -10% -100px;height:240px;background:repeating-linear-gradient(75deg,transparent 0 32px,rgba(36,107,69,.08) 33px 35px);transform:skewY(-8deg)}.splash-orb{position:absolute;border-radius:50%;border:1px solid rgba(36,107,69,.08)}.orb-a{width:360px;height:360px;right:-180px;top:-150px;box-shadow:0 0 0 45px rgba(255,255,255,.1),0 0 0 90px rgba(36,107,69,.025)}.orb-b{width:250px;height:250px;left:-155px;bottom:-120px}.splash-tools{position:absolute;right:16px;top:15px;display:flex;gap:7px;align-items:center;z-index:2;font-size:9px;color:#537061}.splash-tools a{color:inherit;text-decoration:none;font-weight:700}.splash-tools .settings{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid #d4e4d8;color:#246b45;margin-left:5px}.splash-card{width:min(430px,100%);position:relative;z-index:2;background:rgba(255,255,255,.96);border:1px solid #d1e3d6;border-radius:28px;padding:34px 23px 24px;text-align:center;box-shadow:0 28px 70px rgba(26,74,48,.16)}.splash-card:before{content:'';position:absolute;left:0;right:0;top:0;height:5px;border-radius:28px 28px 0 0;background:linear-gradient(90deg,#246b45,#6ca86e,#c8952f)}.brand-mark{width:108px;height:108px;margin:2px auto 18px;padding:17px;border-radius:32px;background:#eef7ef;border:1px solid #d4e7d9;box-shadow:inset 0 0 0 7px #f8fbf7}.brand-mark img{width:100%;height:100%;object-fit:contain}.kicker{font-size:9px;letter-spacing:1.6px;font-weight:800;color:#b18328}.splash-card h1{margin:7px 0 7px;font-size:29px;line-height:1.35}.sub{margin:0;color:#315c43;font-size:13px;font-weight:700}.desc{margin:15px auto 25px;max-width:340px;color:#6c7a71;font-size:11px;line-height:1.85}.enter-btn{display:flex;align-items:center;justify-content:space-between;width:min(285px,100%);margin:auto;padding:14px 15px 14px 18px;border-radius:14px;background:linear-gradient(135deg,#1d6240,#3b8a5b);color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 12px 25px rgba(36,107,69,.22)}.enter-btn b{width:29px;height:29px;border-radius:9px;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:17px}.trust{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;color:#738179;font-size:8px}.trust i{height:13px;width:1px;background:#d4dfd7;margin:0 4px}.splash-footer{position:absolute;bottom:20px;z-index:2;font-size:8px;color:#789083}@media(max-width:380px){.splash-card{padding:29px 17px 21px;border-radius:23px}.brand-mark{width:92px;height:92px}.splash-card h1{font-size:25px}.desc{margin-bottom:20px}}
