:root{--background:#f4f4f5;--foreground:#4e342e;--primary:#ffc107;--primary-light:#ffecb3;--secondary:#795548;--secondary-light:#d7ccc8;--accent-pink:#ec407a;--accent-yellow:#ff0;--gray-100:#fff_de7;--gray-200:#f5f5f5;--gray-300:#bcaaa4;--gray-400:#8d6e63;--gray-500:#5d4037;--font-serif:"Press Start 2P",cursive;--font-sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--shadow-card:4px 4px 0px 0px #4e342e66;--border-width:4px;--border-color:#4e342e;--max-width:1000px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:var(--max-width);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 auto;padding:0 1rem}.scrollbar-visible{position:relative;-webkit-overflow-scrolling:auto!important;overflow-y:scroll!important}@supports ((-moz-appearance:none)){.scrollbar-visible{scrollbar-width:auto;scrollbar-color:#5d4037 #e0e0e0}}.scrollbar-visible::-webkit-scrollbar{-webkit-appearance:none;background-color:#e0e0e0;width:21px;display:block}.scrollbar-visible::-webkit-scrollbar-button{display:none}.scrollbar-visible::-webkit-scrollbar-track{background:#e0e0e0;background-image:radial-gradient(var(--gray-300)1px,transparent 0);background-size:4px 4px}.scrollbar-visible::-webkit-scrollbar-thumb{background-color:#5d4037;background-image:repeating-linear-gradient(45deg,#0000,#0000 4px,#fff3 4px 8px);background-clip:padding-box;border:3px solid #e0e0e0;border-radius:9px;min-height:50px}.scrollbar-visible::-webkit-scrollbar-thumb:hover{background-color:#3e2723!important}.main-content{padding:2rem 1rem}@media (max-width:600px){.main-content{padding:1rem .5rem}}@media screen and (max-width:768px){input,textarea,select{font-size:16px!important}}
