:root{--bg:#fff;--txt:#0f172a;--cob:#0047AB;--mnt:#22c55e;--mnt-txt:#16a34a;--gr-s:#f8fafc;--gr-b:#e2e8f0;--mut:#64748b}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:'Inter',sans-serif;background:var(--bg);color:var(--txt)}.w{display:flex;flex-direction:column;height:100%}header{padding:clamp(.5rem,2vh,1.5rem) 1rem;display:flex;justify-content:center;align-items:center}header img{height:clamp(24px,4vh,32px);width:auto}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1.5rem;text-align:center}h1{font-size:clamp(1.5rem,4vh,2.5rem);font-weight:700;line-height:1.2;margin-bottom:clamp(.25rem,1.5vh,.75rem);max-width:800px;letter-spacing:-.02em}.sub{font-size:clamp(.875rem,2vh,1.125rem);color:var(--mut);max-width:600px;margin-bottom:clamp(1rem,3vh,2rem);line-height:1.5}.ts{display:flex;gap:clamp(.5rem,1.5vw,1rem);font-size:clamp(.75rem,1.5vh,.875rem);font-weight:700;color:var(--cob);margin-bottom:clamp(1rem,3vh,2rem);flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--cob);color:#fff;padding:0 2rem;border-radius:99px;font-size:clamp(1rem,2vh,1.125rem);font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;min-height:48px;min-width:240px;margin-bottom:clamp(1rem,3vh,2rem)}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,71,171,.2)}.btn:focus-visible{outline:2px solid var(--cob);outline-offset:2px}.dot{width:12px;height:12px;background:var(--mnt);border-radius:50%;box-shadow:0 0 8px var(--mnt);animation:p 2s infinite}.tx-rw{display:flex;flex-direction:column;gap:clamp(.5rem,1.5vh,1rem);align-items:center;margin-bottom:clamp(1rem,3vh,2rem)}.lock-w{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--txt)}.lk{width:14px;height:12px;border:2px solid currentColor;border-radius:2px;position:relative;margin-top:4px}.lk::before{content:'';position:absolute;width:8px;height:8px;border:2px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0;top:-10px;left:1px;animation:ld .6s .5s forwards}.rot{font-size:.875rem;color:var(--mut);height:20px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.crd{width:100%;max-width:380px;background:var(--gr-s);border:1px solid var(--gr-b);border-radius:1rem;padding:clamp(1rem,2vh,1.25rem);display:flex;align-items:center;gap:1rem;position:relative}.sk-i{width:40px;height:40px;border-radius:50%;background:#cbd5e1;animation:ps 1.5s infinite;flex-shrink:0}.sk-t{flex:1}.sk-l{height:12px;background:#cbd5e1;border-radius:4px;margin-bottom:6px;animation:ps 1.5s infinite}.sk-l.w5{width:50%}.ls{display:none;flex:1;text-align:left}.ls strong{display:block;font-size:clamp(.875rem,2vh,1rem);color:var(--txt);margin-bottom:.25rem}.ls span{font-size:clamp(.75rem,1.5vh,.875rem);color:var(--mnt-txt);font-weight:700}footer{padding:clamp(.5rem,2vh,1.5rem);text-align:center;font-size:.75rem;color:var(--mut)}footer a{color:inherit;text-decoration:none}@keyframes p{0%{box-shadow:0 0 0 0 rgba(34,197,94,.7)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}@keyframes ps{0%,100%{opacity:1}50%{opacity:.5}}@keyframes ld{from{top:-10px}to{top:-6px}}.fd{opacity:0;animation:u .5s forwards}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}@keyframes u{to{opacity:1;transform:translateY(0)}from{opacity:0;transform:translateY(10px)}}@media(prefers-reduced-motion:reduce){.fd,.dot,.sk-i,.sk-l,.lk::before{animation:none!important;opacity:1!important;transform:none!important;top:-6px!important}}