:root{--surface:#fff;--surface-soft:#f7f8fd;--text:#17212b;--muted:#6b7280;--line:#e4e8f2;--line-strong:#d3d9e8;--brand:#6a5af9;--brand-strong:#4a3ee6;--brand-soft:#f0eeff;--success:#1f9a67;--danger:#d14343;--shadow:0 18px 42px #1f294814;--phone-shadow:0 38px 88px #1e274924}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;color:var(--text);background:linear-gradient(#f5f6fb 0%,#eef1f8 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-root{justify-content:center;min-height:100vh;padding:12px;display:flex}.app-phone-shell{width:min(100%,480px);margin:0 auto}.app-shell{width:min(100%,480px);min-height:100vh;box-shadow:var(--phone-shadow);background:linear-gradient(#fbfbff 0%,#f4f6fb 100%);border:1px solid #e4e8f2;border-radius:28px;position:relative;overflow:hidden}.main{min-height:100vh}.top{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#fbfbfffa,#f4f6fbf0);padding:16px 18px 12px;position:sticky;top:0}.mobile{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand span{color:#fff;background:radial-gradient(circle at 28% 22%,#ffffff8c,#0000 24%),linear-gradient(145deg,#2ed3ff 0%,#4b6cff 48%,#5b35e8 100%);border-radius:15px;place-items:center;width:44px;height:44px;display:grid;position:relative;box-shadow:0 14px 26px #4b6cff47}.brand span:after{content:"";background:#21d07a;border:3px solid #fbfbff;border-radius:999px;width:13px;height:13px;position:absolute;bottom:-3px;right:-3px}.brand span i{font-size:14px;font-style:normal;font-weight:900}.brand div{gap:2px;line-height:1;display:grid}.brand strong{color:#0f172a;letter-spacing:-.04em;font-size:18px;font-weight:900}.brand strong b{color:var(--brand-strong)}.brand small{color:#64748b;letter-spacing:.11em;font-size:9px;font-weight:700}.search{border:1px solid var(--line);background:#fffffffa;border-radius:18px;align-items:center;gap:10px;padding:11px 14px;display:flex}.search span{color:#7b8191}.searchIcon{flex:0 0 18px;width:18px;height:18px}.searchIcon svg{fill:currentColor;width:18px;height:18px}.search input{width:100%;color:var(--text);background:0 0;border:0}.balance{display:none}.content{gap:14px;padding:8px 16px 106px;display:grid}.dashboardTop{box-shadow:var(--shadow);border-radius:24px;gap:0;display:grid;overflow:hidden}.heroPanel,.balancePanel,.pageSection,.table,.profile,.security{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px}.heroPanel{color:#fff;background:radial-gradient(circle at 82% 22%,#8475ff59,#0000 20%),linear-gradient(135deg,#251d87 0%,#4f32d2 58%,#694ef7 100%);border-bottom-right-radius:0;border-bottom-left-radius:0;grid-template-columns:1fr;align-items:center;gap:12px;padding:18px;display:grid;position:relative;overflow:hidden}.heroCopy{z-index:1;position:relative}.heroEyebrow{letter-spacing:.1em;opacity:.84;margin-bottom:10px;font-size:10px;font-weight:700;display:inline-block}.heroPanel h1{margin:0;font-size:21px;line-height:1.16}.heroPanel p{color:#ffffffe0;max-width:310px;margin:8px 0 0;font-size:12px;line-height:1.45}.heroAction{color:#4336d8;background:#fff;border-radius:12px;justify-content:center;align-items:center;margin-top:12px;padding:9px 13px;font-size:12px;font-weight:700;display:inline-flex}.heroVisual{place-items:center;width:148px;height:140px;display:grid;position:relative}.heroOrb{border-radius:999px;position:absolute}.heroOrbA{background:#ffffff14;width:110px;height:110px;top:10px;right:8px}.heroOrbB{background:#ffffff14;width:74px;height:74px;bottom:4px;left:10px}.heroPhone{z-index:1;background:linear-gradient(#fcfcff,#eff2ff);border:4px solid #1e165f;border-radius:22px;width:118px;padding:8px;position:relative;transform:rotate(7deg);box-shadow:0 18px 32px #130c473d}.heroPhoneHeader{color:#202b4d;align-items:center;gap:6px;margin-bottom:8px;display:flex}.heroPhoneHeader span{color:#fff;background:linear-gradient(#4c7dff,#3155e5);border-radius:8px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:grid}.heroPhoneHeader small{font-size:10px;font-weight:700}.heroPhoneGrid{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.heroMiniCard{text-align:center;background:#fff;border:1px solid #e8ecf8;border-radius:10px;padding:6px 4px}.heroMiniCard b{color:#fff;background:var(--mini-accent);border-radius:7px;place-items:center;width:22px;height:22px;margin:0 auto 4px;font-size:10px;display:grid}.heroMiniCard small{color:#334155;font-size:7px;font-weight:700;line-height:1.2;display:block}.balancePanel{box-shadow:none;border-top:0;border-top-left-radius:0;border-top-right-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.balancePanel small{color:#8b93a7;font-size:11px;display:block}.balancePanel strong{margin-top:6px;font-size:16px;display:block}.balancePanel button{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;border:0;border-radius:14px;padding:10px 14px;font-size:12px;font-weight:700}.pageSection,.profile,.security{padding:16px}.sectionHead,.checkoutHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sectionHead h2,.checkoutHeader h2,.profile h2,.security h2{margin:0;font-size:16px}.sectionHead p,.checkoutHeader p,.profile p,.security p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.4}.sectionLink{color:var(--brand);background:0 0;border:0;padding:0;font-size:12px;font-weight:700}.serviceGridModern{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 8px;margin-top:14px;display:grid}.serviceCardModern{text-align:center;background:0 0;border:0;justify-items:center;gap:5px;display:grid}.serviceBadgeModern{color:#fff;background:radial-gradient(circle at 30% 24%, #ffffff47, transparent 20%), var(--service-accent);border-radius:16px;place-items:center;width:46px;height:46px;font-size:16px;font-weight:700;display:grid;box-shadow:0 10px 20px #232b4c1f}.serviceCardModern strong{font-size:12px;line-height:1.25}.serviceCardModern small{color:var(--muted);font-size:9px;line-height:1.3}.checkoutCard{box-shadow:none;background:0 0;border:0;padding:0}.checkoutHeader>div:last-child{background:var(--surface-soft);text-align:right;border-radius:12px;min-width:110px;padding:10px 12px}.checkoutHeader small{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;display:block}.checkoutHeader strong{color:var(--brand-strong);margin-top:4px;display:block}.checkoutCats{gap:8px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.checkoutCats button,.modal footer button,.security button,.authTabs button,.primary,.authSubmit,.balancePanel button,.serviceCardModern,.sectionLink,.bottom button{cursor:pointer}.checkoutCats button{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#fff;border-radius:999px;padding:8px 12px;font-size:12px}.checkoutCats button.active{border-color:var(--brand);background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff}.productStrip{gap:10px;max-height:245px;margin-top:14px;display:grid;overflow:auto}.productPick{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;gap:4px;padding:12px;display:grid}.productPick b{color:var(--muted);font-size:12px}.productPick span{font-size:14px}.productPick strong{color:var(--brand-strong);font-size:14px}.productPick.active{border-color:var(--brand);background:#f6f3ff;box-shadow:0 0 0 1px #6a5af926}.checkoutForm{gap:10px;margin-top:14px;display:grid}.checkoutForm label,.settings label,.modal label{color:#344453;gap:6px;font-size:12px;font-weight:600;display:grid}.checkoutForm input,.settings input,.modal input,.loginPanel input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:12px 13px}.summaryGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.summaryCard{background:linear-gradient(#fff,#f8f9ff);border:1px solid #e7eaf4;border-radius:14px;padding:12px}.summaryCard span{color:var(--muted);font-size:11px;display:block}.summaryCard b{margin-top:4px;font-size:14px;line-height:1.35;display:block}.summaryCard em{color:var(--brand-strong);margin-top:6px;font-size:11px;font-style:normal;display:block}.empty{border:1px dashed var(--line-strong);color:var(--muted);text-align:center;background:#fafbff;border-radius:14px;padding:14px;font-size:12px}.table{overflow:auto}table{border-collapse:collapse;width:100%;min-width:640px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #ebeff6;padding:12px 14px;font-size:13px}th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:#f8f9fe;font-size:11px}td small{color:var(--muted);margin-top:4px;display:block}td em{color:var(--success);font-style:normal;font-weight:600}.settings{gap:14px;display:grid}.profile>span{background:var(--brand-soft);width:42px;height:42px;color:var(--brand-strong);border-radius:12px;place-items:center;font-weight:700;display:grid}.profile>div{margin:12px 0 14px}.security{gap:10px;display:grid}.security button,.modal footer button:first-child{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:12px;padding:11px 12px}.primary,.authSubmit,.modal .primary{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;border:0;border-radius:12px;padding:12px 14px;font-weight:700}.danger{color:var(--danger);background:#fff4f4;border:1px solid #f4c5c5}.error,.message{border-radius:12px;margin-top:8px;padding:11px 12px;font-size:12px}.error{color:#a43131;background:#fff1f1;border:1px solid #f1c1c1}.message{color:#176346;background:#f0faf5;border:1px solid #c7e7d7}.bottom{z-index:6;width:min(100%,480px);padding:8px 14px calc(8px + env(safe-area-inset-bottom));background:linear-gradient(#f5f6fb00,#f5f6fbf7 28%);grid-template-columns:repeat(3,1fr);gap:10px;margin:0 auto;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom button{min-height:56px;color:var(--muted);background:#fffffffa;border:1px solid #e4e8f2f2;border-radius:16px;align-content:center;justify-items:center;gap:4px;display:grid}.bottom button i{place-items:center;width:22px;height:22px;display:grid}.bottom button i svg{fill:currentColor;width:20px;height:20px}.bottom button small{font-size:11px;font-weight:600}.bottom button.active{color:var(--brand-strong);background:#f3f2ff;border-color:#dcdffd;box-shadow:0 8px 18px #6a5af91f}.sidebar{display:none}.toast{z-index:20;color:#fff;background:#182138;border-radius:12px;width:fit-content;max-width:calc(100% - 32px);margin:0 auto;padding:12px 14px;position:fixed;top:16px;left:0;right:0;box-shadow:0 14px 30px #1821382e}.login{min-height:calc(100vh - 24px);box-shadow:var(--phone-shadow);background:linear-gradient(#efefff 0% 44%,#fff 44% 100%);border:1px solid #e4e8f2;border-radius:28px;align-content:start;display:grid;overflow:hidden}.device{color:#fff;background:linear-gradient(145deg,#3e2ab3,#6248ef);border-radius:18px;margin-top:14px;padding:18px;box-shadow:0 20px 36px #3f2bb338}.deviceHead{justify-content:space-between;align-items:center;display:flex}.deviceHead span{color:#fff;background:#ffffff2e;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.deviceHead small{color:#ffffffd6;letter-spacing:.08em;font-size:11px}.device p,.device strong{margin:0}.device p{opacity:.8;margin-top:14px;font-size:12px}.device strong{margin-top:4px;font-size:28px;display:block}.successBox{background:#ffffff24;border:1px solid #ffffff38;border-radius:12px;margin-top:14px;padding:10px 12px;font-size:13px}.successBox small{opacity:.84;margin-top:4px;display:block}.loginCopy{margin-top:16px}.loginCopy span{color:var(--brand-strong);letter-spacing:.08em;font-size:11px;font-weight:700}.loginCopy h1{margin:8px 0 6px;font-size:26px;line-height:1.1}.loginCopy p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.loginPanel form{gap:10px;display:grid}.mobileBrand{display:none}.authTabs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px;display:grid}.authTabs button{border:1px solid var(--line);color:var(--muted);background:#f7f8fd;border-radius:12px;padding:11px 12px;font-weight:600}.authTabs button.active{color:var(--brand-strong);background:#f3f2ff;border-color:#dbddfb}.loginPanel>form>span{color:var(--brand-strong);letter-spacing:.08em;font-size:11px;font-weight:700}.loginPanel h2{margin:0;font-size:22px;line-height:1.15}.loginPanel p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.secure{color:var(--muted);text-align:center;margin-top:2px;font-size:11px;display:block}.authSwitch{text-align:center;color:var(--muted);font-size:12px}.authSwitch button{color:var(--brand-strong);background:0 0;border:0;font-weight:700}.backdrop{z-index:30;background:#0c151c6b;align-items:end;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:20px 20px 0 0;gap:12px;width:min(100%,480px);margin:0 auto;padding:18px;display:grid;box-shadow:0 -18px 34px #0f17202e}.modal header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.modal header>div{align-items:center;gap:10px;display:flex}.modal header>div>span{background:var(--brand-soft);width:38px;height:38px;color:var(--brand-strong);border-radius:12px;place-items:center;display:grid}.modal h2{margin:0;font-size:16px}.modal header small{color:var(--muted)}.modal header button{border:1px solid var(--line);width:34px;height:34px;color:var(--text);background:#fff;border-radius:10px}.modal .total{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;padding:12px}.modal .total span{color:var(--muted);font-size:12px;display:block}.modal .total b{color:var(--brand-strong);margin-top:4px;font-size:20px;display:block}.modal .notice{color:var(--muted);margin:0;font-size:12px}.modal footer{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (max-width:430px){.app-root{padding:0}.app-shell,.login{box-shadow:none;border:0;border-radius:0}}@media (max-width:520px){.heroVisual{display:none}.heroPanel{min-height:188px}}@media (min-width:900px){.app-root{padding:24px}.app-shell,.app-phone-shell,.bottom{width:480px}.dashboardTop{border-radius:26px}.heroPanel{grid-template-columns:1fr auto;min-height:238px;padding:22px}.heroVisual{display:grid}.heroPanel h1{font-size:24px}.login{grid-template-columns:1fr 430px;width:min(100%,980px);min-height:720px}.loginVisual{padding:30px}.loginPanel{border-left:1px solid var(--line);background:#fffffff2;padding:28px 24px}.loginCopy{max-width:540px}}.content{gap:0;padding:8px 16px 124px}.dashboardPage{gap:14px;width:100%;max-width:100%;display:grid}.dashboardHero,.walletCard,.dashboardPanel{border:1px solid var(--line);width:100%;max-width:100%;box-shadow:var(--shadow);overflow:hidden}.dashboardHero{color:#fff;background:radial-gradient(circle at 88% 18%,#fff3,#0000 23%),radial-gradient(circle at 82% 100%,#16a3ff38,#0000 28%),linear-gradient(135deg,#201579 0%,#4b2fd2 54%,#6b53ff 100%);border-radius:24px;align-content:center;gap:14px;min-height:230px;padding:22px 20px 20px;display:grid;position:relative}.dashboardHero>div:first-child{z-index:2;max-width:270px;position:relative}.dashboardHero span{letter-spacing:.12em;opacity:.86;margin-bottom:10px;font-size:10px;font-weight:800;display:block}.dashboardHero h1{letter-spacing:-.03em;max-width:315px;margin:0;font-size:25px;line-height:1.12}.dashboardHero p{color:#ffffffe6;max-width:270px;margin:10px 0 0;font-size:12px;line-height:1.48}.dashboardHero a{z-index:2;width:fit-content;color:var(--brand-strong);background:#fff;border-radius:13px;justify-content:center;align-items:center;padding:11px 15px;font-size:13px;font-weight:800;display:inline-flex;position:relative;box-shadow:0 12px 24px #14104e2e}.heroShowcase{z-index:1;width:118px;height:132px;position:absolute;bottom:20px;right:16px}.heroPhoneMock{background:linear-gradient(#fff,#eef4ff);border:5px solid #19114e;border-radius:22px;width:78px;height:118px;padding:10px 8px;position:absolute;bottom:0;right:8px;transform:rotate(7deg);box-shadow:0 18px 32px #100a3a4d}.heroPhoneMock span{color:#fff;background:linear-gradient(135deg,#2ed3ff,#4b6cff);border-radius:9px;place-items:center;width:25px;height:25px;margin:0 auto 8px;font-size:10px;font-weight:900;display:grid}.heroPhoneMock i,.heroPhoneMock i:before,.heroPhoneMock i:after{content:"";background:#dfe6ff;border-radius:999px;height:9px;display:block}.heroPhoneMock i:before{background:#ecefff;width:42px;margin-top:13px}.heroPhoneMock i:after{background:#ecefff;width:34px;margin-top:7px}.heroPhoneMock small{color:#0e9f68;text-align:center;background:#e9fff4;border-radius:8px;padding:5px 4px;font-size:7px;font-weight:800;position:absolute;bottom:10px;left:8px;right:8px}.heroFloatCard{background:#fffffff5;border-radius:14px;padding:9px 10px;position:absolute;top:18px;left:0;box-shadow:0 14px 25px #100a3a33}.heroFloatCard b{color:#0e9f68;font-size:13px;display:block}.heroFloatCard small{color:#64748b;margin-top:2px;font-size:8px;font-weight:700;display:block}.walletCard{z-index:1;background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;margin-top:-30px;padding:17px 16px;display:flex;position:relative}.walletCard small,.miniBalance small{color:#8b93a7;font-size:11px;display:block}.walletCard strong{margin-top:6px;font-size:21px;line-height:1;display:block}.walletCard button{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;border:0;border-radius:14px;min-width:112px;padding:12px 13px;font-size:12px;font-weight:800;box-shadow:0 12px 22px #6a5af938}.dashboardPanel{background:#fff;border-radius:22px;padding:17px 16px}.sectionHead{align-items:flex-start}.sectionHead h2{letter-spacing:-.02em;font-size:17px}.sectionHead p{font-size:12px}.serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 10px;margin-top:18px;display:grid}.serviceTile{text-align:center;cursor:pointer;background:linear-gradient(#fff,#fbfcff);border:1px solid #edf1f8;border-radius:18px;justify-items:center;gap:6px;min-width:0;padding:10px 4px 9px;display:grid}.serviceTile:hover{border-color:#dde4f3;box-shadow:0 12px 22px #1f294814}.serviceTileIcon{width:54px;height:54px;color:var(--service-accent);background:linear-gradient(#fff,#f8faff);border:1px solid #eef1f7;border-radius:20px;place-items:center;display:grid;box-shadow:0 12px 20px #1f29481a,inset 0 -1px #0f172a08}.serviceTileIcon svg{fill:currentColor;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;filter:none;width:34px;height:34px}.miniPromoRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.miniPromoRow article{border:1px solid var(--line);text-align:center;background:#fff;border-radius:18px;min-width:0;padding:13px 8px;box-shadow:0 12px 24px #1f294812}.miniPromoRow b{color:var(--brand-strong);font-size:16px;line-height:1;display:block}.miniPromoRow small{color:var(--muted);margin-top:6px;font-size:10px;line-height:1.2;display:block}.cashbackBanner{color:#fff;background:radial-gradient(circle at 88% 25%,#fff3,#0000 25%),linear-gradient(135deg,#0f9f83,#13c28f 52%,#2dd4bf);border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 36px #0f9f832e}.cashbackBanner span{letter-spacing:.1em;opacity:.82;font-size:10px;font-weight:900}.cashbackBanner h2{max-width:250px;margin:6px 0 4px;font-size:18px;line-height:1.15}.cashbackBanner p{color:#ffffffd1;max-width:270px;margin:0;font-size:11px;line-height:1.4}.cashbackBanner>b{background:#ffffff2e;border-radius:20px;flex:0 0 58px;place-items:center;width:58px;height:58px;font-size:20px;display:grid;box-shadow:inset 0 0 0 1px #ffffff3d}.servicePage{gap:14px;width:100%;display:grid}.serviceHero{color:#fff;background:radial-gradient(circle at 88% 20%, #ffffff3d, transparent 24%), linear-gradient(135deg, color-mix(in srgb, var(--service-page-color), #172554 28%), var(--service-page-color));min-height:176px;box-shadow:var(--shadow);border-radius:24px;padding:18px;position:relative;overflow:hidden}.serviceHero:after{content:"";background:#ffffff21;border-radius:38px;width:130px;height:130px;position:absolute;bottom:-32px;right:-22px;transform:rotate(18deg)}.serviceHero button{z-index:1;color:#fff;background:#ffffff24;border:1px solid #ffffff3d;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;position:relative}.serviceHero span{z-index:1;letter-spacing:.12em;opacity:.82;margin-top:20px;font-size:10px;font-weight:900;display:block;position:relative}.serviceHero h1{z-index:1;letter-spacing:-.04em;margin:7px 0 6px;font-size:27px;line-height:1.08;position:relative}.serviceHero p{z-index:1;color:#ffffffd6;max-width:280px;margin:0;font-size:12px;line-height:1.45;position:relative}.providerChips{flex-wrap:wrap;gap:9px;margin-top:14px;display:flex}.identityPanel{gap:9px;display:grid}.identityPanel label{color:#334155;gap:8px;font-size:12px;font-weight:900;display:grid}.identityPanel input{color:#17212b;background:#fff;border:1px solid #dfe5f1;border-radius:15px;width:100%;height:48px;padding:0 14px;font-size:14px;box-shadow:inset 0 1px #0f172a08}.identityPanel p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.providerCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.providerCards button{color:#17212b;text-align:center;background:#fff;border:1px solid #e7ebf5;border-radius:20px;align-content:center;justify-items:center;gap:9px;min-width:0;min-height:116px;padding:12px 8px;display:grid;box-shadow:0 12px 24px #1f29480f}.providerCards button:disabled{opacity:1}.providerCards button.active{background:#fff;border-color:#dfe4f2;box-shadow:0 16px 30px #1f29481a}.walletProviderCards button{min-height:128px;padding:16px 8px}.walletProviderCards .providerLogo:has(.brandImage){width:112px;height:88px}.walletProviderCards .providerLogo .brandImage{width:108px;height:82px}.providerCards button span{overflow-wrap:anywhere;max-width:100%;font-size:10.5px;font-weight:900;line-height:1.15}.providerLogo{color:#fff;width:76px;height:62px;box-shadow:none;background:0 0;border:0;border-radius:16px;place-items:center;font-style:normal;display:grid;overflow:hidden}.providerLogo .logoText{color:inherit;letter-spacing:-.05em;font-size:13px;font-weight:1000}.provider-telkomsel{background:#fff;border-color:#fff;transform:none}.logoTelkomsel,.logoArt{width:62px;height:62px;display:block}.logoWide{width:76px;height:44px;display:block}.provider-indosat .logoArt,.provider-xl .logoArt,.provider-tri .logoArt,.provider-axis .logoArt,.provider-bpjs-kesehatan .logoArt,.provider-bpjs-ketenagakerjaan .logoArt{filter:drop-shadow(0 8px 12px #1f29481a)}.provider-bpjs-kesehatan .logoArt,.provider-bpjs-ketenagakerjaan .logoArt{width:66px;height:66px}.provider-indosat{color:#d71920;background:0 0}.provider-indosat .logoText{letter-spacing:-.08em;font-size:18px;font-style:italic}.provider-xl{background:0 0}.provider-xl .logoText{letter-spacing:-.1em;font-size:22px}.provider-axis{background:0 0}.provider-axis .logoText{letter-spacing:-.08em;font-size:16px}.provider-tri{background:0 0}.provider-tri .logoText{font-size:32px}.provider-smartfren{color:#e11d48;background:0 0}.provider-smartfren .logoText{font-size:18px}.provider-dana{background:0 0}.provider-gopay .logoText,.provider-shopeepay .logoText,.provider-linkaja .logoText,.provider-mobile-legends .logoText,.provider-free-fire .logoText,.provider-google-play .logoText,.provider-netflix .logoText{letter-spacing:-.08em;font-size:13px}.provider-dana,.provider-ovo,.provider-gopay,.provider-shopeepay,.provider-linkaja,.provider-bpjs-kesehatan,.provider-bpjs-ketenagakerjaan,.provider-pdam-tirtanadi,.provider-pdam-tirta-kualo,.provider-pdam-tirtauli,.provider-token-pln{color:inherit;background:0 0}.provider-ovo{background:linear-gradient(135deg,#4c1d95,#7c3aed)}.provider-gopay{background:linear-gradient(135deg,#00a6d6,#00d084)}.provider-shopeepay{background:linear-gradient(135deg,#ee4d2d,#ff8a3d)}.provider-bpjs-kesehatan,.provider-bpjs-ketenagakerjaan{background:linear-gradient(135deg,#16a34a,#22c55e)}.provider-pdam-tirtanadi,.provider-pdam-tirta-kualo,.provider-pdam-tirtauli{background:linear-gradient(135deg,#0891b2,#22d3ee)}.provider-mobile-legends,.provider-free-fire{background:linear-gradient(135deg,#f97316,#ef4444)}.provider-token-pln{color:#78350f;background:linear-gradient(135deg,#f59e0b,#facc15)}.providerLogo,.providerLogo.provider-ovo,.providerLogo.provider-gopay,.providerLogo.provider-shopeepay,.providerLogo.provider-bpjs-kesehatan,.providerLogo.provider-bpjs-ketenagakerjaan,.providerLogo.provider-pdam-tirtanadi,.providerLogo.provider-pdam-tirta-kualo,.providerLogo.provider-pdam-tirtauli,.providerLogo.provider-mobile-legends,.providerLogo.provider-free-fire,.providerLogo.provider-token-pln{box-shadow:none;background:0 0}.providerLogo svg{overflow:visible}.providerLogo.hasBrandImage>svg,.providerLogo.hasBrandImage>span{display:none}.providerLogo .brandImage{object-fit:contain;object-position:center;filter:none;width:104px;height:76px;display:block}.providerLogo .brandImage[src*=ovo]{width:82px;height:82px}.providerLogo:has(.brandImage){width:108px;max-width:100%;height:80px;overflow:visible}.provider-telkomsel .brandImage{object-fit:contain;width:74px;height:74px}.provider-bpjs-kesehatan .brandImage,.provider-bpjs-ketenagakerjaan .brandImage{object-fit:cover;object-position:left center;width:74px;height:74px}.provider-pdam-tirtanadi .brandImage,.provider-pdam-tirta-kualo .brandImage,.provider-pdam-tirtauli .brandImage{object-fit:contain;width:82px;height:76px}.moreServicesPage{gap:14px;display:grid}.moreServicesHero{color:#fff;background:linear-gradient(135deg,#ff6b57,#a855f7 55%,#3b82f6);border-radius:24px;padding:24px 22px 25px;position:relative;overflow:hidden;box-shadow:0 18px 34px #7c3aed38}.moreServicesHero:after{content:"";border:28px solid #ffffff24;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-54px;right:-38px}.moreServicesHero button{z-index:1;color:#fff;background:#ffffff24;border:1px solid #ffffff59;border-radius:10px;margin-bottom:20px;padding:8px 12px;font-weight:800;position:relative}.moreServicesHero span,.moreServicesHero h1,.moreServicesHero p{z-index:1;position:relative}.moreServicesHero span{letter-spacing:.08em;font-size:10px;font-weight:900}.moreServicesHero h1{max-width:270px;margin:8px 0 7px;font-size:27px;line-height:1.08}.moreServicesHero p{opacity:.9;max-width:280px;margin:0;font-size:13px;line-height:1.45}.moreServiceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.moreServiceGrid button{color:#17212b;text-align:left;background:linear-gradient(145deg,#fff,#f9fbff);border:1px solid #e9edf5;border-radius:19px;min-height:139px;padding:15px 13px;position:relative;box-shadow:0 10px 20px #1f29480e}.moreServiceGrid button>span{color:#fff;border-radius:15px;place-items:center;width:45px;height:45px;margin-bottom:13px;font-size:23px;display:grid;box-shadow:0 9px 15px #0f172a24}.moreServiceGrid strong{padding-right:15px;font-size:13px;display:block}.moreServiceGrid small{color:#718096;margin-top:4px;font-size:10.5px;display:block}.moreServiceGrid i{color:#9aa7bb;font-size:23px;font-style:normal;position:absolute;bottom:13px;right:13px}.moreServiceGrid button>.moreServiceIcon{width:54px;height:54px;box-shadow:none;border-radius:17px;padding:0;display:block;overflow:hidden;background:0 0!important}.moreServiceIcon img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}@media (min-width:720px){.moreServiceGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}.promoSlider{border-radius:22px;position:relative;overflow:hidden;box-shadow:0 16px 32px #32298724}.promoTrack{width:400%;animation:16s ease-in-out infinite pulsalincahPromoSlide;display:flex}.promoSlide{color:#fff;flex:0 0 25%;justify-content:space-between;align-items:center;min-height:151px;padding:22px 21px;display:flex;position:relative;overflow:hidden}.promoSlide:before,.promoSlide:after{content:"";border:18px solid #ffffff21;border-radius:50%;position:absolute}.promoSlide:before{width:110px;height:110px;top:-38px;right:-27px}.promoSlide:after{width:82px;height:82px;bottom:-62px;right:38px}.promoSlide-violet{background:linear-gradient(125deg,#4527b8,#7c3aed)}.promoSlide-blue{background:linear-gradient(125deg,#0759c9,#13a9e7)}.promoSlide-orange{background:linear-gradient(125deg,#e85035,#f59e0b)}.promoSlide>div,.promoSlide>b{z-index:1;position:relative}.promoSlide span{letter-spacing:.08em;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.promoSlide h2{max-width:205px;margin:0 0 6px;font-size:21px;line-height:1.12}.promoSlide p{opacity:.9;max-width:235px;margin:0;font-size:11px;line-height:1.45}.promoSlide>b{background:#ffffff2e;border:1px solid #ffffff42;border-radius:18px;flex:0 0 58px;place-items:center;width:58px;height:58px;margin-left:12px;font-size:15px;display:grid;box-shadow:0 10px 18px #0000001f}.promoDots{z-index:2;gap:5px;display:flex;position:absolute;bottom:13px;right:18px}.promoDots i{background:#ffffff7a;border-radius:999px;width:6px;height:6px}.promoDots i:first-child{background:#fff;width:17px}@keyframes pulsalincahPromoSlide{0%,25%{transform:translate(0)}31%,56%{transform:translate(-25%)}62%,87%{transform:translate(-50%)}93%,to{transform:translate(-75%)}}.livePanel{overflow:hidden}.onlinePill{color:#168347;white-space:nowrap;background:#ecfdf3;border-radius:999px;align-items:center;gap:6px;padding:7px 9px;font-size:10px;font-weight:800;display:inline-flex}.onlinePill i{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e21}.liveActivityGrid{gap:10px;margin-top:14px;display:grid}.liveActivityGrid article{background:#fbfcff;border:1px solid #edf0f6;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.activityIcon{color:#fff;border-radius:13px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:900;display:grid}.activity-green{background:linear-gradient(135deg,#16a34a,#4ade80)}.activity-blue{background:linear-gradient(135deg,#2563eb,#38bdf8)}.activity-orange{background:linear-gradient(135deg,#f97316,#fbbf24)}.liveActivityGrid strong,.liveActivityGrid small{display:block}.liveActivityGrid strong{margin-bottom:3px;font-size:12px}.liveActivityGrid small{color:#718096;font-size:10.5px}.guideSteps{gap:10px;margin-top:14px;display:grid}.guideSteps article{background:linear-gradient(135deg,#f5f4ff,#fbfbff);border-radius:17px;min-height:96px;padding:15px 14px 14px 58px;position:relative}.guideSteps b{color:#fff;background:#5d4cf2;border-radius:11px;place-items:center;width:32px;height:32px;font-size:10px;display:grid;position:absolute;top:15px;left:14px}.guideSteps strong,.guideSteps small{display:block}.guideSteps strong{margin-bottom:5px;font-size:12px}.guideSteps small{color:#718096;font-size:10.5px;line-height:1.4}@media (min-width:720px){.liveActivityGrid,.guideSteps{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){.promoTrack{animation:none}}.dashboardPanel{border-color:#e8edf6;box-shadow:0 14px 30px #1d2a4b12}.sectionHead h2{color:#14233a;font-weight:850}.sectionHead p{color:#73819a;margin-top:4px;line-height:1.45}.serviceTile{background:#fff;border:1px solid #eef2f7;border-radius:19px;min-height:132px;padding:13px 5px 11px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;box-shadow:0 9px 20px #1f29480e}.serviceTile:after{background:var(--service-accent);content:"";opacity:.28;border-radius:99px 99px 0 0;height:2px;position:absolute;inset:auto 12px 0}.serviceTile:hover{border-color:color-mix(in srgb, var(--service-accent) 30%, #e4e9f3);transform:translateY(-2px);box-shadow:0 15px 26px #1f29481f}.serviceTileIcon{color:#fff;background:linear-gradient(145deg, color-mix(in srgb, var(--service-accent) 78%, #fff), var(--service-accent));width:57px;height:57px;box-shadow:0 11px 18px color-mix(in srgb, var(--service-accent) 25%, transparent);border:0;border-radius:20px;position:relative;overflow:hidden}.serviceTileIcon:before{content:"";background:#fff3;border-radius:50%;width:48px;height:48px;position:absolute;top:-20px;right:-16px}.serviceTileIcon svg{z-index:1;width:33px;height:33px;position:relative}.serviceTile strong{color:#16243a;align-items:end;min-height:28px;font-size:11.5px;font-weight:850;line-height:1.16;display:grid}.miniPromoRow article{border-color:#e9edf5;box-shadow:0 8px 18px #1f29480d}@media (min-width:720px){.serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.serviceTile{min-height:144px}}.serviceGrid{gap:16px 10px}.serviceTile,.serviceTile:hover{min-height:96px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:2px 3px;transform:none}.serviceTile:after{display:none}.serviceTileIcon{width:46px;height:46px;box-shadow:0 8px 14px color-mix(in srgb, var(--service-accent) 22%, transparent);border-radius:16px}.serviceTileIcon svg{width:27px;height:27px}.serviceTile strong{min-height:17px;font-size:11px}.serviceTile small{min-height:17px;font-size:8.5px}@media (min-width:720px){.serviceTile{min-height:104px}}.historyPage{gap:16px;width:100%;min-width:0;max-width:100%;padding-bottom:6px;display:grid}.historyHero{color:#fff;background:linear-gradient(135deg,#182d55 0%,#244b91 55%,#3c77cc 100%);border-radius:24px;min-height:190px;padding:24px 21px;position:relative;overflow:hidden;box-shadow:0 17px 32px #1a377033}.historyHero:before{content:"";border:26px solid #ffffff1a;border-radius:50%;width:170px;height:170px;position:absolute;top:-55px;right:-42px}.historyHero>span,.historyHero h1,.historyHero p{z-index:1;position:relative}.historyHero>span{letter-spacing:.1em;opacity:.8;margin-bottom:9px;font-size:10px;font-weight:900;display:block}.historyHero h1{letter-spacing:-.035em;max-width:275px;margin:0;font-size:25px;line-height:1.12}.historyHero p{color:#ffffffd6;max-width:272px;margin:10px 0 0;font-size:12px;line-height:1.48}.historyHeroMarks{z-index:1;align-items:end;gap:7px;display:flex;position:absolute;bottom:21px;right:21px}.historyHeroMarks i{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff24;border:1px solid #fff3;border-radius:12px;place-items:center;width:35px;height:35px;font-style:normal;font-weight:900;display:grid}.historyHeroMarks i:nth-child(2){transform:translateY(-12px)}.historyEmptyState{text-align:center;background:radial-gradient(circle at 50% 0,#f0f5ff,#fff 52%);border:1px solid #e7ecf5;border-radius:24px;justify-items:center;width:100%;min-width:0;padding:31px 22px 27px;display:grid;box-shadow:0 13px 28px #1e2d4c11}.historyEmptyIcon{color:#4e63d8;background:linear-gradient(135deg,#e5efff,#f2edff);border-radius:27px;place-items:center;width:76px;height:76px;margin-bottom:18px;display:grid;box-shadow:0 13px 21px #4e63d821}.historyEmptyIcon svg{fill:none;stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;width:51px;height:51px}.historyEmptyIcon svg rect{fill:#fffc;stroke:none}.historyEmptyState>span{color:#5a54d9;letter-spacing:.1em;font-size:10px;font-weight:900}.historyEmptyState h2{color:#17253b;letter-spacing:-.025em;margin:8px 0 7px;font-size:18px}.historyEmptyState>p{color:#718098;max-width:296px;margin:0;font-size:12px;line-height:1.55}.historyEmptyNotes{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:19px;display:flex}.historyEmptyNotes span{color:#75839a;background:#fff;border:1px solid #e8edf5;border-radius:999px;padding:7px 9px;font-size:9.5px;font-weight:750}.historyPanel{background:#fff;border:1px solid #e7ecf5;border-radius:22px;padding:17px 16px;box-shadow:0 13px 28px #1e2d4c11}.historyPanelHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.historyPanelHead h2{color:#17253b;margin:0;font-size:17px}.historyPanelHead p{color:#718098;margin:5px 0 0;font-size:11px}.historyPanelHead>span{color:#168347;white-space:nowrap;background:#ecfdf3;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:850}.historyPanel .table{border:1px solid #edf0f6;border-radius:15px;margin-top:16px}.accountPage{gap:15px;width:100%;min-width:0;padding-bottom:6px;display:grid}.accountHero{color:#fff;background:linear-gradient(135deg,#312e81,#5b3ee7 56%,#5185f5);border-radius:24px;grid-template-columns:auto 1fr;align-items:center;gap:14px;min-height:151px;padding:21px 19px;display:grid;position:relative;overflow:hidden;box-shadow:0 17px 33px #4b3ee738}.accountHero:after{content:"";border:25px solid #ffffff1f;border-radius:50%;width:165px;height:165px;position:absolute;bottom:-58px;right:-44px}.accountAvatar{z-index:1;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(145deg,#ffffff6b,#ffffff24);border:2px solid #ffffff7a;border-radius:22px;place-items:center;width:61px;height:61px;font-size:20px;font-weight:900;display:grid;position:relative;box-shadow:0 10px 21px #14104e33}.accountHeroCopy{z-index:1;min-width:0;position:relative}.accountHeroCopy span{letter-spacing:.07em;opacity:.8;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.accountHeroCopy h1{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:21px;line-height:1.1;overflow:hidden}.accountHeroCopy p{color:#ffffffd1;margin:5px 0 0;font-size:12px}.accountVerified{z-index:1;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;bottom:14px;right:16px}.accountVerified i{color:#125c42;background:#58e5a6;border-radius:50%;place-items:center;width:13px;height:13px;font-size:9px;font-style:normal;display:grid}.accountPanel{background:#fff;border:1px solid #e7ecf5;border-radius:22px;padding:17px 16px;box-shadow:0 13px 28px #1e2d4c11}.accountPanelHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.accountPanelHead h2{color:#17253b;letter-spacing:-.02em;margin:0;font-size:17px}.accountPanelHead p{color:#718098;margin:5px 0 0;font-size:11px;line-height:1.45}.accountPanelIcon{color:#5c53e8;background:#eeeefe;border-radius:13px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.accountPanelIcon-green{color:#14975a;background:#eafaf1}.accountPanelIcon svg,.accountHelp svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.accountRows{border:1px solid #edf0f6;border-radius:16px;gap:0;margin-top:14px;display:grid;overflow:hidden}.accountRows div{background:#fff;justify-content:space-between;align-items:center;gap:15px;min-height:48px;padding:10px 12px;display:flex}.accountRows div+div{border-top:1px solid #edf0f6}.accountRows span{color:#7a879b;font-size:11px}.accountRows strong{color:#223149;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:60%;font-size:12px;overflow:hidden}.securityPanel{background:linear-gradient(145deg,#fff,#f8fffb)}.securityStatus{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.securityStatus span{color:#218257;background:#edfaf3;border-radius:10px;align-items:center;gap:6px;padding:8px 9px;font-size:10px;font-weight:800;display:inline-flex}.securityStatus i{color:#fff;background:#32bd79;border-radius:50%;place-items:center;width:14px;height:14px;font-size:9px;font-style:normal;display:grid}.securityNote{color:#718098;margin:13px 0 0;font-size:11px;line-height:1.5}.accountHelp{background:#f8f8ff;border:1px solid #e8e9fc;border-radius:18px;align-items:center;gap:11px;padding:14px;display:flex}.accountHelp>span{color:#5a51e4;background:#e8e7ff;border-radius:13px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.accountHelp strong,.accountHelp small{display:block}.accountHelp strong{color:#263450;margin-bottom:3px;font-size:12px}.accountHelp small{color:#77849a;font-size:10.5px;line-height:1.4}.accountLogout{color:#d0505b;background:#fff8f8;border:1px solid #f5d1d5;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:48px;font-size:12px;font-weight:850;display:flex}.accountLogout span{font-size:19px;line-height:1;transform:rotate(180deg)}.heroPerson{z-index:1;object-fit:cover;object-position:right center;pointer-events:none;width:180px;height:100%;position:absolute;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 26% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 26% 100%)}.dashboardHero>div:first-child,.dashboardHero>a{z-index:2}@media (max-width:390px){.heroPerson{width:154px}.dashboardHero>div:first-child{max-width:224px}.dashboardHero h1{font-size:23px}}.promoSlide>div{z-index:2}.promoPerson{z-index:1;object-fit:cover;object-position:right center;pointer-events:none;width:150px;height:100%;position:absolute;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 31% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 31% 100%)}.promoSlide h2,.promoSlide p{max-width:190px}@media (min-width:420px){.promoPerson{width:178px}.promoSlide h2,.promoSlide p{max-width:214px}}.serviceTileIcon{background:0 0;width:52px;height:52px;overflow:hidden;box-shadow:0 9px 17px #1f294821}.serviceTileIcon:before{display:none}.serviceTileIcon img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.serviceEmpty{grid-column:1/-1}.providerChips span{color:#334155;background:#f8faff;border:1px solid #e7ebf5;border-radius:999px;padding:9px 11px;font-size:12px;font-weight:800}.serviceProductGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.serviceProductGrid button{text-align:left;background:radial-gradient(circle at 100% 0,#6a5af914,#0000 34%),linear-gradient(#fff,#fbfcff);border:1px solid #e7ebf5;border-radius:18px;min-width:0;min-height:132px;padding:13px;box-shadow:0 12px 24px #1f294812}.serviceProductGrid button:disabled{cursor:default;opacity:.72}.serviceProductGrid small{color:var(--muted);font-size:10px;font-weight:800;display:block}.serviceProductGrid strong{color:#17212b;min-height:35px;margin-top:6px;font-size:13px;line-height:1.25;display:block}.serviceProductGrid b{color:var(--brand-strong);margin-top:10px;font-size:14px;display:block}.serviceProductGrid span{background:var(--brand-soft);width:fit-content;color:var(--brand-strong);border-radius:999px;margin-top:10px;padding:7px 10px;font-size:11px;font-weight:900;display:block}.serviceProductGrid button:not(:disabled) span{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff}.serviceTileIcon .iconCut{fill:#fff}.serviceTileIcon .iconShade,.serviceTileIcon .iconLine{fill:none;stroke:#fff;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.serviceTileIcon .iconGlow{fill:#ffffffb8}.serviceTile:active .serviceTileIcon{transform:translateY(1px)scale(.98)}.serviceTile strong{color:#17212b;overflow-wrap:anywhere;max-width:100%;font-size:12px;font-weight:800;line-height:1.18}.serviceTile small{max-width:100%;color:var(--muted);font-size:9.5px;line-height:1.25}.promoPanel{background:linear-gradient(#fffffff5,#f8f9fff5),radial-gradient(circle at 100% 0,#6a5af926,#0000 28%)}.featureGrid{gap:10px;margin-top:14px;display:grid}.featureGrid article{background:#fff;border:1px solid #e8ecf8;border-radius:16px;grid-template-columns:42px 1fr;grid-template-areas:"icon title""icon desc";align-items:center;column-gap:11px;padding:12px;display:grid}.featureGrid article b{background:var(--brand-soft);width:42px;height:42px;color:var(--brand-strong);border-radius:14px;grid-area:icon;place-items:center;font-size:13px;font-weight:900;display:grid}.featureGrid article strong{grid-area:title;font-size:13px}.featureGrid article small{color:var(--muted);grid-area:desc;margin-top:3px;font-size:11px;line-height:1.35}.miniBalance{background:var(--brand-soft);text-align:right;border-radius:14px;flex:none;padding:9px 11px}.miniBalance b{color:var(--brand-strong);margin-top:4px;font-size:12px;display:block}.checkoutCard{gap:12px;margin-top:14px;display:grid}.checkoutCats{margin-top:0;padding-bottom:4px}.checkoutCats button{padding:8px 11px}.productStrip{max-height:none;margin-top:0;overflow:visible}.productPick{border-radius:15px;width:100%;min-width:0;padding:12px}.checkoutForm{margin-top:0}.checkoutForm input{min-width:0}.primary{border-radius:14px;width:100%;min-height:46px}.insightGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.historyPanel .table{border:1px solid var(--line);box-shadow:none;border-radius:16px;margin-top:12px}@media (max-width:430px){.content{padding:8px 14px 128px}.dashboardHero{border-radius:23px;min-height:208px;padding:21px 19px}.dashboardHero h1{font-size:24px}.walletCard{margin-top:-28px}}@media (max-width:360px){.serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.miniBalance{display:none}}.agentPanel{color:#fff;background:radial-gradient(circle at 90% 12%,#21d07a29,#0000 28%),linear-gradient(135deg,#102033 0%,#172554 100%)}.agentPanel .sectionHead p{color:#ffffffbd}.agentStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:15px;display:grid}.agentStats span{text-align:center;background:#ffffff17;border:1px solid #ffffff24;border-radius:16px;min-width:0;padding:12px 8px}.agentStats b{font-size:17px;line-height:1;display:block}.agentStats small{color:#ffffffb8;margin-top:6px;font-size:10px;line-height:1.2;display:block}.login{background:linear-gradient(#f0efff 0%,#f7f8ff 46%,#fff 46% 100%);grid-template-columns:1fr;max-width:430px;min-height:calc(100vh - 24px);margin:0 auto}.loginVisual{padding:18px 18px 10px}.device{border-radius:22px;margin-top:16px;padding:17px}.device strong,.loginCopy h1{font-size:24px}.loginPanel{padding:16px 18px 20px}@media (min-width:900px){.login.app-phone-shell,.login{grid-template-columns:1fr;width:430px;max-width:430px;min-height:auto}.loginPanel{border-left:0;padding:18px}}.login.app-phone-shell{width:min(100%,390px)}.login{background:linear-gradient(#fffffff5,#f8fafffa),radial-gradient(circle at 50% 0,#6a5af929,#0000 34%);border-radius:34px;align-content:center;max-width:390px;min-height:calc(100vh - 24px);padding:22px 18px 58px;display:grid;position:relative}.simpleLogin{background:0 0;width:100%;padding:0}.simpleLogin form{background:#fffffff0;border:1px solid #e7ebf5;border-radius:26px;gap:11px;padding:22px 16px 18px;box-shadow:0 22px 52px #1f29481f}.loginLogo{justify-items:center;margin-bottom:4px;display:grid}.loginLogo .brand{text-align:center;justify-items:center;gap:8px;display:grid}.loginLogo .brand span{border-radius:18px;width:62px;height:62px}.loginLogo .brand span i{font-size:20px}.loginLogo .brand div{justify-items:center}.loginLogo .brand strong{font-size:24px}.simpleLogin h2{color:#17212b;text-align:center;margin:2px 0 0;font-size:18px}.simpleLogin p{text-align:center;font-size:11px}.simpleLogin label{color:#64748b;gap:6px;font-size:11px;font-weight:700;display:grid}.simpleLogin input{background:#fff;border-radius:10px;height:44px;padding:0 13px;box-shadow:inset 0 1px #0f172a05}.forgotBtn{color:#98a1b3;text-align:left;background:0 0;border:0;width:fit-content;padding:0;font-size:10px}.simpleLogin .authSubmit{background:linear-gradient(135deg,#18b879,#0e9f68);border-radius:10px;justify-self:end;min-width:112px;min-height:40px;padding:10px 16px;box-shadow:0 12px 22px #0e9f6838}.simpleLogin .authSwitch{margin:4px 0 0;font-size:11px}@media (min-width:900px){.login.app-phone-shell,.login{width:390px;max-width:390px}}.serviceTileIcon,.moreServiceGrid button>.moreServiceIcon{border-radius:50%;box-shadow:none!important;background:0 0!important}.serviceTileIcon img,.moreServiceIcon img{border-radius:50%}.livePanel,.cashbackBanner,.guidePanel{display:none}.servicesPanel,.featurePanel{border-radius:25px;padding:22px 18px}.sectionHead h2{font-size:19px;line-height:1.2}.sectionHead p{max-width:290px;margin-top:6px;font-size:12px;line-height:1.5}.serviceTile,.serviceTile:hover{gap:9px;min-height:116px;padding:1px 2px}.serviceTile strong{color:#14233a;min-height:0;font-size:12px;line-height:1.18}.serviceTile small{color:#7b899e;min-height:0;font-size:9.5px;line-height:1.3}.featureGrid{gap:14px;margin-top:20px}.featureGrid article{min-height:88px;box-shadow:none;border-radius:18px;padding:16px 15px 16px 64px}.featureGrid article b{border-radius:12px;width:36px;height:36px;top:16px;left:15px}.featureGrid article strong{font-size:13px}.featureGrid article small{font-size:11px;line-height:1.45}@media (min-width:720px){.dashboardPage{gap:28px}.dashboardHero{min-height:282px;padding:33px 30px}.dashboardHero h1{max-width:360px;font-size:35px}.dashboardHero p{max-width:340px;font-size:14px}.servicesPanel,.featurePanel{padding:27px 26px}.serviceGrid{gap:30px 22px}.serviceTile,.serviceTile:hover{min-height:138px}.serviceTileIcon{width:66px;height:66px}.serviceTile strong{font-size:14px}.serviceTile small{font-size:11px}.featureGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.featureGrid article{grid-template-columns:1fr;grid-template-areas:"icon""title""desc";min-height:148px;padding:20px 17px 17px}.featureGrid article b{margin-bottom:10px;position:static}}.livePanel{display:block}.dashboardHero{border-radius:23px;min-height:212px;padding:20px 18px}.dashboardHero span{margin-bottom:7px;font-size:8.5px}.dashboardHero h1{max-width:218px;font-size:23px}.dashboardHero a{border-radius:10px;margin-top:14px;padding:9px 12px;font-size:10px}.heroPerson{width:148px}.servicesPanel,.featurePanel,.livePanel{border-radius:20px;padding:17px 15px}.sectionHead h2{font-size:16px}.sectionHead p{margin-top:4px;font-size:10.5px;line-height:1.4}.serviceTile,.serviceTile:hover{gap:5px;min-height:87px}.serviceTile small{font-size:8px}.promoSlider{border-radius:20px;box-shadow:0 10px 22px #33269c1f}.promoSlide h2{font-size:18px}.promoSlide p{font-size:10px}.livePanel .sectionHead{align-items:center}.livePanel .sectionHead p{display:none}.featureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:15px}.featureGrid article{text-align:center;border-radius:14px;grid-template-columns:1fr;grid-template-areas:"icon""title";justify-items:center;min-height:93px;padding:10px 5px;display:grid}.featureGrid article b{border-radius:9px;width:29px;height:29px;margin:0 0 7px;font-size:8px;position:static}.featureGrid article strong{font-size:9px;line-height:1.2}.featureGrid article small{display:none}@media (min-width:720px){.dashboardPage{gap:20px}.dashboardHero{min-height:240px;padding:25px}.dashboardHero h1{max-width:315px;font-size:29px}.dashboardHero p{max-width:292px;font-size:12px}.servicesPanel,.featurePanel,.livePanel{padding:21px}.serviceGrid{gap:22px 18px}.serviceTile,.serviceTile:hover{min-height:112px}.serviceTileIcon{width:57px;height:57px}.serviceTile strong{font-size:12px}.serviceTile small{font-size:9px}.promoSlide{min-height:185px}.liveActivityGrid,.featureGrid{gap:12px}.liveActivityGrid article{min-height:104px}.featureGrid article{min-height:114px}.featureGrid article small{margin-top:4px;font-size:10px;display:block}}.dashboardPage{gap:14px}.dashboardHero{background:linear-gradient(125deg,#2722a8 0%,#4434d8 57%,#5a42e7 100%);min-height:205px;padding:19px 17px 17px}.dashboardHero span{letter-spacing:.08em;font-size:8px}.dashboardHero h1{letter-spacing:-.035em;max-width:194px;font-size:22px}.dashboardHero p{max-width:188px;font-size:9.5px;line-height:1.4}.dashboardHero a{min-height:31px;margin-top:11px;padding:8px 10px;font-size:9px}.heroPerson{object-position:right center;width:69%;right:-2px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 30% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 30% 100%)}.quickActionRow{z-index:4;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:-6px 8px 0;display:grid;position:relative}.quickActionRow button{text-align:left;background:#fff;border:1px solid #e8edf7;border-radius:14px;align-items:center;gap:8px;min-width:0;min-height:57px;padding:8px 9px;display:flex;box-shadow:0 8px 18px #242b5c1a}.quickActionIcon{color:#fff;border-radius:10px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:18px;font-weight:850;line-height:1;display:grid}.quickActionPlus{background:linear-gradient(135deg,#665bf6,#4034ce)}.quickActionBolt{background:linear-gradient(135deg,#ffad21,#ff7b19);font-size:15px}.quickActionRow strong,.quickActionRow small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.quickActionRow strong{color:#192943;font-size:10px}.quickActionRow small{color:#8390a4;margin-top:3px;font-size:8px}.servicesPanel{padding-top:18px}.serviceTile,.serviceTile:hover{min-height:82px}.serviceTileIcon{width:43px;height:43px}.serviceTile strong{font-size:10px}.promoSlider{border-radius:18px}.promoSlide{min-height:145px}.promoSlide h2{max-width:170px;font-size:17px}.livePanel,.featurePanel{padding:15px}.liveActivityGrid{margin-top:11px}.featureGrid{margin-top:12px}@media (min-width:720px){.dashboardHero{min-height:246px;padding:26px}.dashboardHero>div:first-child{max-width:310px}.dashboardHero h1{max-width:310px;font-size:30px}.dashboardHero p{max-width:285px;font-size:12px}.heroPerson{width:61%}.quickActionRow{gap:12px;margin:-12px 18px 0}.quickActionRow button{min-height:68px;padding:11px 14px}.quickActionIcon{flex-basis:37px;width:37px;height:37px}.servicesPanel{padding-top:22px}.serviceGrid{gap:21px 16px}.serviceTile,.serviceTile:hover{min-height:110px}.serviceTileIcon{width:58px;height:58px}.serviceTile strong{font-size:12px}.promoSlide{min-height:174px}}.quickActionRow{display:none}.dashboardHero{border-bottom-right-radius:19px;border-bottom-left-radius:19px;margin-bottom:0}.servicesPanel{z-index:4;border:1px solid #e7ecf6f0;border-radius:19px;margin:-15px 7px 0;padding:16px 13px 15px;position:relative;box-shadow:0 12px 25px #2029501a}.servicesPanel .sectionHead h2{font-size:15px}.servicesPanel .sectionHead p{font-size:9.5px}.serviceTile,.serviceTile:hover{grid-template-rows:42px auto;align-content:start;justify-items:center;gap:7px;min-height:76px;padding:0;display:grid}.serviceTileIcon{flex:none;width:42px;height:42px}.serviceTile strong{color:#1a2a43;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9.5px;font-weight:800;line-height:1.15;overflow:hidden}@media (min-width:720px){.servicesPanel{margin:-20px 14px 0;padding:21px 20px}.serviceGrid{gap:20px 14px}.serviceTile,.serviceTile:hover{grid-template-rows:58px auto;min-height:100px}.serviceTileIcon{width:58px;height:58px}.serviceTile strong{font-size:12px}}.bottom button{background:#ffffffdb;border-color:#0000;transition:color .18s,background .18s,transform .18s,box-shadow .18s;position:relative;overflow:hidden}.bottom button:before{content:"";background:#5a4bed;border-radius:999px;width:0;height:3px;transition:width .18s;position:absolute;top:5px;left:50%;transform:translate(-50%)}.bottom button.active{color:#4d3ee4;background:linear-gradient(#fff,#f1efff);border-color:#d8d5ff;transform:translateY(-3px);box-shadow:0 9px 18px #5a4bed29}.bottom button.active:before{width:30px}.bottom button.active i{color:#4d3ee4;filter:drop-shadow(0 3px 5px #5a4bed2e)}.bottom button.active small{color:#4d3ee4;font-weight:850}.dashboardPage{gap:18px;padding:2px 0 24px}.dashboardHero{background:linear-gradient(125deg,#221c96 0%,#4131c9 56%,#634af0 100%);border-radius:24px;min-height:218px;padding:22px 18px 20px;box-shadow:0 16px 30px #392ab838}.dashboardHero>div:first-child{max-width:196px}.dashboardHero span{letter-spacing:.1em;margin-bottom:8px;font-size:8.5px}.dashboardHero h1{max-width:196px;font-size:23px;line-height:1.1}.dashboardHero p{max-width:183px;margin-top:9px;font-size:10px;line-height:1.48}.dashboardHero a{border-radius:10px;min-height:33px;margin-top:13px;padding:8px 12px;font-size:9.5px}.heroPerson{object-fit:cover;object-position:right center;width:66%;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 32% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 32% 100%)}.servicesPanel{z-index:3;background:#fff;border:1px solid #e9edf7;border-radius:21px;margin:-22px 8px 0;padding:17px 14px 16px;box-shadow:0 12px 26px #232f5b1c}.servicesPanel .sectionHead{padding:0 2px}.servicesPanel .sectionHead h2{letter-spacing:-.02em;font-size:15px}.servicesPanel .sectionHead p{margin-top:3px;font-size:9.5px}.serviceGrid{gap:17px 7px;margin-top:17px}.serviceTile,.serviceTile:hover{grid-template-rows:43px auto;gap:7px;min-height:80px;padding:0}.serviceTileIcon{border-radius:50%;width:43px;height:43px;box-shadow:none!important}.serviceTile strong{color:#1a2941;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9.5px;font-weight:850;line-height:1.15;overflow:hidden}.serviceTile small{display:none}.promoSection{padding:0 2px}.promoSectionHead{margin:0 2px 10px}.promoSectionHead h2{font-size:16px}.promoSectionHead p{margin-top:3px;font-size:10px}.promoSlider{border-radius:21px;overflow:hidden;box-shadow:0 12px 25px #402db429}.promoSlide{min-height:151px;padding:17px 16px}.promoSlide span{font-size:8px}.promoSlide h2{max-width:180px;margin-bottom:5px;font-size:18px}.promoSlide p{max-width:176px;font-size:9.5px}.promoPerson{width:132px}.promoDots{bottom:11px;right:13px}.livePanel{background:linear-gradient(145deg,#fff,#f8f9ff);border-color:#e8ecf6;border-radius:21px;padding:17px 14px;box-shadow:0 10px 22px #232f5b0f}.livePanel .sectionHead h2{font-size:16px}.livePanel .sectionHead p{font-size:10px}.onlinePill{padding:5px 7px;font-size:8px}.liveActivityGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.liveActivityGrid article{text-align:center;border-radius:14px;justify-items:center;gap:5px;min-height:78px;padding:9px 4px;display:grid}.activityIcon{border-radius:10px;width:29px;height:29px;font-size:0}.activity-green:after{color:#fff;content:"✓";font-size:14px}.activity-blue{font-size:10px}.activity-orange:after{color:#fff;content:"★";font-size:12px}.liveActivityGrid strong{margin:0;font-size:8.8px;line-height:1.2}.liveActivityGrid small,.featurePanel,.cashbackBanner,.guidePanel{display:none}@media (min-width:720px){.dashboardPage{gap:24px}.dashboardHero{min-height:270px;padding:30px 28px}.dashboardHero>div:first-child{max-width:340px}.dashboardHero h1{max-width:340px;font-size:34px}.dashboardHero p{max-width:310px;font-size:13px}.heroPerson{width:59%}.servicesPanel{margin:-26px 17px 0;padding:23px 21px}.servicesPanel .sectionHead h2{font-size:19px}.servicesPanel .sectionHead p{font-size:12px}.serviceGrid{gap:24px 16px}.serviceTile,.serviceTile:hover{grid-template-rows:60px auto;min-height:110px}.serviceTileIcon{width:60px;height:60px}.serviceTile strong{font-size:12px}.promoSectionHead h2,.livePanel .sectionHead h2{font-size:19px}.promoSlide{min-height:185px;padding:22px}.promoSlide h2{max-width:245px;font-size:23px}.promoSlide p{max-width:240px;font-size:12px}.promoPerson{width:180px}.livePanel{padding:22px}.liveActivityGrid{gap:12px}.liveActivityGrid article{min-height:105px}.activityIcon{width:38px;height:38px}.liveActivityGrid strong{font-size:11px}}.app-phone-shell .dashboardHero{min-height:218px;padding:22px 18px 20px}.app-phone-shell .dashboardHero h1{max-width:196px;font-size:23px}.app-phone-shell .dashboardHero p{max-width:183px;font-size:10px}.app-phone-shell .heroPerson{width:66%}.app-phone-shell .servicesPanel{width:calc(100% - 16px);max-width:calc(100% - 16px);margin:-22px auto 0;padding:17px 14px 16px}.app-phone-shell .servicesPanel .sectionHead h2{font-size:15px}.app-phone-shell .servicesPanel .sectionHead p{font-size:9.5px}.app-phone-shell .serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 7px}.app-phone-shell .serviceTile,.app-phone-shell .serviceTile:hover{grid-template-rows:43px auto;gap:7px;min-width:0;min-height:80px}.app-phone-shell .serviceTile strong{min-width:0;font-size:9.5px}.app-phone-shell .promoSlide{min-height:151px;padding:17px 16px}.app-phone-shell .promoSlide h2{max-width:180px;font-size:18px}.app-phone-shell .promoSlide p{max-width:176px;font-size:9.5px}.app-phone-shell .promoPerson{width:132px}.app-phone-shell .livePanel{padding:17px 14px}.app-phone-shell .liveActivityGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.app-phone-shell .liveActivityGrid article{min-width:0;min-height:78px}.app-phone-shell .liveActivityGrid strong{font-size:8.8px}.app-phone-shell .top{background:linear-gradient(#020916fa,#030d1de0)}.app-phone-shell .content{padding-bottom:112px}.app-phone-shell .dashboardPage{color:#edf7ff}.app-phone-shell .dashboardHero{background:linear-gradient(90deg,#020d1f2e,#020c1e00 70%),url(/images/pulsalincah-dark-hero-v1.png) 100%/cover no-repeat;border:1px solid #1ed9ffb3;border-radius:23px;min-height:220px;overflow:hidden;box-shadow:0 0 0 1px #1082ef38,0 17px 34px #004a9b4d,inset 0 1px #ffffff24}.app-phone-shell .heroPerson{display:none}.app-phone-shell .dashboardHero>div:first-child{max-width:185px}.app-phone-shell .dashboardHero span{color:#68e6ff;opacity:1}.app-phone-shell .dashboardHero h1{color:#fff;text-shadow:0 2px 14px #00000059;max-width:185px;font-size:22px}.app-phone-shell .dashboardHero p{color:#c6d9ef;max-width:178px}.app-phone-shell .dashboardHero a{color:#031426;background:linear-gradient(135deg,#00c9ef,#1686ee);border:1px solid #58e5ffc2;box-shadow:0 7px 18px #00c4ff47}.app-phone-shell .servicesPanel{background:linear-gradient(145deg,#05162bfa,#030e1dfa);border-color:#2584c16b;box-shadow:0 14px 28px #00000047,inset 0 1px #67dcff14}.app-phone-shell .servicesPanel .sectionHead h2,.app-phone-shell .promoSectionHead h2,.app-phone-shell .livePanel .sectionHead h2{color:#f4fbff}.app-phone-shell .servicesPanel .sectionHead p,.app-phone-shell .promoSectionHead p,.app-phone-shell .livePanel .sectionHead p{color:#8ea8c8}.app-phone-shell .serviceTile,.app-phone-shell .serviceTile:hover{background:linear-gradient(145deg,#0a2443f2,#041326f2);border:1px solid #2b89cb61;border-radius:14px;grid-template-rows:43px auto;min-height:91px;box-shadow:inset 0 1px #7fe6ff14,0 8px 14px #00000029}.app-phone-shell .serviceTile:active,.app-phone-shell .serviceTile:hover{background:linear-gradient(145deg,#0b3a64fa,#051933fa);border-color:#27d8ffd1}.app-phone-shell .serviceTileIcon{width:43px;height:43px}.app-phone-shell .serviceTile strong{color:#edf8ff;font-size:9.5px}.app-phone-shell .promoSection{padding:0}.app-phone-shell .promoSectionHead{margin:0 3px 10px}.app-phone-shell .promoSlider{border:1px solid #3097e97a;box-shadow:0 13px 25px #00000042,inset 0 1px #6be4ff1f}.app-phone-shell .promoSlide{min-height:145px}.app-phone-shell .livePanel{background:linear-gradient(145deg,#05162bfa,#030e1dfa);border-color:#2584c16b;box-shadow:0 13px 25px #00000040,inset 0 1px #67dcff14}.app-phone-shell .onlinePill{color:#57e9b3;background:#08614952;border:1px solid #2ae8a459}.app-phone-shell .liveActivityGrid article{background:linear-gradient(145deg,#072341ed,#041326ed);border-color:#2381c261}.app-phone-shell .liveActivityGrid strong{color:#dfefff}.app-phone-shell .bottom button{color:#92a9c7;background:#041326f5;border-color:#1f6aa459}.app-phone-shell .bottom button:before{background:#19ddff}@media (min-width:720px){.app-phone-shell .dashboardHero{min-height:220px;padding:22px 18px 20px}.app-phone-shell .dashboardHero h1{max-width:185px;font-size:22px}.app-phone-shell .dashboardHero p{max-width:178px;font-size:10px}.app-phone-shell .servicesPanel{padding:17px 14px 16px}.app-phone-shell .serviceGrid{gap:17px 7px}.app-phone-shell .serviceTile,.app-phone-shell .serviceTile:hover{grid-template-rows:43px auto;min-height:91px}.app-phone-shell .serviceTileIcon{width:43px;height:43px}.app-phone-shell .serviceTile strong{font-size:9.5px}.app-phone-shell .promoSlide{min-height:145px;padding:17px 16px}.app-phone-shell .promoSlide h2{max-width:180px;font-size:18px}.app-phone-shell .promoSlide p{max-width:176px;font-size:9.5px}.app-phone-shell .promoPerson{width:132px}}.app-phone-shell .serviceGrid{place-items:start stretch}.app-phone-shell .serviceTile,.app-phone-shell .serviceTile:hover{min-height:86px;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-rows:48px auto;align-content:start;justify-items:center;gap:8px;padding:0;display:grid}.app-phone-shell .serviceTileIcon{isolation:isolate;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:relative;overflow:visible;background:0 0!important}.app-phone-shell .serviceTileIcon:after{z-index:-1;background:var(--service-accent);box-shadow:0 0 14px var(--service-accent), 0 0 26px color-mix(in srgb, var(--service-accent) 58%, transparent);content:"";filter:blur(3px);opacity:.74;border-radius:50%;animation:2.7s ease-in-out infinite service-neon-pulse;position:absolute;inset:6px}.app-phone-shell .serviceTileIcon img{z-index:1;width:100%;height:100%;filter:drop-shadow(0 0 5px color-mix(in srgb, var(--service-accent) 82%, #fff));border-radius:50%;position:relative}.app-phone-shell .serviceTile:nth-child(2) .serviceTileIcon:after{animation-delay:-.42s}.app-phone-shell .serviceTile:nth-child(3) .serviceTileIcon:after{animation-delay:-.84s}.app-phone-shell .serviceTile:nth-child(4) .serviceTileIcon:after{animation-delay:-1.26s}.app-phone-shell .serviceTile:nth-child(5) .serviceTileIcon:after{animation-delay:-1.68s}.app-phone-shell .serviceTile:nth-child(6) .serviceTileIcon:after{animation-delay:-2.1s}.app-phone-shell .serviceTile strong{color:#edf9ff;text-align:center;text-shadow:0 1px 9px #00ceff3d;max-width:100%;font-size:9.5px}.app-phone-shell .serviceTile:hover .serviceTileIcon:after,.app-phone-shell .serviceTile:active .serviceTileIcon:after{opacity:1;animation-play-state:paused}@keyframes service-neon-pulse{0%,to{opacity:.46;transform:scale(.78)}50%{opacity:.86;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.app-phone-shell .serviceTileIcon:after{animation:none}}.app-phone-shell .guidePanel{background:linear-gradient(145deg,#05162bfa,#030e1dfa);border-color:#2584c16b;border-radius:21px;padding:17px 14px;display:block;box-shadow:0 13px 25px #00000040,inset 0 1px #67dcff14}.app-phone-shell .guidePanel .sectionHead h2{color:#f4fbff;font-size:16px}.app-phone-shell .guidePanel .sectionHead p{color:#8ea8c8;font-size:10px}.app-phone-shell .guideSteps article{background:linear-gradient(145deg,#072341ed,#041326ed);border:1px solid #2381c261;border-radius:14px;min-height:74px;padding:13px 10px 11px 53px}.app-phone-shell .guideSteps b{color:#021424;background:linear-gradient(135deg,#08c9ec,#1674ed);border:1px solid #35e1ff80;border-radius:10px;width:31px;height:31px;top:13px;left:10px;box-shadow:0 0 15px #17d7ff47}.app-phone-shell .guideSteps strong{color:#edf9ff;font-size:10px}.app-phone-shell .guideSteps small{color:#8ea8c8;font-size:9px;line-height:1.35}.explorePanel{background:radial-gradient(circle at 103% 0,#0bb1f43d,#0000 38%),linear-gradient(135deg,#06315d,#041a35 68%);border:1px solid #1faee27a;border-radius:21px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:11px;padding:16px 14px 15px;display:grid;position:relative;overflow:hidden;box-shadow:0 13px 25px #00000040,inset 0 1px #7ae5ff26}.explorePanel img{filter:drop-shadow(0 0 11px #2cddff8c);border-radius:50%;width:52px;height:52px}.explorePanel div{min-width:0}.explorePanel span{color:#60e5ff;letter-spacing:.1em;font-size:8px;font-weight:900;display:block}.explorePanel h2{color:#f5fcff;margin:4px 0 3px;font-size:13px;line-height:1.2}.explorePanel p{color:#9fb9d4;margin:0;font-size:9px;line-height:1.4}.explorePanel button{color:#65e9ff;background:#053766ad;border:1px solid #2fdcff7a;border-radius:10px;grid-column:1/-1;justify-content:space-between;align-items:center;width:100%;min-height:34px;margin-top:1px;padding:7px 10px 7px 12px;font-size:9.5px;font-weight:800;display:flex}.explorePanel button b{font-size:20px;line-height:.7}@media (min-width:720px){.app-phone-shell .guidePanel{padding:17px 14px}.app-phone-shell .guidePanel .sectionHead h2{font-size:16px}.app-phone-shell .guideSteps article{min-height:74px}}.app-phone-shell .liveActivityGrid{grid-template-columns:1fr;gap:0;margin-top:11px}.app-phone-shell .liveActivityGrid article{text-align:left;background:0 0;border:0;border-bottom:1px solid #3d96d33d;border-radius:0;grid-template-columns:10px minmax(0,1fr);align-items:start;gap:10px;min-height:0;padding:11px 2px;display:grid}.app-phone-shell .liveActivityGrid article:last-child{border-bottom:0;padding-bottom:2px}.app-phone-shell .activityIcon{border-radius:50%;width:8px;height:8px;margin-top:4px;box-shadow:0 0 10px}.app-phone-shell .activityIcon:after{display:none}.app-phone-shell .activity-green{color:#35e884;background:#35e884}.app-phone-shell .activity-blue{color:#36c8ff;background:#36c8ff;font-size:0}.app-phone-shell .activity-orange{color:#ffba4d;background:#ffba4d}.app-phone-shell .liveActivityGrid strong{color:#ecf8ff;text-align:left;margin:0;font-size:11px}.app-phone-shell .liveActivityGrid small{color:#89a4c3;text-align:left;margin-top:3px;font-size:9.5px;line-height:1.45;display:block}.app-phone-shell .guideSteps{gap:0;margin-top:10px}.app-phone-shell .guideSteps article{background:0 0;border:0;border-bottom:1px solid #3d96d33d;border-radius:0;min-height:0;padding:12px 2px 12px 38px}.app-phone-shell .guideSteps article:last-child{border-bottom:0;padding-bottom:2px}.app-phone-shell .guideSteps b{color:#55e8ff;width:25px;height:25px;box-shadow:none;background:#0cb5eb21;border:0;border-radius:8px;font-size:8px;top:13px;left:1px}.app-phone-shell .guideSteps strong{color:#eefaff;margin:0;font-size:11px}.app-phone-shell .guideSteps small{color:#89a4c3;margin-top:3px;font-size:9.5px;line-height:1.45;display:block}.app-phone-shell .content:has(.plDashboard){padding:0}.app-phone-shell .plDashboard{box-sizing:border-box;color:#f3f8ff;background:radial-gradient(circle at 88% 8%,#0477ff2e,#0000 23%),radial-gradient(circle at 5% 31%,#00ddff14,#0000 23%),linear-gradient(#020b1b 0%,#03152d 47%,#020b1a 100%);width:100%;min-width:0;padding:12px 12px 96px}.app-phone-shell .plDashboard button{font:inherit;cursor:pointer}.app-phone-shell .plWelcome{justify-content:space-between;align-items:center;gap:10px;padding:4px 1px 13px;display:flex}.app-phone-shell .plWelcome p{color:#f5f9ff;margin:0;font-size:15px;font-weight:800}.app-phone-shell .plWelcome small{color:#91a9c7;margin-top:3px;font-size:9.5px;display:block}.app-phone-shell .plWelcomeStatus{align-items:center;gap:7px;display:flex}.app-phone-shell .plWelcomeStatus>span{color:#a7bddb;white-space:nowrap;background:#081c39;border:1px solid #2ba1ff42;border-radius:9px;padding:6px 8px;font-size:8px;font-weight:700}.app-phone-shell .plWelcomeStatus>span:first-letter{color:#2eea9a}.app-phone-shell .plWelcomeStatus button{color:#dcecff;background:#091c37;border:1px solid #41a8ff5c;border-radius:10px;width:31px;height:31px;font-size:19px;line-height:1;position:relative}.app-phone-shell .plWelcomeStatus button i{background:#25c9ff;border-radius:50%;width:5px;height:5px;position:absolute;top:5px;right:5px;box-shadow:0 0 8px #25c9ff}.app-phone-shell .plHero{isolation:isolate;background:#041535 url(/images/pulsalincah-sim-hero-v1.png) 50%/cover no-repeat;border:1px solid #1ca9ffa6;border-radius:20px;min-height:220px;position:relative;overflow:hidden;box-shadow:0 14px 28px #00000045,inset 0 1px #9df1ff40}.app-phone-shell .plHero:before{content:"";z-index:-1;background:linear-gradient(90deg,#020c1ff7 0%,#020d22e0 42%,#020c1b0d 100%);position:absolute;inset:0}.app-phone-shell .plHeroCopy{z-index:1;width:57%;min-width:0;padding:20px 0 16px 17px;position:relative}.app-phone-shell .plHeroCopy>span{color:#4ed4ff;letter-spacing:.11em;font-size:8.5px;font-weight:900}.app-phone-shell .plHero h1{color:#f7fbff;letter-spacing:-.045em;margin:8px 0;font-size:24px;line-height:1.04}.app-phone-shell .plHero h1 em{color:#0af;font-style:normal}.app-phone-shell .plHero p{color:#b3c9e4;margin:0;font-size:9.5px;line-height:1.48}.app-phone-shell .plHeroActions{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.app-phone-shell .plHeroActions button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#00b6f1,#1463ff);border:1px solid #169cfb;border-radius:9px;min-height:31px;padding:0 9px;font-size:8.5px;font-weight:800;box-shadow:0 5px 14px #0081ff40}.app-phone-shell .plHeroActions button+button{color:#d9ecff;box-shadow:none;background:#031838b8;border-color:#60c2ff6b}.app-phone-shell .plHeroActions b{color:#d8f7ff;margin-left:3px;font-size:13px}.app-phone-shell .plBlock{background:linear-gradient(145deg,#061e40f7,#03122bf7);border:1px solid #2369a785;border-radius:16px;min-width:0;margin-top:10px;padding:11px 9px 10px;box-shadow:inset 0 1px #53beff12}.app-phone-shell .plSectionHead{justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;display:flex}.app-phone-shell .plSectionHead h2{color:#f0f8ff;letter-spacing:-.015em;margin:0;font-size:12.5px;line-height:1.2}.app-phone-shell .plSectionHead h2 span{color:#3d9aff}.app-phone-shell .plSectionHead button{color:#35ceff;white-space:nowrap;background:0 0;border:0;padding:0;font-size:8.5px;font-weight:800}.app-phone-shell .plSectionHead button b{margin-left:5px;font-size:15px;line-height:0}.app-phone-shell .plNominals{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.app-phone-shell .plNominals button{color:#e4f4ff;white-space:nowrap;background:#061a3b;border:1px solid #4f9ce061;border-radius:10px;min-width:0;height:37px;padding:0 2px;font-size:9px;font-weight:800;position:relative}.app-phone-shell .plNominals button.selected{background:linear-gradient(135deg,#08255d,#064a9e);border-color:#00b8ff;box-shadow:inset 0 0 12px #00b4ff33}.app-phone-shell .plNominals small{color:#fff;letter-spacing:.04em;background:#167df5;border-radius:6px;padding:3px 6px;font-size:6px;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.app-phone-shell .plOperators{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.app-phone-shell .plOperators button{color:#e5f3ff;background:0 0;border:0;min-width:0}.app-phone-shell .plOperators span{width:43px;height:39px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;margin:0 auto 5px;display:flex;overflow:hidden}.app-phone-shell .plOperators img{object-fit:contain;filter:drop-shadow(0 3px 6px #0000004d);width:38px;height:34px}.app-phone-shell .plOperators .operator-telkomsel img{height:36px}.app-phone-shell .plOperators .operator-im3 img{width:37px;height:37px}.app-phone-shell .plOperators strong{color:#c8d8eb;text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:700;display:block;overflow:hidden}.app-phone-shell .plServicesBlock{padding-bottom:11px}.app-phone-shell .plServiceGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px 4px;display:grid}.app-phone-shell .plServiceGrid button{color:#eff8ff;background:0 0;border:0;min-width:0;padding:0}.app-phone-shell .plServiceImage{justify-content:center;align-items:center;width:43px;height:43px;margin:0 auto 4px;display:flex;position:relative}.app-phone-shell .plServiceImage:after{content:"";z-index:-1;filter:blur(5px);background:radial-gradient(circle,#00bfff52,#0000 68%);border-radius:50%;width:35px;height:35px;position:absolute}.app-phone-shell .plServiceImage img{object-fit:contain;filter:drop-shadow(0 4px 6px #00000059);width:43px;height:43px}.app-phone-shell .plServiceImage i{z-index:2;color:#fff;background:#f43a52;border-radius:5px;padding:2px 4px;font-size:5px;font-style:normal;font-weight:900;position:absolute;top:-4px;right:-6px;box-shadow:0 2px 5px #f43a5273}.app-phone-shell .plServiceGrid strong{color:#dbeafb;text-overflow:ellipsis;min-height:16px;font-size:7.7px;font-weight:750;line-height:1.2;display:block;overflow:hidden}.app-phone-shell .plFavorites{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.app-phone-shell .plFavorite{color:#fff;text-align:left;border:1px solid #2e9dff8c;border-radius:12px;min-width:0;min-height:82px;padding:9px;position:relative;overflow:hidden}.app-phone-shell .plFavorite img{object-fit:contain;opacity:.9;filter:drop-shadow(0 3px 5px #00000045);width:55px;height:55px;position:absolute;bottom:-1px;right:-2px}.app-phone-shell .plFavorite span,.app-phone-shell .plFavorite strong,.app-phone-shell .plFavorite small{z-index:1;max-width:67%;display:block;position:relative}.app-phone-shell .plFavorite span{font-size:8px;font-weight:700}.app-phone-shell .plFavorite strong{margin-top:5px;font-size:13px;line-height:1}.app-phone-shell .plFavorite small{color:#fffc;margin-top:8px;font-size:6.5px}.app-phone-shell .plPromoRow{scrollbar-width:none;scroll-snap-type:x mandatory;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.app-phone-shell .plPromoRow::-webkit-scrollbar{display:none}.app-phone-shell .plPromo{color:#fff;text-align:left;scroll-snap-align:start;border:1px solid #3d9bff99;border-radius:13px;flex:0 0 67%;min-height:119px;padding:10px;position:relative;overflow:hidden}.app-phone-shell .plPromo span{color:#e1f7ff;background:#7dd2ff38;border-radius:5px;padding:3px 5px;font-size:6px;font-weight:900;display:inline-block}.app-phone-shell .plPromo strong{margin-top:7px;font-size:13px;line-height:1.04;display:block}.app-phone-shell .plPromo b{color:#65e8ff;margin-top:5px;font-size:21px;line-height:1;display:block}.app-phone-shell .plPromo small{color:#c3ddf4;margin-top:5px;font-size:7px;display:block}.app-phone-shell .plPromo img{object-fit:contain;width:83px;height:92px;position:absolute;bottom:0;right:-6px}.app-phone-shell .plNeeds{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.app-phone-shell .plNeeds button{color:#eaf7ff;text-align:left;background:linear-gradient(135deg,#09244d,#071837);border:1px solid #357bca8c;border-radius:11px;align-items:center;min-width:0;min-height:48px;padding:5px 6px;display:flex}.app-phone-shell .plNeeds img{object-fit:contain;flex:none;width:31px;height:31px;margin-right:5px}.app-phone-shell .plNeeds span{font-size:8px;font-weight:800;line-height:1.2}.app-phone-shell .plWhyList{grid-template-columns:1fr;display:grid}.app-phone-shell .plWhyList article{border-bottom:1px solid #327abe47;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:8px;min-height:48px;padding:7px 1px;display:grid}.app-phone-shell .plWhyList article:last-child{border-bottom:0}.app-phone-shell .plWhyList i{color:#eefeff;background:linear-gradient(135deg,#084cae,#00b7ef);border-radius:8px;place-items:center;width:27px;height:27px;font-size:14px;font-style:normal;display:grid;box-shadow:0 0 12px #00b1ff47}.app-phone-shell .plWhyList strong{color:#eaf7ff;font-size:10px;display:block}.app-phone-shell .plWhyList small{color:#89a6c7;margin-top:2px;font-size:8.5px;display:block}.app-phone-shell .plSupport{background:linear-gradient(105deg,#08377c,#07387a 48%,#082259);border:1px solid #00b2ffa1;border-radius:15px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:8px;margin-top:10px;padding:10px;display:grid;box-shadow:inset 0 1px #9fecff2e,0 7px 20px #002d6a3d}.app-phone-shell .plSupport img{object-fit:contain;filter:drop-shadow(0 3px 7px #0000004d);width:43px;height:43px}.app-phone-shell .plSupport div{min-width:0}.app-phone-shell .plSupport strong{color:#f4fbff;font-size:14px;display:block}.app-phone-shell .plSupport span{color:#c1def5;margin-top:3px;font-size:8px;display:block}.app-phone-shell .plSupport button{color:#fff;background:linear-gradient(135deg,#00aeea,#1263fb);border:1px solid #81e7ff94;border-radius:9px;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:30px;padding:0 10px;font-size:9px;font-weight:800;display:flex}.app-phone-shell .plSupport button b{font-size:17px}@media (min-width:520px){.app-phone-shell .plDashboard{padding-left:15px;padding-right:15px}.app-phone-shell .plHero{min-height:235px}.app-phone-shell .plHero h1{font-size:27px}.app-phone-shell .plBlock{margin-top:12px}}.app-phone-shell .plDashboard{color:#10233f;background:radial-gradient(circle at 92% 2%,#38bdf82e,#0000 22%),radial-gradient(circle at 4% 34%,#7dd3fc24,#0000 19%),linear-gradient(#f8fcff 0%,#eef8ff 52%,#f9fcff 100%)}.app-phone-shell .plWelcome p{color:#10233f}.app-phone-shell .plWelcome small{color:#6c819b}.app-phone-shell .plWelcomeStatus>span{color:#3f6686;background:#fff;border-color:#ccecff;box-shadow:0 5px 16px #0e74b412}.app-phone-shell .plWelcomeStatus button{color:#1796d2;background:#fff;border-color:#c9eaff;box-shadow:0 5px 16px #0e74b414}.app-phone-shell .plHero{background-color:#eaf8ff;border-color:#bce9ff;box-shadow:0 16px 34px #1573ab24,inset 0 1px #fff}.app-phone-shell .plHero h1{color:#102a4d}.app-phone-shell .plHeroActions button{background:linear-gradient(135deg,#31c5f4,#078de0);border-color:#13a8e8;box-shadow:0 7px 18px #0899da38}.app-phone-shell .plHeroActions button+button{color:#167eb4;background:#ffffffe0;border-color:#b7e3f8;box-shadow:0 5px 14px #1573ab14}.app-phone-shell .plHeroActions b{color:inherit}.app-phone-shell .plBlock{background:#fffffff0;border-color:#d8edf8;box-shadow:0 10px 26px #1e679414,inset 0 1px #fff}.app-phone-shell .plSectionHead h2{color:#173453}.app-phone-shell .plSectionHead h2 span,.app-phone-shell .plSectionHead button{color:#0799dc}.app-phone-shell .plNominals button{color:#244664;background:#f5fbff;border-color:#d6eaf6}.app-phone-shell .plNominals button.selected{color:#087fb6;background:linear-gradient(135deg,#e2f6ff,#c8efff);border-color:#43bdec;box-shadow:inset 0 0 12px #00b4ff14}.app-phone-shell .plNominals small{background:#19a9e8}.app-phone-shell .plOperators button,.app-phone-shell .plServiceGrid button{color:#264865}.app-phone-shell .plOperators strong,.app-phone-shell .plServiceGrid strong{color:#365873}.app-phone-shell .plServiceImage:after{background:radial-gradient(circle,#38bdf833,#0000 68%)}.app-phone-shell .plFavorite{color:#173c5b;border-color:#cfe9f6;box-shadow:0 7px 16px #1870a512}.app-phone-shell .plFavorite.red{background:linear-gradient(135deg,#fff5f6,#ffe9ed);border-color:#ffd3db}.app-phone-shell .plFavorite.blue{background:linear-gradient(135deg,#eef9ff,#dff3ff)}.app-phone-shell .plFavorite.green{background:linear-gradient(135deg,#effcf9,#dcf8ef);border-color:#c5eee2}.app-phone-shell .plFavorite.purple{background:linear-gradient(135deg,#f8f4ff,#eee7ff);border-color:#dfd4ff}.app-phone-shell .plFavorite small{color:#688399}.app-phone-shell .plNeeds button{color:#244762;background:#f6fbff;border-color:#d7ebf6}.app-phone-shell .plWhyList article{border-bottom-color:#e2eff6}.app-phone-shell .plWhyList i{background:linear-gradient(135deg,#65d2f6,#119bdc);box-shadow:0 6px 14px #009bdc2e}.app-phone-shell .plWhyList strong{color:#24445f}.app-phone-shell .plWhyList small{color:#7890a5}.app-phone-shell .plSupport{background:linear-gradient(105deg,#ecf9ff,#dff5ff 52%,#eefaff);border-color:#bde7fa;box-shadow:0 10px 24px #1679b51a,inset 0 1px #fff}.app-phone-shell .plSupport strong{color:#173d5d}.app-phone-shell .plSupport span{color:#66839c}.app-phone-shell .plSupport button{background:linear-gradient(135deg,#38c8f4,#078fda);border-color:#37bae9;box-shadow:0 6px 14px #0090d32e}.app-phone-shell.app-shell{background:linear-gradient(#f9fdff 0%,#eef8ff 55%,#f8fcff 100%);border-color:#d5ebf7;box-shadow:0 30px 70px #205b7e2e}.app-phone-shell .top{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #c3e4f4cc;padding:14px 18px;box-shadow:0 7px 20px #1c648e12}.app-phone-shell .brand span{background:linear-gradient(145deg,#58d5f7 0%,#279ee8 52%,#4875ef 100%);box-shadow:0 10px 22px #1597da3d}.app-phone-shell .brand span:after{border-color:#fff}.app-phone-shell .brand strong{color:#17324e}.app-phone-shell .brand strong b{color:#168fd2}.app-phone-shell .brand small{color:#6e879e}.app-phone-shell .bottom{background:linear-gradient(#f4fafe00,#f4fafef0 24%,#f4fafe 100%);padding-top:12px}.app-phone-shell .bottom button{color:#7890a6;background:#fffffff5;border-color:#d7eaf4;box-shadow:0 6px 16px #1f679112}.app-phone-shell .bottom button.active{color:#078dce;background:linear-gradient(145deg,#e5f8ff,#ccefff);border-color:#70ccef;box-shadow:0 8px 20px #1196d329,inset 0 1px #fff}.app-phone-shell .bottom button.active i,.app-phone-shell .bottom button.active small{color:#078dce}.app-phone-shell .plHeroActions button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.app-phone-shell .plHeroActions button svg{fill:currentColor;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px;width:14px;height:14px}.app-phone-shell .plHeroActions button+button svg{fill:none}.app-phone-shell .plPromoRow{gap:8px;padding:2px 1px 6px;scroll-padding-inline:1px}.app-phone-shell .plPromo{scroll-snap-align:start;border-radius:15px;flex:0 0 calc(50% - 4px);min-height:130px;padding:12px 10px;box-shadow:0 8px 18px #12438229}.app-phone-shell .plPromo:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0437871f 44%,#0000 70%);position:absolute;inset:0}.app-phone-shell .plPromo>span,.app-phone-shell .plPromo>strong,.app-phone-shell .plPromo>b,.app-phone-shell .plPromo>small{z-index:3;max-width:58%;position:relative}.app-phone-shell .plPromo strong{font-size:12px}.app-phone-shell .plPromo b{font-size:18px}.app-phone-shell .plPromo img{z-index:0;object-fit:cover;object-position:68% center;border-radius:0 14px 14px 0;width:48%;height:100%;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 30%);mask-image:linear-gradient(90deg,#0000 0%,#000 30%)}@media (max-width:390px){.app-phone-shell .plPromo{min-height:124px;padding:10px 8px}.app-phone-shell .plPromo strong{font-size:11px}.app-phone-shell .plPromo b{font-size:16px}.app-phone-shell .plPromo small{font-size:6.5px}}.app-phone-shell .plPromo img{object-fit:cover;object-position:72% center;border-radius:14px;width:100%;height:100%;inset:0;-webkit-mask-image:none;mask-image:none}.app-phone-shell .plPromo:after{z-index:1;background:linear-gradient(90deg,#052f7efa 0%,#05378bf0 47%,#05378b59 72%,#05378b0d 100%)}.app-phone-shell .plPromo.violet:after{background:linear-gradient(90deg,#3e1997fa 0%,#451c9ff0 47%,#361e9657 72%,#193faa0a 100%)}.app-phone-shell .plPromo.blue{background:linear-gradient(135deg,#0642a0 0%,#0758bf 100%)}.app-phone-shell .plPromo.violet{background:linear-gradient(135deg,#421d9c 0%,#5930bd 100%)}.app-phone-shell .plPromo.green{background:linear-gradient(135deg,#08735e 0%,#0b9a76 100%)}.app-phone-shell .plPromo img{opacity:.86;mix-blend-mode:luminosity;object-position:76% center;transform:scale(1.02)}.app-phone-shell .plPromo:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#053997fc 0%,#053e9df0 43%,#0545a68c 66%,#054bae2e 100%);border-radius:14px;position:absolute;inset:0}.app-phone-shell .plPromo.violet:before{background:linear-gradient(90deg,#411a9bfc 0%,#481da8f0 43%,#4e23b18a 66%,#562cbc29 100%)}.app-phone-shell .plPromo.green:before{background:linear-gradient(90deg,#056953fc 0%,#067459f0 43%,#0883628a 66%,#0a926c29 100%)}.app-phone-shell .plPromo:nth-child(-n+2) img{z-index:3;opacity:1;mix-blend-mode:normal;object-fit:contain;object-position:right bottom;filter:drop-shadow(-7px 5px 10px #00144138);width:52%;height:96%;inset:auto 0 0 auto;transform:none}.app-phone-shell .plPromo:nth-child(-n+2):after{z-index:1;background:radial-gradient(circle at 86% 35%,#5edaff47,#0000 35%),linear-gradient(115deg,#ffffff14,#0000 55%)}.app-phone-shell .plPromo:nth-child(-n+2):before{z-index:2;background:linear-gradient(90deg,#0536929e 0%,#053c9a59 43%,#0000 67%)}.app-phone-shell .plPromo.violet:nth-child(-n+2):before{background:linear-gradient(90deg,#3d17949e 0%,#451ba057 43%,#0000 67%)}.app-phone-shell .plPromo img,.app-phone-shell .plPromo:nth-child(-n+2) img{z-index:1;opacity:1;mix-blend-mode:normal;object-fit:cover;object-position:70% center;filter:none;border-radius:14px;width:100%;height:100%;inset:0;transform:none}.app-phone-shell .plPromo.blue img{object-position:72% 43%}.app-phone-shell .plPromo.violet img{object-position:70% center}.app-phone-shell .plPromo.green img{object-position:72% center}.app-phone-shell .plPromo:after,.app-phone-shell .plPromo:nth-child(-n+2):after{z-index:2;background:linear-gradient(90deg,#052a77fa 0%,#052f7eeb 44%,#052f7e75 64%,#0000 82%)}.app-phone-shell .plPromo:before,.app-phone-shell .plPromo:nth-child(-n+2):before{display:none}.app-phone-shell .plPromo>span,.app-phone-shell .plPromo>strong,.app-phone-shell .plPromo>b,.app-phone-shell .plPromo>small{z-index:3}.app-phone-shell .plPromo.blue{background:#321064;border-color:#7654da}.app-phone-shell .plPromo.violet{background:#051f63;border-color:#258ee9}.app-phone-shell .plPromo.green{background:#57210f;border-color:#f29a3d}.app-phone-shell .plPromo.blue>span{background:#ac80ff4d}.app-phone-shell .plPromo.violet>span{background:#4ab4ff47}.app-phone-shell .plPromo.green>span{color:#fff4dc;background:#ffb54c47}.app-phone-shell .plPromo.blue>b{color:#c899ff}.app-phone-shell .plPromo.violet>b{color:#63e6ff}.app-phone-shell .plPromo.green>b{color:#ffd06d}.app-phone-shell .plHero{background-color:#f3fbff;background-position:100%;background-size:cover;border:1px solid #8ed9f7;border-radius:22px;min-height:232px;box-shadow:0 13px 30px #1675ae21,inset 0 1px #fff}.app-phone-shell .plHeroCopy{width:55%;padding:22px 0 20px 18px}.app-phone-shell .plHeroCopy>span{color:#078fc9;letter-spacing:.13em;font-size:9px}.app-phone-shell .plHeroActions{gap:8px}.app-phone-shell .plHeroActions button{border-radius:11px;min-height:35px;padding:0 11px}.app-phone-shell .plHeroActions button svg{flex-basis:13px;width:13px;height:13px}.app-phone-shell .plHeroActions button:first-child svg{background:#ffffff2e;border-radius:999px;padding:2px}.app-phone-shell .plHeroActions button+button{background:#fffffff5;border-color:#a9ddf3;box-shadow:0 6px 16px #1b70a01a}@media (max-width:390px){.app-phone-shell .plHeroCopy{width:58%;padding-left:14px}.app-phone-shell .plHeroActions{gap:6px}.app-phone-shell .plHeroActions button{padding:0 8px;font-size:8px}}.app-phone-shell .plHero{background-color:#03142f;background-position:100%;background-size:cover;border-color:#287fc7;box-shadow:0 15px 32px #02306838,inset 0 1px #8fddff38}.app-phone-shell .plHero:before{background:radial-gradient(circle at 17% 18%,#5846dc38,#0000 38%),linear-gradient(90deg,#06143afa 0%,#091b4af0 45%,#071e4d8c 65%,#04143214 84%)}.app-phone-shell .plHeroCopy>span{color:#65dcff}.app-phone-shell .plHero h1{color:#fff;text-shadow:0 2px 14px #0003}.app-phone-shell .plHero h1 em{color:#38caff}.app-phone-shell .plHero p{color:#c2d8ee}.app-phone-shell .plHeroActions button:first-child{color:#fff;background:linear-gradient(135deg,#21c1ef,#087fd5);border-color:#42cdf5;box-shadow:0 8px 18px #00a3e142}.app-phone-shell .plHeroActions button+button{color:#eaf8ff;box-shadow:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#081f48b8;border-color:#9cdafa94}.app-phone-shell .plPromo{border-width:1px;min-height:132px;box-shadow:0 10px 22px #0a305e29,inset 0 1px #ffffff24}.app-phone-shell .plPromo img{opacity:1;filter:none;transform:none}.app-phone-shell .plPromo.blue:after,.app-phone-shell .plPromo.blue:nth-child(-n+2):after{background:linear-gradient(90deg,#2b0b5e 0%,#2e0c60fa 43%,#300d63c7 52%,#300d632e 67%,#0000 76%)}.app-phone-shell .plPromo.violet:after,.app-phone-shell .plPromo.violet:nth-child(-n+2):after{background:linear-gradient(90deg,#061b57 0%,#051d5bfa 43%,#052267c2 52%,#052a742b 67%,#0000 76%)}.app-phone-shell .plPromo.green:after{background:linear-gradient(90deg,#4b190b 0%,#531b09fa 43%,#682208c2 52%,#842c072b 67%,#0000 76%)}.app-phone-shell .plPromo>span,.app-phone-shell .plPromo>strong,.app-phone-shell .plPromo>b,.app-phone-shell .plPromo>small{max-width:54%}.app-phone-shell .plPromo>strong{color:#fff;text-shadow:0 1px 8px #00000029;margin-top:8px;font-size:12.5px;line-height:1.08}.app-phone-shell .plPromo>b{margin-top:6px}.app-phone-shell .plPromo>small{color:#ffffffdb}.login.app-phone-shell,.login{background:#f8fcff;border:1px solid #b9e4f5;border-radius:30px;width:min(100%,430px);max-width:430px;min-height:calc(100vh - 24px);margin:0 auto;padding:0;display:block;overflow:hidden;box-shadow:0 32px 72px #124e7333}.loginHero{color:#fff;background:linear-gradient(90deg,#021638fc 0%,#03244eeb 48%,#0063972e 100%),url(/images/pulsalincah-hero-person.png) 73% 32%/cover no-repeat;min-height:320px;padding:22px 22px 26px;position:relative;overflow:hidden}.loginHero:after{content:"";pointer-events:none;background:radial-gradient(circle at 15% 76%,#1cc5f433,#0000 30%);position:absolute;inset:0}.loginHero .brand,.loginHeroCopy{z-index:1;position:relative}.loginHero .brand>span{display:none}.app-phone-shell .top .brand>span{display:none}.app-phone-shell .top .brand{gap:0}.loginHero .brand strong{color:#fff}.loginHero .brand strong b{color:#55d8ff}.loginHero .brand small{color:#b8def0}.loginHero .brand span:after{border-color:#06264f}.loginHeroCopy{width:60%;margin-top:42px}.loginHeroCopy>span{color:#57d9ff;letter-spacing:.13em;font-size:8px;font-weight:900}.loginHeroCopy h1{letter-spacing:-.04em;margin:10px 0 8px;font-size:29px;line-height:1.02}.loginHeroCopy p{color:#c6dceb;margin:0;font-size:10px;line-height:1.5}.loginTrust{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.loginTrust small{color:#e5f8ff;background:#031f4380;border:1px solid #86deff47;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:700}.login .simpleLogin{z-index:2;background:#fff;border-radius:28px 28px 0 0;margin-top:-24px;padding:0;position:relative}.login .simpleLogin form{background:#fff;border:0;border-radius:28px 28px 0 0;gap:12px;padding:12px 20px 24px;box-shadow:0 -10px 28px #002b4c14}.loginHandle{background:#dbe3ea;border-radius:99px;width:46px;height:5px;margin:0 auto 10px}.loginAuthTabs{background:#edf5fa;border-radius:14px;margin:0 0 4px;padding:5px}.loginAuthTabs button{color:#7a8fa0;background:0 0;border:0}.loginAuthTabs button.active{color:#078fc9;background:#fff;border:0;box-shadow:0 5px 14px #1b648e1a}.loginFormIntro h2{color:#173551;text-align:left;margin:2px 0 4px;font-size:17px}.loginFormIntro p{color:#7890a3;text-align:left;margin:0;font-size:10px}.login .simpleLogin label{color:#526b80;font-size:10px}.login .simpleLogin input{color:#173551;background:#f7fbfe;border-color:#d8e7ef;border-radius:13px;height:47px}.login .forgotBtn{color:#078fc9;margin-left:auto;font-weight:700}.login .simpleLogin .authSubmit{background:linear-gradient(135deg,#25c2ef,#087fd3);border-radius:13px;width:100%;min-height:48px;box-shadow:0 13px 25px #088ecd3d}.login .simpleLogin .authSwitch{color:#8296a7}.login .simpleLogin .authSwitch button{color:#078fc9}.sessionBoot{color:#567389;background:linear-gradient(#f8fdff,#eaf7fe);place-content:center;justify-items:center;gap:10px;min-height:calc(100vh - 24px);display:grid}.sessionBoot span{color:#fff;background:linear-gradient(145deg,#4dd3f5,#087fd3);border-radius:18px;place-items:center;width:54px;height:54px;font-weight:900;display:grid;box-shadow:0 12px 24px #088ecd38}.sessionBoot p{margin:0;font-size:11px;font-weight:700}@media (max-width:390px){.loginHero{background-position:70% 32%;min-height:300px;padding-left:18px}.loginHeroCopy{width:62%;margin-top:34px}.loginHeroCopy h1{font-size:26px}.login .simpleLogin form{padding-left:16px;padding-right:16px}}.app-phone-shell .plDashboard{padding:14px 14px 108px}.app-phone-shell .plWelcome{padding:4px 2px 16px}.app-phone-shell .plHero{margin-bottom:15px}.app-phone-shell .plBlock{border-radius:20px;margin-top:15px;padding:15px 13px 14px}.app-phone-shell .plSectionHead{margin-bottom:13px}.app-phone-shell .plSectionHead h2{font-size:13px}.app-phone-shell .plNominals{scroll-snap-type:x mandatory;scrollbar-width:none;gap:9px;padding:5px 1px 4px;display:flex;overflow-x:auto}.app-phone-shell .plNominals::-webkit-scrollbar{display:none}.app-phone-shell .plNominals button{scroll-snap-align:start;flex:0 0 82px;height:42px}.app-phone-shell .plNominals button:nth-child(3){margin-top:0}.app-phone-shell .plOperators{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:1px 2px 5px;display:flex;overflow-x:auto}.app-phone-shell .plOperators::-webkit-scrollbar{display:none}.app-phone-shell .plOperators button{scroll-snap-align:start;flex:0 0 64px}.app-phone-shell .plServiceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px}.app-phone-shell .plServiceImage{width:49px;height:49px;margin-bottom:6px}.app-phone-shell .plServiceImage img{width:48px;height:48px}.app-phone-shell .plServiceGrid strong{min-height:18px;font-size:8.3px}.app-phone-shell .plFavorites{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:1px 1px 5px;display:flex;overflow-x:auto}.app-phone-shell .plFavorites::-webkit-scrollbar{display:none}.app-phone-shell .plFavorite{scroll-snap-align:start;flex:0 0 72%;min-height:96px;padding:12px}.app-phone-shell .plFavorite img{width:68px;height:68px;right:5px}.app-phone-shell .plPromoRow{gap:11px}.app-phone-shell .plPromo{scroll-snap-stop:always;flex:0 0 84%;min-height:148px;padding:15px 13px}.app-phone-shell .plPromo>strong{font-size:15px}.app-phone-shell .plPromo>b{font-size:22px}.app-phone-shell .plPromo>small{font-size:7.5px}.app-phone-shell .plNeeds{gap:10px}.app-phone-shell .plNeeds button{border-radius:14px;min-height:58px;padding:8px}.app-phone-shell .plNeeds img{width:37px;height:37px;margin-right:8px}.app-phone-shell .plWhyList article{min-height:56px;padding:9px 2px}.app-phone-shell .plSupport{border-radius:19px;margin-top:15px;padding:14px}.app-phone-shell .plServicesBlock{box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:18px;padding:2px 3px 4px}.app-phone-shell .plServicesBlock .plSectionHead{padding:0 3px}.app-phone-shell .plServicesBlock .plServiceGrid{padding:0}.app-phone-shell .plServicesBlock .plServiceGrid button{box-shadow:none;background:0 0;border:0;padding:4px 0}.app-phone-shell .plBlock.plServicesBlock{background:#fffffff0;border:1px solid #d8edf8;border-radius:20px;margin-top:15px;padding:15px 13px 14px;box-shadow:0 10px 26px #1e679414,inset 0 1px #fff}.app-phone-shell .plServiceImage{box-shadow:none;background:0 0;overflow:visible}.app-phone-shell .plServiceImage:after{display:none}.app-phone-shell .plServiceImage img{box-shadow:none;filter:none;mix-blend-mode:normal;clip-path:circle(48%);image-rendering:auto;background:0 0;border:0;border-radius:50%;transform:none;-webkit-mask-image:none;mask-image:none}.app-phone-shell .plWhyBlock{background:linear-gradient(145deg,#fff 0%,#f5fbff 100%);padding:17px 14px 15px}.app-phone-shell .plWhyBlock .plSectionHead{margin-bottom:14px}.app-phone-shell .plWhyBlock .plSectionHead h2{letter-spacing:-.025em;font-size:15px}.app-phone-shell .plWhyList{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.app-phone-shell .plWhyList article{background:#fff;border:1px solid #d9edf7;border-radius:15px;min-height:105px;padding:13px 11px;display:block;position:relative;overflow:hidden;box-shadow:0 7px 17px #195c8412}.app-phone-shell .plWhyList article:after{content:"";background:#2cbeee14;border-radius:50%;width:58px;height:58px;position:absolute;bottom:-21px;right:-18px}.app-phone-shell .plWhyList i{border-radius:11px;width:34px;height:34px;margin-bottom:11px;font-size:15px;box-shadow:0 7px 14px #009cda2e}.app-phone-shell .plWhyList article:nth-child(2) i{background:linear-gradient(135deg,#2fc9f2,#1789e0)}.app-phone-shell .plWhyList article:nth-child(3) i{background:linear-gradient(135deg,#32d4a2,#0c9e75);box-shadow:0 7px 14px #0c9e7529}.app-phone-shell .plWhyList article:nth-child(4) i{background:linear-gradient(135deg,#5aa7f6,#356ed8);box-shadow:0 7px 14px #356ed829}.app-phone-shell .plWhyList strong{z-index:1;color:#173b59;font-size:10.5px;position:relative}.app-phone-shell .plWhyList small{z-index:1;color:#7790a5;margin-top:4px;font-size:8.2px;line-height:1.4;position:relative}.app-phone-shell .plSupport{background:radial-gradient(circle at 88% 12%,#44d5ff38,#0000 28%),linear-gradient(135deg,#06336b 0%,#075d9a 62%,#058fc5 100%);border:1px solid #258fcf;border-radius:20px;grid-template-columns:58px minmax(0,1fr);gap:11px;padding:16px;position:relative;overflow:hidden;box-shadow:0 13px 28px #04538933,inset 0 1px #aaeaff33}.app-phone-shell .plSupport:after{content:"";border:1px solid #94e8ff29;border-radius:50%;width:105px;height:105px;position:absolute;top:-34px;right:-22px}.app-phone-shell .plSupport img{z-index:1;filter:drop-shadow(0 7px 12px #001a4133);background:#fffffff0;border-radius:16px;width:56px;height:56px;padding:4px;position:relative}.app-phone-shell .plSupport div{z-index:1;align-self:center;position:relative}.app-phone-shell .plSupport strong{color:#fff;font-size:16px}.app-phone-shell .plSupport span{color:#bfe9fa;font-size:8.5px}.app-phone-shell .plSupport button{z-index:1;color:#087eb6;background:#fff;border:1px solid #ffffffb8;border-radius:11px;min-height:38px;margin-top:3px;padding:0 13px;font-size:9.5px;position:relative;box-shadow:0 7px 16px #00255229}@media (max-width:350px){.app-phone-shell .plWhyList{grid-template-columns:1fr}.app-phone-shell .plWhyList article{min-height:92px}}.app-phone-shell .plExactDashboard{color:#06276b;background:#fff;gap:18px;padding:16px 18px 106px;display:grid}.app-phone-shell .plExactBalance{color:#fff;background:linear-gradient(120deg,#0879f1,#0b91f5 64%,#37b4f7);border-radius:23px;min-height:252px;padding:35px 30px;position:relative;overflow:hidden;box-shadow:0 15px 28px #0975e033}.app-phone-shell .plExactBalance>div{z-index:2;justify-items:start;display:grid;position:relative}.app-phone-shell .plExactBalance span{font-size:16px;font-weight:700}.app-phone-shell .plExactBalance strong{letter-spacing:-1.2px;margin:15px 0 7px;font-size:42px;line-height:1}.app-phone-shell .plExactBalance small{font-size:15px}.app-phone-shell .plExactBalance button{color:#096ee2;background:#fff;border:0;border-radius:15px;min-height:49px;margin-top:23px;padding:0 21px;font-size:15px;font-weight:800;box-shadow:0 8px 16px #0037872e}.app-phone-shell .plExactBalance>img{z-index:1;object-fit:cover;object-position:right center;mix-blend-mode:multiply;width:67%;height:100%;position:absolute;bottom:-3px;right:-4px}.app-phone-shell .plExactMainPromo{background:linear-gradient(105deg,#fff 0%,#fbfdff 58%,#e4f4ff 100%);border:1px solid #dbeaf9;border-radius:18px;min-height:215px;padding:30px;position:relative;overflow:hidden;box-shadow:0 7px 20px #1659a112}.app-phone-shell .plExactMainPromo>div{z-index:2;justify-items:start;max-width:57%;display:grid;position:relative}.app-phone-shell .plExactMainPromo span{color:#0966e4;background:#fff;border-radius:9px;padding:7px 12px;font-size:13px;font-weight:850;box-shadow:0 5px 15px #1b5ca91a}.app-phone-shell .plExactMainPromo h1{margin:22px 0 8px;font-size:26px;line-height:1}.app-phone-shell .plExactMainPromo p{margin:0;font-size:19px;line-height:1.4}.app-phone-shell .plExactMainPromo p b{color:#096eea;margin-left:10px;font-size:43px;line-height:.7;display:inline-block}.app-phone-shell .plExactMainPromo button{color:#fff;background:#0878ec;border:0;border-radius:11px;min-height:43px;margin-top:19px;padding:0 17px;font-size:13px;font-weight:800}.app-phone-shell .plExactMainPromo>img{object-fit:contain;filter:hue-rotate(165deg)saturate(.7);width:56%;height:100%;position:absolute;bottom:-5px;right:-1px}.app-phone-shell .plExactDots{justify-content:center;gap:11px;margin-top:-8px;display:flex}.app-phone-shell .plExactDots>*{background:#d4e0ef;border-radius:99px;width:9px;height:9px}.app-phone-shell .plExactDots b{background:#0878ec;width:24px}.app-phone-shell .plExactHeading{justify-content:space-between;align-items:center;margin-top:3px;display:flex}.app-phone-shell .plExactHeading h2{margin:0;font-size:19px}.app-phone-shell .plExactHeading button{color:#0876e8;background:0 0;border:0;font-size:14px;font-weight:700}.app-phone-shell .plExactServices{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.app-phone-shell .plExactServices button{color:#08266a;background:#fff;border:1px solid #e0ebf5;border-radius:15px;align-content:center;place-items:center;gap:8px;min-height:115px;display:grid;box-shadow:0 7px 19px #18488912}.app-phone-shell .plExactServices img{object-fit:contain;width:57px;height:57px}.app-phone-shell .plExactServices strong{font-size:15px}.app-phone-shell .plExactStats{background:#fff;border:1px solid #dceaf7;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));padding:16px 5px;display:grid;box-shadow:0 7px 18px #17508b0f}.app-phone-shell .plExactStats article{border-right:1px solid #dde8f4;grid-template-columns:35px 1fr;align-items:center;gap:8px;min-width:0;padding:0 10px;display:grid}.app-phone-shell .plExactStats article:last-child{border:0}.app-phone-shell .plExactStats i{border:2px solid;border-radius:9px;place-items:center;width:32px;height:32px;font-size:18px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plExactStats span{gap:1px;min-width:0;display:grid}.app-phone-shell .plExactStats small,.app-phone-shell .plExactStats em{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;overflow:hidden}.app-phone-shell .plExactStats b{font-size:17px;line-height:1.1}.app-phone-shell .plExactStats .blue{color:#0878ea}.app-phone-shell .plExactStats .green{color:#0bb560}.app-phone-shell .plExactStats .yellow{color:#f4a300}.app-phone-shell .plExactStats .red{color:#ef3e55}.app-phone-shell .plExactPromoRow{scrollbar-width:none;gap:16px;margin-right:-18px;padding-right:18px;display:flex;overflow:auto}.app-phone-shell .plExactPromoRow::-webkit-scrollbar{display:none}.app-phone-shell .plExactPromoRow button{color:#fff;text-align:left;background:linear-gradient(130deg,#0673ef,#55b6ff);border:0;border-radius:16px;flex:0 0 48%;min-height:192px;padding:22px 17px;position:relative;overflow:hidden}.app-phone-shell .plExactPromoRow button:nth-child(2){background:linear-gradient(130deg,#096fe8,#93d3ff)}.app-phone-shell .plExactPromoRow span{z-index:2;justify-items:start;gap:11px;max-width:55%;display:grid;position:relative}.app-phone-shell .plExactPromoRow strong{font-size:19px;line-height:1.32}.app-phone-shell .plExactPromoRow small{font-size:12px;line-height:1.35}.app-phone-shell .plExactPromoRow i{color:#0877e9;background:#fff;border-radius:10px;padding:10px 12px;font-size:11px;font-style:normal;font-weight:800}.app-phone-shell .plExactPromoRow img{object-fit:contain;filter:brightness(1.1);width:61%;height:80%;position:absolute;bottom:-9px;right:-11px}.app-phone-shell .plExactHistory{background:#fff;border:1px solid #dceaf7;border-radius:15px;overflow:hidden;box-shadow:0 6px 15px #17508b0f}.app-phone-shell .plExactHistory article{border-bottom:1px solid #e4edf5;grid-template-columns:38px 1fr auto auto;align-items:center;gap:9px;min-height:59px;padding:7px 14px;display:grid}.app-phone-shell .plExactHistory article:last-child{border:0}.app-phone-shell .plExactHistory i{color:#087aea;background:#e5f5ff;border-radius:50%;place-items:center;width:32px;height:32px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plExactHistory span{gap:3px;display:grid}.app-phone-shell .plExactHistory strong{font-size:13px}.app-phone-shell .plExactHistory small{color:#6b83a2;font-size:10px}.app-phone-shell .plExactHistory b{font-size:13px}.app-phone-shell .plExactHistory em{color:#09a85a;background:#e3faed;border-radius:99px;padding:6px 10px;font-size:10px;font-style:normal}.app-phone-shell .plExactHistory p{color:#6b83a2;padding:15px;font-size:13px}.app-phone-shell .plExactMember{background:linear-gradient(115deg,#e3f3ff,#fdfefe 56%,#d8edff);border-radius:17px;grid-template-columns:110px 1fr auto;align-items:center;gap:15px;min-height:138px;padding:15px;display:grid}.app-phone-shell .plExactMember>img{object-fit:contain;width:102px;height:102px}.app-phone-shell .plExactMember div{gap:6px;display:grid}.app-phone-shell .plExactMember strong{color:#0755cc;font-size:16px}.app-phone-shell .plExactMember small,.app-phone-shell .plExactMember p{color:#365878;margin:0;font-size:11px;line-height:1.55}.app-phone-shell .plExactMember button{color:#fff;background:#0878ee;border:0;border-radius:11px;min-height:47px;padding:0 18px;font-size:12px;font-weight:800}.app-phone-shell .plExactHelp{grid-template-columns:1fr 1fr;gap:12px;display:grid}.app-phone-shell .plExactHelp article{background:#fff;border:1px solid #e0ebf5;border-radius:14px;justify-items:start;gap:6px;min-height:100px;padding:16px;display:grid}.app-phone-shell .plExactHelp strong{font-size:13px}.app-phone-shell .plExactHelp small{color:#6e86a0;font-size:10px}.app-phone-shell .plExactHelp button{color:#0878e8;background:#e4f3ff;border:0;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800}.app-phone-shell .plExactHelp b{color:#0878e8;letter-spacing:2px;font-size:20px}.app-phone-shell .top .mobile{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-phone-shell .dashboardTopTools{color:#07245d;align-items:center;gap:10px;display:flex}.app-phone-shell .dashboardTopTools button{color:#0b5ed6;background:#edf6ff;border:0;border-radius:50%;width:35px;height:35px;font-size:21px;position:relative}.app-phone-shell .dashboardTopTools button i{color:#fff;background:#ef3e55;border:2px solid #fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:9px;font-style:normal;display:grid;position:absolute;top:-5px;right:-3px}.app-phone-shell .dashboardTopTools span{gap:3px;display:grid}.app-phone-shell .dashboardTopTools b{font-size:12px}.app-phone-shell .dashboardTopTools small{color:#6c829b;font-size:8px}.app-phone-shell .dashboardTopTools small:first-letter{color:#10ba65}@media (max-width:520px){.app-phone-shell .plExactDashboard{gap:14px;padding:13px 12px 100px}.app-phone-shell .plExactBalance{min-height:208px;padding:26px 20px}.app-phone-shell .plExactBalance strong{font-size:33px}.app-phone-shell .plExactMainPromo{min-height:180px;padding:21px}.app-phone-shell .plExactMainPromo h1{margin-top:15px;font-size:22px}.app-phone-shell .plExactMainPromo p{font-size:15px}.app-phone-shell .plExactMainPromo p b{font-size:31px}.app-phone-shell .plExactServices{gap:9px}.app-phone-shell .plExactServices button{min-height:98px}.app-phone-shell .plExactServices img{width:47px;height:47px}.app-phone-shell .plExactServices strong{font-size:12px}.app-phone-shell .plExactStats article{grid-template-columns:1fr;justify-items:center;gap:5px;padding:0 3px}.app-phone-shell .plExactStats i{width:28px;height:28px;font-size:15px}.app-phone-shell .plExactStats span{justify-items:center}.app-phone-shell .plExactStats small,.app-phone-shell .plExactStats em{font-size:8px}.app-phone-shell .plExactStats b{font-size:14px}.app-phone-shell .plExactPromoRow{margin-right:-12px;padding-right:12px}.app-phone-shell .plExactPromoRow button{flex-basis:80%;min-height:170px}.app-phone-shell .plExactMember{grid-template-columns:70px 1fr;gap:9px}.app-phone-shell .plExactMember>img{width:67px;height:67px}.app-phone-shell .plExactMember button{grid-column:1/-1}.app-phone-shell .plExactHelp{gap:8px}.app-phone-shell .plExactHistory article{grid-template-columns:32px 1fr auto;gap:6px;padding:7px 9px}.app-phone-shell .plExactHistory em{display:none}}.app-phone-shell .plProDashboard{color:#12345a;background:#f7fbff;gap:18px;padding:18px 18px 106px;display:grid}.app-phone-shell .plProGreeting{justify-content:space-between;align-items:center;gap:14px;padding:2px 2px 0;display:flex}.app-phone-shell .plProGreeting div{gap:4px;display:grid}.app-phone-shell .plProGreeting strong{letter-spacing:-.3px;font-size:18px}.app-phone-shell .plProGreeting small{color:#7890a8;font-size:11px}.app-phone-shell .plProGreeting>span{color:#12965c;white-space:nowrap;background:#e7f8ef;border-radius:99px;padding:7px 10px;font-size:10px;font-weight:800}.app-phone-shell .plProBalance{color:#fff;background:linear-gradient(135deg,#075ce3 0%,#097fed 58%,#19a5ee 100%);border-radius:24px;min-height:206px;padding:26px;position:relative;overflow:hidden;box-shadow:0 16px 30px #0a67d838}.app-phone-shell .plProBalance:before{content:"";border:1px solid #ffffff2b;border-radius:50%;width:220px;height:220px;position:absolute;top:-56px;right:-46px;box-shadow:0 0 0 28px #ffffff0d,0 0 0 58px #ffffff09}.app-phone-shell .plProBalanceCopy{z-index:2;justify-items:start;gap:5px;display:grid;position:relative}.app-phone-shell .plProBalanceCopy>small{opacity:.88;font-size:12px;font-weight:700}.app-phone-shell .plProBalanceCopy>strong{letter-spacing:-.9px;font-size:32px;line-height:1.2}.app-phone-shell .plProBalanceCopy>span{opacity:.82;font-size:11px}.app-phone-shell .plProBalanceCopy>div{gap:9px;margin-top:16px;display:flex}.app-phone-shell .plProBalanceCopy button{color:#066adf;background:#fff;border:1px solid #ffffffa6;border-radius:11px;min-height:37px;padding:0 13px;font-size:11px;font-weight:850}.app-phone-shell .plProBalanceCopy button+button{color:#fff;background:#ffffff1a}.app-phone-shell .plProWalletArt{background:linear-gradient(145deg,#1f9bff,#0755d8);border-radius:17px;width:112px;height:87px;position:absolute;bottom:23px;right:31px;transform:rotate(-7deg);box-shadow:inset 0 2px 4px #ffffff8c,0 18px 22px #00318b45}.app-phone-shell .plProWalletArt:before{content:"";background:linear-gradient(160deg,#fff,#bfeaff);border-radius:10px 10px 0 0;width:78px;height:42px;position:absolute;top:-24px;left:12px;box-shadow:0 3px #72c5ff}.app-phone-shell .plProWalletArt i{background:#0e75e9;border-radius:0 13px 13px 0;width:31px;height:36px;position:absolute;top:27px;right:-12px;box-shadow:inset 2px 0 2px #ffffff40}.app-phone-shell .plProWalletArt b{clip-path:polygon(55% 0,10% 57%,43% 57%,37% 100%,90% 36%,57% 36%);filter:drop-shadow(0 2px 2px #002f8252);background:#fff;width:28px;height:34px;position:absolute;top:27px;left:41px}.app-phone-shell .plProWalletArt em{background:#ffb520;border:4px solid #ffd36d;border-radius:50%;width:31px;height:31px;position:absolute;bottom:-9px;right:-19px;box-shadow:0 4px 8px #002f8233}.app-phone-shell .plProSectionHead{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.app-phone-shell .plProSectionHead h2{margin:0;font-size:16px}.app-phone-shell .plProSectionHead button{color:#0877e8;background:0 0;border:0;font-size:11px;font-weight:800}.app-phone-shell .plProServices{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 11px;padding:4px 0 8px;display:grid}.app-phone-shell .plProServices button{color:#1a3c60;background:0 0;border:0;align-content:center;place-items:center;gap:8px;min-height:78px;display:grid}.app-phone-shell .plProServices button span{background:0 0;place-items:center;width:53px;height:53px;display:grid}.app-phone-shell .plProServices img{display:block;object-fit:contain!important;width:53px!important;max-width:53px!important;height:53px!important;max-height:53px!important}.app-phone-shell .plProServices strong{font-size:12px}.app-phone-shell .plProPromo{grid-template-columns:1fr 1fr;gap:11px;display:grid}.app-phone-shell .plProPromo article{color:#fff;background:linear-gradient(145deg,#096ce5,#22a5f2);border-radius:17px;align-content:start;justify-items:start;gap:8px;min-height:161px;padding:18px;display:grid;position:relative;overflow:hidden}.app-phone-shell .plProPromo article+article{background:linear-gradient(145deg,#123d86,#169abb)}.app-phone-shell .plProPromo article span{z-index:1;background:#ffffff2b;border-radius:6px;padding:5px 7px;font-size:8px;font-weight:800;position:relative}.app-phone-shell .plProPromo article strong{z-index:1;font-size:15px;line-height:1.25;position:relative}.app-phone-shell .plProPromo article small{z-index:1;max-width:135px;font-size:10px;line-height:1.35;position:relative}.app-phone-shell .plProPromo article button{z-index:1;color:#0876e7;background:#fff;border:0;border-radius:8px;min-height:28px;margin-top:auto;padding:0 9px;font-size:9px;font-weight:850;position:relative}.app-phone-shell .plProPromo article i{color:#fff3;font-size:128px;font-style:normal;position:absolute;bottom:-26px;right:-12px}.app-phone-shell .plProOperators{background:#fff;border:1px solid #e0eaf3;border-radius:18px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:13px 7px;display:grid;box-shadow:0 8px 20px #1848890f}.app-phone-shell .plProOperators button{color:#385570;background:0 0;border:0;justify-items:center;gap:7px;min-width:0;display:grid}.app-phone-shell .plProOperators button span{background:#fff;border:1px solid #e0eaf3;border-radius:14px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.app-phone-shell .plProOperators img{display:block;object-fit:contain!important;width:34px!important;max-width:34px!important;height:32px!important;max-height:32px!important}.app-phone-shell .plProOperators strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9px;overflow:hidden}.app-phone-shell .plProHistory{background:#fff;border:1px solid #e0eaf3;border-radius:17px;overflow:hidden;box-shadow:0 8px 20px #1848890f}.app-phone-shell .plProHistory article{border-bottom:1px solid #edf2f7;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:62px;padding:8px 14px;display:grid}.app-phone-shell .plProHistory article:last-child{border:0}.app-phone-shell .plProHistory i{color:#14a35e;background:#e8f8ef;border-radius:10px;place-items:center;width:30px;height:30px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plProHistory div{gap:4px;min-width:0;display:grid}.app-phone-shell .plProHistory strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.app-phone-shell .plProHistory small{color:#8296aa;font-size:9px}.app-phone-shell .plProHistory span{justify-items:end;gap:4px;display:grid}.app-phone-shell .plProHistory b{font-size:11px}.app-phone-shell .plProHistory em{color:#11a35d;background:#e8f9ef;border-radius:99px;padding:3px 7px;font-size:8px;font-style:normal}.app-phone-shell .plProHistory p{color:#7f91a5;padding:16px;font-size:11px}.app-phone-shell .plProTrust{background:linear-gradient(105deg,#e8f7ff,#fbfdff);border:1px solid #cfe8fa;border-radius:17px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.app-phone-shell .plProTrust>i{color:#fff;background:#0f8de8;border-radius:14px;place-items:center;width:42px;height:42px;font-size:19px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plProTrust div{gap:4px;display:grid}.app-phone-shell .plProTrust strong{font-size:11px}.app-phone-shell .plProTrust small{color:#71879d;font-size:9px;line-height:1.35}.app-phone-shell .plProTrust button{color:#fff;background:#0877e8;border:0;border-radius:9px;min-height:31px;padding:0 10px;font-size:9px;font-weight:850}.app-phone-shell .plProBenefits{background:#fff;border:1px solid #e0eaf3;border-radius:18px;gap:0;padding:17px 16px 7px;display:grid;box-shadow:0 8px 20px #1848890f}.app-phone-shell .plProBenefits h2{margin:0 0 9px;font-size:15px}.app-phone-shell .plProBenefits article{border-top:1px solid #edf2f7;grid-template-columns:36px 1fr;align-items:center;gap:11px;min-height:62px;display:grid}.app-phone-shell .plProBenefits i{color:#0877e8;background:#e8f6ff;border-radius:11px;place-items:center;width:32px;height:32px;font-size:16px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plProBenefits div{gap:4px;display:grid}.app-phone-shell .plProBenefits strong{font-size:11px}.app-phone-shell .plProSupport{color:#fff;background:linear-gradient(135deg,#073e9d,#087ce7);border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 12px 23px #0554b130}.app-phone-shell .plProSupport div{gap:6px;display:grid}.app-phone-shell .plProSupport span{opacity:.82;font-size:10px}.app-phone-shell .plProSupport strong{font-size:13px}.app-phone-shell .plProSupport button{color:#0874e5;background:#fff;border:0;border-radius:10px;min-height:35px;padding:0 12px;font-size:10px;font-weight:850}@media (max-width:370px){.app-phone-shell .plProDashboard{padding-inline:12px}.app-phone-shell .plProBalance{padding:21px}.app-phone-shell .plProBalanceCopy>strong{font-size:27px}.app-phone-shell .plProWalletArt{transform-origin:100% 100%;right:16px;transform:scale(.82)rotate(-7deg)}.app-phone-shell .plProPromo article{padding:14px}.app-phone-shell .plProPromo article strong{font-size:13px}.app-phone-shell .plProPromo article small{font-size:9px}.app-phone-shell .plProOperators{gap:4px}.app-phone-shell .plProOperators button span{width:43px;height:43px}.app-phone-shell .plProTrust{grid-template-columns:38px 1fr}.app-phone-shell .plProTrust button{grid-column:1/-1}}.app-phone-shell .plProDashboard{background:linear-gradient(#eef8ff 0,#f7fbff 34%,#f6f9fd 100%);gap:16px}.app-phone-shell .plPulseHub{color:#fff;background:radial-gradient(circle at 82% 18%,#57ccff61,#0000 30%),linear-gradient(142deg,#063e92 0%,#086ada 52%,#0b9bea 100%);border-radius:27px;gap:15px;padding:20px 18px 18px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 34px #055bba3d}.app-phone-shell .plPulseHub:before,.app-phone-shell .plPulseHub:after{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:50%;position:absolute}.app-phone-shell .plPulseHub:before{width:245px;height:245px;top:52px;right:-90px;box-shadow:0 0 0 27px #ffffff09,0 0 0 55px #ffffff06}.app-phone-shell .plPulseHub:after{width:180px;height:180px;top:-110px;left:-105px}.app-phone-shell .plPulseHubTop,.app-phone-shell .plPulseBalance,.app-phone-shell .plPulseUsage,.app-phone-shell .plPulseShortcuts{z-index:1;position:relative}.app-phone-shell .plPulseHubTop{justify-content:space-between;align-items:center;display:flex}.app-phone-shell .plPulseHubTop>span{letter-spacing:-.35px;font-size:17px;font-weight:900}.app-phone-shell .plPulseHubTop button{color:#fff;background:#04307540;border:1px solid #ffffff3b;border-radius:99px;align-items:center;gap:7px;min-height:31px;padding:0 10px;font-size:10px;font-weight:750;display:flex}.app-phone-shell .plPulseHubTop b{font-size:20px;font-weight:400;line-height:0}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 104px;align-items:center;gap:13px;display:grid}.app-phone-shell .plPulseBalance>div{gap:4px;display:grid}.app-phone-shell .plPulseBalance small{opacity:.84;font-size:11px;font-weight:700}.app-phone-shell .plPulseBalance strong{letter-spacing:-1.2px;font-size:31px;line-height:1.12}.app-phone-shell .plPulseBalance em{opacity:.83;font-size:10px;font-style:normal}.app-phone-shell .plPulseBalance>div>b{color:#c9f2ff;margin-top:4px;font-size:10px}.app-phone-shell .plPulseBalance aside{gap:8px;display:grid}.app-phone-shell .plPulseBalance aside button{color:#fff;text-align:left;background:#04367a45;border:1px solid #ffffff52;border-radius:14px;grid-template-columns:23px 1fr;align-items:center;min-height:48px;padding:0 10px;font-size:10px;font-weight:800;display:grid}.app-phone-shell .plPulseBalance aside i{font-size:21px;font-style:normal;font-weight:400;line-height:1}.app-phone-shell .plPulseUsage{color:#fff;text-align:left;background:#02276547;border:0;border-radius:12px;align-items:center;gap:9px;width:100%;min-height:39px;padding:0 11px;font-size:10px;display:flex}.app-phone-shell .plPulseUsage span{font-size:15px}.app-phone-shell .plPulseUsage b{margin-left:auto;font-size:19px;font-weight:400}.app-phone-shell .plPulseShortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.app-phone-shell .plPulseShortcuts button{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#ffffff1a;border:1px solid #fff3;border-radius:11px;min-height:32px;padding:0 7px;font-size:9px;font-weight:750;overflow:hidden}.app-phone-shell .plPulseShortcuts b{margin-left:3px;font-size:14px;font-weight:400}.app-phone-shell .plPulseServiceSheet{background:#ffffffe6;border:1px solid #dfeaf4;border-radius:24px;gap:8px;padding:18px 12px 12px;display:grid;box-shadow:0 13px 25px #1e528a0f}.app-phone-shell .plPulseServiceSheet .plProServices{padding:2px 0 6px}.app-phone-shell .plPulseServiceSheet .plProServices img{filter:drop-shadow(0 7px 7px #165b901c);width:56px!important;max-width:56px!important;height:56px!important;max-height:56px!important}.app-phone-shell .plPulseServiceSheet .plProServices strong{font-size:11px}@media (max-width:370px){.app-phone-shell .plPulseHub{padding:17px 14px}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 92px}.app-phone-shell .plPulseBalance strong{font-size:26px}.app-phone-shell .plPulseBalance aside button{padding-inline:8px}.app-phone-shell .plPulseShortcuts button{padding-inline:4px;font-size:8px}}@media (max-width:767px){.app-root{width:100%;padding:0}.app-phone-shell,.app-shell{width:100%;max-width:none;min-height:100dvh;box-shadow:none;border:0;border-radius:0;margin:0}.app-phone-shell .content{width:100%;padding:0;overflow-x:hidden}.app-phone-shell .top{padding:12px 14px 8px}.app-phone-shell .plProDashboard{width:100%;max-width:none;padding:12px 12px calc(92px + env(safe-area-inset-bottom));gap:13px}.app-phone-shell .plPulseHub{border-radius:22px;gap:12px;padding:16px 15px 14px}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 98px;gap:10px}.app-phone-shell .plPulseBalance strong{font-size:28px}.app-phone-shell .plPulseBalance aside{gap:6px}.app-phone-shell .plPulseBalance aside button{min-height:42px;padding:0 8px}.app-phone-shell .plPulseUsage{min-height:35px;font-size:9px}.app-phone-shell .plPulseShortcuts button{min-height:30px;font-size:8px}.app-phone-shell .plPulseServiceSheet{border-radius:20px;gap:5px;padding:14px 8px 8px}.app-phone-shell .plPulseServiceSheet .plProServices{gap:13px 8px;padding-bottom:2px}.app-phone-shell .plPulseServiceSheet .plProServices button{gap:4px;min-height:71px}.app-phone-shell .plPulseServiceSheet .plProServices img{width:47px!important;max-width:47px!important;height:47px!important;max-height:47px!important}.app-phone-shell .plProPromo article{min-height:136px;padding:14px}.app-phone-shell .bottom{width:100%;max-width:none}}.app-phone-shell .plMobileHero{isolation:isolate;color:#fff;background:#071d57;border-radius:0;min-height:214px;padding:26px 28px;position:relative;overflow:hidden}.app-phone-shell .plMobileHero>img{z-index:-1;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.app-phone-shell .plMobileHero:after{content:"";z-index:-1;background:linear-gradient(90deg,#141476f0 0%,#181479b8 43%,#112f8514 80%);position:absolute;inset:0}.app-phone-shell .plMobileHero>div{justify-items:start;gap:8px;max-width:57%;display:grid}.app-phone-shell .plMobileHero span{color:#b8c7ff;letter-spacing:1.2px;font-size:9px;font-weight:900}.app-phone-shell .plMobileHero h1{letter-spacing:-.6px;margin:0;font-size:26px;line-height:1.12}.app-phone-shell .plMobileHero p{color:#e2e8ff;margin:0;font-size:10px;line-height:1.5}.app-phone-shell .plMobileHero button{color:#3151dd;text-transform:capitalize;background:#fff;border:0;border-radius:10px;min-height:35px;margin-top:4px;padding:0 14px;font-size:10px;font-weight:900}.app-phone-shell .plMobileBalance{z-index:2;color:#112c53;background:#fff;border:1px solid #e7eaf5;border-radius:19px;grid-template-columns:1fr auto;align-items:center;gap:15px;margin:-27px 18px 0;padding:18px 20px;display:grid;position:relative;box-shadow:0 13px 26px #1c35691c}.app-phone-shell .plMobileBalance>div{gap:5px;display:grid}.app-phone-shell .plMobileBalance small{color:#7387a0;font-size:10px}.app-phone-shell .plMobileBalance strong{letter-spacing:-.7px;font-size:25px;line-height:1.05}.app-phone-shell .plMobileBalance span{color:#7e91a8;font-size:9px}.app-phone-shell .plMobileBalance button{color:#fff;background:linear-gradient(135deg,#6e5cec,#4c42cf);border:0;border-radius:13px;min-height:47px;padding:0 14px;font-size:10px;font-weight:900;box-shadow:0 8px 17px #5943d93d}.app-phone-shell .plPulseServiceSheet{background:#fff;border-radius:20px;gap:16px;padding:24px 19px 18px;box-shadow:0 10px 24px #27497912}.app-phone-shell .plPulseServiceSheet .plProSectionHead{align-items:center;padding:0}.app-phone-shell .plPulseServiceSheet .plProSectionHead>div{gap:5px;display:grid}.app-phone-shell .plPulseServiceSheet .plProSectionHead h2{letter-spacing:-.35px;font-size:19px}.app-phone-shell .plPulseServiceSheet .plProSectionHead small{color:#7b8fa7;font-size:10px}.app-phone-shell .plPulseServiceSheet .plProSectionHead button{color:#5f4ce7;font-size:10px}.app-phone-shell .plPulseServiceSheet .plProServices strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:10px;line-height:1.15;overflow:hidden}.app-phone-shell .plPulseServiceSheet .plProServices small{color:#8293a8;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:8px;line-height:1.2;overflow:hidden}@media (max-width:767px){.app-phone-shell .plMobileHero{min-height:198px;padding:23px 21px}.app-phone-shell .plMobileHero h1{font-size:23px}.app-phone-shell .plMobileBalance{margin:-22px 12px 0;padding:15px 16px}.app-phone-shell .plMobileBalance strong{font-size:22px}.app-phone-shell .plMobileBalance button{min-height:42px;padding:0 11px}.app-phone-shell .plPulseServiceSheet{padding:20px 12px 15px}.app-phone-shell .plPulseServiceSheet .plProServices{gap:16px 5px}.app-phone-shell .plPulseServiceSheet .plProServices button{min-height:92px}.app-phone-shell .plPulseServiceSheet .plProServices img{width:45px!important;max-width:45px!important;height:45px!important;max-height:45px!important}}@media (max-width:370px){.app-phone-shell .plMobileHero{padding-inline:17px}.app-phone-shell .plMobileHero h1{font-size:21px}.app-phone-shell .plMobileBalance{gap:8px;padding-inline:13px}.app-phone-shell .plMobileBalance button{font-size:9px}.app-phone-shell .plPulseServiceSheet .plProServices img{width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important}.app-phone-shell .plPulseServiceSheet .plProServices strong{font-size:9px}.app-phone-shell .plPulseServiceSheet .plProServices small{font-size:7px}}.app-phone-shell .plProDashboard{width:100%;max-width:none;padding:14px 14px calc(94px + env(safe-area-inset-bottom));background:linear-gradient(#eef8ff 0,#f7fbff 35%,#f7faff 100%);gap:14px}.app-phone-shell .plPulseHub{border-radius:23px;gap:12px;min-height:0;padding:17px 16px 14px;display:grid}.app-phone-shell .plPulseBalance strong{font-size:28px}.app-phone-shell .plPulseBalance aside button{min-height:43px;padding:0 8px}.app-phone-shell .plPulseUsage{min-height:36px;font-size:9px}.app-phone-shell .plPulseShortcuts button{min-height:31px;font-size:8px}.app-phone-shell .plPulseServiceSheet{background:#fff;border-radius:21px;gap:8px;padding:16px 10px 10px;display:grid}.app-phone-shell .plPulseServiceSheet .plProSectionHead>div{display:initial}.app-phone-shell .plPulseServiceSheet .plProSectionHead h2{letter-spacing:0;margin:0;font-size:16px}.app-phone-shell .plPulseServiceSheet .plProSectionHead small{display:none}.app-phone-shell .plPulseServiceSheet .plProServices{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 7px;padding:3px 0 5px}.app-phone-shell .plPulseServiceSheet .plProServices button{gap:5px;min-height:73px}.app-phone-shell .plPulseServiceSheet .plProServices button span{width:48px;height:48px}.app-phone-shell .plPulseServiceSheet .plProServices img{width:47px!important;max-width:47px!important;height:47px!important;max-height:47px!important}.app-phone-shell .plPulseServiceSheet .plProServices strong{white-space:normal;width:auto;font-size:10px;overflow:visible}.app-phone-shell .plPulseServiceSheet .plProServices small{display:none}@media (max-width:370px){.app-phone-shell .plProDashboard{padding-inline:10px}.app-phone-shell .plPulseHub{padding:15px 13px}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 88px}.app-phone-shell .plPulseBalance strong{font-size:24px}.app-phone-shell .plPulseServiceSheet .plProServices img{width:43px!important;max-width:43px!important;height:43px!important;max-height:43px!important}}.app-phone-shell .plProDashboard{gap:18px;padding-top:18px}.app-phone-shell .plPulseHub{border-radius:24px;gap:15px;padding:20px 18px 16px}.app-phone-shell .plPulseHubTop{padding-bottom:2px}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 102px;gap:15px}.app-phone-shell .plPulseBalance>div{gap:6px}.app-phone-shell .plPulseBalance aside{gap:9px}.app-phone-shell .plPulseBalance aside button{min-height:46px}.app-phone-shell .plPulseHubNote{color:#dcefff;text-align:left;background:#012d7040;border:0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:34px;padding:0 11px;font-size:9px;display:flex}.app-phone-shell .plPulseHubNote b{font-size:18px;font-weight:400}.app-phone-shell .plPulseServiceSheet{border-radius:22px;gap:12px;padding:19px 12px 13px}.app-phone-shell .plPulseServiceSheet .plProSectionHead{padding:0 7px}.app-phone-shell .plPulseServiceSheet .plProServices{gap:17px 8px;padding:4px 0}.app-phone-shell .plPulseServiceSheet .plProServices button{min-height:78px}.app-phone-shell .plProPromo{gap:12px}.app-phone-shell .plProPromo article{border-radius:18px;min-height:145px;padding:16px}.app-phone-shell .plProOperators{border-radius:19px;padding:15px 8px}.app-phone-shell .plProHistory,.app-phone-shell .plProBenefits{border-radius:19px}.app-phone-shell .plProTrust{border-radius:18px}@media (max-width:767px){.app-phone-shell .plProDashboard{gap:15px;padding-top:14px}.app-phone-shell .plPulseHub{gap:12px;padding:17px 16px 14px}.app-phone-shell .plPulseBalance{grid-template-columns:1fr 95px;gap:11px}.app-phone-shell .plPulseBalance aside{gap:7px}.app-phone-shell .plPulseBalance aside button{min-height:42px}.app-phone-shell .plPulseServiceSheet{gap:9px;padding:16px 10px 10px}.app-phone-shell .plPulseServiceSheet .plProServices{gap:13px 7px}.app-phone-shell .plPulseServiceSheet .plProServices button{min-height:74px}.app-phone-shell .plProPromo article{min-height:134px;padding:14px}}.app-phone-shell .plPulseActivity{background:linear-gradient(125deg,#fff 0%,#f3faff 100%);border:1px solid #e0ebf4;border-radius:20px;gap:13px;padding:17px 15px 14px;display:grid;box-shadow:0 10px 22px #1f52840f}.app-phone-shell .plPulseActivityHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-phone-shell .plPulseActivityHead>div{gap:4px;display:grid}.app-phone-shell .plPulseActivityHead h2{color:#17385d;margin:0;font-size:15px}.app-phone-shell .plPulseActivityHead small{color:#7c91a8;font-size:9px}.app-phone-shell .plPulseActivityHead button{color:#0877e8;background:0 0;border:0;font-size:9px;font-weight:850}.app-phone-shell .plPulseActivityStats{background:#fff;border:1px solid #e5edf5;border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.app-phone-shell .plPulseActivityStats article{border-right:1px solid #e8eff6;grid-template-columns:27px 1fr;align-items:center;gap:7px;min-height:53px;padding:8px 9px;display:grid}.app-phone-shell .plPulseActivityStats article:last-child{border:0}.app-phone-shell .plPulseActivityStats i{color:#10a25e;background:#e8f8ef;border-radius:9px;place-items:center;width:25px;height:25px;font-size:13px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plPulseActivityStats article:nth-child(2) i{color:#e89900;background:#fff5df}.app-phone-shell .plPulseActivityStats article:nth-child(3) i{color:#6558e6;background:#eef1ff}.app-phone-shell .plPulseActivityStats span{gap:2px;min-width:0;display:grid}.app-phone-shell .plPulseActivityStats small{color:#788da4;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.app-phone-shell .plPulseActivityStats b{color:#1a3d61;font-size:14px}@media (max-width:370px){.app-phone-shell .plPulseActivity{padding:14px 11px}.app-phone-shell .plPulseActivityStats article{grid-template-columns:1fr;justify-items:center;gap:3px;padding:7px 3px}.app-phone-shell .plPulseActivityStats span{justify-items:center}.app-phone-shell .plPulseActivityStats small{font-size:7px}}.app-phone-shell .plProTrust{box-shadow:none;background:linear-gradient(110deg,#edf9ff 0%,#fafdff 64%,#edf6ff 100%);border:1px solid #cfe5f6;border-radius:19px;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;padding:15px 16px}.app-phone-shell .plProTrust>i{background:linear-gradient(145deg,#0c99e9,#0873dc);border-radius:15px;width:46px;height:46px;font-size:21px;box-shadow:0 8px 16px #0775da2e}.app-phone-shell .plProTrust div{gap:3px}.app-phone-shell .plProTrust div:before{content:"KEAMANAN TRANSAKSI";color:#1684d5;letter-spacing:.7px;font-size:7px;font-weight:900}.app-phone-shell .plProTrust strong{letter-spacing:-.1px;font-size:12px}.app-phone-shell .plProTrust small{color:#658099;max-width:290px;font-size:9px;line-height:1.42}.app-phone-shell .plProTrust button{background:#0878e8;border-radius:10px;min-height:34px;padding:0 12px;font-size:9px;box-shadow:0 7px 13px #0878e82e}.app-phone-shell .plProBenefits{border-color:#e1eaf2;border-radius:21px;padding:19px 18px 8px;box-shadow:0 10px 26px #1d4a7e0e}.app-phone-shell .plProBenefits h2{color:#16385d;letter-spacing:-.35px;margin:14px 0 11px;font-size:17px;position:relative}.app-phone-shell .plProBenefits h2:before{content:"KEUNGGULAN PULSALINCAH";color:#1684d5;letter-spacing:.75px;font-size:7px;font-weight:900;position:absolute;top:-13px;left:0}.app-phone-shell .plProBenefits article{border-color:#edf2f6;grid-template-columns:43px 1fr;gap:12px;min-height:67px}.app-phone-shell .plProBenefits i{color:#087ae1;background:linear-gradient(145deg,#eef9ff,#dff2ff);border:1px solid #dceefa;border-radius:12px;width:37px;height:37px;font-size:17px}.app-phone-shell .plProBenefits strong{color:#193b60;font-size:11px}.app-phone-shell .plProBenefits small{color:#7089a1;font-size:9px;line-height:1.45}.app-phone-shell .plProSupport{background:linear-gradient(125deg,#0752b9 0%,#087ade 58%,#12a4ec 100%);border:1px solid #1696f43d;border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:13px;padding:18px 19px;display:grid;box-shadow:0 14px 25px #0568cb33}.app-phone-shell .plProSupport div{gap:5px}.app-phone-shell .plProSupport span{letter-spacing:.7px;opacity:.78;font-size:8px;font-weight:900}.app-phone-shell .plProSupport strong{letter-spacing:-.2px;font-size:14px}.app-phone-shell .plProSupport div:after{content:"Tim kami siap membantu setiap hari.";color:#ffffffc2;font-size:9px}.app-phone-shell .plProSupport button{border-radius:11px;min-height:37px;padding:0 13px;font-size:9px;box-shadow:0 6px 14px #00348b2e}@media (max-width:370px){.app-phone-shell .plProTrust{grid-template-columns:41px 1fr}.app-phone-shell .plProTrust>i{width:39px;height:39px}.app-phone-shell .plProTrust button{grid-column:1/-1}.app-phone-shell .plProSupport{padding:16px}.app-phone-shell .plProSupport strong{font-size:12px}}.app-phone-shell .plProOperators{gap:7px;padding:14px 6px}.app-phone-shell .plProOperators button{gap:7px}.app-phone-shell .plProOperators button span{border-color:#e5edf4;border-radius:14px;width:54px;height:47px;box-shadow:0 5px 12px #1b47750b}.app-phone-shell .plProOperators img{object-position:center;object-fit:contain!important;width:35px!important;max-width:35px!important;height:32px!important;max-height:32px!important}.app-phone-shell .plProOperators .operator-telkomsel img{width:29px!important;max-width:29px!important;height:32px!important}.app-phone-shell .plProOperators .operator-xl img{clip-path:inset(1.25%);width:43px!important;max-width:43px!important;height:41px!important;max-height:41px!important}.app-phone-shell .plProOperators .operator-im3 img{width:40px!important;max-width:40px!important;height:27px!important}.app-phone-shell .plProOperators .operator-tri img{width:32px!important;max-width:32px!important;height:34px!important}.app-phone-shell .plProOperators .operator-smartfren img{width:38px!important;max-width:38px!important;height:38px!important;max-height:38px!important}.app-phone-shell .plProOperators strong{color:#47617b;font-size:8.5px}.app-phone-shell .providerCards .provider-xl .brandImage{clip-path:inset(1.25%);width:59px!important;height:48px!important}.app-phone-shell .providerCards .provider-telkomsel .brandImage{width:42px!important;height:48px!important}.app-phone-shell .providerCards .provider-tri .brandImage{width:47px!important;height:47px!important}.app-phone-shell .providerCards .provider-smartfren .brandImage{width:48px!important;height:48px!important}.app-phone-shell .providerCards .provider-axis .brandImage,.app-phone-shell .providerCards .provider-by-u .brandImage{width:62px!important;height:48px!important}.app-phone-shell .providerCards .provider-indosat .brandImage{width:62px!important;height:38px!important}.app-phone-shell .walletProviderCards button{gap:7px;min-height:121px;padding:12px 7px 10px}.app-phone-shell .walletProviderCards button>span{color:#234662;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9px;font-weight:800;line-height:1.15;display:block;overflow:hidden}.app-phone-shell .walletProviderCards .provider-brizzi .brandImage,.app-phone-shell .walletProviderCards .provider-emoney-mandiri .brandImage,.app-phone-shell .walletProviderCards .provider-gopay .brandImage,.app-phone-shell .walletProviderCards .provider-grab .brandImage{width:72px!important}.app-phone-shell .walletProviderCards .compactWalletLogo{place-items:center;width:54px;height:54px;display:grid}.app-phone-shell .walletProviderCards .compactWalletMark{color:#0d64b7;width:45px;height:45px;display:block}.app-phone-shell .walletProviderCards .markDana{color:#168de1}.app-phone-shell .walletProviderCards .markGopay{color:#10bde1}.app-phone-shell .walletProviderCards .markGrab{color:#00a94f}.app-phone-shell .walletProviderCards .markIsaku,.app-phone-shell .walletProviderCards .markKaspro,.app-phone-shell .walletProviderCards .markLinkaja{color:#ee2631}.app-phone-shell .walletProviderCards .markMaxim{color:#ffd400}.app-phone-shell .walletProviderCards .markOvo{color:#4a168e}.app-phone-shell .walletProviderCards .markSakuku{color:#0878cc}.app-phone-shell .walletProviderCards .markShopee{color:#f25a30}.app-phone-shell .walletProviderCards .markTapcash{width:49px;height:49px}@media (max-width:520px){html,body{width:100%;min-height:100%;overflow-x:hidden}.app-phone-shell,.app-shell{width:100vw;max-width:100vw;min-height:100dvh;box-shadow:none;border:0;border-radius:0;margin:0}.app-phone-shell .main,.app-phone-shell .content{width:100%;max-width:100%;overflow-x:hidden}.app-phone-shell .top{padding:14px 16px 10px}.app-phone-shell .content{padding:0}.app-phone-shell .plProDashboard{width:100%;max-width:100%;padding:16px 16px calc(100px + env(safe-area-inset-bottom))}.app-phone-shell .plProBalance,.app-phone-shell .plProPromo,.app-phone-shell .plProOperators,.app-phone-shell .plProHistory,.app-phone-shell .plProTrust,.app-phone-shell .plProBenefits,.app-phone-shell .plProSupport{min-width:0}.app-phone-shell .bottom{width:100%;max-width:100%;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0}}.app-phone-shell .plOperatorBlock{padding-bottom:15px}.app-phone-shell .plOperatorBlock .plSectionHead h2>span{color:#079bd8;vertical-align:middle;background:#e1f5fd;border-radius:6px;place-items:center;width:18px;height:18px;margin-right:3px;font-size:8px;display:inline-grid}.app-phone-shell .plOperators{gap:9px}.app-phone-shell .plOperators button{flex:0 0 66px;align-content:start;justify-items:center;gap:7px;padding:2px 0 0;display:grid}.app-phone-shell .plOperators span,.app-phone-shell .plOperators .operator-telkomsel,.app-phone-shell .plOperators .operator-xl,.app-phone-shell .plOperators .operator-im3,.app-phone-shell .plOperators .operator-tri,.app-phone-shell .plOperators .operator-smartfren{background:linear-gradient(145deg,#fff,#f3f9fd);border:1px solid #dcecf5;border-radius:16px;place-items:center;width:54px;height:54px;margin:0;display:grid;overflow:hidden;box-shadow:0 7px 15px #1a597e14}.app-phone-shell .plOperators img,.app-phone-shell .plOperators .operator-telkomsel img,.app-phone-shell .plOperators .operator-xl img,.app-phone-shell .plOperators .operator-im3 img,.app-phone-shell .plOperators .operator-tri img{object-fit:contain;filter:none;width:36px;height:36px}.app-phone-shell .plOperators .operator-xl img{width:38px;height:38px}.app-phone-shell .plOperators .operator-smartfren img{object-fit:contain;filter:none;width:44px;height:25px}.app-phone-shell .plOperators strong{color:#48647b;text-align:center;width:100%;font-size:8px;line-height:1.2}.catalogSearch{color:#173b59;background:#f7fbfe;border:1px solid #d7e9f3;border-radius:12px;outline:0;width:100%;min-height:42px;margin:12px 0 4px;padding:0 13px;font-size:11px}.catalogSearch:focus{background:#fff;border-color:#48bde9;box-shadow:0 0 0 3px #38bdf81f}.catalogMore{color:#087eb6;background:#eef9fe;border:1px solid #bfe3f3;border-radius:12px;width:100%;min-height:40px;margin-top:10px;padding:8px 12px;font-size:10px;font-weight:800}.serviceProductGrid .productMore{grid-column:1/-1}.app-phone-shell .providerCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.app-phone-shell .providerCards button{background:#fff;border:1px solid #dceaf2;border-radius:16px;align-content:center;justify-items:center;gap:8px;min-width:0;min-height:112px;padding:12px 7px 10px;box-shadow:0 7px 18px #1f4e6912}:is(.app-phone-shell .providerCards .providerLogo,.app-phone-shell .providerCards .providerLogo:has(.brandImage)){place-items:center;width:64px;max-width:64px;height:52px;display:grid;overflow:visible}.app-phone-shell .providerCards .providerLogo .brandImage,.app-phone-shell .providerCards .provider-telkomsel .brandImage,.app-phone-shell .providerCards .provider-bpjs-kesehatan .brandImage,.app-phone-shell .providerCards .provider-bpjs-ketenagakerjaan .brandImage{object-fit:contain;object-position:center;image-rendering:auto;filter:none;width:64px;height:52px}.app-phone-shell .providerCards .providerLogo svg,.app-phone-shell .providerCards .providerLogo .logoText{object-fit:contain;width:60px;height:48px}.app-phone-shell .providerCards button>span{color:#294a62;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;font-size:9px;font-weight:800;line-height:1.25;overflow:hidden}.app-phone-shell .providerCards button.active{background:#f1fbff;border-color:#21ace1;box-shadow:0 0 0 2px #21ace11f,0 8px 20px #147da91a}:is(.app-phone-shell .gameProviderCards .providerLogo,.app-phone-shell .gameProviderCards .providerLogo:has(.brandImage)){width:72px;max-width:72px;height:54px}.app-phone-shell .gameProviderCards .providerLogo .brandImage{object-fit:contain!important;object-position:center!important;width:62px!important;max-width:62px!important;height:50px!important;max-height:50px!important}.app-phone-shell .gameProviderCards .provider-blood-strike .brandImage,.app-phone-shell .gameProviderCards .provider-free-fire .brandImage{width:82px!important;max-width:82px!important;height:46px!important}.app-phone-shell .gameProviderCards .provider-free-fire .brandImage{object-fit:cover!important;width:88px!important;max-width:88px!important;height:44px!important}.app-phone-shell .gameProviderCards .provider-arena-of-valor .brandImage,.app-phone-shell .gameProviderCards .provider-call-of-duty-mobile .brandImage,.app-phone-shell .gameProviderCards .provider-fc-mobile .brandImage,.app-phone-shell .gameProviderCards .provider-honor-of-kings .brandImage,.app-phone-shell .gameProviderCards .provider-league-of-legends .brandImage{width:58px!important;max-width:58px!important;height:52px!important}.app-phone-shell .gameProviderCards .provider-league-of-legends .brandImage{width:66px!important;max-width:66px!important;height:54px!important}.app-phone-shell .gameProviderCards .provider-mobile-legends .brandImage{width:86px!important;max-width:86px!important;height:52px!important}.app-phone-shell .gameProviderCards .provider-minecraft .brandImage,.app-phone-shell .gameProviderCards .provider-point-blank .brandImage{width:56px!important;max-width:56px!important;height:52px!important}.app-phone-shell .gameProviderCards .provider-pubg-mobile .brandImage{width:54px!important;max-width:54px!important;height:54px!important}@media (max-width:350px){.app-phone-shell .providerCards{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-phone-shell .plReferenceDashboard{background:#f4f9fd;gap:11px;padding:6px 10px 18px}.app-phone-shell .plRefWelcome{color:#173a5b;gap:3px;padding:4px 7px 0;display:grid}.app-phone-shell .plRefWelcome strong{font-size:15px;line-height:1.3}.app-phone-shell .plRefWelcome small{color:#7891a7;font-size:9px}.app-phone-shell .plBalanceCard{isolation:isolate;color:#fff;background:linear-gradient(120deg,#087cf5 0%,#08a8f4 56%,#28c8f1 100%);border:0;border-radius:20px;min-height:145px;padding:19px 18px;position:relative;overflow:hidden;box-shadow:0 14px 28px #0082e240}.app-phone-shell .plBalanceCard:before,.app-phone-shell .plBalanceCard:after{content:"";z-index:-1;background:#ffffff14;border-radius:999px;position:absolute}.app-phone-shell .plBalanceCard:before{width:120px;height:120px;top:-54px;left:34%}.app-phone-shell .plBalanceCard:after{width:86px;height:86px;bottom:-22px;right:-20px}.app-phone-shell .plBalanceCopy{z-index:2;justify-items:start;display:grid;position:relative}.app-phone-shell .plBalanceCopy>span{font-size:10px;font-weight:700}.app-phone-shell .plBalanceCopy>span i{color:#baf2ff;margin-left:4px;font-size:7px;font-style:normal}.app-phone-shell .plBalanceCopy>strong{letter-spacing:-.6px;margin-top:5px;font-size:25px;line-height:1.05}.app-phone-shell .plBalanceCopy>small{color:#ffffffd1;margin-top:5px;font-size:8px}.app-phone-shell .plBalanceCopy button{color:#087fe6;background:#fff;border:0;border-radius:999px;min-height:28px;margin-top:11px;padding:0 11px;font-size:8px;font-weight:850;box-shadow:0 5px 12px #00488f2b}.app-phone-shell .plBalanceVisual{width:48%;height:145px;position:absolute;bottom:-8px;right:5px}.app-phone-shell .plBalanceVisual>span{background:#ffffff21;border-radius:50%;width:112px;height:112px;position:absolute;top:14px;right:11px}.app-phone-shell .plBalanceVisual img{z-index:1;object-fit:contain;filter:drop-shadow(0 12px 12px #0034824d);width:150px;height:150px;position:absolute;bottom:-7px;right:-5px}.app-phone-shell .plBalanceVisual i{z-index:2;color:#fff;background:#ffffff40;border-radius:50%;place-items:center;width:31px;height:31px;font-size:15px;font-style:normal;font-weight:900;display:grid;position:absolute;top:18px;right:7px}.app-phone-shell .plRefPromo{color:#173a5b;text-align:left;background:linear-gradient(105deg,#fff 0%,#f4faff 58%,#def4ff 100%);border:1px solid #dbeaf4;border-radius:18px;width:100%;min-height:100px;padding:17px 42% 14px 15px;display:block;position:relative;overflow:hidden;box-shadow:0 8px 20px #20516f12}.app-phone-shell .plRefPromo>span{z-index:2;justify-items:start;gap:5px;display:grid;position:relative}.app-phone-shell .plRefPromo>span b{font-size:12px}.app-phone-shell .plRefPromo>span small{color:#7790a5;font-size:7.5px;line-height:1.35}.app-phone-shell .plRefPromo>span i{color:#fff;background:#098cf0;border-radius:999px;padding:6px 10px;font-size:7px;font-style:normal;font-weight:850}.app-phone-shell .plRefPromo>img{object-fit:contain;width:123px;height:123px;position:absolute;bottom:-24px;right:23px}.app-phone-shell .plRefPromo>strong{z-index:2;color:#fff;text-align:center;text-shadow:0 1px 3px #087bd8;font-size:7px;line-height:1.05;position:absolute;top:24px;right:17px;transform:rotate(-6deg)}.app-phone-shell .plRefPromo>strong b{font-size:17px}.app-phone-shell .plRefServices{background:#fff;border:1px solid #dceaf3;border-radius:18px;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:13px 7px 11px;display:grid;box-shadow:0 8px 20px #20516f0f}.app-phone-shell .plRefServices button{color:#34526b;background:0 0;border:0;min-width:0;padding:0}.app-phone-shell .plRefServices button span{background:#f7fbfe;border-radius:13px;place-items:center;width:42px;height:42px;margin:0 auto 6px;display:grid;box-shadow:0 5px 13px #26587614}.app-phone-shell .plRefServices button img{object-fit:contain;width:38px;height:38px}.app-phone-shell .plRefServices button strong{text-overflow:ellipsis;white-space:nowrap;font-size:7px;line-height:1.15;display:block;overflow:hidden}.app-phone-shell .plReferenceDashboard .plOperatorBlock{background:#fff;border:1px solid #dceaf3;border-radius:18px;margin:0;padding:13px 12px 14px;box-shadow:0 8px 20px #20516f0f}.app-phone-shell .plReferenceDashboard .plOperators{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;display:grid;overflow:visible}.app-phone-shell .plReferenceDashboard .plOperators button{width:auto;min-width:0;overflow:hidden}.app-phone-shell .plReferenceDashboard .plOperators span{border-radius:14px;width:48px;height:46px;overflow:hidden!important}.app-phone-shell .plReferenceDashboard .plOperators img.plOperatorLogo{filter:none;display:block;object-fit:contain!important;object-position:center!important;width:35px!important;max-width:35px!important;height:33px!important;max-height:33px!important;transform:none!important}.app-phone-shell .plReferenceDashboard .plOperators .operator-smartfren img.plOperatorLogo{width:38px!important;max-width:38px!important;height:24px!important;max-height:24px!important}.app-phone-shell .plRefInfoRows{background:#dceaf3;border:1px solid #dceaf3;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;display:grid;overflow:hidden;box-shadow:0 8px 20px #20516f0f}.app-phone-shell .plRefInfoRows button,.app-phone-shell .plRefInfoRows article{color:#234762;text-align:left;background:#fff;border:1px solid #dceaf3;border-radius:17px;grid-template-columns:34px 1fr 18px;align-items:center;gap:9px;min-height:58px;padding:9px 12px;display:grid;box-shadow:0 7px 17px #20516f0f}.app-phone-shell .plRefInfoRows article{background:linear-gradient(100deg,#eefaff,#fff)}.app-phone-shell .plRefInfoRows>*>i{color:#078feb;background:#e6f6ff;border-radius:11px;place-items:center;width:34px;height:34px;font-size:15px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plRefInfoRows span{gap:3px;display:grid}.app-phone-shell .plRefInfoRows strong{font-size:9px}.app-phone-shell .plRefInfoRows small{color:#7b93a6;font-size:7.5px}.app-phone-shell .plRefInfoRows b{color:#168fe8;text-align:center}.app-phone-shell .plRefSecurity{background:linear-gradient(105deg,#e5f5ff,#f9fcff 52%,#d9edff);border:1px solid #d5e8f7;border-radius:19px;grid-template-columns:125px 1fr auto;align-items:center;gap:16px;min-height:126px;padding:13px 18px;display:grid;overflow:hidden;box-shadow:0 9px 22px #18629917}.app-phone-shell .plRefShield{clip-path:polygon(50% 0,88% 14%,84% 62%,50% 100%,16% 62%,12% 14%);background:linear-gradient(145deg,#0ea8f4,#0865e8);place-items:center;width:92px;height:92px;margin:auto;display:grid;position:relative;box-shadow:inset 0 0 0 8px #ffffff40}.app-phone-shell .plRefShield:before{content:"";border:5px solid #fff;border-radius:17px 17px 9px 9px;width:33px;height:38px}.app-phone-shell .plRefShield span{color:#fff;background:#14c991;border:4px solid #dff5ff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:13px;display:grid;position:absolute;bottom:8px;right:5px}.app-phone-shell .plRefSecurity>div:nth-child(2){min-width:0}.app-phone-shell .plRefSecurity strong{color:#0952bd;font-size:13px}.app-phone-shell .plRefSecurity p{color:#58748d;max-width:280px;margin:7px 0 0;font-size:9px;line-height:1.55}.app-phone-shell .plRefSecurity button{color:#fff;background:linear-gradient(135deg,#0878ef,#095ee9);border:0;border-radius:10px;min-height:39px;padding:0 18px;font-size:9px;font-weight:850;box-shadow:0 8px 18px #0865e93b}.app-phone-shell .plRefNews{background:#fff;border:1px solid #dceaf3;border-radius:19px;padding:15px 17px 10px;box-shadow:0 8px 20px #20516f0f}.app-phone-shell .plRefNewsHead{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.app-phone-shell .plRefNewsHead h2{color:#173a5b;margin:0;font-size:12px}.app-phone-shell .plRefNewsHead button{color:#087fe6;background:0 0;border:0;font-size:8px;font-weight:850}.app-phone-shell .plRefNews article{border-bottom:1px solid #e5eef4;grid-template-columns:58px 1fr auto;align-items:center;gap:11px;min-height:72px;display:grid}.app-phone-shell .plRefNews article:last-child{border-bottom:0}.app-phone-shell .plRefNews article img{object-fit:contain;background:#eaf6ff;border-radius:10px;width:55px;height:55px}.app-phone-shell .plRefNews article span{gap:3px;min-width:0;display:grid}.app-phone-shell .plRefNews article strong{color:#25445f;font-size:9px}.app-phone-shell .plRefNews article small,.app-phone-shell .plRefNews article time{color:#7890a4;font-size:7.5px;line-height:1.3}.app-phone-shell .plRefNews article b{color:#fff;background:#119cf0;border-radius:999px;padding:5px 9px;font-size:7px}@media (max-width:350px){.app-phone-shell .plReferenceDashboard{padding-inline:7px}.app-phone-shell .plRefServices{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:13px}.app-phone-shell .plBalanceVisual{opacity:.82}.app-phone-shell .plRefInfoRows{grid-template-columns:1fr}.app-phone-shell .plRefSecurity{grid-template-columns:74px 1fr}.app-phone-shell .plRefSecurity button{grid-column:1/-1}}.moreServicesHero{border-radius:18px;min-height:auto;padding:14px 14px 12px}.moreServicesHero h1{margin:13px 0 2px;font-size:20px}.moreServicesPanel{background:#fff;border:1px solid #d9edf7;border-radius:20px;margin-top:12px;padding:16px 10px}.moreServiceGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 6px;display:grid}.moreServiceGrid button,.moreServiceGrid button:hover,.moreServiceGrid button:active{min-width:0;min-height:0;box-shadow:none;text-align:center;background:0 0;border:0;border-radius:0;align-content:start;justify-items:center;gap:7px;padding:0;display:grid;transform:none}.moreServiceGrid .moreServiceIcon{width:58px;height:58px;box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;display:grid;overflow:hidden}.moreServiceGrid .moreServiceIcon img{object-fit:cover;filter:none;border-radius:50%;width:56px;height:56px}.moreServiceGrid strong{color:#274963;text-align:center;white-space:normal;width:100%;min-height:28px;font-size:9.5px;font-weight:800;line-height:1.3;display:block;overflow:visible}@media (max-width:350px){.moreServiceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:390px){.app-phone-shell .plDashboard,.app-phone-shell .plBlock{padding-left:11px;padding-right:11px}.app-phone-shell .plServiceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 7px}.app-phone-shell .plPromo{flex-basis:89%}.app-phone-shell .plFavorite{flex-basis:78%}}.app-phone-shell .walletProviderCards .provider-gopay .brandImage,.app-phone-shell .walletProviderCards .provider-grab .brandImage{object-fit:cover;border-radius:50%;width:52px!important;max-width:52px!important;height:52px!important;max-height:52px!important}.app-phone-shell .walletProviderCards .provider-linkaja .brandImage{object-fit:contain;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards{gap:8px}.app-phone-shell .walletProviderCards button{border-radius:15px;gap:4px;min-height:96px;padding:8px 5px 7px}:is(.app-phone-shell .walletProviderCards .providerLogo,.app-phone-shell .walletProviderCards .providerLogo:has(.brandImage)){width:54px;max-width:54px;height:43px}.app-phone-shell .walletProviderCards .providerLogo .brandImage{object-fit:contain;width:52px!important;max-width:52px!important;height:42px!important;max-height:42px!important}.app-phone-shell .walletProviderCards button>span{font-size:8.5px;line-height:1.1}.app-phone-shell .walletProviderCards .provider-gopay .brandImage,.app-phone-shell .walletProviderCards .provider-grab .brandImage{width:43px!important;max-width:43px!important;height:43px!important;max-height:43px!important}.app-phone-shell .walletProviderCards .provider-linkaja .brandImage{width:38px!important;max-width:38px!important;height:38px!important;max-height:38px!important}.walletProviderCards{gap:9px}.walletProviderCards button{border-radius:16px;gap:5px;min-height:104px;padding:9px 6px 8px}:is(.walletProviderCards .providerLogo,.walletProviderCards .providerLogo:has(.brandImage)){width:58px;max-width:58px;height:48px}.walletProviderCards .providerLogo .brandImage{object-fit:contain;width:54px!important;max-width:54px!important;height:46px!important;max-height:46px!important}.walletProviderCards button>span{font-size:9px;line-height:1.1}.walletProviderCards .provider-maxim .brandImage{width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.walletProviderCards .provider-ovo .brandImage{transform:scale(1.34);width:60px!important;max-width:60px!important;height:60px!important;max-height:60px!important}.walletProviderCards button:has(.provider-kaspro)>span{color:#123d61;letter-spacing:.05px;font-size:10px;font-weight:900}.walletProviderCards .provider-ovo{border-radius:0;overflow:visible;width:46px!important;max-width:46px!important;height:46px!important}.walletProviderCards .provider-ovo .brandImage{clip-path:circle(33%);object-fit:contain;transform:none;width:68px!important;max-width:68px!important;height:68px!important;max-height:68px!important}.walletProviderCards button:has(.provider-ovo)>span{z-index:1;color:#183f60;margin-top:2px;font-weight:900;position:relative}.walletProviderCards .provider-sakuku{overflow:visible;width:46px!important;max-width:46px!important;height:46px!important}.walletProviderCards .provider-gopay .brandImage,.walletProviderCards .provider-grab .brandImage,.walletProviderCards .provider-linkaja .brandImage,.walletProviderCards .provider-maxim .brandImage{width:44px!important;max-width:44px!important;height:44px!important;max-height:44px!important}.walletProviderCards .provider-emoney-mandiri .brandImage{width:84px!important;max-width:84px!important;height:48px!important;max-height:48px!important}.walletProviderCards .provider-isaku .brandImage{transform:scale(1.2);width:58px!important;max-width:58px!important;height:58px!important;max-height:58px!important}.walletProviderCards .provider-sakuku .brandImage{clip-path:none;transform:scale(1.48);width:68px!important;max-width:68px!important;height:68px!important;max-height:68px!important}.walletProviderCards .provider-shopeepay,.walletProviderCards .provider-tapcash{overflow:hidden}.walletProviderCards .provider-shopeepay .brandImage{object-fit:contain;transform:translate(41px);width:122px!important;max-width:none!important;height:50px!important;max-height:none!important}.walletProviderCards .provider-tapcash .brandImage{object-fit:contain;transform:translate(67px);width:200px!important;max-width:none!important;height:62px!important;max-height:none!important}.app-phone-shell .walletProviderCards .provider-ovo,.walletProviderCards .provider-ovo{width:52px!important;max-width:52px!important;height:52px!important;max-height:52px!important}.app-phone-shell .walletProviderCards .provider-ovo .brandImage,.walletProviderCards .provider-ovo .brandImage{clip-path:circle(33%);transform:none;width:78px!important;max-width:78px!important;height:78px!important;max-height:78px!important}.app-phone-shell .walletProviderCards .provider-ovo,.walletProviderCards .provider-ovo{border-radius:0;overflow:visible;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-ovo .brandImage,.walletProviderCards .provider-ovo .brandImage{clip-path:circle(33%);object-fit:contain;transform:scale(1.5);width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-sakuku,.walletProviderCards .provider-sakuku{border-radius:0;overflow:hidden;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-sakuku .brandImage,.walletProviderCards .provider-sakuku .brandImage{clip-path:none;object-fit:contain;transform:translate(46px);width:138px!important;max-width:none!important;height:46px!important;max-height:none!important}.app-phone-shell .walletProviderCards .provider-shopeepay,.app-phone-shell .walletProviderCards .provider-tapcash,.walletProviderCards .provider-shopeepay,.walletProviderCards .provider-tapcash{overflow:visible}.app-phone-shell .walletProviderCards .provider-shopeepay .brandImage,.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-shopeepay .brandImage,.walletProviderCards .provider-tapcash .brandImage{object-fit:contain;transform:none;width:52px!important;max-width:52px!important;height:42px!important;max-height:42px!important}.app-phone-shell .walletProviderCards .provider-tapcash,.walletProviderCards .provider-tapcash{background:0 0!important;width:74px!important;max-width:74px!important;height:38px!important;max-height:38px!important;overflow:visible!important}.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-tapcash .brandImage{object-fit:contain!important;width:72px!important;max-width:72px!important;height:34px!important;max-height:34px!important;display:block!important;transform:none!important}.app-phone-shell .walletProviderCards .provider-tapcash,.walletProviderCards .provider-tapcash{width:86px!important;max-width:86px!important;height:42px!important;max-height:42px!important}.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-tapcash .brandImage{object-fit:cover!important;object-position:center!important;width:84px!important;max-width:84px!important;height:40px!important;max-height:40px!important;transform:translate(-24px)!important}.app-phone-shell .walletProviderCards .provider-e-money-mandiri,.walletProviderCards .provider-e-money-mandiri{width:88px!important;max-width:88px!important;height:40px!important;max-height:40px!important}.app-phone-shell .walletProviderCards .provider-e-money-mandiri .brandImage,.walletProviderCards .provider-e-money-mandiri .brandImage{object-fit:cover!important;object-position:center!important;width:86px!important;max-width:86px!important;height:38px!important;max-height:38px!important}.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-tapcash .brandImage{display:none}.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-tapcash .brandImage{object-fit:contain;display:block;transform:none;width:82px!important;max-width:82px!important;height:34px!important;max-height:34px!important}.app-phone-shell .walletProviderCards .provider-sakuku,.walletProviderCards .provider-sakuku{background:#fff url(/images/provider-brands/sakuku-official.jpg) 50% 44%/160px 120px no-repeat;border-radius:12px;overflow:hidden;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-sakuku .brandImage,.walletProviderCards .provider-sakuku .brandImage,.app-phone-shell .walletProviderCards .provider-tapcash .brandImage,.walletProviderCards .provider-tapcash .brandImage{display:none}.app-phone-shell .walletProviderCards .provider-tapcash,.walletProviderCards .provider-tapcash{background:#fff url(/images/provider-brands/tapcash-reference.png) 0/184px 46px no-repeat;overflow:hidden;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-shopeepay,.walletProviderCards .provider-shopeepay{overflow:visible;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.app-phone-shell .walletProviderCards .provider-shopeepay .brandImage,.walletProviderCards .provider-shopeepay .brandImage{object-fit:contain;transform:none;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.walletProviderCards button:has(.provider-sakuku)>span{z-index:1;color:#183f60;margin-top:2px;font-weight:900;position:relative}.walletProviderCards .provider-gopay,.walletProviderCards .provider-grab,.walletProviderCards .provider-kaspro,.walletProviderCards .provider-linkaja,.walletProviderCards .provider-ovo,.walletProviderCards .provider-sakuku,.walletProviderCards .provider-gopay .brandImage,.walletProviderCards .provider-grab .brandImage{width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.walletProviderCards .provider-linkaja .brandImage{width:40px!important;max-width:40px!important;height:40px!important;max-height:40px!important}.walletProviderCards .provider-kaspro .brandImage{transform:scale(1.28)}.walletProviderCards .provider-sakuku{border-radius:12px;overflow:hidden}.walletProviderCards .provider-sakuku .brandImage{clip-path:none;object-fit:contain;transform:scale(1.25);width:58px!important;max-width:58px!important;height:48px!important;max-height:48px!important}.walletProviderCards .provider-shopeepay .brandImage,.walletProviderCards .provider-tapcash .brandImage{width:52px!important;max-width:52px!important;height:42px!important;max-height:42px!important}@media (max-width:520px){.app-phone-shell .plProDashboard{width:100%;max-width:none;padding:12px 10px calc(98px + env(safe-area-inset-bottom));gap:16px}.app-phone-shell .plPulseHub{border-radius:23px;padding:18px 17px 15px}.app-phone-shell .plPulseServiceSheet{border-radius:21px;padding:17px 11px 12px}.app-phone-shell .plProOperators,.app-phone-shell .plPulseActivity,.app-phone-shell .plProHistory,.app-phone-shell .plProBenefits,.app-phone-shell .plProTrust,.app-phone-shell .plProSupport{border-radius:18px}}.app-phone-shell .plProDashboard>.plPulseHub{display:none}.app-phone-shell .plDashboardHero{isolation:isolate;color:#fff;background:#062e72 url(/images/pulsalincah-dark-hero-v1.png) 50%/cover no-repeat;border-radius:23px;align-items:center;min-height:190px;padding:22px 49% 22px 20px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 28px #05429933}.app-phone-shell .plDashboardHero:after{content:"";z-index:-1;background:linear-gradient(90deg,#032052f0 0%,#033379c9 46%,#03459614 84%);position:absolute;inset:0}.app-phone-shell .plDashboardHero>div{justify-items:start;gap:8px;min-width:0;display:grid}.app-phone-shell .plDashboardHero span{color:#9cdfff;letter-spacing:1px;font-size:8px;font-weight:900}.app-phone-shell .plDashboardHero h1{letter-spacing:-.45px;margin:0;font-size:22px;line-height:1.16}.app-phone-shell .plDashboardHero p{color:#deefff;margin:0;font-size:9px;line-height:1.45}.app-phone-shell .plDashboardHero button{color:#0877e8;background:#fff;border:0;border-radius:10px;min-height:32px;margin-top:3px;padding:0 12px;font-size:9px;font-weight:900}.app-phone-shell .plDashboardBalance{z-index:2;color:#173a61;background:#fff;border:1px solid #e4edf5;border-radius:19px;justify-content:space-between;align-items:center;gap:14px;min-height:98px;margin:-27px 10px 0;padding:17px;display:flex;position:relative;box-shadow:0 13px 26px #14437621}.app-phone-shell .plDashboardBalance>div{gap:5px;min-width:0;display:grid}.app-phone-shell .plDashboardBalance small{color:#7890a6;font-size:9px}.app-phone-shell .plDashboardBalance strong{letter-spacing:-.65px;white-space:nowrap;font-size:24px;line-height:1}.app-phone-shell .plDashboardBalance span{color:#7890a6;font-size:8px}.app-phone-shell .plDashboardBalance button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#087de9,#16b1ef);border:0;border-radius:13px;align-items:center;gap:6px;min-height:43px;padding:0 12px;font-size:10px;font-weight:850;display:flex;box-shadow:0 8px 16px #097be23d}.app-phone-shell .plDashboardBalance button b{font-size:20px;font-weight:400;line-height:1}@media (max-width:370px){.app-phone-shell .plDashboardHero{min-height:178px;padding:19px 48% 19px 17px}.app-phone-shell .plDashboardHero h1{font-size:20px}.app-phone-shell .plDashboardBalance{margin-inline:6px;padding-inline:13px}.app-phone-shell .plDashboardBalance strong{font-size:21px}.app-phone-shell .plDashboardBalance button{min-height:40px;padding-inline:9px;font-size:9px}}.app-phone-shell .plReferenceDashboardV2{width:100%;padding:15px 14px calc(100px + env(safe-area-inset-bottom));color:#102d59;background:linear-gradient(#f5fbff 0%,#f8fbff 50%,#effaff 100%);gap:18px;display:grid}.app-phone-shell .plV2Hero{isolation:isolate;background:#dff7ff;border-radius:25px;align-items:center;min-height:215px;padding:24px 48% 24px 25px;display:grid;position:relative;overflow:hidden;box-shadow:0 13px 30px #117dd424}.app-phone-shell .plV2Hero>div{z-index:2;justify-items:start;gap:10px;min-width:0;display:grid;position:relative}.app-phone-shell .plV2Hero>img{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.app-phone-shell .plV2Hero span{color:#078ce9;letter-spacing:1px;font-size:8px;font-weight:900}.app-phone-shell .plV2Hero h1{color:#102e61;letter-spacing:-.55px;margin:0;font-size:24px;line-height:1.15}.app-phone-shell .plV2Hero p{color:#527192;margin:0;font-size:10px;line-height:1.5}.app-phone-shell .plV2Hero button{color:#fff;background:linear-gradient(135deg,#008fec,#16c9ee);border:0;border-radius:99px;align-items:center;gap:10px;min-height:38px;margin-top:2px;padding:0 15px;font-size:10px;font-weight:850;display:flex;box-shadow:0 9px 17px #0090e440}.app-phone-shell .plV2Hero button b{font-size:20px;font-weight:400;line-height:1}.app-phone-shell .plV2Balance{z-index:4;isolation:isolate;background:linear-gradient(135deg,#fffffffc 0%,#f5fbff 55%,#e8f8ff 100%);border:1px solid #d2e8f6f2;border-radius:22px;grid-template-columns:1fr auto;justify-self:center;align-items:center;gap:12px;width:calc(100% - 22px);margin-top:-48px;padding:17px 17px 0;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 34px #185b8f29}.app-phone-shell .plV2Balance:before{content:"";z-index:-1;background:radial-gradient(circle,#19c3ef2e,#19c3ef00 70%);border-radius:50%;width:170px;height:170px;position:absolute;top:-65px;right:-45px}.app-phone-shell .plV2Balance>div{gap:5px;min-width:0;display:grid}.app-phone-shell .plV2Balance small{color:#6b86a2;letter-spacing:.15px;font-size:9px;font-weight:650}.app-phone-shell .plV2Balance strong{color:#0b2e63;letter-spacing:-.75px;white-space:nowrap;font-size:26px;line-height:1}.app-phone-shell .plV2Balance em{color:#07975a;background:#e2f9ef;border-radius:99px;align-items:center;gap:4px;width:max-content;margin-top:1px;padding:3px 7px 3px 4px;font-size:8px;font-style:normal;font-weight:850;display:flex}.app-phone-shell .plV2Balance em i{background:#bdf1d8;border-radius:50%;place-items:center;width:15px;height:15px;font-size:9px;font-style:normal;display:grid}.app-phone-shell .plV2Balance>button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#078fea,#12c3ec);border:0;border-radius:14px;justify-content:center;align-items:center;min-height:43px;padding:0 14px;font-size:9.5px;font-weight:850;display:flex;box-shadow:0 9px 18px #049ae83d}.app-phone-shell .plV2Balance>button:active{transform:scale(.97)}.app-phone-shell .plV2Balance>button b{margin-right:7px;font-size:23px;font-weight:350;line-height:1}.app-phone-shell .plV2Balance footer{background:#ffffffa3;border-top:1px solid #dbeaf4;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));width:calc(100% + 34px);margin:13px -17px 0;display:grid}.app-phone-shell .plV2Balance footer button{color:#264b73;background:0 0;border:0;border-right:1px solid #dbeaf4;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:48px;font-size:8px;font-weight:800;display:flex}.app-phone-shell .plV2Balance footer button i{color:#0799ec;font-size:17px;font-style:normal;font-weight:900}.app-phone-shell .plV2Balance .plQuickIcon{place-items:center;width:21px;height:21px;display:grid}.app-phone-shell .plV2Balance .plQuickIcon svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.app-phone-shell .plV2Balance footer button:last-child{border-right:0}.app-phone-shell .plV2Services,.app-phone-shell .plV2History{background:#fff;border:1px solid #e4eef6;border-radius:21px;padding:15px 11px 13px;box-shadow:0 9px 22px #1e517e11}.app-phone-shell .plV2Services header,.app-phone-shell .plV2History header{justify-content:space-between;align-items:center;gap:10px;padding:0 4px 14px;display:flex}.app-phone-shell .plV2Services h2,.app-phone-shell .plV2History h2{letter-spacing:-.25px;margin:0;font-size:17px}.app-phone-shell .plV2Services header button,.app-phone-shell .plV2History header button{color:#078ce9;white-space:nowrap;background:0 0;border:0;font-size:10px;font-weight:850}.app-phone-shell .plV2Services>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 6px;display:grid}.app-phone-shell .plV2Services>div>button{color:#14365f;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e7f0f7;border-radius:15px;align-content:center;place-items:center;gap:6px;min-width:0;min-height:82px;padding:6px 2px 7px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid;box-shadow:0 4px 11px #1f55850b}.app-phone-shell .plV2Services>div>button:active{border-color:#9edfff;transform:scale(.96);box-shadow:0 2px 7px #0591e01f}.app-phone-shell .plV2Services span{background:#effaff;border-radius:13px;place-items:center;width:45px;height:45px;display:grid;overflow:hidden}.app-phone-shell .plV2Services img{image-rendering:auto;display:block;object-fit:contain!important;object-position:center!important;filter:none!important;width:43px!important;max-width:43px!important;height:43px!important;max-height:43px!important;transform:none!important}.app-phone-shell .plV2Services strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;min-height:11px;font-size:8.5px;font-weight:850;line-height:1.15;display:block;overflow:hidden}.app-phone-shell .plV2Service-pulsa span{background:#eef4ff}.app-phone-shell .plV2Service-data span{background:#e8fbff}.app-phone-shell .plV2Service-pln span{background:#fff9e9}.app-phone-shell .plV2Service-wallet span{background:#eef9ff}.app-phone-shell .plV2Service-bpjs span{background:#eafbf5}.app-phone-shell .plV2Service-pdam span{background:#ecf8ff}.app-phone-shell .plV2Service-tv span{background:#eef3ff}.app-phone-shell .plV2Service-more span{background:#f4f0ff}.app-phone-shell .plV2Service-pulsa img,.app-phone-shell .plV2Service-data img,.app-phone-shell .plV2Service-pln img,.app-phone-shell .plV2Service-wallet img,.app-phone-shell .plV2Service-bpjs img,.app-phone-shell .plV2Service-pdam img,.app-phone-shell .plV2Service-tv img,.app-phone-shell .plV2Service-more img{transform:none}.app-phone-shell .plV2Promo{isolation:isolate;background:linear-gradient(112deg,#bdeeff,#e8fbff 56%,#77dbed);border-radius:22px;align-items:center;min-height:142px;padding:19px 46% 17px 21px;display:grid;position:relative;overflow:hidden;box-shadow:0 11px 24px #1b8dc01f}.app-phone-shell .plV2Promo>div{z-index:1;justify-items:start;gap:6px;display:grid;position:relative}.app-phone-shell .plV2Promo span{color:#078be5;background:#fff;border-radius:99px;padding:4px 8px;font-size:8px;font-weight:850}.app-phone-shell .plV2Promo strong{font-size:20px;line-height:1.05}.app-phone-shell .plV2Promo p{color:#406b91;margin:0;font-size:9px;line-height:1.35}.app-phone-shell .plV2Promo button{color:#fff;background:#078fe9;border:0;border-radius:99px;min-height:29px;margin-top:3px;padding:0 11px;font-size:9px;font-weight:850}.app-phone-shell .plV2Promo img{z-index:0;object-fit:contain;width:59%;height:174px;position:absolute;bottom:-26px;right:-14px}.app-phone-shell .plV2History{padding-bottom:8px}.app-phone-shell .plV2History article{border-top:1px solid #edf2f7;grid-template-columns:34px 1fr auto 10px;align-items:center;gap:9px;min-height:61px;padding:7px 4px;display:grid}.app-phone-shell .plV2History article>i{color:#078ee9;background:#e7f7ff;border-radius:50%;place-items:center;width:31px;height:31px;font-size:14px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plV2History article>div{gap:3px;min-width:0;display:grid}.app-phone-shell .plV2History article strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.app-phone-shell .plV2History article small{color:#7890a8;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.app-phone-shell .plV2History article span{justify-items:end;gap:4px;display:grid}.app-phone-shell .plV2History article b{white-space:nowrap;font-size:10px}.app-phone-shell .plV2History article em{color:#05a25e;background:#ddf9e9;border-radius:99px;padding:3px 7px;font-size:7px;font-style:normal;font-weight:850}.app-phone-shell .plV2History article u{color:#6988a6;font-size:20px;text-decoration:none}.app-phone-shell .plV2History>p{color:#7890a8;margin:0;padding:6px 4px 13px;font-size:10px}.app-phone-shell .plV2Help{background:linear-gradient(105deg,#dff7ff,#f7fdff 57%,#c8f2ff);border-radius:20px;grid-template-columns:45px 1fr auto;align-items:center;gap:11px;padding:15px;display:grid;box-shadow:0 9px 20px #1886b81a}.app-phone-shell .plV2Help>i{color:#078ee9;background:#bdefff;border-radius:50%;place-items:center;width:43px;height:43px;font-size:22px;font-style:normal;font-weight:900;display:grid}.app-phone-shell .plV2Help div{gap:4px;min-width:0;display:grid}.app-phone-shell .plV2Help strong{font-size:13px}.app-phone-shell .plV2Help small{color:#66849f;font-size:9px}.app-phone-shell .plV2Help button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#078fea,#11c0ed);border:0;border-radius:11px;min-height:35px;padding:0 11px;font-size:9px;font-weight:850}@media (max-width:370px){.app-phone-shell .plReferenceDashboardV2{gap:14px;padding-inline:7px}.app-phone-shell .plV2Hero{min-height:194px;padding:20px 47% 20px 18px}.app-phone-shell .plV2Hero h1{font-size:21px}.app-phone-shell .plV2Balance{padding-left:13px;padding-right:13px}.app-phone-shell .plV2Balance strong{font-size:24px}.app-phone-shell .plV2Balance>button{padding-inline:10px;font-size:9px}.app-phone-shell .plV2Balance footer{width:calc(100% + 26px);margin-left:-13px;margin-right:-13px}.app-phone-shell .plV2Services{padding:14px 7px 12px}.app-phone-shell .plV2Services>div{gap:7px 4px}.app-phone-shell .plV2Services>div>button{min-height:78px;padding-inline:1px}.app-phone-shell .plV2Services span{width:41px;height:41px}.app-phone-shell .plV2Services img{width:39px!important;max-width:39px!important;height:39px!important;max-height:39px!important}.app-phone-shell .plV2Services strong{font-size:7.8px}}.app-phone-shell .bottom{width:min(100% - 20px,460px);padding:8px 7px calc(8px + env(safe-area-inset-bottom));background:#fffffffa;border:1px solid #e3edf5;border-radius:23px 23px 0 0;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;box-shadow:0 -9px 24px #1648771a}.app-phone-shell .bottom button,.app-phone-shell .bottom button.active{min-height:58px;box-shadow:none;color:#7890aa;background:0 0;border:0;border-radius:0;padding:3px 1px;overflow:visible;transform:none}.app-phone-shell .bottom button:before{display:none}.app-phone-shell .bottom button i{width:25px;height:25px;color:inherit}.app-phone-shell .bottom button i svg{width:23px;height:23px}.app-phone-shell .bottom button small{color:inherit;font-size:9px;font-weight:750}.app-phone-shell .bottom button.active{color:#0798eb}.app-phone-shell .bottom button.active i{color:#0798eb;filter:none}.app-phone-shell .bottom button.active small{color:#0798eb}.app-phone-shell .bottom .bottomTopup{transform:translateY(-18px)}.app-phone-shell .bottom .bottomTopup i{color:#fff;background:linear-gradient(145deg,#08b7ef,#078ee9);border:5px solid #eefaff;border-radius:50%;width:55px;height:55px;box-shadow:0 9px 18px #048fe047}.app-phone-shell .bottom .bottomTopup i svg{fill:#fff;width:29px;height:29px}.app-phone-shell .bottom .bottomTopup small{margin-top:-1px}@media (max-width:900px){html,body{width:100%;max-width:100%;overflow-x:hidden}body.app-root{padding:0;display:block}.app-shell.app-phone-shell{min-height:100dvh;box-shadow:none;border:0;border-radius:0;width:100vw!important;max-width:100vw!important;margin:0!important}.app-shell.app-phone-shell .main,.app-shell.app-phone-shell .content,.app-shell.app-phone-shell .plReferenceDashboardV2{width:100%;max-width:none}.app-shell.app-phone-shell .content{padding:0}.app-shell.app-phone-shell .plReferenceDashboardV2{padding-left:10px;padding-right:10px}.app-shell.app-phone-shell .top{width:100%;padding-left:14px;padding-right:14px}.app-shell.app-phone-shell .bottom{width:calc(100% - 12px);max-width:none}}@media (max-width:390px){.app-shell.app-phone-shell .plReferenceDashboardV2{padding-left:6px;padding-right:6px}.app-shell.app-phone-shell .top{padding-left:10px;padding-right:10px}}@media (max-width:520px){.app-phone-shell .plReferenceDashboardV2{gap:14px;padding-top:12px}.app-phone-shell .plV2Hero{border-radius:22px;min-height:202px}.app-phone-shell .plV2Balance{border-radius:20px;width:100%;margin-top:0;padding-top:16px}}@media (max-width:390px){.app-phone-shell .plV2Balance{grid-template-columns:1fr;gap:12px;padding:16px 15px 0}.app-phone-shell .plV2Balance>button{width:100%;min-height:42px}.app-phone-shell .plV2Balance footer{margin-top:2px}}.loginHero .brand>.brandMark{background:0 0;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 9px 20px #0003}.loginHero .brand>.brandMark:after{display:none}.loginHero .brandMark svg{width:42px;height:42px;display:block}.loginHero .brand{gap:10px}.loginHeroCopy h1 b{color:#70ddff;font-weight:850}.login .simpleLogin{border:1px solid #dcebf4e6;margin-top:-28px;box-shadow:0 -4px 20px #08335f14,0 22px 45px #0e4d7b29}.login .simpleLogin form{gap:14px}.login .simpleLogin input:focus{background:#fff;border-color:#31bde9;box-shadow:0 0 0 4px #10b9eb21}.login .simpleLogin .passwordField{gap:7px}.login .simpleLogin .passwordField>div{position:relative}.login .simpleLogin .passwordField input{width:100%;padding-right:68px}.login .simpleLogin .passwordField button{color:#078fc9;background:#eaf8ff;border:0;border-radius:9px;min-height:31px;padding:0 8px;font-size:9px;font-weight:850;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.login .simpleLogin .authSubmit{border-radius:15px;min-height:52px}@media (max-width:390px){.loginHero .brand>.brandMark,.loginHero .brandMark svg{width:38px;height:38px}.loginHero{min-height:290px}.loginHeroCopy{margin-top:29px}.login .simpleLogin{margin-top:-22px}}
