:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#f5f5f5;background-color:#1e1e1e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--spacing: 1rem;--radius: 8px;--primary: #646cff;--primary-hover: #535bf2;--text-light: #f5f5f5;--text-dark: #222;--bg-light: #ffffff;--bg-dark: #1e1e1e}body{margin:0;padding:0;min-height:100vh;background-color:var(--bg-dark);color:var(--text-light);display:flex;flex-direction:column;align-items:center}h1,h2,h3,h4{font-weight:600;margin-bottom:.5rem}h1{font-size:2.8rem;margin-top:2rem}a{color:var(--primary);text-decoration:none;font-weight:500}a:hover{color:var(--primary-hover)}input[type=text]{padding:.6rem 1rem;border-radius:var(--radius);border:1px solid #ccc;font-size:1rem;width:100%;max-width:400px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}button{padding:.6rem 1.2rem;font-size:1rem;font-weight:500;border:none;border-radius:var(--radius);background-color:var(--primary);color:#fff;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:var(--primary-hover)}@media (prefers-color-scheme: light){:root{color:var(--text-dark);background-color:var(--bg-light)}body{background-color:var(--bg-light);color:var(--text-dark)}input[type=text]{border:1px solid #ccc;background-color:#fff;color:var(--text-dark)}button{background-color:var(--primary);color:#fff}button:hover{background-color:var(--primary-hover)}}.country-card{background-color:var(--bg-light);color:var(--text-dark);border:1px solid rgba(0,0,0,.05);border-radius:12px;width:100%;max-width:240px;padding:1.2rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.country-card:hover{transform:scale(1.03);box-shadow:0 6px 18px #0000001f}.country-card img{width:100%;height:auto;border-radius:8px;object-fit:cover;margin-bottom:1rem}.country-card h2{font-size:1.25rem;margin:.5rem 0;font-weight:600;color:inherit}.country-card p{margin:.2rem 0;font-size:.95rem;color:inherit}@media (prefers-color-scheme: dark){.country-card{background-color:var(--bg-dark);color:var(--text-light);border:1px solid rgba(255,255,255,.1)}}.App{max-width:1300px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;min-height:100vh;background-color:var(--bg-light);color:var(--text-dark)}@media (prefers-color-scheme: dark){.App{background-color:var(--bg-dark);color:var(--text-light)}}input{padding:.6rem 1rem;width:100%;max-width:400px;font-size:1rem;border-radius:8px;border:1px solid #ccc;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.countries-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem}h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:inherit}
