:root{color-scheme:light;font-family:Georgia,Times New Roman,serif;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:linear-gradient(160deg,#f0f4f8,#e8eff7 40%,#dfe9f3);color:#2c3e50}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem}.hero{text-align:center;max-width:680px;margin-bottom:3rem;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dove-svg{width:180px;height:180px;margin-bottom:1.5rem;filter:drop-shadow(0 8px 24px rgba(100,140,180,.2));animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{font-size:3rem;font-weight:400;letter-spacing:.04em;color:#34536e;margin-bottom:.5rem}.hero .subtitle{font-size:1.1rem;color:#7a9bb5;font-style:italic;letter-spacing:.02em}.content{max-width:720px;width:100%;display:grid;gap:2rem;animation:fadeIn 1s ease-out .3s both}.info-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);border-radius:1rem;padding:2rem 2.25rem;box-shadow:0 4px 20px #648cb414;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #648cb426}.info-card h2{font-size:1.25rem;font-weight:600;color:#34536e;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.info-card h2 .icon{font-size:1.4rem}.info-card p{color:#5a7a94;font-size:1rem;line-height:1.75}.facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;animation:fadeIn 1s ease-out .6s both}.fact{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.85);border-radius:.75rem;padding:1.5rem;text-align:center;transition:transform .3s ease}.fact:hover{transform:translateY(-2px)}.fact .emoji{font-size:2rem;margin-bottom:.5rem;display:block}.fact .label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#7a9bb5;margin-bottom:.25rem}.fact .value{font-size:1rem;color:#34536e;font-weight:500}footer{margin-top:3rem;text-align:center;color:#a0b8cc;font-size:.85rem;font-style:italic;animation:fadeIn 1s ease-out .9s both}
