*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden;touch-action:manipulation}app-root{display:flex;flex-direction:column;min-height:100vh;width:100%}a,button,input[type=button],input[type=submit]{touch-action:manipulation}.container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}button{cursor:pointer;padding:.6rem 1.2rem;border-radius:4px;border:none;font-size:1rem;background:#3498db;color:#fff;transition:all .3s ease}button:hover{background:#2980b9}button:disabled{background:#95a5a6;cursor:not-allowed}input,select,textarea{padding:.6rem;border-radius:4px;border:1px solid #ddd;font-size:1rem;width:100%}h1{font-size:calc(1.8rem + 1vw)}h2{font-size:calc(1.5rem + .5vw)}h3{font-size:calc(1.2rem + .3vw)}p,li{font-size:calc(1rem + .1vw)}a,button,input,select{min-height:44px;min-width:44px}*{touch-action:manipulation}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}@media screen and (max-width: 768px){.container{padding:.8rem}}@media screen and (max-width: 480px){.container{padding:.6rem}button{padding:.5rem 1rem;font-size:.9rem;width:100%;margin-bottom:.5rem}}
