.cheatsheet-container{max-width:1200px;margin:0 auto}.add-form-container{background:#3b82f61a;border-color:#3b82f64d;margin-bottom:40px}.add-form-container h3{color:var(--accent);margin-bottom:20px}.add-form{flex-direction:column;gap:16px;display:flex}.form-row{gap:16px;display:flex}.command-input{font-family:var(--font-geist-mono), monospace;resize:vertical;min-height:80px}.form-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.cheatsheet-category{margin-bottom:40px}.commands-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;display:grid}.command-card{flex-direction:column;display:flex}.command-header h3{color:var(--text-primary);margin:0}.command-actions{align-items:center;display:flex}.delete-btn{opacity:0;color:var(--danger)}.command-card:hover .delete-btn{opacity:1}.command-desc{color:var(--text-secondary);margin:8px 0 16px;font-size:.9rem}.command-code-container{background:#000;border:1px solid #ffffff1a;border-radius:8px;margin-top:auto;padding:12px 16px;overflow-x:auto}.command-code-container code{font-family:var(--font-geist-mono), monospace;color:#10b981;white-space:pre-wrap;word-break:break-all;font-size:.9rem}
