.commands-section{background-color:#0f172a;min-height:100vh}.command-cards{justify-content:center}.command-card{background-color:#1e293b;border-radius:12px;overflow:hidden;transition:.3s;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #334155}.command-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2);border-color:#4fc1e9}.command-card-header{background-color:#4fc1e9;padding:15px 20px;display:flex;align-items:center;gap:15px}.command-card-header h3{margin:0;color:#0f172a;font-weight:700}.command-icon{width:30px;height:30px;object-fit:contain}.command-card-body{padding:20px}.command-item{padding:10px 0;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center}.command-item:last-child{border-bottom:none}.command-name{color:#f8fafc;font-weight:600;font-size:.95rem}.command-desc{color:#94a3b8;font-size:.85rem;text-align:left;max-width:60%}@media (max-width:768px){.command-card{margin-bottom:20px}.command-item{flex-direction:column;align-items:flex-start;gap:5px}.command-desc{max-width:100%;text-align:right}}