html,body{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;touch-action:manipulation;-webkit-text-size-adjust:100%}body{font-family:Arial,sans-serif;background-color:pink;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{touch-action:manipulation}.app{width:100%;max-width:100%;margin:0 auto;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}header{background-color:pink;color:#000;text-align:center;padding:1rem}h1{margin:0}main{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;padding-bottom:calc(env(safe-area-inset-bottom) + 60px)}.cow-card{text-align:center}.cow-card img{width:100%;max-width:300px;height:auto;border-radius:10px}.actions{display:flex;justify-content:center;gap:2rem;margin-top:1rem;position:fixed;bottom:0;left:0;right:0;background-color:pink;padding:.5rem 0;padding-bottom:env(safe-area-inset-bottom)}.action-btn{font-size:2rem;background:none;border:none;cursor:pointer}#dislike{color:#ff6b6b}#like{color:#4ecb71}@media (min-width: 768px){.app{max-width:768px}}
