.game-module__AeapSq__container{background-color:var(--bg-primary);width:100%;min-height:100vh;position:relative}.game-module__AeapSq__heroSection{align-items:flex-end;width:100%;height:85vh;min-height:600px;padding-bottom:4rem;display:flex;position:relative}.game-module__AeapSq__heroBackground{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.game-module__AeapSq__bgImg{object-fit:cover;object-position:center 20%;opacity:.8;width:100%;height:100%}.game-module__AeapSq__vignetteTop{background:linear-gradient(#000c 0%,#0000 100%);height:20%;position:absolute;top:0;left:0;right:0}.game-module__AeapSq__vignetteBottom{background:linear-gradient(to top, var(--bg-primary) 0%, #000c 30%, transparent 100%);height:60%;position:absolute;bottom:-2px;left:0;right:0}.game-module__AeapSq__heroContent{z-index:10;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 4rem;position:relative}.game-module__AeapSq__gameInfo{max-width:650px}.game-module__AeapSq__title{color:#fff;letter-spacing:-2px;text-shadow:2px 2px 4px #00000080;margin-bottom:1.5rem;font-size:5rem;font-weight:900;line-height:1.1}.game-module__AeapSq__metaRow{text-shadow:1px 1px 2px #000c;align-items:center;gap:1.25rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.game-module__AeapSq__company{color:#fff}.game-module__AeapSq__year{color:#a3a3a3}.game-module__AeapSq__ratingBadge{color:#00f0ff;font-weight:800}.game-module__AeapSq__tagsContainer{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.game-module__AeapSq__tag{color:#fff;text-shadow:1px 1px 2px #000c;font-size:.95rem}.game-module__AeapSq__tag:not(:last-child):after{content:"•";color:#666;margin-left:.5rem}.game-module__AeapSq__userStatsRow{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--border-radius-md);background:#0a0a0f99;border:1px solid #00f0ff1a;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:12px 20px;display:flex;box-shadow:0 0 15px #00f0ff1a}.game-module__AeapSq__statusBadge{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.game-module__AeapSq__userProgress,.game-module__AeapSq__userPlaytime{color:#ccc;font-size:.9rem}.game-module__AeapSq__actions{gap:1rem;display:flex}.game-module__AeapSq__actions .button-primary{color:#000!important;background-color:#fff!important;border:none!important;border-radius:4px!important;align-items:center!important;gap:.5rem!important;padding:.8rem 2rem!important;font-size:1.2rem!important;font-weight:700!important;display:flex!important}.game-module__AeapSq__actions .button-primary:hover{background-color:#ffffffb3!important}.game-module__AeapSq__content{z-index:10;max-width:var(--max-width);margin:0 auto;padding:0 4rem 4rem;position:relative}.game-module__AeapSq__secondaryButton{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--accent-cyan);border:2px solid var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;background:#0a0a0f99;border-radius:9999px;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:800;transition:all .3s;box-shadow:0 0 15px #00f0ff33}.game-module__AeapSq__secondaryButton:hover{color:#fff;background:#00f0ff26;transform:translateY(-3px);box-shadow:0 0 25px #00f0ff80}.game-module__AeapSq__detailsSection{grid-template-columns:2.5fr 1fr;gap:4rem;display:grid}.game-module__AeapSq__mainColumn h2,.game-module__AeapSq__sideColumn h3{color:#fff;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.game-module__AeapSq__summary{color:var(--text-secondary);margin-bottom:4rem;font-size:1.15rem;line-height:1.8}.game-module__AeapSq__mediaSection{margin-bottom:4rem}.game-module__AeapSq__screenshotGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.game-module__AeapSq__screenshotWrapper{border-radius:var(--border-radius-md);border:1px solid var(--border-color);aspect-ratio:16/9;background-color:var(--bg-tertiary);overflow:hidden}.game-module__AeapSq__screenshot{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-fast)}.game-module__AeapSq__screenshot:hover{transform:scale(1.05)}.game-module__AeapSq__infoCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--border-radius-lg);background:#0a0a0f99;border:1px solid #00f0ff1a;padding:2.5rem;box-shadow:0 5px 20px #00f0ff0d}.game-module__AeapSq__infoCard ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.game-module__AeapSq__infoCard li{margin-right:.75rem;font-size:1.5rem}@media (max-width:900px){.game-module__AeapSq__topSection{text-align:center;flex-direction:column;align-items:center}.game-module__AeapSq__metaRow,.game-module__AeapSq__tagsContainer,.game-module__AeapSq__actions{justify-content:center}.game-module__AeapSq__detailsSection{grid-template-columns:1fr}}.game-module__AeapSq__logButton{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;padding:12px 24px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #b026ff66}.game-module__AeapSq__logButton:hover{background:linear-gradient(135deg, var(--accent-purple), var(--accent-cyan));transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff99}.game-module__AeapSq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.game-module__AeapSq__modalContent{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;width:90%;max-width:400px;padding:30px;box-shadow:0 10px 40px #000c}.game-module__AeapSq__modalContent h2{color:#fff;border-bottom:1px solid #ffffff1a;margin-top:0;margin-bottom:20px;padding-bottom:15px}.game-module__AeapSq__logForm{flex-direction:column;gap:20px;display:flex}.game-module__AeapSq__formGroup{flex-direction:column;gap:8px;display:flex}.game-module__AeapSq__formGroup label{color:#ccc;font-size:.9rem}.game-module__AeapSq__formGroup input{color:#fff;background:#00000080;border:1px solid #fff3;border-radius:6px;padding:10px;font-size:1rem}.game-module__AeapSq__formGroup input:focus{border-color:#3498db;outline:none}.game-module__AeapSq__formGroupCheckbox{cursor:pointer;background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:6px;align-items:center;gap:10px;padding:12px;display:flex}.game-module__AeapSq__formGroupCheckbox label{color:#00f0ff;cursor:pointer;font-weight:700}.game-module__AeapSq__modalActions{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.game-module__AeapSq__cancelBtn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:10px 20px;font-weight:700}.game-module__AeapSq__cancelBtn:hover{color:#fff;background:#ffffff1a}.game-module__AeapSq__spoilerDetails{flex-direction:column;display:flex}.game-module__AeapSq__spoilerSummary{cursor:pointer;background:#000c;border:1px solid #e74c3c;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px 40px;list-style:none;display:flex}.game-module__AeapSq__spoilerSummary::-webkit-details-marker{display:none}.game-module__AeapSq__spoilerSummary span{color:#e74c3c;letter-spacing:2px;text-transform:uppercase;font-size:1.2rem;font-weight:700}.game-module__AeapSq__spoilerDetails[open] .game-module__AeapSq__spoilerSummary{display:none}.game-module__AeapSq__revealBtn{color:#000;cursor:pointer;background:#00f0ff;border:none;border-radius:20px;padding:8px 24px;font-weight:700;transition:transform .2s;display:inline-block}.game-module__AeapSq__saveBtn{color:#000;cursor:pointer;background:#00f0ff;border:none;border-radius:6px;padding:10px 20px;font-weight:700;transition:all .2s}.game-module__AeapSq__saveBtn:hover:not(:disabled){background:#27ae60}.game-module__AeapSq__saveBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.game-module__AeapSq__heroSection{height:70vh;min-height:500px;padding-bottom:2rem}.game-module__AeapSq__heroContent{text-align:center;padding:0 1rem}.game-module__AeapSq__metaRow,.game-module__AeapSq__tagsContainer,.game-module__AeapSq__userStatsRow{justify-content:center}.game-module__AeapSq__title{letter-spacing:-1px;font-size:2.5rem}.game-module__AeapSq__actions{flex-direction:column;width:100%}.game-module__AeapSq__actions .button-primary{justify-content:center;width:100%}.game-module__AeapSq__content{padding:2rem 1rem}.game-module__AeapSq__detailsSection,.game-module__AeapSq__screenshotGrid{grid-template-columns:1fr}.game-module__AeapSq__infoCard{padding:1.5rem}.game-module__AeapSq__modalContent{width:95%;padding:20px}}
