@charset "UTF-8";:root{--primary-color: #6B4F4F;--secondary-color: #A4BE7B;--like-color: #E53935;--dislike-color: #42A5F5;--like-strong: #D32F2F;--dislike-strong: #1976D2;--background-color: #F5F5F5;--card-background-color: #FFFFFF;--text-color: #333333;--font-heading: "Nunito", sans-serif;--font-body: "Roboto", sans-serif}html,body{min-height:100dvh;width:100%;margin:0;padding:0;overflow-x:hidden;overscroll-behavior:none;touch-action:manipulation;-webkit-text-size-adjust:100%;font-family:var(--font-body);background-color:var(--background-color);color:var(--text-color)}html:has(app-v4-clay){background:linear-gradient(165deg,#d6f3e8,#cfe7ff 45%,#ffe9c9)}html:has(app-matches){background:linear-gradient(165deg,#d6f3e8,#cfe7ff 45%,#ffe9c9)}body{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{box-sizing:border-box;touch-action:manipulation}.app{width:100%;max-width:100%;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;overflow:hidden}@media (min-width: 768px){.app{padding-bottom:100px;max-width:768px}}
