*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Epunda Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1c1917;background:#faf9f7}.app{min-height:100vh;display:flex;flex-direction:column}.app>:not(.home-page){display:flex;align-items:center;justify-content:center;padding:2rem;flex:1}.login-page,.register-page,.confirm-email-page,.request-password-reset-page,.reset-password-page{background:#fff;border-radius:8px;padding:2rem;width:100%;max-width:400px;box-shadow:0 1px 3px #0000001a;margin:0 auto}h1{font-size:1.5rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}input{width:100%;padding:.5rem .75rem;border:1px solid #d6d3d1;border-radius:6px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .15s}input:focus{border-color:#b45309;box-shadow:0 0 0 3px #b453091a}input:disabled{background:#f5f5f4;cursor:not-allowed}button{width:100%;padding:.625rem 1rem;background:#1c1917;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}button:hover:not(:disabled){background:#44403c}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#dc2626;font-size:.8rem;margin-top:.25rem;display:block}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.error-state,.loading-state{text-align:center;padding:1rem 0}p{margin-bottom:.75rem;font-size:.9rem}a{color:#b45309;text-decoration:none}a:hover{text-decoration:underline}.topbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e7e5e4;box-shadow:0 1px 3px #0000000a}.topbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem}.topbar-brand{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.topbar-logo{display:flex;align-items:center}.topbar-wordmark{font-family:Epunda Slab,Georgia,serif;font-size:1.25rem;font-weight:700;color:#1c1917;letter-spacing:-.02em}.topbar-categories{display:flex;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.topbar-categories::-webkit-scrollbar{display:none}.topbar-tab{padding:.375rem .875rem;font-size:.875rem;font-weight:500;color:#78716c;background:transparent;border:none;border-radius:999px;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s;font-family:inherit}.topbar-tab:hover{color:#1c1917;background:#f5f5f4}.topbar-tab.active{color:#92400e;background:#fef3c7}.topbar-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto;flex-shrink:0}.topbar-link{font-size:.875rem;font-weight:500;color:#78716c;text-decoration:none}.topbar-link:hover{color:#1c1917;text-decoration:none}.topbar-btn{padding:.375rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:#b45309;border:none;border-radius:6px;text-decoration:none;transition:background .15s}.topbar-btn:hover{background:#92400e;text-decoration:none}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fef7ed,#fffbeb,#fef3c7);padding:4rem 1.5rem 5rem;text-align:center}.hero-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-shape{position:absolute;border-radius:50%}.hero-shape--circle{width:200px;height:200px;background:#b453090f;top:-40px;right:10%}.hero-shape--square{width:120px;height:120px;background:#92400e0d;border-radius:16px;bottom:10%;left:5%;transform:rotate(15deg)}.hero-shape--triangle{width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:100px solid rgba(120,53,15,.06);border-radius:0;top:20%;left:15%}.hero-shape--ring{width:150px;height:150px;border:3px solid rgba(180,83,9,.08);border-radius:50%;top:15%;right:25%}.hero-shape--dot{width:12px;height:12px;background:#b453091f}.hero-shape--dot-1{top:30%;right:8%}.hero-shape--dot-2{bottom:20%;left:20%}.hero-shape--dot-3{top:60%;right:35%}.hero-content{position:relative;max-width:640px;margin:0 auto}.hero-title{font-family:Epunda Slab,Georgia,serif;font-size:3rem;font-weight:800;color:#1c1917;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;color:#57534e;line-height:1.6;margin-bottom:2rem}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-cta{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s,transform .1s}.hero-cta:active{transform:scale(.98)}.hero-cta--primary{background:#b45309;color:#fff}.hero-cta--primary:hover{background:#92400e;text-decoration:none}.hero-cta--secondary{background:#fff;color:#1c1917;border:1px solid #d6d3d1}.hero-cta--secondary:hover{background:#faf9f7;border-color:#a8a29e;text-decoration:none}.home-content{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;width:100%}.home-section-header{margin-bottom:2rem}.home-section-title{font-family:Epunda Slab,Georgia,serif;font-size:1.75rem;font-weight:700;color:#1c1917;letter-spacing:-.02em;margin-bottom:.25rem}.home-section-subtitle{color:#78716c;font-size:1rem}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.game-grid-wrapper{display:flex;flex-direction:column}.game-grid-state{padding:3rem 0;text-align:center}.game-grid-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#78716c}.game-grid-error{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#dc2626}.game-grid-error-detail{font-size:.875rem;color:#a8a29e}.game-grid-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#78716c}.game-grid-more{text-align:center;margin-top:2rem}.load-more-btn{width:auto;padding:.625rem 1.5rem;background:#f5f5f4;color:#44403c;border:1px solid #d6d3d1;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.load-more-btn:hover:not(:disabled){background:#e7e5e4}.game-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;transition:box-shadow .2s,transform .2s;cursor:pointer}.game-card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-2px)}.game-card-thumb{width:100%;height:180px;background:#f5f5f4;overflow:hidden}.game-card-thumb img{width:100%;height:100%;object-fit:cover}.game-card-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.game-card-body{padding:1rem 1.125rem 1.25rem}.game-card-title{font-size:1.05rem;font-weight:600;color:#1c1917;margin-bottom:.375rem;line-height:1.3}.game-card-desc{font-size:.875rem;color:#78716c;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.game-card-plays{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#78716c;font-weight:500}.game-card-badges{display:flex;gap:.375rem;flex-wrap:wrap}.badge{display:inline-block;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;color:#92400e;background:#fef3c7;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.home-footer{text-align:center;padding:2rem 1.5rem;color:#a8a29e;font-size:.8125rem;border-top:1px solid #e7e5e4;margin-top:2rem}.spinner{width:24px;height:24px;border:3px solid #e7e5e4;border-top-color:#b45309;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
