#hotkeys-modal{background-color:transparent}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--modal-backdrop);cursor:pointer}.hotkeys-modal-content{max-width:900px;position:relative;z-index:1}.hotkeys-modal-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2em}.hotkeys-group{margin-bottom:1.5em}.hotkeys-group:last-child{margin-bottom:0}.hotkeys-group-title{font-size:1.1em;font-weight:600;margin-bottom:1em;color:var(--text-primary);display:flex;align-items:center;gap:.5em;border-bottom:none}.hotkeys-note{font-size:.85em;font-weight:400;color:var(--text-hint);font-style:italic}.hotkeys-list{display:flex;flex-direction:column;gap:.5em}.hotkey-item{display:flex;justify-content:space-between;align-items:center;padding:.5em .75em;background:var(--bg-tertiary)}.hotkey-item:hover{background:var(--bg-hover)}.hotkey-keys{display:flex;gap:.35em;align-items:center;min-width:120px;flex-shrink:0}.hotkey-keys kbd{display:inline-block;padding:.2em .4em;font-family:'SF Mono',Monaco,Consolas,monospace;font-size:.85em;font-weight:500;line-height:1;color:var(--text-primary);background:var(--input-bg);border:1px solid var(--border-medium);box-shadow:0 1px 0 var(--border-light);white-space:nowrap;text-decoration:none}.hotkey-description{font-size:.95em;color:rgba(0,0,0,.7);display:flex;align-items:center;gap:.5em}html.dark-mode .hotkey-description{color:rgba(255,255,255,.7)}.hotkey-note{font-size:.8em;color:var(--text-tertiary);font-style:italic}@media (max-width:900px){.hotkeys-modal-body{grid-template-columns:1fr;gap:1.5em}.hotkeys-modal-content{max-width:95%}}@media (max-width:768px){.hotkeys-modal-content{width:calc(100% - 2em);max-width:calc(100% - 2em);padding:1.5em}}@media (max-width:600px){.hotkey-item{flex-direction:column;align-items:flex-start;gap:.5em}.hotkey-keys{min-width:auto}}