:root{--primary: #00bfa6;--primary-dark: #009688;--secondary: #1de9b6;--background: #f7f9fa;--text: #222;--text-light: #fff;--accent: #ffb300;font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--background);color:var(--text)}a{color:var(--primary-dark);text-decoration:none;transition:color .2s}a:hover{color:var(--primary);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:inherit;color:var(--primary-dark);margin-top:0}h1{font-size:2.5rem;font-weight:800;letter-spacing:-1px}h2{font-size:2rem;font-weight:700}p,ul,li{color:var(--text);font-size:1.08rem}button{border-radius:8px;border:none;padding:.7em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--primary);color:var(--text-light);cursor:pointer;transition:background .2s,color .2s}button:hover{background-color:var(--primary-dark)}button:focus,button:focus-visible{outline:3px solid var(--accent)}img{max-width:100%;display:block}@media(max-width:600px){h1{font-size:2rem}h2{font-size:1.3rem}p,ul,li{font-size:1rem}}
