@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--bg-page: linear-gradient(160deg, #f8fafc 0%, #eef2f7 100%);--text-main: #0f172a;--text-muted: #64748b;--green: #22c55e;--green-dark: #16a34a;--green-shadow: rgba(34, 197, 94, .25);--red: #ef4444;--red-dark: #dc2626;--red-soft: rgba(239, 68, 68, .12);--red-border: rgba(239, 68, 68, .35);--correct-bg: #f0fdf4;--correct-border: #bbf7d0;--correct-text: #16a34a;--incorrect-bg: #fef2f2;--incorrect-border: #fecaca;--incorrect-text: #dc2626;--blue: #3b82f6;--blue-shadow: rgba(59, 130, 246, .35);--card-bg: #ffffff;--border-soft: #e2e8f0;--shadow-card: 0 8px 24px rgba(15, 23, 42, .07);--shadow-card-hover: 0 16px 40px rgba(15, 23, 42, .12);--radius-pill: 999px;--radius-card: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Poppins,system-ui,sans-serif;color:var(--text-main);background:var(--bg-page);-webkit-font-smoothing:antialiased}button{border:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}button:active{transform:scale(.97)!important}.app{min-height:100vh}.scam-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 16px 48px}.correct-glow{animation:correctFlash .8s ease}.incorrect-glow{animation:incorrectFlash .8s ease}.verdict-header{width:100%;max-width:580px;padding:18px 24px;border-radius:var(--radius-card);display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;animation:fadeDown .3s ease forwards}.verdict-header.correct{background:var(--correct-bg);border:1.5px solid var(--correct-border)}.verdict-header.incorrect{background:var(--incorrect-bg);border:1.5px solid var(--incorrect-border)}.verdict-header-label{font-size:22px;font-weight:700;white-space:nowrap}.verdict-header.correct .verdict-header-label{color:var(--correct-text)}.verdict-header.incorrect .verdict-header-label{color:var(--incorrect-text)}.verdict-header-short{font-size:14px;color:#374151;line-height:1.5}.scam-content{width:100%;display:flex;justify-content:center;animation:slideInRight .35s ease forwards}.scam-relative-container{position:relative;width:100%;display:flex;justify-content:center}.flag-card-wrap{position:absolute;z-index:2000;width:280px;pointer-events:auto;transition:top .3s ease,left .3s ease}.flag-card{background:#fff;border-radius:12px;padding:16px;position:relative;box-shadow:0 12px 36px #0003;border-top:4px solid var(--red)}.flag-card:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid var(--current-theme)}.flag-dots{display:flex;gap:6px;margin-bottom:12px}.flag-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:background .2s ease,transform .2s ease}.flag-dot.active{transform:scale(1.25)}.flag-card-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;padding:3px 10px;border-radius:var(--radius-pill);margin-bottom:8px}.flag-card-text{font-size:14px;line-height:1.65;color:#1e293b;margin:0 0 14px}.flag-next-btn{width:100%;padding:11px 0;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;font-size:14px;font-weight:600;box-shadow:0 4px 14px var(--green-shadow)}.flag-next-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px var(--green-shadow)}.verdict-section{text-align:center}.guide-text{font-size:16px;font-weight:500;color:var(--text-muted);line-height:1.6;max-width:520px;margin:0 auto 18px;padding:0 8px}.verdict-buttons{display:flex;justify-content:center;gap:14px}.verdict-btn{padding:13px 32px;border-radius:var(--radius-pill);font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--green),var(--green-dark));border:1.5px solid transparent;box-shadow:var(--shadow-card)}.verdict-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.show-btn{padding:13px 36px;border-radius:var(--radius-pill);background:var(--blue);color:#fff;font-size:15px;font-weight:600}.show-btn-pulse{animation:pulse 2s ease-in-out infinite}.scam-footer{text-align:center}.progress{font-size:13px;color:var(--text-muted);letter-spacing:.4px;font-weight:500}.sms-flag,.wa-flag,.insta-flag,.popup-flag,.gmail-flag,.rich-flag,.flag{border-radius:4px;transition:background .22s ease,color .22s ease}.sms-flag.active,.wa-flag.active,.insta-flag.active,.popup-flag.active,.gmail-flag.active,.rich-flag.active,.flag.active{background:var(--red-soft);color:#991b1b;outline:2px solid var(--red-border);outline-offset:2px}.gmail-sender-addr.active{background:var(--red-soft);color:#991b1b;outline:2px solid var(--red-border);outline-offset:1px;font-weight:600;border-radius:3px}.gmail-flag.safe-active,.flag.safe-active{background:#3b82f61a;color:#1e40af;outline:2px solid rgba(59,130,246,.4);outline-offset:2px}.confetti-canvas{position:fixed;inset:0;pointer-events:none;z-index:9999}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes correctFlash{0%{background-color:transparent}40%{background-color:#22c55e12}to{background-color:transparent}}@keyframes incorrectFlash{0%{background-color:transparent}40%{background-color:#ef444412}to{background-color:transparent}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 var(--blue-shadow)}50%{box-shadow:0 0 0 10px #3b82f600}}@media(max-width:480px){.verdict-header{flex-direction:column;gap:4px;padding:14px 18px}.verdict-header-label{font-size:18px}.verdict-btn{padding:12px 24px;font-size:14px}.flag-card-wrap{width:240px;left:50%!important}}.hs-root{min-height:100vh;background:linear-gradient(160deg,#f8fafc,#eef2f7);color:#0f172a;font-family:Poppins,system-ui,sans-serif;position:relative;overflow:hidden;display:flex;flex-direction:column}.hs-bg-glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:0;transition:opacity 1.2s ease}.hs-visible .hs-bg-glow{opacity:1}.hs-glow-red{width:560px;height:560px;background:radial-gradient(circle,rgba(239,68,68,.07),transparent 70%);top:-120px;right:-60px}.hs-glow-blue{width:480px;height:480px;background:radial-gradient(circle,rgba(59,130,246,.07),transparent 70%);bottom:-80px;left:-60px}.hs-noise{display:none}.hs-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1160px;width:100%;margin:0 auto;padding:80px 48px 40px;gap:56px;position:relative;z-index:1}.hs-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.hs-visible .hs-reveal{opacity:1;transform:translateY(0)}.hs-delay-0{transition-delay:.05s}.hs-delay-2{transition-delay:.22s}.hs-delay-4{transition-delay:.44s}.hs-delay-5{transition-delay:.56s}.hs-delay-6{transition-delay:.68s}.hs-left{display:flex;flex-direction:column}.hs-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:1.3px;text-transform:uppercase;color:#94a3b8;margin-bottom:20px}.hs-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;box-shadow:0 0 #ef444466;animation:hs-pulse-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes hs-pulse-dot{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.hs-headline{font-size:clamp(44px,5vw,70px);font-weight:700;line-height:1.08;letter-spacing:-1.5px;margin:0 0 24px;color:#0f172a}.hs-word-wrap{display:inline-block;overflow:hidden;vertical-align:bottom;margin-right:.2em}.hs-word{display:inline-block;opacity:0;transform:translateY(100%);animation:hs-word-in .5s cubic-bezier(.22,1,.36,1) forwards}@keyframes hs-word-in{to{opacity:1;transform:translateY(0)}}.hs-subtitle-line{font-size:clamp(26px,2.8vw,40px);font-weight:600;color:#94a3b8;letter-spacing:-.8px;display:block;margin-top:4px}.hs-gradient-word{background:linear-gradient(110deg,#ef4444 20%,#f97316,#ef4444);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hs-gradient-shift 3s linear infinite}@keyframes hs-gradient-shift{0%{background-position:0% center}to{background-position:200% center}}.hs-body{font-size:15.5px;line-height:1.7;color:#64748b;max-width:400px;margin:0 0 22px}.hs-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.hs-pill{font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;border:1.5px solid #e2e8f0;color:#64748b;background:#fff;letter-spacing:.2px;box-shadow:0 2px 6px #0f172a0d}.hs-cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.hs-cta{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;border-radius:999px;font-family:Poppins,system-ui,sans-serif;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;cursor:pointer;box-shadow:0 8px 24px #22c55e4d;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.hs-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .2s ease}.hs-cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px #22c55e66}.hs-cta:hover:before{opacity:1}.hs-cta:active{transform:scale(.97)!important}.hs-cta-arrow{width:18px;height:18px;transition:transform .2s ease}.hs-cta:hover .hs-cta-arrow{transform:translate(3px)}.hs-cta-hint{font-size:12px;color:#94a3b8;margin:0;padding-left:4px}.hs-right{display:flex;justify-content:center;align-items:center}.hs-phone-tilt{position:relative;transform:rotate(3deg);animation:hs-float 5s ease-in-out infinite}@keyframes hs-float{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-10px)}}.hs-phone-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(239,68,68,.12),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(50px);pointer-events:none}.hs-phone{width:280px;background:#fff;border-radius:32px;border:1px solid #e2e8f0;box-shadow:0 0 0 1px #0f172a0a,0 24px 60px #0f172a24,0 8px 16px #0f172a0f;overflow:hidden;position:relative}.hs-ph-statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px 6px;font-size:11px;font-weight:600;color:#0f172a;background:#f8fafc}.hs-ph-sb-right{display:flex;align-items:flex-end;gap:2.5px}.hs-ph-bar{display:block;width:3.5px;background:#0f172a;border-radius:1px;opacity:.7}.hs-ph-notif{margin:8px 10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;padding:11px 13px;display:flex;gap:10px;animation:hs-notif-in .45s ease .9s both}@keyframes hs-notif-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hs-ph-notif-2{animation:hs-notif-in .45s ease 1.1s both;opacity:.8}.hs-ph-notif-icon{font-size:20px;flex-shrink:0;line-height:1;margin-top:1px}.hs-ph-notif-body{flex:1;min-width:0}.hs-ph-notif-app{font-size:9.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#94a3b8;margin-bottom:3px}.hs-ph-notif-msg{font-size:12px;color:#1e293b;line-height:1.45}.hs-ph-red{color:#dc2626;font-weight:600}.hs-ph-notif-link{font-size:10px;color:#3b82f6;margin-top:3px;word-break:break-all;opacity:.8}.hs-ph-warning{display:flex;align-items:center;gap:7px;margin:6px 14px 14px;font-size:11px;font-weight:500;color:#94a3b8;animation:hs-notif-in .4s ease 1.4s both;opacity:0}.hs-ph-warning-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:hs-pulse-dot 2s ease-in-out infinite}.hs-flag-card{position:absolute;background:#fff;border-radius:10px;padding:7px 13px;box-shadow:0 6px 20px #0f172a26;border-top:3px solid #ef4444;white-space:nowrap;animation:hs-flag-in .4s cubic-bezier(.34,1.56,.64,1) both}.hs-flag-label{font-size:11px;font-weight:700;color:#dc2626;letter-spacing:.4px;text-transform:uppercase}.hs-flag-1{bottom:28px;right:-48px;animation-delay:1.55s}.hs-flag-2{top:56px;left:-58px;animation-delay:1.85s}@keyframes hs-flag-in{0%{opacity:0;transform:scale(.8) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.hs-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:16px 48px 24px;border-top:1px solid #e2e8f0}.hs-footer-logo img{height:22px;opacity:.35;transition:opacity .2s ease}.hs-footer-logo:hover img{opacity:.7}.hs-footer-links{display:flex;gap:16px}.hs-footer-link{color:#94a3b8;transition:color .2s ease}.hs-footer-link:hover{color:#0f172a}.hs-footer-link svg{width:18px;height:18px;display:block}@media(max-width:768px){.hs-grid{grid-template-columns:1fr;padding:48px 24px 28px;gap:40px;text-align:center}.hs-eyebrow{justify-content:center}.hs-body{margin-left:auto;margin-right:auto}.hs-pills{justify-content:center}.hs-cta-wrap{align-items:center}.hs-right{order:-1}.hs-phone-tilt{transform:rotate(0);animation:none}.hs-phone{width:260px}.hs-flag-1{right:-20px}.hs-flag-2{left:-28px}.hs-footer{padding:16px 24px 20px}.hs-headline{letter-spacing:-1px}}@media(max-width:400px){.hs-phone{width:230px}.hs-flag-1,.hs-flag-2{display:none}}.an-page{width:100%;min-height:100vh;background:linear-gradient(160deg,#f8fafc,#eef2f7);font-family:Poppins,system-ui,sans-serif}.an-hero{display:grid;grid-template-columns:320px 1fr;gap:40px;max-width:1080px;margin:0 auto;padding:72px 40px 64px;align-items:start}.an-score-side{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:24px;padding:40px 28px 36px;border:1px solid #e2e8f0;box-shadow:0 8px 32px #0f172a12;position:sticky;top:32px}.an-eyebrow{font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#94a3b8;margin-bottom:28px}.an-ring-wrap{position:relative;width:160px;height:160px;margin-bottom:24px;display:grid;place-items:center}.an-ring-glow{position:absolute;width:100px;height:100px;border-radius:50%;filter:blur(40px);opacity:.2;transition:background .3s ease}.an-ring-svg{position:absolute;inset:0;width:100%;height:100%}.an-ring-inner{position:relative;z-index:2;display:flex;align-items:baseline}.an-score-num{font-size:52px;font-weight:800;color:#0f172a;line-height:1;letter-spacing:-2px}.an-score-pct{font-size:22px;font-weight:600;color:#94a3b8;margin-left:2px}.an-tally{font-size:14px;color:#64748b;margin-bottom:16px}.an-tally strong{color:#0f172a;font-weight:700}.an-badge{display:inline-block;padding:8px 18px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:28px;line-height:1.4;text-align:center}.an-badge-high{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.an-badge-mid{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.an-badge-low{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.an-restart{width:100%;padding:13px 0;border-radius:999px;background:#0f172a;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:15px;font-weight:700;border:none;cursor:pointer;box-shadow:0 6px 20px #0f172a26;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.an-restart:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 12px 28px #0f172a33}.an-restart:active{transform:scale(.97)!important}.an-breakdown-side{display:flex;flex-direction:column;gap:12px}.an-breakdown-title{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.3px;margin-bottom:4px}.an-breakdown-grid{display:flex;flex-direction:column;gap:10px}.an-item{display:flex;align-items:flex-start;gap:14px;background:#fff;border-radius:16px;padding:16px 18px;border:1.5px solid transparent;box-shadow:0 2px 10px #0f172a0d;opacity:0;transform:translate(16px);animation:an-slide-in .4s ease forwards;transition:box-shadow .2s ease}.an-item:hover{box-shadow:0 6px 20px #0f172a1a}@keyframes an-slide-in{to{opacity:1;transform:translate(0)}}.an-item-correct{border-color:#bbf7d0;background:linear-gradient(135deg,#fff 80%,#f0fdf4)}.an-item-wrong{border-color:#fecaca;background:linear-gradient(135deg,#fff 80%,#fef2f2)}.an-item-icon{font-size:24px;flex-shrink:0;line-height:1;margin-top:2px}.an-item-body{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.an-item-type{font-size:10px;font-weight:700;letter-spacing:.9px;text-transform:uppercase;color:#94a3b8}.an-item-verdict{font-size:13px;color:#374151;line-height:1.4}.an-item-short{font-size:12px;color:#94a3b8;line-height:1.45;margin-top:2px}.an-item-article{display:inline-flex;align-items:flex-start;gap:6px;margin-top:8px;font-size:11.5px;font-weight:600;color:#2563eb;text-decoration:none;padding:6px 11px 6px 9px;border-radius:10px;background:#2563eb0f;border:1px solid rgba(37,99,235,.16);transition:background .18s ease,color .18s ease,border-color .18s ease;line-height:1.4;max-width:100%}.an-item-article svg{flex-shrink:0;margin-top:2px}.an-item-article:hover{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb4d}.an-item-article-unused{color:#334155;background:#64748b24;border-color:#64748b4d}.an-item-tick{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;margin-top:2px}.tick-yes{background:#dcfce7;color:#16a34a}.tick-no{background:#fee2e2;color:#dc2626}.an-blog{background:#f1f5f9;border-top:1px solid #e2e8f0;padding:64px 40px 80px}.an-blog-header{text-align:center;margin-bottom:40px}.an-blog-title{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.4px;margin-bottom:6px}.an-blog-sub{font-size:14px;color:#64748b}.an-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1000px;margin:0 auto}.an-blog-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0f;transition:transform .22s ease,box-shadow .22s ease}.an-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a1f}.an-blog-img{height:180px;background-size:cover;background-position:center}.an-blog-content{padding:18px 20px 20px}.an-blog-content h4{font-size:15px;font-weight:700;color:#0f172a;line-height:1.45;margin-bottom:8px;letter-spacing:-.2px}.an-blog-content p{font-size:13px;color:#64748b;line-height:1.6}@media(max-width:860px){.an-hero{grid-template-columns:1fr;padding:48px 20px;gap:32px}.an-score-side{position:static;max-width:400px;margin:0 auto;width:100%}}@media(max-width:480px){.an-hero{padding:36px 16px 40px}.an-blog{padding:48px 16px 56px}.an-item{padding:14px;gap:10px}.an-item-icon{font-size:20px}.an-score-num{font-size:44px}.an-ring-wrap{width:140px;height:140px}}.sms-phone-wrap{display:flex;justify-content:center;padding:0 16px}.sms-phone{width:100%;max-width:390px;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 0 0 1px #00000014,0 32px 64px #0000002e,0 8px 16px #00000014;display:flex;flex-direction:column}.sms-statusbar{background:#f2f2f7;padding:14px 24px 8px;display:flex;justify-content:space-between;align-items:center}.sms-time-pill{font-size:15px;font-weight:600;color:#000;letter-spacing:-.3px}.sms-statusbar-right{display:flex;align-items:center;gap:6px}.sms-battery{width:25px;height:12px;border:1.5px solid rgba(0,0,0,.35);border-radius:3px;position:relative;padding:1.5px;display:flex;align-items:center}.sms-battery-inner{height:100%;background:#000;border-radius:1.5px}.sms-battery-nub{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:3px;height:6px;background:#00000059;border-radius:0 2px 2px 0}.sms-navbar{background:#f2f2f7;padding:6px 16px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid #c6c6c8}.sms-back{display:flex;align-items:center;gap:4px}.sms-back-label{font-size:17px;color:#007aff;font-weight:400}.sms-contact-info{display:flex;flex-direction:column;align-items:center;gap:3px}.sms-contact-avatar{width:32px;height:32px;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff}.sms-contact-name{font-size:12px;color:#000;font-weight:500}.sms-thread{background:#fff;padding:16px 16px 8px;min-height:160px;display:flex;flex-direction:column;gap:8px}.sms-thread-date{text-align:center;font-size:12px;color:#8e8e93;margin-bottom:4px}.sms-bubble-row{display:flex;justify-content:flex-start}.sms-bubble{max-width:78%;background:#e9e9eb;color:#000;border-radius:18px 18px 18px 4px;padding:10px 14px;font-size:16px;line-height:1.45;word-break:break-word;white-space:pre-wrap;letter-spacing:-.1px}.sms-flag{border-radius:3px;transition:background .2s ease,color .2s ease}.sms-inputbar{background:#f2f2f7;border-top:.5px solid #c6c6c8;padding:10px 14px 20px;display:flex;align-items:center;gap:10px}.sms-input-pill{flex:1;background:#fff;border:1px solid #c6c6c8;border-radius:20px;padding:8px 14px}.sms-input-placeholder{font-size:15px;color:#c7c7cc}.sms-send-btn{width:32px;height:32px;background:#007aff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:440px){.sms-phone{border-radius:28px}}.wa-wrap{display:flex;justify-content:center;padding:0 16px}.wa-phone{width:100%;max-width:420px;border-radius:20px;overflow:hidden;box-shadow:0 20px 48px #0000002e;display:flex;flex-direction:column;background:#efeae2}.wa-header{background:#075e54;padding:10px 12px;display:flex;align-items:center;gap:8px}.wa-back-arrow{width:22px;height:22px;flex-shrink:0}.wa-contact-avatar{width:38px;height:38px;border-radius:50%;background:#128c7e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.wa-contact-info{flex:1}.wa-contact-name{color:#fff;font-size:15px;font-weight:600;line-height:1.2}.wa-contact-status{color:#ffffffb3;font-size:12px}.wa-header-actions{display:flex;gap:14px;align-items:center}.wa-chat-body{flex:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect width='60' height='60' fill='%23efeae2'/%3E%3Cpath d='M0 0h60v60H0z' fill='%23d4c9b8' opacity='.15'/%3E%3C/svg%3E");padding:10px 10px 6px;display:flex;flex-direction:column;gap:6px}.wa-date-pill{background:#e1f5feeb;color:#5b5955;font-size:11.5px;font-weight:500;padding:4px 10px;border-radius:8px;align-self:center;letter-spacing:.3px;margin-bottom:4px}.wa-security-notice{background:#fffbe6eb;color:#5b5955;font-size:12px;padding:8px 10px;border-radius:8px;display:flex;align-items:flex-start;gap:6px;line-height:1.4;margin-bottom:4px}.wa-bubble-row{display:flex;justify-content:flex-start}.wa-bubble{background:#fff;border-radius:8px 8px 8px 0;max-width:88%;box-shadow:0 1px 2px #0000001f;overflow:hidden}.wa-bubble-text{padding:8px 10px 4px;font-size:14.5px;line-height:1.45;color:#111b21;white-space:pre-wrap;word-break:break-word}.wa-flag{border-radius:3px;transition:background .2s ease,color .2s ease}.wa-link-preview{border-top:1px solid #f0f0f0;padding:8px 10px;border-left:3px solid #25d366;background:#f9f9f9;transition:background .2s ease}.wa-link-domain{display:flex;align-items:center;gap:5px;margin-bottom:2px}.wa-link-site{font-size:11px;color:#667781;margin-bottom:2px}.wa-link-title{font-size:13px;font-weight:500;color:#111b21}.wa-bubble-meta{padding:2px 8px 6px;display:flex;justify-content:flex-end;align-items:center;gap:4px}.wa-time{font-size:11px;color:#667781}.wa-input-bar{background:#f0f0f0;padding:6px 8px;display:flex;gap:8px;align-items:center}.wa-input-field{flex:1;background:#fff;border-radius:24px;padding:9px 14px;display:flex;align-items:center;gap:10px}.wa-placeholder{flex:1;font-size:14px;color:#8696a0}.wa-mic-btn{width:46px;height:46px;background:#075e54;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:440px){.wa-phone{border-radius:16px}}.gmail-wrap{display:flex;justify-content:center;padding:0 16px;width:100%}.gmail-chrome{width:100%;max-width:720px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 12px #00000014;overflow:hidden;font-family:Google Sans,Poppins,sans-serif}.gmail-topbar{background:#fff;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0}.gmail-topbar-left{display:flex;align-items:center;gap:12px}.gmail-hamburger{display:flex;flex-direction:column;gap:4px;padding:6px;cursor:pointer}.gmail-hamburger span{display:block;width:18px;height:2px;background:#5f6368;border-radius:2px}.gmail-wordmark{font-size:22px;font-weight:400;letter-spacing:-.5px}.gmail-topbar-right{display:flex;align-items:center;gap:12px}.gmail-apps-icon{display:grid;grid-template-columns:repeat(3,5px);gap:3px;padding:6px}.gmail-apps-icon span{width:5px;height:5px;background:#5f6368;border-radius:50%}.gmail-user-avatar{width:32px;height:32px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}.gmail-thread{padding:20px 24px 24px}.gmail-subject-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.gmail-subject-line{font-size:20px;font-weight:500;color:#202124;margin:0;line-height:1.3}.gmail-tag{background:#e8eaed;color:#5f6368;font-size:11px;font-weight:500;padding:3px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.gmail-message-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.gmail-sender-row{display:flex;align-items:flex-start;gap:12px;padding:16px 16px 0}.gmail-avatar-circle{width:40px;height:40px;border-radius:50%;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;flex-shrink:0}.gmail-sender-meta{flex:1;min-width:0}.gmail-sender-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gmail-sender-name{font-size:14px;font-weight:500;color:#202124}.gmail-sender-addr{font-size:13px;color:#5f6368;transition:background .2s ease,color .2s ease,outline-color .2s ease;border-radius:3px;padding:0 2px}.gmail-to-line{font-size:12px;color:#5f6368;display:flex;align-items:center;gap:2px;margin-top:2px}.gmail-to-me{color:#202124}.gmail-chevron{width:12px;height:12px}.gmail-msg-time{font-size:12px;color:#5f6368;white-space:nowrap;flex-shrink:0}.gmail-body{padding:16px;font-size:14px;line-height:1.7;color:#202124;white-space:pre-wrap}.gmail-flag{border-radius:3px;transition:background .2s ease,color .2s ease}.gmail-reply-row{padding:10px 16px 14px;display:flex;gap:8px;border-top:1px solid #f1f3f4}.gmail-reply-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #dadce0;border-radius:4px;background:#fff;color:#5f6368;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease;box-shadow:none}.gmail-reply-btn:hover{background:#f1f3f4;transform:none}.gmail-reply-btn svg{width:16px;height:16px}@media(max-width:520px){.gmail-thread{padding:14px 14px 18px}.gmail-subject-line{font-size:16px}.gmail-sender-row{padding:12px 12px 0}.gmail-body{padding:12px;font-size:13px}}.gmail-rich-body{padding:0;background:#f4f4f4}.rich-email-wrap{background:#f4f4f4;padding:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.rich-email-header{background:#000;padding:14px 20px;display:flex;align-items:center;gap:10px}.rich-netflix-n{width:28px;height:28px;flex-shrink:0}.rich-email-header-text{display:flex;flex-direction:column}.rich-header-tag{color:#fff;font-size:11px;font-weight:400;letter-spacing:.5px;opacity:.8}.rich-header-title{color:#e50914;font-size:15px;font-weight:700;letter-spacing:-.2px}.rich-header-subtitle{color:#fff;font-size:11px;opacity:.7}.rich-hero{background:#141414;padding:28px 20px 20px;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;min-height:180px}.rich-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a0a0a,#2d0f0f,#1a0000 60%,#0d0d0d);opacity:.9}.rich-hero-badge{position:relative;background:#e50914;color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 8px;border-radius:2px;margin-bottom:12px}.rich-hero-title{position:relative;color:#fff;font-size:22px;font-weight:800;line-height:1.15;margin-bottom:6px;letter-spacing:-.4px}.rich-hero-meta{position:relative;color:#ffffff80;font-size:11px;display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.rich-hero-meta span{background:#ffffff1a;padding:2px 6px;border-radius:3px}.rich-hero-desc{position:relative;color:#ffffffbf;font-size:13px;line-height:1.55;margin-bottom:20px;max-width:440px}.rich-cta-wrap{position:relative;width:100%}.rich-cta-btn{display:block;width:100%;background:#e50914;color:#fff;text-align:center;padding:13px 0;border-radius:4px;font-size:15px;font-weight:700;letter-spacing:.3px;border:none;cursor:pointer;transition:filter .15s ease}.rich-cta-btn:hover{filter:brightness(1.1);transform:none}.rich-flag{border-radius:3px;transition:background .2s ease,color .2s ease,outline-color .2s ease;cursor:default}.rich-footer{padding:16px 20px 0;text-align:center}.rich-footer-text{font-size:11px;color:#999;line-height:1.6}.rich-footer-link{color:#666;text-decoration:underline}.insta-wrap{display:flex;justify-content:center;padding:0 16px}.insta-phone{width:100%;max-width:390px;background:#fff;border-radius:36px;overflow:hidden;box-shadow:0 0 0 1px #00000014,0 28px 56px #00000029;display:flex;flex-direction:column}.insta-header{padding:14px 16px 12px;display:flex;align-items:center;gap:10px;border-bottom:.5px solid #dbdbdb}.insta-back{width:24px;height:24px;flex-shrink:0}.insta-contact{flex:1;display:flex;align-items:center;gap:10px}.insta-avatar-ring{width:36px;height:36px;border-radius:50%;background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);padding:2px;flex-shrink:0}.insta-avatar{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#262626;border:2px solid white}.insta-username{font-size:14px;font-weight:600;color:#262626;line-height:1.2}.insta-followers{font-size:11px;color:#737373}.insta-header-right{margin-left:auto}.insta-chat{flex:1;background:#fff;padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:16px}.insta-profile-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0}.insta-profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);padding:3px;margin-bottom:2px}.insta-avatar-lg{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#262626;border:2px solid white}.insta-profile-username{font-size:15px;font-weight:600;color:#262626}.insta-profile-meta{font-size:12px;color:#737373}.insta-visit-btn{margin-top:4px;padding:7px 20px;border-radius:8px;background:#efefef;color:#262626;font-size:13px;font-weight:600;border:none;box-shadow:none;cursor:pointer}.insta-visit-btn:hover{background:#e0e0e0;transform:none}.insta-msg-row{display:flex;align-items:flex-end;gap:8px;align-self:flex-start;max-width:90%}.insta-msg-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.insta-bubble{background:#efefef;border-radius:18px 18px 18px 4px;padding:10px 14px 6px;font-size:14px;line-height:1.5;color:#262626;word-break:break-word;white-space:pre-wrap}.insta-flag{border-radius:3px;transition:background .2s ease,color .2s ease}.insta-msg-time{font-size:10px;color:#737373;text-align:right;margin-top:4px}.insta-inputbar{padding:10px 12px 20px;border-top:.5px solid #dbdbdb}.insta-input-pill{display:flex;align-items:center;background:#fff;border:1.5px solid #dbdbdb;border-radius:24px;padding:9px 12px;gap:8px}.insta-input-placeholder{flex:1;font-size:14px;color:#8e8e8e}.insta-input-icons{display:flex;gap:10px;align-items:center}@media(max-width:440px){.insta-phone{border-radius:24px}}.popup-scene{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;max-width:660px;margin:0 auto;padding:0 16px}.popup-browser{width:100%;border-radius:10px 10px 0 0;overflow:hidden;border:1px solid #d1d5db;border-bottom:none;opacity:.55;pointer-events:none}.popup-browser-bar{background:#e8e8e8;padding:8px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #d1d5db}.popup-dots{display:flex;gap:5px;flex-shrink:0}.dot{width:11px;height:11px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.popup-address-bar{flex:1;background:#fff;border-radius:5px;padding:4px 9px;display:flex;align-items:center;gap:5px;border:1px solid #d1d5db;font-size:11.5px;color:#6b7280;font-family:monospace}.popup-tab-add{font-size:16px;color:#9ca3af;padding:0 4px;line-height:1}.popup-browser-body{background:#fff;padding:20px 24px;display:flex;flex-direction:column;gap:10px;min-height:80px}.popup-skeleton-line{height:10px;background:#e9ecef;border-radius:4px;width:100%}.popup-skeleton-line.short{width:38%}.popup-skeleton-line.medium{width:62%}.popup-dialog{width:100%;background:#f0f0f0;border:2px solid #1a6fba;border-radius:0 0 6px 6px;box-shadow:0 12px 40px #0000004d,0 4px 12px #00000026;overflow:hidden;animation:dialogPop .22s cubic-bezier(.34,1.4,.64,1) forwards}@keyframes dialogPop{0%{opacity:0;transform:scale(.96) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-titlebar{background:linear-gradient(180deg,#1e80d8,#1460a8);padding:7px 10px;display:flex;align-items:center;justify-content:space-between}.popup-titlebar-left{display:flex;align-items:center;gap:7px}.popup-ms-logo{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;font-size:7px;line-height:1;width:16px;height:16px}.ms-r{color:#f25022}.ms-g{color:#7fba00}.ms-b{color:#00a4ef}.ms-y{color:#ffb900}.popup-title-text{color:#fff;font-size:13px;font-weight:600;letter-spacing:.1px}.popup-title-close{color:#ffffffd9;background:transparent;border:none;font-size:13px;padding:2px 5px;border-radius:2px;cursor:pointer;line-height:1;box-shadow:none;transition:background .1s ease}.popup-title-close:hover{background:#fff3;transform:none}.popup-body{padding:22px 20px 16px;display:flex;gap:16px;align-items:flex-start}.popup-warning-icon{flex-shrink:0;margin-top:2px}.popup-message{font-size:14px;line-height:1.6;color:#1a1a1a;white-space:pre-wrap}.popup-flag{border-radius:3px;transition:background .22s ease,color .22s ease}.popup-footer{padding:10px 20px 16px;display:flex;justify-content:flex-end;gap:8px}.popup-btn-ok,.popup-btn-cancel{padding:6px 22px;border-radius:3px;font-size:13px;font-weight:400;font-family:inherit;cursor:pointer;border:1px solid;box-shadow:none;transition:filter .1s ease}.popup-btn-ok:hover,.popup-btn-cancel:hover{transform:none;filter:brightness(.95)}.popup-btn-ok{background:#1a6fba;color:#fff;border-color:#1460a8}.popup-btn-cancel{background:#f0f0f0;color:#1a1a1a;border-color:#aaa}@media(max-width:520px){.popup-scene{padding:0 8px}.popup-browser-body{padding:14px 16px}.popup-body{padding:16px 14px 12px;gap:12px}.popup-warning-icon svg{width:32px;height:32px}.popup-message{font-size:13px}}.upi-wrap{display:flex;justify-content:center;padding:16px}.upi-phone{width:300px;border-radius:36px;overflow:hidden;box-shadow:0 0 0 1px #00000026,0 24px 60px #00000047,0 8px 20px #0000001f;display:flex;flex-direction:column;background:#1a1f2e;font-family:Google Sans,Poppins,system-ui,sans-serif}.upi-statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px 6px;background:#1a1f2e}.upi-time{font-size:13px;font-weight:700;color:#fff;letter-spacing:.2px}.upi-sb-icons{display:flex;align-items:center;gap:5px}.upi-battery{width:22px;height:11px;border-radius:3px;border:1.5px solid rgba(255,255,255,.7);position:relative;padding:1.5px;display:flex;align-items:center}.upi-battery:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:2.5px;height:5px;background:#ffffffb3;border-radius:0 1px 1px 0}.upi-battery-fill{width:72%;height:100%;background:#34a853;border-radius:1px}.upi-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px 0;background:#1a1f2e}.upi-header-center{display:flex;flex-direction:column;align-items:center;gap:6px}.upi-avatar-sm{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#34a853);display:grid;place-items:center;font-size:18px;font-weight:700;color:#fff}.upi-header-text{display:flex;flex-direction:column;align-items:center;gap:2px}.upi-recipient-name{font-size:14px;font-weight:600;color:#fffffff2;border-radius:4px;padding:1px 4px;transition:background .2s ease,color .2s ease}.upi-recipient-id{font-size:11px;color:#ffffff73;border-radius:4px;padding:1px 4px;transition:background .2s ease,color .2s ease}.upi-recipient-name.upi-active,.upi-recipient-id.upi-active{background:#ef444433;color:#fca5a5;outline:1.5px solid rgba(239,68,68,.4);outline-offset:1px}.upi-amount-section{text-align:center;padding:20px 24px 16px;background:#1a1f2e;border-radius:4px;transition:background .2s ease}.upi-amount-section.upi-active{background:#ef44441a;outline:1.5px solid rgba(239,68,68,.25)}.upi-paying-label{font-size:12px;color:#ffffff73;font-weight:500;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px}.upi-amount{font-size:42px;font-weight:700;color:#fff;letter-spacing:-1.5px;line-height:1;margin-bottom:14px}.upi-note-chip{display:inline-flex;align-items:flex-start;gap:6px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 12px;text-align:left;transition:background .2s ease,border-color .2s ease;max-width:240px}.upi-note-chip.upi-active{background:#ef44441f;border-color:#ef444459}.upi-note-chip svg{flex-shrink:0;margin-top:1px}.upi-note-chip span{font-size:11.5px;color:#fff9;line-height:1.5}.upi-note-chip.upi-active span{color:#fca5a5}.upi-pin-area{background:#f8f9fa;padding:22px 20px 10px;display:flex;flex-direction:column;align-items:center;gap:0}.upi-pin-label{font-size:13px;font-weight:600;color:#3c4043;margin-bottom:16px;letter-spacing:.1px}.upi-pin-dots{display:flex;gap:12px;margin-bottom:22px}.upi-pin-dot{width:13px;height:13px;border-radius:50%;border:2px solid #dadce0;background:transparent}.upi-numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%}.upi-key{background:transparent;border:none;padding:14px 8px;font-size:20px;font-weight:500;color:#202124;cursor:default;border-radius:8px;font-family:inherit;line-height:1;transition:background .12s ease}.upi-key:not(.upi-key-empty):hover{background:#f1f3f4}.upi-key-empty{pointer-events:none}.upi-bank-row{background:#f8f9fa;border-top:1px solid #e8eaed;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px 20px;border-radius:0 0 36px 36px}.upi-bank-name{font-size:12px;font-weight:600;color:#5f6368}.upi-phone .active{background:unset;color:unset;outline:unset}
