.cheat-sheet{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin:2rem 0}.cheat-sheet-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width:640px){.cheat-sheet-header{flex-direction:row;justify-content:space-between;align-items:center}}.cheat-sheet h2{margin:0;font-size:1.25rem;color:var(--text-primary,#fff)}.cheat-sheet-search{padding:.5rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-primary,#fff);font-size:.875rem;width:100%;max-width:250px}.cheat-sheet-search:focus{outline:none;border-color:var(--primary-color,#4d88ff)}.cheat-sheet-search::placeholder{color:var(--text-secondary,rgba(255,255,255,.5))}.cheat-sheet-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.cheat-sheet-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cheat-sheet-grid{grid-template-columns:repeat(3,1fr)}}.cheat-sheet-item{padding:.875rem 1rem;background:rgba(255,255,255,.02);border-left:3px solid;border-radius:0 6px 6px 0;transition:background .2s ease}.cheat-sheet-item:hover{background:rgba(255,255,255,.05)}.cheat-sheet-timing{font-family:monospace;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.cheat-sheet-event{color:var(--text-primary,#fff);font-weight:500;font-size:.9rem;margin-bottom:.25rem}.cheat-sheet-details{color:var(--text-secondary,rgba(255,255,255,.6));font-size:.8rem}