@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#3f2f0c;background-color:#fef3c7}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100vh}body{background:linear-gradient(180deg,#fef3c7,#fde68a)}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 2rem;text-align:center}.app-card{margin-top:2.25rem}.hero-title{font-size:clamp(2.5rem,4vw,3.25rem);font-weight:800;color:#78350f;margin-bottom:.5rem}.hero-subtitle{color:#b45309;max-width:32rem;margin:0 auto;line-height:1.5;font-size:1rem}.card{width:100%;max-width:26rem;border-radius:1.5rem;background:#ffffffeb;box-shadow:0 20px 45px #b4752340;border:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.card-content{padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.input-row{display:flex;gap:.75rem;align-items:center}.input{flex:1;padding:.85rem 1.15rem;font-size:1rem;border-radius:1rem;border:1px solid rgba(120,53,15,.2);background:#fffffff2;color:#92400e;transition:border-color .2s ease,box-shadow .2s ease,transform .06s ease}.input:focus{outline:none;border-color:#d97706;box-shadow:0 0 0 4px #eab30840}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem;border-radius:1rem;border:none;background:#b45309;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;min-width:3.25rem;min-height:3.25rem}.button:hover:not(:disabled){transform:translateY(-1px);background:#9a3412;box-shadow:0 12px 25px #99500a59}.button:focus-visible{outline:none;box-shadow:0 0 0 4px #f59e0b59}.button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.loading-icon{animation:bounce .8s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.result{margin-top:1.25rem;padding:1.25rem 1rem;border-radius:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;border:1px solid transparent;animation:pulse .6s ease-out,halo .9s ease-out;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}@keyframes pulse{0%{transform:scale(.94);opacity:.6}60%{transform:scale(1.03);opacity:1}to{transform:scale(1)}}@keyframes halo{0%{box-shadow:0 0 #0000}40%{box-shadow:0 0 18px 6px var(--halo-color, rgba(255,255,255,.2))}to{box-shadow:0 0 #0000}}.result-owned{color:#166534;background:#22c55e1f;border-color:#22c55e59;--halo-color: rgba(34, 197, 94, .35)}.result-not-owned{color:#92400e;background:#fbbf242e;border-color:#fbbf2473;--halo-color: rgba(251, 191, 36, .45)}.result-competitor,.result-independent{color:#b91c1c;background:#f871711f;border-color:#ef444473;--halo-color: rgba(239, 68, 68, .45)}.result p{margin:0}.result .result-title{font-size:1.25rem;font-weight:600}.result .result-description{font-size:.95rem;opacity:.95}.footer-note{margin-top:2rem;color:#b45309;font-size:.85rem;font-style:italic}@media (max-width: 480px){.card-content{padding:1.5rem}.input-row{flex-direction:column;align-items:stretch}.button{width:100%}}
