@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Karla:wght@400;600;700&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-karla:"Karla", sans-serif;--color-primary:#0d0650;--color-primary-light:#1a1075;--color-accent:#c5fd7a;--color-accent-hover:#b2ef62;--color-success:#00d97e;--color-error:#ef4444;--color-text-main:#334155;--color-text-muted:#64748b;--color-bg:#f8fafc;--color-card-bg:#ffffffe6;--shadow-premium:0 20px 40px -15px #0d065014, 0 8px 16px -8px #0d06500d;--border-premium:1px solid #0d065014}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;font-size:16px;overflow:hidden}@media (width>=600px){html{font-size:18px}}@media (width>=1024px){html{font-size:20px}}body{font-family:var(--font-sans);color:var(--color-text-main);background:linear-gradient(#d3cffd 0%,#fff 100%) fixed;justify-content:center;align-items:center;display:flex;position:relative}body:before{content:"";z-index:-1;pointer-events:none;width:50%;height:50%;position:absolute;top:-10%;left:-10%}body:after{content:"";z-index:-1;pointer-events:none;width:50%;height:50%;position:absolute;bottom:-10%;right:-10%}#root{-webkit-overflow-scrolling:touch;width:100%;max-width:600px;height:100%;margin:0 auto;padding:2rem 1.5rem;overflow-y:auto}.particle-container{pointer-events:none;z-index:-1;position:absolute;inset:0;overflow:hidden}.particle{background:#0d065008;border-radius:50%;position:absolute}.particle:first-child{width:40px;height:40px;animation:12s ease-in-out infinite float;top:15%;left:8%}.particle:nth-child(2){width:60px;height:60px;animation:15s ease-in-out 2s infinite float;top:75%;left:82%}.particle:nth-child(3){width:30px;height:30px;animation:10s ease-in-out 4s infinite float;top:45%;left:88%}.particle:nth-child(4){width:50px;height:50px;animation:14s ease-in-out 1s infinite float;top:82%;left:12%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-25px)scale(1.05)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeIn}.logo{max-width:180px;height:auto;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:block}.card{background:var(--color-card-bg);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-premium);border:var(--border-premium);border-radius:1.25rem;width:100%;padding:2rem 1.25rem}@media (width>=480px){.card{padding:2.5rem 2rem}}.billing-input-group{flex-direction:column;gap:.8rem;width:100%;display:flex}.inputs-row{gap:.5rem;width:100%;display:flex}.search-btn{color:#fff;cursor:pointer;background:#9288ee;border:none;border-radius:.5rem;outline:none;width:100%;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .2s}.search-btn:active:not(:disabled){opacity:.8}.search-btn:disabled{color:#a1a1a8;cursor:default;background:#f1f1f4}
