/* 速查表共享样式 */
.cheat-section { margin-bottom: 25px; }
.cheat-section h3 {
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.cheat-cmd {
    display: flex;
    align-items: flex-start;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
.cheat-cmd:hover { background-color: #f5f5f5; }
.cheat-cmd code {
    background-color: #f0f0f0;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    white-space: nowrap;
    color: #c7254e;
    min-width: 280px;
    display: inline-block;
}
.cheat-desc {
    color: #666;
    margin-left: 15px;
    font-size: 14px;
}
.cheat-search {
    margin-bottom: 20px;
}
.cheat-category {
    margin-bottom: 20px;
}
.cheat-category .badge {
    background-color: #337ab7;
    margin-left: 5px;
}
body.dark-mode .cheat-cmd:hover { background-color: #0f3460; }
body.dark-mode .cheat-cmd code { background-color: #0d1117; color: #4fc3f7; }
body.dark-mode .cheat-desc { color: #aaa; }
body.dark-mode .cheat-section h3 { color: #4fc3f7; border-bottom-color: #4fc3f7; }
